Applying Michael Newton's patch from Bug 24464 - Execute
[lhc/web/wiklou.git] / includes /
2011-11-16 Mark A. HershbergerApplying Michael Newton's patch from Bug 24464 - Execute
2011-11-16 Mark A. HershbergerApply patch from Bug 17056 - list items in Special...
2011-11-16 Alexandre Emsenhuber* Put the LinkCache update in WikiPage::updateRevisionO...
2011-11-16 Alexandre EmsenhuberPer Aaron, fix for r102973: create directly a WikiFileP...
2011-11-16 OverlordQFollowup to r100640, use correct name scheme for sequen...
2011-11-16 Brian Wolff(bug 31535; bug 332) Properly truncate upload summaries...
2011-11-16 PlatonidesOn errors not using OutputPage, Content-Type header...
2011-11-16 Alexandre Emsenhuber* Use WikiPage instead of Article
2011-11-16 Max SemenikFollow-up r101449 and friends: no need to consider...
2011-11-16 Sam ReedComments, braces, explicit member variables
2011-11-16 Alexandre EmsenhuberFollow-up r103202: removed unused global declaration
2011-11-16 Ariel Glennadd checkbox for listauthors on export form if wgExport...
2011-11-16 Roan KattouwClarify comment in r103019
2011-11-16 John Du HartFollowup r103294, remove a space that got added on...
2011-11-16 John Du HartFollowing r100264, update usages in core
2011-11-16 John Du HartRemoved the 'eclipse helper' bit on top of every API...
2011-11-15 Alexandre EmsenhuberDeprecated WikiPage::preSaveTransform() in favour of...
2011-11-15 Aaron SchulzAdded Article::newFromWikiPage() function to create...
2011-11-15 gicodeMake wfExpandUrl use wfRemoveDotSegments on the resulti...
2011-11-15 Alexandre EmsenhuberRemoved useless constructor, just use parent's one...
2011-11-15 Alexandre EmsenhuberMoved read only check after permissions and block so...
2011-11-15 Alexandre Emsenhuber* Factorise common code in ImagePage::delete() and...
2011-11-15 gicodeAdd wfAssembleUrl and unit tests. This is the next...
2011-11-15 PlatonidesFixup for r102997. If you add returns to a profiled...
2011-11-15 John Du HartFix for r102649
2011-11-15 John Du HartConvert SpecialBlock to subclass FormSpecialPage
2011-11-15 Aaron SchulzChanged new LocalFilePurgeThumbnails hook arguments...
2011-11-15 John Du HartUpdated core SpecialPages to use new functions introduc...
2011-11-15 John Du HartAdding function for checking if the database is in...
2011-11-15 John Du HartAdded function to SpecialPage to simplify permissions...
2011-11-14 Daniel FriesenAdd isset tests to stuff inside BaseTemplate::getToolbox.
2011-11-14 Alexandre EmsenhuberFix for r102997: forgot to change that variable
2011-11-14 Raimond SpekkingLocalisation updates for core and extension messages...
2011-11-14 Sam ReedReverts r102799, followsup r102800 also
2011-11-14 Roan Kattouw(bug 19833) Make the searching-for-an-IP-means-you...
2011-11-14 Roan KattouwRemove commented-out variable ApiMain::$mRequest
2011-11-14 Alexandre EmsenhuberFix for r103001: using the object is actually a good...
2011-11-14 Alexandre EmsenhuberUpdate DifferenceEngine::renderNewRevision() to run...
2011-11-14 Alexandre EmsenhuberSome cleanup to Article::view() and related:
2011-11-14 Roan KattouwFollowup r99224: add message to ApiBase::$messageMap too
2011-11-14 Sam ReedAdd Platonides' "add wlexcludeuser to feedwatchlist...
2011-11-14 Roan KattouwFollowup r102945: $wgFooterIcons too
2011-11-14 Alexandre EmsenhuberUpdated remaining functions executing NewRevisionFromEd...
2011-11-14 Sam ReedFollowup r102910
2011-11-14 Roan KattouwRevert r102949. Broke tests (undefined variable $_SESSI...
2011-11-14 Raimond SpekkingLocalisation updates for core and extension messages...
2011-11-14 Roan Kattouw(bug 29854) Store protocol-relative links twice in...
2011-11-14 Roan KattouwFollowup r101149: make FauxRequest::__construct() use...
2011-11-14 Roan Kattouw(bug 26909) Add dir parameter for prop= API modules...
2011-11-14 Roan Kattouw(bug 32380) Make get powered by link target protocol...
2011-11-13 Sam ReedBug 32379 - DatabaseError.php is hardcoding http
2011-11-13 PlatonidesFixup for r102875 parse error.
2011-11-13 Robin PepermansLocalise numbers in TOC added in r102334
2011-11-13 Aaron SchulzRemoved transaction in saveOptions(). No reason was...
2011-11-13 Aaron SchulzAdded rollback-related comment to nextSequenceValue()
2011-11-13 Alexandre EmsenhuberRefactored EditPage::getPreloadedText():
2011-11-13 Niklas LaxströmAddress comments in r97628
2011-11-13 Alexandre EmsenhuberRemoved usage of $wgUser in block and unblock processing:
2011-11-13 Diederik van LiereThis patch fixes rev. 102575.
2011-11-12 Aaron SchulzDocument $wgGroupPermissions better, including per...
2011-11-12 Raimond SpekkingLocalisation updates for core and extension messages...
2011-11-12 Alexandre EmsenhuberMoved methods around to group them by functionnality
2011-11-12 Alexandre EmsenhuberPer Nikerabbit, fix undefined variable notice from...
2011-11-12 Alexandre Emsenhuber* Renamed member variables to begin with a lower case
2011-11-12 Roan KattouwAllow extensions to add post-update maintenance scripts
2011-11-12 Alexandre EmsenhuberUse WikiPage instead of Article
2011-11-12 Alexandre EmsenhuberUse the local user to get time offset and format, also...
2011-11-11 Aaron SchulzFU r102073:
2011-11-11 Raimond SpekkingLocalisation updates for core and extension messages...
2011-11-11 Sam ReedFollowup r102799, unconditionally running them anyway...
2011-11-11 Sam ReedNaff all point varying on $this->updateRowExists when...
2011-11-11 Alexandre EmsenhuberDon't pass the count parameter in rawParams() otherwise...
2011-11-11 Brian Wolff(bug 32358) Do not display "No higher resolution availa...
2011-11-11 Alexandre EmsenhuberReordered some functions for more consistency: setOldSu...
2011-11-11 Jure Kajzer* applyed the patch from bug 26393 (please comment...
2011-11-11 Siebrand MazelandRemove trailing newline in 'config-db-host-help'.
2011-11-11 Siebrand MazelandLocalisation updates from translatewiki.net.
2011-11-11 Siebrand MazelandLocalisation updates from translatewiki.net.
2011-11-11 Siebrand MazelandFollow-up 102749: more protocol relative URLs.
2011-11-11 Brian Wolff(follow-up r99910) Make $wgEnableAutoRotation work...
2011-11-11 Daniel FriesenUpdate xcache url since the old url redirects to the...
2011-11-11 Daniel FriesenUpdate Installer i18n to use some protocol relative...
2011-11-10 Raimond SpekkingLocalisation updates for core and extension messages...
2011-11-10 Sam ReedDocumentation
2011-11-10 Jure Kajzer* sry about that :S ... 10x Aaron
2011-11-10 Sam ReedFix syntax error I introduced from r102683
2011-11-10 Sam ReedPass in some more , __METHOD__
2011-11-10 Sam ReedAdd $fname to tableExists
2011-11-10 Jure Kajzer* fix as per comment on CR r102625#c25856
2011-11-10 Siebrand MazelandRevert r102650, r102640. Caused breakage on translatewi...
2011-11-10 gicodeFollow-up r102587. Add details to comments and add...
2011-11-10 Alexandre EmsenhuberUse WikiPage instead of Article to call getRedirectTarget()
2011-11-10 Jure Kajzersome more oracle-phpunit-fu (should not affect non...
2011-11-10 Antoine Mussocorrect variable name
2011-11-10 Alexandre EmsenhuberMade DifferenceEngine use a context instead of global...
2011-11-10 Alexandre EmsenhuberRemoved FeedItem::getLastMod() and FeedItem::getDBPrefi...
2011-11-10 Antoine Mussomove store writing out of recache()
2011-11-10 Jure Kajzer* reverted changes to Block and ApiBlockTest made in...
2011-11-10 Jure Kajzer* Added getInfinity to DatabaseOracle
2011-11-10 Daniel FriesenAdd a new User::getDisplayName() to return the name...
next