fix for html diff on page with images -- ImageNode $attributes member was incorrectly...
[lhc/web/wiklou.git] / includes /
2008-08-20 Brion Vibberfix for html diff on page with images -- ImageNode...
2008-08-20 Brion Vibber* $wgAjaxSearch has been removed; use $wgEnableMWSugges...
2008-08-20 Aaron Schulzredo allpages again less obtrusively
2008-08-20 Brion VibberRevert r39416, 39421, 39427, 39489, 39515, 39516 "Rewri...
2008-08-20 Andrew Garrett*ahem* self-revert. Something weird happened with getAll()
2008-08-20 Andrew GarrettUse a nice fancy deep-merge function for merging arrays...
2008-08-20 Andrew GarrettAdd "+setting" type code (adding to the existing global...
2008-08-20 Andrew GarrettPHP Sucks. Having a value of 0 was making $value appear...
2008-08-20 Aaron SchulzLoad messages in a less shitty and more consistent...
2008-08-20 Aaron Schulz* Profile a tad more
2008-08-20 Aaron Schulzminor refactoring
2008-08-20 Brion VibberDisable the time limit during full-history export
2008-08-20 Brion VibberPart two of allowing Special:Export to work on very...
2008-08-20 Aaron SchulzRemark static functions for performance. Same 15 test...
2008-08-19 Brion VibberRevert Parser.php to r39295 good state.
2008-08-19 Brion Vibber* $wgSpamRegex now matches the edit summary and page...
2008-08-19 Brion VibberRevert r39625 "Run autocreated accounts through AbortNe...
2008-08-19 Chad HorohoeMove the call to view() for Action::purge() up from...
2008-08-19 Brion VibberRevert r39623 "Use array_merge_recursive instead of...
2008-08-19 Brion VibberReverting r39619 "(bug 13689) Page output can be suppre...
2008-08-19 Brion VibberRevert r39608 "More descriptive sanitized paths for...
2008-08-19 Brion VibberRevert r39582 "(bug 12518) Interwiki userrights now...
2008-08-19 Brion VibberRevert r39546 "(bug 14187) In Special:Userlogin the...
2008-08-19 Bryan Tong MinhFix up my name.
2008-08-19 Roan KattouwAPI:
2008-08-19 Daniel FriesenCommitting todays work on LinkHooks and the link rewrite:
2008-08-19 Chad HorohoeTweak comment: fixed it but didn't remove the fixme.
2008-08-19 Purodha B Blissenbachfix Bug 15240 Special:Search uses wrong data in PLURAL
2008-08-19 ShinjimanUpdate the Chinese conversion tables
2008-08-19 Fran RogersRun autocreated accounts through AbortNewAccount hooks
2008-08-19 Daniel FriesenRevert 39613; Please don't mark that function static...
2008-08-19 Andrew GarrettUse array_merge_recursive instead of array_merge for...
2008-08-19 Brion VibberRevert r39503, 39507 "(bug 14468) Lines in classic...
2008-08-18 Chad Horohoe(bug 13689) Page output can be suppressed on Article...
2008-08-18 Aaron SchulzUse !== here
2008-08-18 Aaron SchulzUse more simple strict comparisons
2008-08-18 Roan Kattouw(bug 15228) Throw a warning instead of an error when...
2008-08-18 Aaron Schulzmark static
2008-08-18 Aaron Schulzmark static functions
2008-08-18 Chad HorohoeRemove last of $wgEnablePersistentCookies. Use > 0...
2008-08-18 Fran RogersMore descriptive sanitized paths for file repo errors
2008-08-18 Chad HorohoeRemove boneheaded config var $wgEnablePersistentCookies...
2008-08-18 Alexandre Emsenhuber* Missing svn:eol-style property on Parser_LinkHooks.php
2008-08-18 Alexandre Emsenhuber*stab* forgot to commit that file
2008-08-18 Alexandre EmsenhuberTweaks for Credits and Metadata:
2008-08-18 Aryeh GregorRe-committing 37663 for the new release, per old Wikite...
2008-08-18 Fran RogersRestore r39518 with fix. No need to be snarky :/
2008-08-18 Rotem LissTesting commit access, per report. Minor whitespace...
2008-08-18 Aaron SchulzRevert r39518. Fucks up type selector. Does anybody...
2008-08-18 Rotem LissFix regression from r39373: * marks were changed to...
2008-08-18 Chad HorohoeNo-ops for getSearchEngine().
2008-08-18 Chad HorohoeRemove DB logic from SearchEngine. New method in Databa...
2008-08-18 Guy Van den BroeckUsing referenses inside of foreach loops.
2008-08-18 Rotem LissAvoid notices: Before checking if retval is an array...
2008-08-18 Daniel FriesenCommitting today's work the LinkHooks' new parser.
2008-08-18 Alexandre EmsenhuberUse colon-separator message after summary, summary...
2008-08-18 Roan KattouwCleaned up HTMLDiff implementation for readability:
2008-08-18 Siebrand MazelandFix for r39314 (adding the new toggles to $mToggles...
2008-08-18 Andrew GarrettAllow use of +setting to add to that setting as it...
2008-08-18 Andrew Garrett(bug 12518) Interwiki userrights now reflects remote...
2008-08-18 Andrew GarrettAllowed array-merging for site config. You can now...
2008-08-18 Aaron Schulzadd profile calls
2008-08-18 Aaron SchulzAdd optional $db param
2008-08-18 Aaron Schulzfix broken profiling
2008-08-18 Aaron Schulzprofile out
2008-08-18 Daniel FriesenCreate a placeholder for the LinkHook experimentation.
2008-08-18 Guy Van den BroeckPerformance improvements to diff algorithms
2008-08-17 Aaron Schulzflag as protected
2008-08-17 Daniel Kinzleradd new option $wgRestrictDisplayTitle
2008-08-17 Siebrand Mazeland(bug 14187) In Special:Userlogin the buttons "Log in...
2008-08-17 Chad HorohoeUse wfMsgExt() with parsemag instead of wfMsg().
2008-08-17 Chad Horohoe{{PLURAL}}-ize 'siteusers'
2008-08-17 Fran RogersPer request in bug 15194, add more syntax for Special...
2008-08-17 Aaron Schulzcheck if $lines is empty
2008-08-17 Aaron Schulztruncate super long pages (bug 15186)
2008-08-17 Aaron Schulzmove "continue" statement. Broken position broke mImage...
2008-08-16 Siebrand MazelandFollow up on r39503. Add li.odd to common style sheet.
2008-08-16 Roan Kattouw(bug 15178) Added clshow to prop=categories to allow...
2008-08-16 Siebrand Mazeland(bug 14468) Lines in classic RecentChanges and Watchlis...
2008-08-16 Roan Kattouw(bug 15173) Make prop={links,templatelinks} not break...
2008-08-16 Roan KattouwAPI: Let list=search throw away missing titles. Lucene...
2008-08-16 Roan KattouwAPI: Fixing an E_NOTICE reported by Wikia. Can't reprod...
2008-08-16 Fran RogersPatch from MaxSem re bug 15162 - handle throttling...
2008-08-16 ShinjimanUpdate the Chinese conversion tables
2008-08-16 Aaron Schulzset bounds for showChunk() here
2008-08-16 Andrew GarrettCore changes for DeleteQueue:
2008-08-16 Alexandre Emsenhuberfix for last commit: the (bool) is not needed
2008-08-16 Alexandre Emsenhubertweak for r39376: do not show the check box "remember...
2008-08-16 Fran RogersFix for problems with r39414; LinkHolderArray::replaceI...
2008-08-16 Siebrand MazelandRevert r39414. Breaks processing links like [[:wikipedi...
2008-08-16 Fran RogersSelf-revert for now; Splarka made a good point.
2008-08-16 Fran RogersUse the 'postcomment' message consistently across skins
2008-08-15 Aaron SchulzSupport {{Special:AllPages/x}} rather than defaulting...
2008-08-15 Aaron SchulzDecouple from allpages a little to avoid E_STRICT notices
2008-08-15 Aaron Schulzdouble-check with isLocal() to be safe
2008-08-15 Aaron SchulzRewrite allpages to use a "tree" of index range subpage...
2008-08-15 Alexandre EmsenhuberFixes for r39406:
2008-08-15 Tim Starling* In the parser: do link existence tests in batches...
2008-08-15 Tim StarlingAdded shortOutput option.
2008-08-15 Tim StarlingDon't use $wgParser when {{int:}} is called, use $parse...
next