lhc/web/wiklou.git
2011-06-25 Robin PepermansFix r90743.
2011-06-25 Brian WolffLet $wgCategoryCollation take a class name as a value...
2011-06-25 Aaron SchulzFollow-up r90749: pushed down accessing of $wgAutopromo...
2011-06-25 Aaron SchulzFollow-up r90749:
2011-06-25 Aaron SchulzFollow-up r90749:
2011-06-25 Sam ReedFollowup r89576, and other related revisions
2011-06-25 Sam ReedFollowup r86198 per Happy-melon comment on CR, delete...
2011-06-25 Aaron SchulzAdded one-time promote support via Autopromote::autopro...
2011-06-25 Russ NelsongetPath() does the wrong thing under SwiftMedia, but...
2011-06-25 Russ NelsonHad trouble distinguishing between these two error...
2011-06-24 Robin PepermansDirectionality improvements as part of bug 6100 (under...
2011-06-24 Robin PepermansDirectionality and language improvements as part of...
2011-06-24 Raimond SpekkingLocalisation updates for core and extension messages...
2011-06-24 Robin Pepermans(bug 28030) LTR usernames are aligned incorrectly in...
2011-06-24 Robin Pepermans(bug 12406) Pages with names in RTL scripts are not...
2011-06-24 Aaron Schulz* Removed break in first loop of generateTableHTML...
2011-06-24 KrinkleRelease-notes for r90729 (why doesn't this happen autom...
2011-06-24 Krinkle(bug 29567) mw.util.addPortletLink should only wrap...
2011-06-24 KrinkleAdding unit test for span presence in mw.util.addPortle...
2011-06-24 KrinkleRemoving fake html structure from qunit/index.html...
2011-06-24 Aaron Schulz* More cleanups for r88084 (and fixed r90692).
2011-06-24 KrinkleRelease-note fixes
2011-06-24 Alexandre EmsenhuberSimplify a bit by using getRawText() instead of creatin...
2011-06-24 Siebrand MazelandReduce calls to wfTimestampNow() by using temporary...
2011-06-24 Siebrand MazelandFollow-up r88278. Do not call $wfTimestampNow() twice...
2011-06-24 Aaron SchulzMore RELEASE-NOTES-1.19 tweaks
2011-06-24 Aaron SchulzClarify some bug fix notes
2011-06-24 Aaron SchulzCode style cleanups, use strict comparison with $data...
2011-06-24 Aaron SchulzMinor code cleanups
2011-06-24 Neil Kandalgaonkarlinted jpegmeta - commas cause IE errors. Not that...
2011-06-24 Robin PepermansThe comment refers to the wrong path (should have been...
2011-06-24 Robin Pepermanslocalization statistics (transstat.php) now excludes...
2011-06-23 Brian WolffPer CR on r86169, start adding unit tests for metadata...
2011-06-23 Derk-Jan HartmanSwitch jquery.sortable to use mw-sortable and mw-unsort...
2011-06-23 Raimond SpekkingLocalisation updates for core and extension messages...
2011-06-23 Leo KoppelkammTwo more tablesorting tests
2011-06-23 Antoine Mussoupdate tests for Xml::label which now support 'title...
2011-06-23 Antoine MussoAdd tooltips to the Special:Recentchanges checkboxes
2011-06-23 Antoine MussoXml::label now apply the 'title' attribute when provided
2011-06-23 Alexandre EmsenhuberFix for r86722: pass the message 'dberrortext' unescape...
2011-06-23 Derk-Jan HartmanSet window.wgMonthNamesShort before we start the tests...
2011-06-23 Derk-Jan HartmanFix global var leaking that was making collationsort...
2011-06-23 Matěj GrabovskýwfArrayToCGI() and wfCgiToArray() now handle nested...
2011-06-23 Sam ReedFollowup r85596, recursiveTagParse returns a string...
2011-06-23 Leo KoppelkammAdding rowspan tests to tablesorting & make it more...
2011-06-23 Leo KoppelkammAdding a collation test to tablesorter, fixing var...
2011-06-23 Brian WolffSomeone on irc had a very screwed up DB, and he reporte...
2011-06-23 Tim StarlingGeneral database-related code cleanup:
2011-06-23 Brion VibberFollowup r86088: test cases and a correction for bug...
2011-06-22 Brion VibberFollowup r90595, r90626: remove async magic from table...
2011-06-22 Leo KoppelkammRevert accidental change from r90630
2011-06-22 Brion VibberFollowup r86088, r87244, r90612: fix jquery.tablesorter...
2011-06-22 Leo KoppelkammTablesorter: Remove not really necessary setTimeout.
2011-06-22 Brion VibberFollowup r87243: qunit test cases for bug 28775 (German...
2011-06-22 Leo KoppelkammHopefully fix IE6 regex tablesorter issue
2011-06-22 Sam Reedrequire_once( dirname( dirname( __FILE__ ) ) . '/includ...
2011-06-22 Sam Reedrequire_once dirname( dirname( __FILE__ ) ) . '/api...
2011-06-22 KrinkleFix dependancy order (before instead of after the main...
2011-06-22 Brion VibberFollowup r90595: Tweak tablesorter tests so they run...
2011-06-22 Leo KoppelkammFix tablesorting bug that caused weird interferences...
2011-06-22 Chad HorohoeMake Maintenance::error() more useful in dying situatio...
2011-06-22 Sam ReedFix code style
2011-06-22 PlatonidesRemove unused global $wgContLang
2011-06-22 Sam ReedMove upload tests to upload folder
2011-06-22 Sam ReedKill var_dump from r90603
2011-06-22 KrinkleNew mediawiki.page modules
2011-06-22 PlatonidesFollow up r86623. Remember to add the proper wfProfileO...
2011-06-22 PlatonidesReadd r90538, this time with the missing global $wgHooks;
2011-06-22 Derk-Jan HartmanFix global var leaks in jquery.tablersorter.js
2011-06-22 Raimond SpekkingLocalisation updates for core and extension messages...
2011-06-22 Brion VibberAdd initial QUnit JS test cases for jquery.tablesorter...
2011-06-22 Alexandre EmsenhuberUpdated calls to Linker to call them statically and...
2011-06-22 Alexandre EmsenhuberRemoved usage of error suppression operator
2011-06-22 Alexandre EmsenhuberRemoved hidden usage of $wgTitle in parser and the...
2011-06-22 Matěj GrabovskýFollow-up r90482: escape some more wikitext
2011-06-22 Matěj GrabovskýFollow-up r90359: modify code per Krinkle's comments
2011-06-22 Jure Kajzer* removed DEFAULT '' NOT NULL constraints as '' is...
2011-06-22 Matěj GrabovskýFollow-up r90369: Add third parameter to filetype-unwan...
2011-06-22 Robin PepermansDirectionality improvements as part of bug 6100 (under...
2011-06-22 Sam ReedFix comment formatting
2011-06-22 Chad HorohoeProvisional revert of r90538. I can't replicate the...
2011-06-21 Sam ReedFollowup r90261
2011-06-21 Chad Horohoe*grumble grumble* stupid fime on r90192
2011-06-21 Chad HorohoeFollowup r90020: use startid for consistency, and docum...
2011-06-21 Raimond SpekkingLocalisation updates for core and extension messages...
2011-06-21 Alexandre EmsenhuberSimplify checks by using wfMessage() instead of wfEmpty...
2011-06-21 PlatonidesUploadTest::testTitleValidation accessed the database...
2011-06-21 PlatonidesFollow up with the problem noted in r90530.
2011-06-21 PlatonidesRevert r90483, if tesla has problems, it should get...
2011-06-21 Rotem LissLocalization update for he.
2011-06-21 Robin PepermansFix r90500: move release note from API to bug fixes...
2011-06-21 Robin Pepermans* Improvements as part of bug 6100: Use wfUILang()...
2011-06-21 Robin PepermansPer comment by Platonides on r90337: use wfGetLangObj...
2011-06-21 Alexandre Emsenhuber* Made $useDB parameter of wfMsgGetKey() optional as...
2011-06-21 Neil Kandalgaonkarcreate images with orientation (had to use exiv2 hack...
2011-06-21 Chad Horohoe(bug 29492) Long-running steps in the installer (such...
2011-06-20 Brian Wolff(bug 29507) Change 'image link' to 'file link' in Speci...
2011-06-20 Aaron Schulz* Cleaned up tableNamesWithUseIndexOrJOIN() and removed...
2011-06-20 Sam Reed* (bug 29278) server error 500 when attempting to add...
2011-06-20 Sam ReedRevert r90488, rename variable from r90487
next