* (bug 5384) Fix <!-- comments --> in <ref> extension
[lhc/web/wiklou.git] / includes /
2006-06-01 Brion Vibber* (bug 5384) Fix <!-- comments --> in <ref> extension
2006-06-01 Brion Vibber* Fix oddity with open tag parameters getting stuck...
2006-06-01 Rob ChurchWhen showing the "blah has been undeleted" page, make...
2006-05-31 Brion Vibber* (bug 5527) Batch up job queue insertions for, hopeful...
2006-05-31 Niklas Laxström* Reverting BiDi changes because there were some proble...
2006-05-31 Niklas Laxström* Correct direction for special pages
2006-05-31 Niklas Laxström* (bug 6100) BiDi: different directionality for user...
2006-05-31 Brion Vibber* (bug 6126) Allow fallback to customized primary langu...
2006-05-31 Erik Moellerfix magic => section links (from edit summaries) to...
2006-05-31 Rob Church(bug 3926) Introduce {{#language:}} magic word
2006-05-31 Rob Church(bug 4940) $action uninitialised
2006-05-31 Rob Church(bug 5127) Auto edit summary when creating redirect...
2006-05-30 Jens Frankbug 6125 Add links to edit old versions to diff views
2006-05-30 Niklas Laxström* Added static keywords to functions which were declare...
2006-05-29 Brion Vibber* (bug 6133) Update strip state as we work. This mostly...
2006-05-29 Domas MituzasNow it is faster :-)
2006-05-29 Domas MituzasMessageCachePHP: throw out stupid RE, use simple str_re...
2006-05-29 Brion VibberFix microtime breakage
2006-05-28 Rob Church(bug 4033) Respect $wgStyleDirectory when checking...
2006-05-28 Rob ChurchVanity/crediting self.
2006-05-28 Rob Church(bug 6040) Run pre-save transform before calculating...
2006-05-28 Rob ChurchPass a second parameter to "nogomatch" containing the...
2006-05-28 Domas Mituzasvanity commit + documenting:
2006-05-28 Rob Church(bug 6099) Introduce {{DIRECTIONMARK}} magic word ...
2006-05-28 Domas Mituzasmicrotime(true) instead of slow php4 hacks
2006-05-28 Domas MituzasAllow storing local message cache as PHP source instead...
2006-05-28 Domas MituzasAdded proper pf_server definition to table, enabled...
2006-05-28 Domas MituzasAdd APC shared memory caching support, for those who...
2006-05-28 Jens Frank(bug 1017) fix thumbnails of animated gifs
2006-05-28 Brion Vibber* (bug 6117) Use message for history feed description...
2006-05-28 Brion VibberHad to revert the changes in r14424 / r14427 due to...
2006-05-28 Brion VibberChange the method used to reverse arrays on unstrip...
2006-05-28 Brion VibberUse separate history-feed-title message for the feed...
2006-05-28 Brion Vibber* (bug 472) Syndication feeds for the last few edits...
2006-05-28 Brion Vibber* Work around glitch with the above in {{int:}}; skip...
2006-05-27 Brion VibberMove parameter replacement before brace transformations...
2006-05-27 Brion Vibber* Replace fatally changed 'uploadnewversion' with ...
2006-05-27 Niklas Laxström* <br/> -> <br />
2006-05-27 Jens Frank(bug5077) added BeforePageDisplay hook
2006-05-27 Brion Vibber* Markup anality: escape </ as <\/ in toolbar javascrip...
2006-05-27 Brion Vibber* (bug 6102) For consistency with other markup, normali...
2006-05-27 Rob Church* Remove redundant extra span tag
2006-05-26 Rob Church(bug 6103) Wrap self-links in a CSS class ("selflink")
2006-05-26 Brion Vibber* Add $wgIgnoreImageErrors to suppress error messages...
2006-05-26 Brion Vibber* Increase robustness of parser placeholders; fixes...
2006-05-26 Brion Vibber* wfShellexec() now accepts an optional parameter to...
2006-05-26 Brion VibberGah, forget this. borked
2006-05-26 Brion Vibberwoops
2006-05-26 Brion VibberAlso log if we overrode the failure notice due to non...
2006-05-26 Brion Vibber* wfHostname() function for consistent server hostname...
2006-05-25 Brion Vibber* (bug 6086) Remove vestigial attempt to call Article...
2006-05-25 Niklas Laxström* Entries in $wgGrammarForms should apply to one langua...
2006-05-25 Anders Wegge JakobsenFix hardcoded 'done.' when removing watchlist entries
2006-05-25 Niklas Laxström* Added $wgGrammarForms global. New forms can be added...
2006-05-25 Antoine MussoFix #6082: id for the form element
2006-05-25 Rob Church(bug 6062) Logic error in {{BASEPAGENAME}}
2006-05-25 Brion VibberTo simplify the lives of extension developers, the...
2006-05-24 Brion Vibber* (bug 6074) Correct squid purging of offsite upload...
2006-05-24 Antoine MussoFix #6065: remove underscores when using MAG_NAMESPACE...
2006-05-24 Niklas Laxström* (bug 6061) Improper escaping in some html forms
2006-05-24 Rob ChurchAdd {{CURRENTTIMESTAMP}} magic word
2006-05-24 Brion Vibber* Add 'DiffViewHeader' hook called before diff page...
2006-05-23 Brion VibberVersioncruft: remove a check for PHP 4.1 workaround...
2006-05-23 Rob Church(bug 4610) Indicate patrolled status on watchlists...
2006-05-23 Brion VibberBroke some TOC interaction with <ref> in 14350; fixed.
2006-05-23 Brion Vibber* Reordered wiki table handling and __TOC__ extraction...
2006-05-23 Brion Vibber* Fix for HTML/JS injection bug in variable handler...
2006-05-22 Brion VibberRemove the unused function and config option for opm...
2006-05-22 Brion Vibber* (bug 5523) $wgNoFollowNsExceptions to allow disabling...
2006-05-22 Rob Church* (bug 5511) Fix URL-encoding of usernames in links...
2006-05-22 Rob ChurchUse appropriate HTML functions to create the tool links...
2006-05-22 Rob ChurchMinor cosmetic change...add parentheses
2006-05-22 Ævar Arnfjörð Bjar... * Pass the extension to detectScript and allow files...
2006-05-22 Brion VibberRevert part of r14280 which broke history paging on...
2006-05-21 Rob Church* (bug 3974) Add parameter for site URL to "passwordrem...
2006-05-21 Antoine Mussofix for wiki-mangleme
2006-05-20 Antoine MussoFix #6018: Special:Userrights -> wrong message when...
2006-05-20 Antoine MussoFix #6015: dd spacing in the boxes "edit is minor"...
2006-05-20 Antoine MussoFix #6025: SpecialImport.php -> wrong message when...
2006-05-19 Brion Vibber* (bug 5187) Allow programmatically bypassing username...
2006-05-18 Rob ChurchFix mismatched parameter order
2006-05-17 Rob Church* (bug 4873) Don't overwrite the subtitle navigation...
2006-05-17 Rob ChurchRender the message text, not the damn key!
2006-05-17 Rob Church(bug 839) Add URLENCODE magic word
2006-05-17 Rob Church(bug 6001) PAGENAMEE and FULLPAGENAMEE don't work in...
2006-05-17 Niklas Laxström* More escaping
2006-05-17 Niklas Laxström* Some escaping
2006-05-17 Niklas Laxström* Don't do double escaping
2006-05-17 Niklas Laxström* Do proper escaping
2006-05-17 Rob Church(bug 5819) Fix the PersonalUrls hook so it's useful
2006-05-16 Rob ChurchMissed out an instance when renaming "wikipediapage"
2006-05-16 Rob Churchgrr
2006-05-16 Rob ChurchSuppress images in galleries which appear on the bad...
2006-05-15 Rob Church(bug 5849) Remove some hard-coded references to "Wikipe...
2006-05-15 Brion VibberFixes to input validation and output escaping for user...
2006-05-15 Rob ChurchRename conflicting metadata help message to "metadata_h...
2006-05-14 Rob ChurchRevert; not cache-safe
2006-05-14 Niklas Laxström* (bug 5805) {{plural:}} support for counters in some...
2006-05-14 Niklas Laxström* plural support for nlinks
2006-05-14 Rob ChurchRespect things like stub link colouring
next