Installer no longer writes LocalSettings.php to /config. Now offer it as a download...
[lhc/web/wiklou.git] / includes /
2010-07-14 Chad HorohoeInstaller no longer writes LocalSettings.php to /config...
2010-07-13 Max SemenikRevert r69291, other references-related problems reported
2010-07-12 Platonides7, it's 7! (follow up to r68824)
2010-07-12 Max SemenikFixed weird unit test failures I experienced after...
2010-07-11 Alexandre Emsenhuber* (bug 24045) MediaWiki:Ipb-needreblock is now wrapped...
2010-07-11 Alexandre EmsenhuberFixed some doxygen warnings
2010-07-11 Alexandre Emsenhuberremoved PHP4-ism
2010-07-11 Alexandre EmsenhuberModified Special:Userlogout to subclass UnlistedSpecialPage
2010-07-11 Chad HorohoeFollowup r69251, copy+paste fail
2010-07-11 Chad HorohoeCleanup to r69187: forgot to safeguard against ul_value...
2010-07-11 Chad HorohoeDoc fixes and message cleanups to r69238
2010-07-10 Alexandre Emsenhuber* Modified Special:Specialpages to subclass UnlistedSpe...
2010-07-10 Chad HorohoeAdd $wgUseInstantCommons support to installer, tweak...
2010-07-10 Bryan Tong Minh(bug 24296) Added converttitles parameter to convert...
2010-07-10 Sam ReedFollowup r69235
2010-07-10 Bryan Tong Minh(bug 14685) Double underscore magic word usage is now...
2010-07-10 Bryan Tong MinhFollow-up r69231: servedby is a boolean so will always...
2010-07-10 Bryan Tong Minh(bug 24185) Titles in the Media and Special namespace...
2010-07-10 Chad HorohoePartial revert r69231, unrelated and unfinished install...
2010-07-10 Chad Horohoe(bug 24303) Expose hostname in API results. Show via...
2010-07-10 Max SemenikFixed mysqlisms in Database.php comments, abstracted...
2010-07-10 Chad HorohoeCleanup r69128, getStatArray() -> getStatusArray()...
2010-07-10 Niklas LaxströmClean up query code
2010-07-10 Niklas LaxströmTweak comparison in r69171
2010-07-09 Max SemenikRemoved User::setLoaded(), deprecated since times forgotten
2010-07-09 Chad HorohoeThis can be protected now since we redid installSteps...
2010-07-09 Chad HorohoeReduce some duplication
2010-07-09 Chad HorohoePut sanity checks on some of the installer steps. Also...
2010-07-09 Chad HorohoeMove status box below output from pass/fail
2010-07-09 Chad HorohoeKill deprecated function. Marked as such for ~30k revs...
2010-07-09 Max SemenikRemoved commented-out deprecated function
2010-07-09 Chad HorohoeCleanup to r69191: use addParserOutput() instead of...
2010-07-09 Bryan Tong Minh(bug 22339) Added srwhat=nearmatch to list=search to...
2010-07-09 Bryan Tong MinhRevert r64436, r64437, r64508 per CR r64436
2010-07-09 Tim StarlingRevert r63213, r63214 per CR comment on r63214, doesn...
2010-07-08 Max SemenikrequestWriteMode() is deprecated and unused
2010-07-08 Chad HorohoeTweaks to UPGRADE and INSTALL instructions. Include...
2010-07-08 Chad Horohoe(bug 24124) Diffs are taking 10 to 20 seconds to load...
2010-07-08 Chad HorohoeChange Updaters to Updater
2010-07-08 Chad HorohoeRefactor a lot of updaters.inc into some classes in...
2010-07-08 Niklas LaxströmIntroduce $wgBetterDirectionality that lets us work...
2010-07-08 Niklas LaxströmUnused template parameter
2010-07-08 Roan KattouwFollowup to r51583: actually use the rd_interwiki and...
2010-07-08 Chad HorohoeFollowup r68831, r69170. Set none as the default cache...
2010-07-08 Niklas LaxströmWhitespace fix
2010-07-08 Niklas LaxströmAdded $wgAllUnicodeFixes to replace live-hack at twn
2010-07-08 Niklas LaxströmSimplify wfMsgGetKey
2010-07-08 Niklas LaxströmUpdate syntax examples a bit
2010-07-08 Niklas LaxströmAvoid unstubbing in wfGetLangObj, code style
2010-07-08 Niklas LaxströmDocument mDebugtext
2010-07-08 Niklas LaxströmLittle debugging help for LinkBatch
2010-07-08 Mark A. Hershbergerr68831 make sure $selected is set.
2010-07-08 Max SemenikUpdate comment: makeLikeArray() is deprecated
2010-07-07 Ævar Arnfjörð Bjar... new-installer: Revert DB driver check breakage in r69128
2010-07-07 Chad Horohoe doesn't need to be passed by ref
2010-07-07 Chad HorohoeGive the installerdbtype object to custom callbacks...
2010-07-07 Chad HorohoePartial revert r69128: go back to making isCompiled...
2010-07-07 Mark A. Hershberger* use call_user_func instead of $class::isCompiled...
2010-07-07 Chad HorohoeperformInstallation() should halt when a fatal status...
2010-07-07 ThomasVfix text layer extraction (bug 21526); patch by Simon...
2010-07-07 Ævar Arnfjörð Bjar... new-installer: WebInstaller's ->finish method needs...
2010-07-07 Ævar Arnfjörð Bjar... new-installer: Remove duplicate code added in r69128
2010-07-07 Ævar Arnfjörð Bjar... new-installer: Remove debug_print_backtrace() call...
2010-07-07 Mark A. Hershbergerfinish revert of r69108
2010-07-07 Mark A. Hershberger* Add Status::getWarningsArray() to complement Status...
2010-07-06 Ævar Arnfjörð Bjar... new-installer: Make findExtensions() return a key-value...
2010-07-06 Chad HorohoeRemove a few functions that have been labelled deprecat...
2010-07-06 Ævar Arnfjörð Bjar... new-installer: Delay database object construction until...
2010-07-06 Chad HorohoeFollowup r69007, use $wgDeletedDirectory since it exist...
2010-07-06 Chad HorohoeDisable installer when LocalSettings.php is detected
2010-07-06 Chad HorohoeRefactor installation into parent class, shouldn't...
2010-07-06 Chad HorohoeTurn getStatusErrorBox() into getStatusBox() so it...
2010-07-06 Chad HorohoeMake this public again, MysqlInstaller uses it :(
2010-07-06 Sam ReedStylize API
2010-07-06 Philip TzouBug 24027: Variants like "zh" should get purged as...
2010-07-05 Jack Phoenixremoved TablePager CSS from Modern's main.css as shared...
2010-07-05 Max SemenikRemoved sysopRequired() and developerRequired() from...
2010-07-05 Max SemenikGot rid of remaining usages of immediateBegin()/immedia...
2010-07-05 Alexandre EmsenhuberFixed some doxygen warnings
2010-07-05 Philip TzouUpdate the Chinese conversion tables.
2010-07-05 Chad HorohoeMake visibilities actually mean it
2010-07-05 Chad HorohoeNot the parent, use this
2010-07-04 Ævar Arnfjörð Bjar... LocalSettingsGenerator: Document $wgLanguageCode in...
2010-07-04 Ævar Arnfjörð Bjar... LocalSettingsGenerator: Document $wgDiff3 in the genera...
2010-07-04 Ævar Arnfjörð Bjar... LocalSettingsGenerator: Align the few assignments in...
2010-07-04 Ævar Arnfjörð Bjar... new-installer: A better implementation of the database...
2010-07-04 Alexandre EmsenhuberRemoved error suppression opertators (per bug 24159)
2010-07-04 Ævar Arnfjörð Bjar... new-installer: Use `` instead of wfShellExec() like...
2010-07-04 Chad HorohoeAdd LocalSettings checker thing. Haven't used it in...
2010-07-04 Ævar Arnfjörð Bjar... new-installer: Return newGood() from CreateDBAccount...
2010-07-04 Ævar Arnfjörð Bjar... new-installer: GRANT permissions to our new non-root...
2010-07-04 Chad HorohoeDeprecated $wgFileStore in favor of $wgDeletedDirectory...
2010-07-04 Ævar Arnfjörð Bjar... new-installer: Don't use some made-up $host:$ip for...
2010-07-04 Alexandre EmsenhuberFixed some doxygen warnings
2010-07-04 Alexandre Emsenhuber* Modified Special:Ipblocklist to subclass SpecialPage...
2010-07-04 Danny B* Fixing (sub)section names - they can't have the same...
2010-07-04 Alexandre EmsenhuberRemove array( ... ) from SpecialMypage, SpecialMytalk...
2010-07-03 Alexandre EmsenhuberFixed some doxygen warnings
2010-07-03 Alexandre EmsenhuberTwo error suppression opertators less (per bug 24159)
2010-07-03 Raimond SpekkingFollow-up r68904: Rename 'ImagePage.css' to 'Filepage...
next