Further cleanup of index.php
[lhc/web/wiklou.git] / includes /
2006-01-13 Magnus ManskeFurther cleanup of index.php
2006-01-13 Tim Starlingaccidentally committed experimental code
2006-01-13 Rob ChurchCode cleanup in cleanSig
2006-01-13 Tim Starlingrequire_once() makes about 20 syscalls in the process...
2006-01-13 Brion Vibber* (bug 1103) Fix up redirect handling for images, categ...
2006-01-13 Brion Vibber* Fix extra whitespace at end of Wiki.php, DESTROYS...
2006-01-13 Brion Vibberwhitespace
2006-01-12 Rob ChurchRemove hack from signature clean-up code; implement...
2006-01-12 Brion Vibber* (bug 4576) Missing '>' broke license selector's first...
2006-01-12 Rob ChurchWhitespace, per Brion
2006-01-12 Rob ChurchWhitespace, and flag hack
2006-01-12 Rob ChurchSlightly dirty hack to avoid a fatal PHP error when...
2006-01-12 Tim StarlingFixed ~<includeonly>~</includeonly>~~, problem reported...
2006-01-12 Brion Vibber* (bug 4571) Partial fix hack for {{fulllurl:}} in...
2006-01-12 Tim Starlingfixed infinite recursion in SVG error path
2006-01-11 Magnus ManskeMoving more stuff to Wiki.php
2006-01-11 Magnus ManskeMost of index.php now in Wiki.php
2006-01-11 Magnus ManskeConsolidation of mediaWIki calls into Wiki.php
2006-01-11 Magnus ManskePage creation now mostly moved from index.php to Wiki.php
2006-01-11 Magnus Manskemoved more stuff
2006-01-11 Magnus ManskeMoving more stuff
2006-01-11 Magnus ManskeSlowly moving more stuff from index.php to Wiki.php
2006-01-11 Magnus ManskeImage redirect fix back in
2006-01-11 Tim StarlingDo the checks for template existence in a batch
2006-01-11 Rob Church* Improve the "uploads disabled" warning
2006-01-11 Rob ChurchClear up some instances of old OutputPage::sysopRequire...
2006-01-11 Brion Vibber* Cleanup and error checking on Special:Listredirects
2006-01-11 Brion Vibberfix non-UTF8 char
2006-01-11 Tim StarlingIf a template is a redirect, register both titles in...
2006-01-11 Brion Vibberwhitespace
2006-01-11 Brion VibberRevert namespacebanner feature:
2006-01-10 Brion VibberReverting image redirect fix; side effects:
2006-01-10 Antoine MussoNote about $wgCacheEpoch format ( `date +%Y%m%d%H%M...
2006-01-10 Magnus Manskefixed redirect-to-image bug
2006-01-10 Magnus Manskemini-fix
2006-01-10 Magnus ManskeBrion-style conformity :-)
2006-01-10 Magnus Manskemoving some more stuff from index.php to Wiki.php
2006-01-10 Brion VibberTemporarily removing Upgrader extension thingy
2006-01-10 Niklas LaxströmMissing variable declarations
2006-01-10 Magnus ManskeMoving image and category detection
2006-01-10 Domas Mituzascount ( a ) , count ( a,b) , count (a,b,c) -> count...
2006-01-10 Ævar Arnfjörð Bjar... * Fixed fatal parsing error
2006-01-10 Ævar Arnfjörð Bjar... * If you're using a global, remember the global thingy...
2006-01-10 Magnus ManskeNo more globals here :-)
2006-01-10 Magnus Manskemini-fix
2006-01-10 Magnus ManskeA rewrite especially for Tim :-)
2006-01-10 Tim StarlingEnforce $wgSVGMaxSize when rendering, even for SVGs...
2006-01-10 Magnus ManskeNew toy: Automatic database upgrades (deactivated by...
2006-01-10 Domas Mituzasmiliseconds...
2006-01-10 Domas Mituzascheck function_exists() once, do nothing if not exists...
2006-01-09 Brion VibberRemove SpecialValidate.php (again?), no longer used
2006-01-09 Brion VibberReverting SpecialImagelist and SpecialNewimages from...
2006-01-09 Magnus ManskeMajor update! Adding SpecialFilelist.php to replace...
2006-01-09 Brion Vibber* Skip loading of RecentChange.php except where needed
2006-01-09 Magnus ManskeBIG ONE - Possible DB server killer! (deactivated by...
2006-01-09 Ævar Arnfjörð Bjar... * Adding a space after the implode() comma
2006-01-09 Ævar Arnfjörð Bjar... * (bug 2019) Almost fixed the rendering of the page...
2006-01-09 Domas Mituzasmove hardcoded ParserCache expire time to DefaultSettin...
2006-01-09 Tim Starlingforgot this
2006-01-09 Tim StarlingOption to write text directly to external storage.
2006-01-09 Tim StarlingFixed notice
2006-01-08 Magnus ManskeFix for bug 4469: Implement MediaWiki:<namespace>:Siten...
2006-01-08 Antoine MussoSecond part of bug 4083: Special:Validation doesn't...
2006-01-08 Antoine MussoFix security issues:
2006-01-08 Antoine MussoREVERT: Bug 3835: add a cancel link on special:movepage
2006-01-08 Magnus ManskeFixing bug 2082: Related changes views (Special:Recentc...
2006-01-08 Magnus ManskeSetting dummy variable to prevent error message in...
2006-01-08 Ævar Arnfjörð Bjar... * Added a Parser::getTags() accessor to get a list...
2006-01-08 Ævar Arnfjörð Bjar... * (bug 4531) Show a list of parser extension tags
2006-01-08 Antoine MussoBug 3835: add a cancel link on special:movepage
2006-01-08 Ævar Arnfjörð Bjar... * Add a getRegexCase() accessor for getting i or nothin...
2006-01-08 Ævar Arnfjörð Bjar... * Fixed a peer development oversight introduced in...
2006-01-08 Ævar Arnfjörð Bjar... * Fixed bug, $this->mBaseRegex would contain an invalid...
2006-01-08 Ævar Arnfjörð Bjar... * New function: User::getBoolOption() that wraps User...
2006-01-08 Ævar Arnfjörð Bjar... * Fixed bugs introduced in revision 1.566 by avar ...
2006-01-08 Ævar Arnfjörð Bjar... * Fixed bugs introduced in revision 1.155 by rob ;)
2006-01-08 Ævar Arnfjörð Bjar... * Fixed bugs introduced in revision 1.564 by rob ;)
2006-01-08 Tim StarlingUse wfGetDB(DB_SLAVE) when appropriate. Changed deletio...
2006-01-08 Ævar Arnfjörð Bjar... * Reverting ->getDB() => wfGetDB() in 1.434, not replic...
2006-01-07 Rob Church* Change order of things in pre-save transform, so...
2006-01-07 Rob Churchrm. redundant function
2006-01-07 Rob ChurchDo a silent cleanup of the signature on change
2006-01-07 Rob ChurchCleanup signature handling
2006-01-07 Magnus ManskeFix for bug 2522
2006-01-07 Brion Vibber* Protect against spoofing of X-Forwarded-For header
2006-01-07 Ævar Arnfjörð Bjar... * Wikipedia => MediaWiki in $wgPasswordSender
2006-01-07 Antoine MussoUse the new templatelinks table. The special page assum...
2006-01-07 Antoine MussoFix #4504: Use site language for namespace name resolution
2006-01-07 Ævar Arnfjörð Bjar... * s~\t+$~~
2006-01-07 Ævar Arnfjörð Bjar... * s~ +$~~
2006-01-07 Ævar Arnfjörð Bjar... * Documentation: @private => @access private
2006-01-07 Ævar Arnfjörð Bjar... Code review!
2006-01-07 Ævar Arnfjörð Bjar... Code review!
2006-01-07 Ævar Arnfjörð Bjar... Code review!
2006-01-07 Ævar Arnfjörð Bjar... Code review!
2006-01-07 Ævar Arnfjörð Bjar... * Forgot to remove this line in the last commit, breaki...
2006-01-07 Ævar Arnfjörð Bjar... * Replacing custom escaping code with a call to Sanitiz...
2006-01-07 Ævar Arnfjörð Bjar... * (bug 4461) Encode characters specified in the id...
2006-01-07 Ævar Arnfjörð Bjar... * Documentation
2006-01-07 Ævar Arnfjörð Bjar... * (bug 4373) Escape < and > in input like "foo</td...
next