Ensures empty UL elements are never included in output by testing if menus have anyth...
[lhc/web/wiklou.git] / includes /
2010-03-31 Mark A. Hershbergeruse class constant from r64403
2010-03-30 Happy-melonRationalise comment format. Slightly controversial...
2010-03-30 Happy-melonOverhaul code format to coding conventions.
2010-03-30 Mark A. Hershberger* Set $titleObj to null by default on getWatchlistValue...
2010-03-30 Alexandre EmsenhuberAnd while I'm at it, fix PHP Notice: Undefined variable...
2010-03-30 Alexandre EmsenhuberFix parse error: syntax error, unexpected '}' in includ...
2010-03-30 Mark A. HershbergerRefactor ApiMain to make the code more readable.
2010-03-30 Matthew Britton(bug 22910) Add Special:Unblock as an alias for the...
2010-03-29 Platonides(bug 21520) Anonymous previews now also give a warning...
2010-03-29 Alexandre EmsenhuberFixed some doxygen warnings
2010-03-29 Tobias(bug 22627) Remove PHP notice when deleting a page...
2010-03-29 Niklas LaxströmFix syntax terrors
2010-03-29 Max SemenikStarted tests for Message class, fixed one bug found...
2010-03-29 Niklas LaxströmMessage::key() accepts message parameters as varargs...
2010-03-29 Platonides (bug 22991) wgUserGroups should be ['*'] for anonymou...
2010-03-28 Alexandre EmsenhuberFixed some doxygen warnings
2010-03-28 Roan KattouwMessage.php fixes:
2010-03-28 Sam ReedSwitch if ordering as per Roans comment for r64291
2010-03-28 Niklas LaxströmRemove options array and move message fetching one...
2010-03-28 Sam ReedFollowup r64197
2010-03-28 Chad HorohoeFactory functions are static
2010-03-28 Conrad IrwinRe-normalize titles after html entity decoding when...
2010-03-28 Aryeh GregorRemove a use of xml:lang that I missed in r62312
2010-03-27 Roan KattouwFix coding style, whitespace in r64267
2010-03-27 Roan KattouwFix coding style in r64230, r64256
2010-03-27 Alexandre EmsenhuberFixed some doxygen warnings
2010-03-27 Sam ReedFollowup to r64197
2010-03-27 Alexandre Emsenhuber* (bug 22977) Removed "patched by Liangent and Philip...
2010-03-27 Happy-melonPer r64228 CR: make the check a static method in IPBloc...
2010-03-26 Happy-melonFollow-up r64228, per requests at bug 15810: grant...
2010-03-26 Happy-melonFollowup to r64228 - apply restrictions in API.
2010-03-26 Happy-melon(bug 15810) stop blocked admins from unblocking themsel...
2010-03-26 Alexandre EmsenhuberFixed some doxygen warnings
2010-03-26 Roan Kattouw(bug 22940) Namespace aliases to the main namespace...
2010-03-26 Aryeh GregorAdd git:// and mms:// to $wgUrlProtocols
2010-03-26 Happy-melonGet message in wfEmptyMsg using the user's interface...
2010-03-25 Sam ReedMinor followup to r64197
2010-03-25 Sam ReedFix bug 22944 in a much better fashion (using watchlist...
2010-03-25 Sam ReedRevert my api changes to pre r64815
2010-03-25 Sam ReedMissing comma from previous commits
2010-03-25 Alexandre EmsenhuberModified the documentation for better rendering in...
2010-03-25 Sam ReedAdd array( 'show' ), to getPossibleErrors
2010-03-25 Sam ReedWatch/unwatch to ApiUpload
2010-03-25 Sam ReedStop mutually exclusive values in ApiProtect
2010-03-25 Sam ReedStop mutually exclusive values in ApiRollback and ApiUn...
2010-03-25 Sam ReedStop mutually exclusive values in ApiDelete and ApiMove
2010-03-25 Sam ReedMinor tweak to performUpload in UploadBase.php
2010-03-25 Sam ReedPart of bug 22944
2010-03-25 Happy-melonVarious tweaks and fixes.
2010-03-25 Happy-melonWork on Message.php:
2010-03-25 Happy-melonNow that LQT is installed on WMF wikis, we can't preten...
2010-03-25 Happy-melonFix sorting in Allmessages.
2010-03-25 Rotem LissTypo in comment.
2010-03-25 Happy-melonMake MessageCache::get() return false if the requested...
2010-03-25 Alexandre EmsenhuberFixed some doxygen warnings
2010-03-25 Alexandre Emsenhuber* (bug 22949) extra </html> at beginning of page
2010-03-25 Chad HorohoeThis is PHP, updating docs to reflect that
2010-03-24 Aryeh GregorCorrectly handle <abbr> followed by ISBN
2010-03-23 Alexandre EmsenhuberFixed some doxygen warnings, changed "@return boolean...
2010-03-23 Jack Phoenixmove newtalk stuff from SkinTemplate to its own functio...
2010-03-23 Jack Phoenixcoding style tweaks
2010-03-23 Niklas LaxströmTidy up the class
2010-03-22 PlatonidesRevisionDeleter has added i18n to his friends list.
2010-03-22 Alexandre EmsenhuberFixed some doxygen warnings and documented a bit
2010-03-22 Jack Phoenixbraces, spacing + comment tweaks
2010-03-22 Greg Sabino MullaneSupport looking up deferred constraint information.
2010-03-22 Alexandre Emsenhuber* Fixed examples (use -> for access to object's methods...
2010-03-22 Niklas LaxströmNew message class up for discussion and development.
2010-03-21 Aryeh GregorUse <meta charset=UTF-8> in HTML5
2010-03-21 Aryeh GregorClean up <html> generation slightly
2010-03-21 Aryeh GregorOmit some start/end tags if not well-formed XML
2010-03-21 Aryeh GregorStyle fixes
2010-03-20 Bryan Tong Minhstylize.php on ImagePage.php
2010-03-20 Bryan Tong MinhUploadBase::getTitle():
2010-03-20 Alexandre EmsenhuberFixed some doxygen warnings
2010-03-20 PlatonidesUnused file. Feature was reverted in r41405. Other...
2010-03-20 PlatonidesShow an appropiate message when the wiki is read only...
2010-03-19 Chad HorohoeFollowup r63914, function must match parent
2010-03-19 Alexandre EmsenhuberFixed some doxygen warnings
2010-03-18 Alexandre Emsenhuber* Follow-up r63914: SpecialPage has methods for that...
2010-03-18 Alexandre EmsenhuberFix for r63675: the parameter is $attribs, not $attrs
2010-03-18 Chad HorohoeRefactor MergeHistory to subclass SpecialPage. Ohai...
2010-03-18 Chad HorohoeRemove ancient (added in r13105) stopgap to prevent...
2010-03-18 Alexandre EmsenhuberTypo in comment
2010-03-18 Tim Starling* Fixed complete breakage of "lag.php -r" due to spurio...
2010-03-17 Alexandre EmsenhuberFixed some doxygen warnings
2010-03-17 Chad Horohoebug 18664, bug 19270: Relative URIs in interwiki table...
2010-03-16 Alexandre Emsenhuber* (bug 22772) {{#special:}} parser function now works...
2010-03-15 Lisa RidleyUpdated documentation on Title, Wiki. Added @internal...
2010-03-15 Alexandre EmsenhuberFixed some doxygen warnings
2010-03-15 Lisa RidleyFixed another typo in documentation, added documentatio...
2010-03-15 Lisa RidleyFixed typo in documentation in Article.php
2010-03-15 Lisa RidleyRemoving unused parameter for Article::onArticleEdit...
2010-03-15 Lisa RidleyLast of the preliminary documentation review and update...
2010-03-15 Roan Kattouw(bug 19627) Fix regression from r57867 where HTMLForm...
2010-03-15 Lisa RidleyDocumentation through ~line 2150
2010-03-14 Lisa RidleyExpanding documentation for first ~500 lines or so
2010-03-14 Alexandre EmsenhuberFixed some doxygen warnings
2010-03-14 Raimond SpekkingAdd count for PLURAL support, requested at translatewik...
2010-03-14 Alexandre EmsenhuberFixed some errors while running patchSql.php:
next