BUG#419 Added global variable that defines the elements of the navigation sidebar.
[lhc/web/wiklou.git] / maintenance /
2004-09-26 Tim StarlingRefactored updaters.inc. With all those functions doing...
2004-09-26 Domas Mituzascreate schema mediawiki and store all objects in it
2004-09-26 Tim Starlinguser_token field (from REL1_3A)
2004-09-25 Wil MahanWork with $wgUseTidy again, and add more tests (we...
2004-09-25 Tim Starlinga couple of extra functions, useful for debugging
2004-09-25 Tim Starlingvarious modifications found lying around in the live...
2004-09-25 Brion VibberSet wgUploadPath for tests so we don't all have to...
2004-09-25 Wil MahanNew tests for sections and various bugs
2004-09-25 Wil MahanAdd a "--regex" option to limit which tests are run...
2004-09-25 Zheng Zhufirst attempt to support multiple language variants...
2004-09-24 Wil MahanAdd an option for setting the title; add test for inter...
2004-09-24 Wil MahanAdd tests for subpages (+ an option to enable them...
2004-09-24 Wil MahanChange example noted by Brion--I think the current...
2004-09-24 Brion VibberAdd a pretty PASSED! or FAILED! to the final summary...
2004-09-24 Wil MahanAdd blurb at top; enable template as link source test...
2004-09-24 Wil MahanBe a bit more careful about trailing spaces; don't...
2004-09-23 Brion VibberBreak temporary table creation out to setupDatabase...
2004-09-23 Wil MahanTests for templates, pre-save transform, message transform.
2004-09-23 Wil MahanTwo changes to parserTest:
2004-09-23 Brion VibberAdd phpdoc comments
2004-09-23 Brion VibberUse '--parseprivate on' option on phpdoc to include...
2004-09-23 Brion VibberIgnore LocalSettings.php,AdminSettings.php
2004-09-23 Wil MahanMagic links, etc.
2004-09-23 Brion VibberLoad up LanguageUtf8 and force to utf-8 if config was...
2004-09-23 Brion VibberTest inline interwiki link
2004-09-23 Brion VibberSince 'php parserTests.php' is too long for my lazy...
2004-09-23 Brion VibberChange name of output files to make the diff output...
2004-09-23 Brion VibberSet language to en for tests.
2004-09-23 Wil Mahanadd $wgSitename global for testing magic variables
2004-09-23 Wil MahanAdd tests for magic variables (using $wgSitename) and...
2004-09-23 Wil Mahanadd two more block-level tests
2004-09-23 Wil MahanSplit up internal links test cases, add a couple more
2004-09-23 Brion VibberAdd --quick option to suppress display of diffs.
2004-09-23 Brion VibberAdd color to the output; assumes a more or less ANSI...
2004-09-23 Wil MahanFix and enable all internal links test cases, including...
2004-09-23 Brion VibberAdd regression test case for bug 554
2004-09-23 Brion VibberSeparate out the external links tests
2004-09-23 Brion VibberAdd a newline to the diff temp files to remove the...
2004-09-23 Brion VibberCleaning up checkin conflict: remove Wil's parserTransf...
2004-09-23 Brion VibberFix test to match change to Skin.php
2004-09-23 Brion VibberTweak tests back into shape
2004-09-23 Brion VibberParser test improvements:
2004-09-23 Wil Mahanmake some more tests work
2004-09-23 Wil Mahanallow simple variables in expected test results; use...
2004-09-22 Wil MahanUse OutputPage to replace link placeholders; add links...
2004-09-22 Wil MahanRemove the comment check I added (wasn't necessary...
2004-09-22 Wil MahanAllow comments beginning with '#' between sections...
2004-09-22 Brion VibberQuick start on a mindlessly simply parser test suite.
2004-09-22 Zheng Zhureplacing wgLang with wgContLang
2004-09-17 Antoine MussoFIXME: looks like we call an obsolete function. Need...
2004-09-17 Arne Heizmannsp
2004-09-17 Brion VibberFix double-escaping of messages added to the database...
2004-09-15 Domas Mituzasfix casting typo
2004-09-13 Domas Mituzasclear bodytext on OutputPage after link parsing
2004-09-11 Brion VibberRemove indexes.sql; index definitions are now in the...
2004-09-11 Brion VibberIt's traditional to put quotes around your strings. ;)
2004-09-10 Domas Mituzasvirgin pg grants
2004-09-10 Domas Mituzasspecify cur_user as 0 on message import
2004-09-09 Domas Mituzasfix timestamps, change multirow insert query into Datab...
2004-09-09 Domas Mituzasspecify defaults for cur_user and cur_user_text
2004-09-09 Brion VibberAdd Database::conditional() function to build IF()...
2004-09-08 Brion VibberUse handy-dandy __FILE__ constant to get the pathname...
2004-09-07 Domas Mituzasallow NULL html/mathml entries in math table
2004-09-07 Domas Mituzastypo fix, ipblock expire 'with timezone' -> 'without...
2004-09-07 Brion VibberJust return if running on PostgreSQL, as this change...
2004-09-07 Brion VibberFix parse error
2004-09-07 Brion VibberFix include
2004-09-06 Domas Mituzasspecify DEFAULT for cur_restrictions
2004-09-06 Domas Mituzasadd logging table
2004-09-04 Brion Vibbertypo
2004-09-04 Brion VibberMore command-line options so I can just hit 'up, enter...
2004-09-04 Arne HeizmannMediaWiki :-)
2004-09-04 Brion VibberRemove hard-coded paths from documentation generation...
2004-09-04 Arne Heizmannchange all occurrences of "Mediawiki" to "MediaWiki".
2004-09-03 Antoine Mussosimple script to generate phpdocumentor documentation...
2004-09-03 Antoine MussoPhpdoc comments and place holder. Part of the subpackag...
2004-09-03 Antoine MussoComments. No more alpha version
2004-09-03 Domas Mituzasworking schema for working pg layer. hooray! :)
2004-09-02 Brion VibberDon't bother writing out the MediaWiki:All_messages...
2004-09-01 Arne Heizmannprobably a typo
2004-08-25 Brion VibberOld log page -> logging table importer.
2004-08-24 Jens FrankSplit user table into two parts: user and user_rights...
2004-08-24 Brion VibberSpecial:Log and the logging table -- unified logging...
2004-08-21 Tim StarlingreplaceLinkHolders -> transformBuffer
2004-08-15 Tim StarlingAdded rc_id and rc_patrolled updaters
2004-08-14 Brion VibberFix rebuildall on case-sensitive unix filesystems.
2004-08-14 Tim StarlingAllowed post-parse link cache to be used for update...
2004-08-14 Tim StarlingDB name feature from REL1_3
2004-08-12 Antoine Mussofix language file checking
2004-08-11 Brion VibberNot maintained notice
2004-08-11 Brion VibberDon't print out username and password, that's just...
2004-08-11 Brion VibberAdd a comment explaining what this is for :)
2004-08-11 Brion VibberShorttags fix
2004-08-11 Brion VibberFix some of the rebuild scripts
2004-08-11 Brion VibberAdd MessageCache::clear and use it on initialise/rebuil...
2004-08-11 Brion VibberFix command-line scripts broken by more aggressive...
2004-08-10 Arne HeizmannAdding 'en' to domain name of Wikipedia, Wiktionary...
2004-08-09 Arne HeizmannNew feature: Recent Changes Patrol. All edits and new...
2004-08-07 Arne Heizmannprimary key.
2004-08-07 Tim StarlingAdded primary key for the recentchanges table. Patch...
next