Localisation updates for core messages from translatewiki.net (2009-09-03 16:52 UTC)
[lhc/web/wiklou.git] / maintenance /
2009-08-05 Chad HorohoeRemove trailing ?>
2009-08-05 Chad HorohoeDoc fixes, add new Wikimedia group for doxygen so we...
2009-08-05 Chad HorohoeMake this work by only loading things with a maintClass.
2009-08-04 Brion VibberAdd fixme note to replace 'mysql' command-line callout...
2009-08-04 Chad HorohoeRemove useless scripts list. Nothing depends on it...
2009-08-04 Chad HorohoeDeclare globals. Move this all inside the $method ...
2009-08-04 Aryeh GregorOnly show useful info in RC legend
2009-08-04 Chad HorohoeFollowup r54328: Would've helped to commit this
2009-08-03 Chad Horohoe* Port populateSha1 to new code style
2009-08-03 Chad HorohoeMove populateSha1.php up from archives into maintenance...
2009-08-03 Chad HorohoeRIP importLogs. Ancient, un-needed and probably never...
2009-08-03 Chad HorohoeRevert r54244 which was stupid and fix this properly...
2009-08-03 Alexandre Emsenhuberremoved double "@ingroup Maintenance"
2009-08-03 Raimond SpekkingFollow-up r54284: PLURAL keyword for message
2009-08-03 Chad HorohoeLast update to call $dbw->sourceFile() directly. Throw...
2009-08-03 Chad HorohoeRe-add some files that are still used by updaters.inc.
2009-08-03 ShinjimanAdded back 'right-editusercssjs' message for backward...
2009-08-02 Chad Horohoe(bug 18855) Consistently call commandLine.inc with...
2009-08-02 Chad HorohoeDon't die badly if $row isn't an object.
2009-08-02 Aryeh GregorAdd legend and tooltips to explain RC flags
2009-08-02 Chad HorohoeDon't put \n on the end of every error() call, just...
2009-08-02 Chad Horohoe* Add way to get full input from stdin() without having...
2009-08-02 Chad HorohoeUse buildConcat()
2009-08-02 Chad HorohoeMissing >
2009-08-02 Chad HorohoetableNamesN() and make init $revisions before trying...
2009-08-02 Chad HorohoeMissing newline. Maybe should make error() just do...
2009-08-02 Chad HorohoeForgot that updaters.inc relies on deleteDefaultMessage...
2009-08-02 Chad HorohoeStill need this in updaters.inc.
2009-08-02 Chad HorohoeForgot to bring doRebuild() along :)
2009-08-02 Chad HorohoeStay semicolon.
2009-08-02 Chad Horohoetimestamp() fixes on updateSearchIndex.php, and declare...
2009-08-02 Chad Horohoe+newlines on error
2009-08-02 Chad HorohoeMerge maintenance-work branch (now with less errors!):
2009-08-01 Shinjiman* (bug 12110) Split the rights for editing users' CSS...
2009-08-01 Shinjiman* (bug 15680) Split the edit tip message of user CSS...
2009-07-31 Niklas LaxströmAdded --threads=N parameter
2009-07-31 Chad HorohoeAdd /includes/search/ to findhooks. Looks good!
2009-07-30 Chad HorohoeNever worked anyway, and completely useless with new...
2009-07-30 Brion Vibber* Parser test supports uploading results to remote...
2009-07-30 Raimond SpekkingFollow-up r54033: Add new message keys to maintenance...
2009-07-29 Chad HorohoeRemove 2 ancient files that aren't used anywhere and...
2009-07-29 Alexandre Emsenhuber* fixed Parser::runTest() title creation to use Title...
2009-07-29 Brion Vibber* (bug 19957) All known-failing tests now marked disabl...
2009-07-29 Brion VibberFix regression I introduced breaking wgMaxTocLevel...
2009-07-28 Raimond SpekkingFollow-up r53874: Add section header for maintenance...
2009-07-28 Raimond SpekkingFollow-up r53873: Make new message optional for transla...
2009-07-28 Niklas LaxströmI'm being bold here, proposed solution to:
2009-07-28 Niklas Laxström* (bug 14454) "Member of group(s)" in Special:Preferenc...
2009-07-25 Chad HorohoeRemove stupid id that makes clean merges impossible...
2009-07-24 Brion VibberCheck in Tim's test script for PHP implementation of...
2009-07-24 Aryeh GregorAdd opt-in RSS feed for watchlist
2009-07-23 Remember the dotEnabled use of the greater-than sign (">") in page...
2009-07-23 Chad Horohoe* (bug 14201) Set $wgDBadminuser/$wgDBadminpassword...
2009-07-22 Alexandre Emsenhuber* (bug 19857) maintenance/deleteRevision.php on last...
2009-07-22 Tim Starling(bug 19574) LocalisationCache gets confused when extern...
2009-07-21 Remember the dotFollow-up to r52963: Moved ID attributes on header...
2009-07-20 Alex Z(bug 15745) Make the edit summary link parser detect...
2009-07-20 Siebrand MazelandFollow-up r53515: register 'prefs-registration-date...
2009-07-20 Aaron SchulzMake --delete confirmation actually work
2009-07-20 Aaron SchulzMake sure this commits too
2009-07-20 Aaron SchulzUpdate deleteArchivedFiles.inc to use FileRepo (FileSto...
2009-07-20 Alex ZReplace the call to action=raw with a couple API calls...
2009-07-20 Brion VibberAlso treat [[#section]] links as expected with the...
2009-07-20 Chad HorohoeFollowup to r52477. Call unlock/lock in correct order :)
2009-07-20 Brion Vibber* (bug 14080) Short notation links to subpages didn...
2009-07-20 Greg Sabino MullaneFull support for modified oldimage FK constraint to...
2009-07-20 Greg Sabino MullaneFor oldimage table, do ON UPDATE CASCADE. Per bug ...
2009-07-20 Brion VibberFinally add a damn string->array parser for parser...
2009-07-20 Brion VibberAdd support for running test cases on the Linker::forma...
2009-07-19 Aryeh GregorAdd experimental new auth framework, ExternalAuth
2009-07-19 Alexandre Emsenhuberadd includes/upload/ to findhooks.php's path list
2009-07-19 Rotem LissLocalization update.
2009-07-18 Raimond SpekkingFollow-up r53286: Fix some issues:
2009-07-17 Aryeh GregorUpdate messages.inc for r53423
2009-07-17 Roan KattouwFollowup to r53408: change lengths of log_action and...
2009-07-17 Roan Kattouw(bug 19570) Add log_user_text and log_page to tables...
2009-07-17 Shinjiman* (bug 14611) Add a global variable hook to show the...
2009-07-16 Rotem LissLocalization update for he, and whitespace fixes +...
2009-07-15 Roan KattouwFix up r53308: fix up another parser test that I'd...
2009-07-15 Roan KattouwFix parser tests for r52213.
2009-07-15 Roan Kattouw(bug 19726) Missing schema updates break file uploads...
2009-07-15 Raimond SpekkingFollow-up r53282: Add new message keys to maintenance...
2009-07-15 Chad Horohoe(bug 16497) Paginate Special:AllMessages
2009-07-14 Michael Dalehere it is ... the upload-api, script-server, js2 ...
2009-07-12 Remember the dotRemoved repetition of URIs in the title attributes...
2009-07-11 Remember the dotUpdated parser tests for r52726. Also fixed some corner...
2009-07-09 Andrew Garrett* Allow leading-> as syntax for quoting.
2009-07-09 Remember the dotRemoved redundant anchors from headings as suggested...
2009-07-08 Ævar Arnfjörð Bjar... Make this error more understandable to someone who...
2009-07-08 Siebrand MazelandFollow-up to r52888:
2009-07-07 Ævar Arnfjörð Bjar... Commit 52503 which introduced l10n caching didn't add...
2009-07-07 Roan Kattouw(bug 19539) Added used but undeclared messages from...
2009-07-04 Alexandre Emsenhubersvn:eol-style native
2009-07-04 Chad Horohoe(bug 19316) Move do_unique_pl_tl_il to 1.15
2009-07-03 Tim Starling(bug 19447) Disable the localisation store backend...
2009-07-01 Chad Horohoe(bug 19428) PG and MySQL followups to r52503. Patch...
2009-07-01 Chad HorohoeTypo.
2009-06-29 Andrew GarrettDocument tag_summary and change_tags tables
2009-06-28 Tim Starling* Introduced a new system for localisation caching...
2009-06-27 Chad Horohoe(bug 19157) createAndPromote error on bad password
next