Tweak for r39944: correct fix :)
[lhc/web/wiklou.git] / includes /
2008-08-25 Alexandre EmsenhuberTweak for r39944: correct fix :)
2008-08-25 Chad HorohoeAdd {{PLURAL}} support to 'anonymous'. 2 uses in Credit...
2008-08-25 Chad HorohoeUse wfEmptyMsg() here instead of !$tagDescription....
2008-08-25 Victor VasilievAdd siteadmin to core rights list.
2008-08-25 Domas Mituzasrevert rev#36938
2008-08-25 Daniel FriesenApiQueryBase::titleToKey and ApiQueryBase::keyToTitle;
2008-08-25 Daniel FriesenRevert 39936 and 39935;
2008-08-25 Roan KattouwFollow-up for r39935: re-fix bug 14651 by making the...
2008-08-25 Roan KattouwAPI: Go back to using the good old str_replace() hacks...
2008-08-25 Tim StarlingRevert r39675, which made functions that don't depend...
2008-08-25 Tim StarlingMinor log-related changes for documentation and to...
2008-08-24 Aaron Schulzremove extra parenthesis
2008-08-24 Chad HorohoeDocument the new param.
2008-08-24 Chad HorohoeLet action=purge actually do something for the ForeignA...
2008-08-24 Tim StarlingRemoved the AOL hack. Use the TrustedXFF extension...
2008-08-24 Chad HorohoeClarified visibility + docs
2008-08-23 Aaron Schulzmark visibility
2008-08-23 Alexandre Emsenhuberforgot debugging code
2008-08-23 Alexandre EmsenhuberMake SpecialAllpages and SpecialPrefixindex directly...
2008-08-23 Aaron Schulzremove comment
2008-08-23 Chad Horohoemd5() the URL in cache keys so they're not excessively...
2008-08-23 Aaron Schulzshould be <=, not <
2008-08-23 Aaron Schulz*sigh*...needs to return a string to not die in ImagePage
2008-08-23 Aaron SchulzFix arguments to call:
2008-08-22 Aaron SchulzAdd cache update hook for flaggedrevs
2008-08-22 Guy Van den BroeckHistory page with HTML diff enabled now also works...
2008-08-22 Chad HorohoeTweak to UI for Special:Watchlist. Put a fieldset aroun...
2008-08-22 Guy Van den BroeckApparently there exists a 'wgStyleVersion' :-)
2008-08-22 Guy Van den BroeckRemoved non-XHTML-compliant attributes from HTML differ...
2008-08-22 Aryeh GregorTweak for r39314: don't add a line break before the...
2008-08-22 Andrew GarrettOnly run hooks if Hooks.php has been loaded (i.e. we...
2008-08-22 Andrew Garrett*ahem*
2008-08-22 Andrew GarrettQuick hook to allow reusers of SiteConfiguration to...
2008-08-22 Chad HorohoeRemove unused global.
2008-08-21 Guy Van den BroeckFixing bug in HTML diff when the word '0' is encountere...
2008-08-21 Brion VibberRevert r39793 "* (bug 13879) Special:EmailUser shows...
2008-08-21 Aryeh GregorStart to improve HTMLDiff.php localization. For the...
2008-08-21 Bryan Tong Minh* (bug 13879) Special:EmailUser shows a form in case...
2008-08-21 Aryeh GregorDo not use PHP 5.2.0 functions in core, kthx.
2008-08-21 Chad HorohoeBump style version for r39776.
2008-08-21 Chad HorohoeUse wfEmptyMsg() instead of !$message.
2008-08-21 Guy Van den BroeckSimplified i18n for HTMLDiff
2008-08-21 Roan KattouwAdding action=watch to the API
2008-08-21 Alexandre EmsenhuberTweaks for skins:
2008-08-21 Greg Sabino MullaneForce inserted bools to be ints, per Tim's suggestion...
2008-08-21 Fran RogersMore Doxygen alias fixes; these aliases should be consi...
2008-08-21 Ilmari KaronenSame for other skins, modify release note accordingly.
2008-08-21 Ilmari KaronenMake the "image" tab blue for images without a local...
2008-08-21 Aaron Schulzminor code tweaks
2008-08-21 Chad Horohoe+1 $wgStyleVersion for previous commit.
2008-08-21 Guy Van den BroeckAdded button for Visual Comparison to history page...
2008-08-21 Chad Horohoe* Move messages from a hardcoded $bundle to core messag...
2008-08-20 Chad HorohoeDocument a bit.
2008-08-20 Alexandre EmsenhuberTweak for r29770 (yes, some months after it):
2008-08-20 Bryan Tong MinhProvide some info on which case value was not handled...
2008-08-20 Aaron Schulzuse quickUserCan()
2008-08-20 Guy Van den BroeckEscape characters that were unescaped by the parser
2008-08-20 Aaron Schulzfunction is not static
2008-08-20 Guy Van den Broeck'Visual Comparison' added to messages
2008-08-20 Guy Van den Broeckadded diff headers for HTML diff
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...
next