Commit történet

Szerző SHA1 Üzenet Dátum
  Miguel Dantas 0c20d35206 [Embed] Refactoring and bug fixing 5 éve
  Miguel Dantas 2a2b3f72fb [Embed][DB] Renaming the 'file_oembed' table to 'file_embed' on upgrade 5 éve
  Diogo Cordeiro f67a93eddc [CORE] Bump Database requirement to MariaDB 10.3+ 5 éve
  Diogo Cordeiro 9a39ebe66f Database fields with timestamp type now allow CURRENT_TIMESTAMP to be set as default value 6 éve
  Mikael Nordfeldth 0e6b80ded3 more debugging info on failed schema.php runSqlSet 9 éve
  Mikael Nordfeldth b75e88f65f Get better PEAR:DB error logging (debuginfo included) 9 éve
  Mikael Nordfeldth 9d3abc3600 $_PEAR now defined globally as new PEAR, so no static calls are made 11 éve
  Evan Prodromou 48625da04b Automatically add or drop fulltext indexes 13 éve
  Evan Prodromou 3eaa3234f9 Drop fulltext indexes that aren't used in new def 13 éve
  Evan Prodromou 13e1fab919 be more careful with returned table def for schema 13 éve
  Brion Vibber 8454b1fbad Fix for schema upgrade issue when primary keys change; fixes upgrade direct from 0.8.x 13 éve
  Brion Vibber 692ef9c330 Include fulltext indexes in MySQL table create 14 éve
  Brion Vibber 345b7d33b8 some sorta vaguely working bits 14 éve
  Brion Vibber 1daa1bfa39 fix notice 14 éve
  Brion Vibber 3b6f738ab7 Convert SamplePlugin to new-style table defs, tweak some stuff to test basic checkschema 14 éve
  Brion Vibber 8b0ba03a2e Starting to encapsulate some of the schema_version checksum / updater logic 14 éve
  Brion Vibber 7751d455de Initial foreign key setup support 14 éve
  Brion Vibber d3f8a880a9 Fix misnamed unique constraint 14 éve
  Brion Vibber ebe9972df6 tweak unique constraint setup 14 éve
  Brion Vibber 4aa6c4e49f MySQL schema: fix dropping unique indexes, add support for changing table properties back from old code. 14 éve
  Brion Vibber a923ef9719 Drop reverseTypeMap from schemas; we're now doing the forward-mapping on the canonical def before comparing 14 éve
  Brion Vibber eb93bdbb03 some more tweaking to do the mappings during filterDef; not totally sure I like it 14 éve
  Brion Vibber 90c35dc541 Cleanup on making the schema work for installer (not quite there yet) 14 éve
  Brion Vibber 77300f94a3 fix typo on params on Schema->createTable() 14 éve
  Brion Vibber 4f4b0a2612 logic fix in diffing :D 14 éve
  Brion Vibber c0bb3062f6 suppress notices for non-present sections 14 éve
  Brion Vibber 229c772634 Filter table definitions to scrub out unsupported features before trying to alter a table. This lets us skip those where we end up trying to change unsupported features. 14 éve
  Brion Vibber 621233e1ad some of the ensureTable stuff partially working 14 éve
  Brion Vibber 72cba88650 fix for column prefixes in table/index building 14 éve
  Brion Vibber 2c9f877ab5 fix for index gen 14 éve