One place forgot intval() mLatestID causing bugs with strict comparisons. Fixed it...
[lhc/web/wiklou.git] / includes /
2010-06-28 Niklas LaxströmOne place forgot intval() mLatestID causing bugs with...
2010-06-28 Niklas LaxströmCode cleanup
2010-06-27 Mark A. Hershberger* consolidate some installer functionals into the Insta...
2010-06-27 Sam ReedMinor followup to r68636, add to getPossibleErrors
2010-06-27 Sam Reed* (bug 24136) unknownerror when adding new section...
2010-06-27 Max SemenikFix SearchSqlite::updateTitle()
2010-06-27 Max SemenikFollow-up to r68604: recognise ATTACH DATABASE as a...
2010-06-26 Matěj GrabovskýFollow-up r68606, per comments:
2010-06-26 Matěj Grabovský(bug 18891) Deprecated Article::insertNewArticle still...
2010-06-26 Max SemenikSupport for $wgSharedDB in SQlite
2010-06-25 Andrew GarrettSome import-related fixes for LiquidThreads dump import...
2010-06-25 Niklas LaxströmSuppress warnings
2010-06-25 Jack Phoenixremove unused classes for article validation from Monob...
2010-06-25 Chad HorohoePermission warnings are annoying and should be transpar...
2010-06-25 Tim StarlingRun texvc via wfShellExec(), so that execution time...
2010-06-25 Domas Mituzasr68558 fixes: add some escaping (just in case, not...
2010-06-25 Domas MituzasAdding $wgSQLMode
2010-06-25 Tim Starling* Fixed the makefile to only run enabled tests, instead...
2010-06-25 Tim Starling* Integrated the selenium tests into MediaWiki properly...
2010-06-25 Tim Starling* Removed require/require_once from maintenance scripts...
2010-06-24 Derk-Jan HartmanAnd one more \n in wfDebug.
2010-06-24 Derk-Jan HartmanAdd a \n to the debug of the HTTP functions, so my...
2010-06-24 PlatonidesFollow up r68491.
2010-06-24 PlatonidesFollow up r54225. DumpRenderer::handleRevision needs...
2010-06-24 PlatonidesFollow up r66267.
2010-06-24 Niklas LaxströmWhitespace & documentation fix
2010-06-24 Niklas LaxströmApply patch from bug 24104 by John Du Hart for allowing...
2010-06-23 PlatonidesDisable pretty italics inside links. Now the italics...
2010-06-23 Sam ReedMinor followup to r68482, fix the fail I introduced
2010-06-23 Sam Reed* (bug 23473) - Give description of properties on all...
2010-06-23 Max SemenikConverting MySQL's ENUM to SQLite BLOB doesn't make...
2010-06-23 Siebrand MazelandFollow-up r68409: shut up PHP Strict Standards notices...
2010-06-23 Max SemenikFixes for r66013: fixed syntax, switched interwiki...
2010-06-23 Sam Reed* (bug 24089) Logevents causes PHP Notice if leprop...
2010-06-23 Mark A. Hershberger* Adapt install.php to a more “traditional” maintenance...
2010-06-23 Mark A. Hershbergerremove todo tag now that its done.
2010-06-22 Daniel Kinzlerpassing thumbnail params to getThumbType, as suggested...
2010-06-22 Sam ReedResolve fixme of r66539
2010-06-22 Sam ReedFix typo (and change wrong variable)
2010-06-21 Conrad Irwin(bug 19910) Preprocess headings of the form "===+\s...
2010-06-21 Conrad Irwin(bug 18431) Remove initial whitespace from fragment...
2010-06-21 Derk-Jan HartmanAdd a copyright line for myself to SpecialComparePages
2010-06-21 Derk-Jan HartmanCorrect the address of the FSF in some of the GPL headers
2010-06-21 Derk-Jan HartmanCorrect the address of the FSF in some of the GPL headers
2010-06-21 Sam ReedGPL Headers for all!
2010-06-21 Conrad Irwin(bug 22784) Fix normalization of whitespace in autocomm...
2010-06-20 Conrad Irwin(bug 17857) Make {{anchorencode}} work in a manner...
2010-06-20 Derk-Jan HartmanFollow up r66566. Rename uploadLink() to getUploadLink...
2010-06-20 Derk-Jan HartmanFollow up r68279. epub is 'not' an opc archive
2010-06-20 Sam ReedDo ApiQueryAllUsers per r68337 (was using while (true)..)
2010-06-20 Sam ReedPer mediawiki.org/wiki/Special:Code/MediaWiki/66168...
2010-06-20 Sam ReedNuke $db->freeResult() from Api stuffs
2010-06-20 Sam ReedFollowup r68157 and r68161 per Bryans comment (anons...
2010-06-20 Derk-Jan HartmanFollow up to r68324. Fix undefined constant.
2010-06-20 Derk-Jan HartmanFollow up r68324.
2010-06-20 Derk-Jan HartmanDon't override the default Bitmap.php information in...
2010-06-20 Derk-Jan HartmanAdd a new PNG parser in order to recognize APNG (animat...
2010-06-20 Chad HorohoeSkip PHP warnings for mkdir() call. We throw our own...
2010-06-20 Chad HorohoeCheck return value from wfMkdirParents() rather than...
2010-06-20 Matěj GrabovskýFollow-up r68307: ContribsPager now accepts array of...
2010-06-20 Matěj Grabovský(bug 4597) Provide support in Special:Contributions...
2010-06-19 Derk-Jan Hartman(bug 23621) New Special:ComparePages to compare (diff...
2010-06-19 Derk-Jan HartmanBug 23642. Best effort mime detection for OpenXML files
2010-06-19 Derk-Jan HartmanThe rendering of autosummary in History and Diff pages...
2010-06-19 Derk-Jan HartmanUse the helper function Title::newMainPage() instead...
2010-06-18 Bryan Tong Minh(bug 23465) Don't ignore the predefined destination...
2010-06-18 Bryan Tong Minh(bug 23666) FileRepo: Moved File::isLocal() to FileRepo...
2010-06-18 Max SemenikFixed hit counter on SQLite
2010-06-18 Daniel Kinzlerfollop-up to 68230: forgot to commit the styles needed...
2010-06-18 Daniel Kinzlerlet mode="grid" on a wiki table trigger output as div...
2010-06-18 Roan KattouwFollowup to r67554: move getAcceptLang() to WebRequest...
2010-06-18 Roan KattouwFollowup to r68177: per CR, move SimpleSearch preferenc...
2010-06-18 Roan Kattouw(bug 24016) API: Handle parameters specified in simple...
2010-06-17 Mark A. HershbergerOrganise sub-dirs in AutoLoader.php
2010-06-17 Roan KattouwFollowup to r68157: simplify ApiQueryUsers::getAutoGroups()
2010-06-17 Sam ReedRem whitespace, function comment for r68158
2010-06-17 Sam ReedMinor followup to r68156, add "user" as implicit group
2010-06-17 Sam Reed* (bug 24009) Include implicit groups in action=query...
2010-06-17 Raimond SpekkingAdd the current limit (manually changed by a user)...
2010-06-17 Aaron SchulzRemoved unused mTouchTmplLinks var
2010-06-16 Chad HorohoeReturn boolean, not a file object
2010-06-16 Alexandre Emsenhuber* Modified Special:Undelete to extend SpecialPage inste...
2010-06-16 Mark A. Hershberger* Create new DatabaseSqlite::checkForEnabledSearch...
2010-06-16 Chad HorohoeKill off another AjaxFunction. The only thing that...
2010-06-16 Tim StarlingIn wfGetAllCallers(): Added a limit to the stack depth...
2010-06-15 Trevor ParscalImproved the wrapping of personal tools for Vector...
2010-06-15 Alexandre EmsenhuberFixed some doxygen warnings
2010-06-15 Raimond SpekkingFollow-up r65013: Add an input field for the username...
2010-06-15 Derk-Jan HartmanAdd the titles of interlanguage links to the tooltip...
2010-06-15 PlatonidesFollow up r68064. This another query also ended at...
2010-06-15 PlatonidesDo not link the user to its user javascript if the...
2010-06-15 PlatonidesAdd page_latest to the LinkCache.
2010-06-14 Raimond Spekking* Show validity period of the login cookie in Special...
2010-06-14 Chad HorohoeFollowup r68013, rm minor unrelated change
2010-06-14 Chad HorohoeCleanup most of the DIY extension detection/dl() code...
2010-06-14 Roan KattouwFix r67544 per CR: cancel event properly in TOC show...
2010-06-14 Chad HorohoeRemove unused var
2010-06-14 Raimond SpekkingUse present function for adding accesskey. This way...
2010-06-14 ThomasVpatch for bug 22981 : pass cached links to the extensio...
2010-06-13 Alexandre EmsenhuberChanges to Special:Lockdb and Special:Unlockdb:
next