Follow up r78101.
[lhc/web/wiklou.git] / includes / installer / PostgresUpdater.php
2010-12-01 Mark A. Hershberger* Commit changes to PG new-installer I thought I had...
2010-11-21 Max SemenikRefactoring of *Field classes:
2010-10-14 Sam ReedAnother followup to r71426, $ni to $fieldRecord
2010-10-14 Sam ReedFollowup r71426, not $nc it's $fieldRecord
2010-10-13 Sam ReedAssignment in loop conditions suck
2010-10-01 Chad HorohoewfOut() -> $this->output(). More useful in the long...
2010-09-13 Greg Sabino MullaneAdd new index on pagelinkes(pl_title) per suggestion...
2010-09-13 Greg Sabino MullaneAdd the "page" table back in when upgrading from really...
2010-09-08 Greg Sabino MullaneAdd new columns to categorylinks
2010-09-04 OverlordQFollowup to r72349, PG table def + updater for module_deps
2010-09-04 OverlordQFollowup to r72349, PG tables + updater
2010-09-01 Chad HorohoeDeprecate archive() in favor of DatabaseBase::patchPath()
2010-08-22 Alexandre EmsenhuberOops, forgot to change this in r71426
2010-08-22 Alexandre EmsenhuberMoved PostgreSQL schema update to PostgresUpdater:
2010-08-21 Alexandre EmsenhuberFix for r71140: PostgresUpdater should extend DatabaseU...
2010-08-21 Alexandre Emsenhuber* Added file description headers
2010-08-21 Alexandre Emsenhuber@TODO @FIXME -> @todo so that doxygen recognise it...
2010-08-15 Chad HorohoeInitial refactoring for Postgres; DatabaseUpdater subcl...