Revert r35538:
[lhc/web/wiklou.git] / maintenance / updaters.inc
2008-05-20 Alexandre EmsenhuberWARNING: HUGE COMMIT
2008-05-15 Greg Sabino MullaneMake sure rev_deleted is of type smallint, may fix...
2008-05-12 Aaron Schulz* Add user_text index to filearchives (for renames...
2008-05-01 Brion Vibbercomplete fix from r34102
2008-05-01 Brion Vibber* (bug 13820) Fix updater for rev_parent_id population
2008-04-30 Greg Sabino MullaneAdd pf_memory to profiling table for Postgres
2008-04-29 Alexandre EmsenhuberAdding updater for new pf_memory field
2008-04-18 Greg Sabino MullaneAdd user_last_timestamp column to user_newtalk table
2008-04-17 Aaron SchulzAdd user_last_timestamp field for diff from last view...
2008-04-17 Brion Vibber* (bug 13768) pt_title field encoding fixed
2008-04-17 Brion VibberRevert r33478 for now; I don't much like the field...
2008-04-17 Aaron SchulzAdd user_timestamp for diff since last view for new...
2008-04-12 Greg Sabino MullaneAdd ar_parent_id column.
2008-04-11 Aaron Schulz*Add ar_parent_id
2008-04-08 Alexandre EmsenhuberE_ERROR: file not found
2008-04-08 Aaron SchulzAdd a script to populate rev_parent_id
2008-03-19 Greg Sabino MullanePatch from Sven Klemm from bug 13239: search_path tweak...
2008-03-19 Greg Sabino MullaneAdd 'category' table to Postgres schema.
2008-03-18 Greg Sabino MullaneAdd updatelog table.
2008-03-18 Aryeh GregorThis is a schema change. It's only a table creation...
2008-03-18 Aryeh GregorAdd updatelog table to reliably permit updates that...
2008-03-14 Greg Sabino MullanePatch from bug 13136
2008-03-05 Brion VibberRearrange the updaters into chronological order, instea...
2008-02-21 Greg Sabino MullaneAdd table page_props to Postgres schema.
2008-02-20 Tim Starling* Added __HIDDENCAT__ feature, to hide categories from...
2008-02-19 Greg Sabino MullaneHave update.php change the functions to their new built...
2008-02-19 Greg Sabino MullaneAdd ipb_by_text to Postgres schema.
2008-02-18 Victor Vasiliev* (bug 12999) introduce ipb_by_text colomn
2008-02-17 Greg Sabino MullaneGet Postgres version for future use.
2008-02-10 Greg Sabino MullaneFixes for 8.3 compatibility, addresses bug 12784.
2008-01-28 Aaron SchulzMore _deleted normalizing
2008-01-27 Aaron Schulz* Make rev_deleted an integer
2007-12-31 Brion VibberRevert for now r28986, 28987, 28992 - image redirects.
2007-12-29 Victor Vasiliev* Support images-redirects
2007-12-16 Greg Sabino MullaneAdd protected_titles table.
2007-12-11 Andrew Garrett* (bug 2919) Allow the protection of non-existent pages...
2007-10-12 Greg Sabino MullaneMake filarchive width/height columns ints for Postgres...
2007-09-28 Greg Sabino MullanePostgres updating:
2007-09-28 Greg Sabino MullaneUse same typnames as schema for ease. Put added column...
2007-09-24 Greg Sabino MullaneMajor cleanup of schema, based on new compare_schemas...
2007-09-23 Greg Sabino MullaneMake CONCAT calls database portable, change IF() to...
2007-09-23 Greg Sabino Mullane(Bug 11363). Change image and filearchive to bytea...
2007-09-07 Brion VibberRevert 25602 and 25604 schema changes for now.
2007-09-07 Aryeh GregorReinstate 25267 now that 1.11 is branched, and add...
2007-09-06 Greg Sabino MullaneAdd the Postgres slash search fix to existing installat...
2007-09-05 Aaron Schulz*Remove comment per r25527
2007-09-05 Domas Mituzasdestroy rc_patrolling index, no removers added, I hope...
2007-08-31 Aaron Schulz*Add $wgExtPGNewFields. Allowing for extensions to...
2007-08-29 Brion VibberRevert schema change in r25267 -- no more schema change...
2007-08-29 Aryeh Gregor* Add an index to (rev_page,rev_user,rev_timestamp...
2007-08-11 Brion VibberFixups for page id field in the archive table:
2007-08-09 Greg Sabino MullaneAdd rc_patrolling index for Postgres
2007-08-06 Rob Church* Move redirect table line up with the others
2007-08-06 Rob Church* (bug 10793) Show patrol links on all eligible diff...
2007-07-31 Brion VibberBacking out 24448, 24455, 24456 for the moment.
2007-07-30 River Tarnell- new field: page_key, stores page_title in uppercase.
2007-07-27 Greg Sabino MullaneVarious updates to Postgres schema and updater.
2007-07-27 Greg Sabino MullaneAdd ar_page column
2007-07-22 Tim Starling* Introduced FileRepoStatus -- result class for file...
2007-07-22 Aaron Schulz*Add ar_page; allows for easier restoration when severa...
2007-07-09 Aaron Schulz*Index image and oldimage tables by user/timestamp...
2007-07-06 Brion Vibberbe a little clearer in add_index()
2007-07-06 Brion Vibberfix an updater check for ResultWrapper usage
2007-07-05 Aaron Schulz*Add extension schema change support
2007-06-27 Aaron Schulz*Add usertext_timestamp index to archive table
2007-06-24 Aaron SchulzAdd new oldimage column stuff
2007-06-16 Greg Sabino MullaneAdd ipb_block_email column
2007-06-15 Yuri Astrakhanbug 10280: For table categorylinks, add cl_from to...
2007-06-07 Daniel Cannon(bug 7997) Added ability to Special:Blockip to block...
2007-05-16 Greg Sabino MullaneCheck that the user is configured correctly if using...
2007-05-07 Brion VibberRevert schema changes in r21954, 21955, 21956 for the...
2007-05-07 Greg Sabino MullaneAdd new columns to oldimage table.
2007-05-07 Aaron Schulz*Add new oldimage columns for mime/mediatype info and...
2007-05-03 Aaron Schulz*'pr_expiry' => 'infinity'
2007-05-02 Greg Sabino MullaneNo need to check wgDBtype here: already branched at...
2007-05-02 Aaron Schulz*For non-postgres, add the pr_id right after adding...
2007-05-02 Greg Sabino MullaneAdd pr_id column to page_restrictions table.
2007-04-30 Brion VibberFix for upgrade from 1.4 and below, caught with upgrade...
2007-03-29 Greg Sabino MullaneRestore archive table before we check columns, per...
2007-03-19 River Tarnellr20553 made mysql sad
2007-03-19 River Tarnell- strict warning fixes in databasepostgres
2007-03-18 Greg Sabino MullanePostgres: make sure ar_len is added when updating,...
2007-03-17 Greg Sabino MullanePostgres:
2007-03-17 Greg Sabino MullaneMinor tweaks to Postgres section.
2007-03-13 Aaron Schulz*Add ar_len, remove reference to archive2 for Postgres
2007-03-10 River Tarnelldrop obsolete archive2 table; it doesn't work and Speci...
2007-03-10 River Tarnellpostgres updaters for r20302
2007-03-09 Aaron Schulz*Add bitfields to various tables for revisiondelete
2007-03-09 Brion VibberSince we're making other changes, let's bring in that...
2007-03-08 River Tarnellconvert archive_insert rule fix to new form
2007-03-08 River Tarnellneed to actually implement pg_fkey_deltype()
2007-03-08 River Tarnellconvert postgres revision_rev_user_fkey update to new...
2007-03-08 River Tarnellmake postgres pagelink_unique updater use new form
2007-03-08 River Tarnelluse int4 instead of integer for image/oldimage type...
2007-03-08 River Tarnellchange hardcoded rc_cur_id update into new flexible...
2007-03-08 River Tarnelladd rev_len to revision; store length of revision when...
2007-03-08 River Tarnell* (bug 9222) PostgreSQL updater should not be version...
2007-03-02 Aryeh GregorAdd "(this may take a long time!)" to the "deleting...
2007-02-15 Andrew GarrettFix an earlier commit - I forgot to put pr_id in update...
2007-02-09 Brion VibberRevert r19843 for now; unreviewed schema changes
next