Fix fucked up unblock links in Special:Ipblocklist
[lhc/web/wiklou.git] / includes /
2006-01-15 Rob ChurchFix fucked up unblock links in Special:Ipblocklist
2006-01-15 Brion VibberHTML protection on message use
2006-01-15 Antoine MussoAdd a link to history. Usefull for vandalism tracking...
2006-01-15 Antoine Mussonever used call
2006-01-15 Brion Vibber* (bug 3990) Use existing session name if session.auto_...
2006-01-15 Brion Vibber* (bug 4482) Include move comment on the null edit...
2006-01-15 Ævar Arnfjörð Bjar... * Fixed regression in last commit: If we don't check...
2006-01-15 Rob ChurchGenerate link to talk page of the blocker in Special...
2006-01-15 Rob Church* Generate user page links in Special:Ipblocklist where...
2006-01-14 Brion VibberRestoring ThomasV's patch for a hook & use of the exist...
2006-01-14 Domas MituzasSIDEBAR CACHE WILL SURVIVE!!!!!!11111oneoneone
2006-01-14 Domas Mituzasoh right right right!!! we have different Article subcl...
2006-01-14 Domas MituzasHELLO!!! Less queries - faster site!!!!
2006-01-14 Brion Vibberrevert more of dammit's broken code
2006-01-14 Brion Vibber* Move PHP 5-friendly XHTML doctype hack to Sanitizer...
2006-01-14 Brion Vibber* Added an attractive space on the namespace selector...
2006-01-14 Brion VibberQuick fix: revert cached sidebar
2006-01-14 Brion VibberReverting this patch:
2006-01-14 Domas Mituzasbring back mainpage navurl, it was used outside of...
2006-01-14 Domas MituzasBe less anal about entry points, class definitions...
2006-01-14 Domas Mituzasremove cruft (all these names are resolved in buildSidebar)
2006-01-14 Domas MituzasRevert brion's revert. And learning a lesson about...
2006-01-14 Brion Vibbersome more die-with-proper-return-code
2006-01-14 Brion VibberRevert Domas's last checkin, it broke tabs on redirects...
2006-01-14 Brion VibberReverted Domas's last checkin. Broken! Please test...
2006-01-14 Domas MituzasHandle redirects correctly, saves queries (no revision...
2006-01-14 Domas Mituzassave ArticleID when it is around, saves one query :-)
2006-01-14 Domas MituzastransformMsg profiling hook, shows when site messages...
2006-01-14 Brion Vibber* Added wfDie() wrapper, and some manual die(-1), to...
2006-01-14 Brion Vibber* Remove obsolete killthread.php
2006-01-13 Domas Mituzasthe revert at will style commit: cached sidebar :-)
2006-01-13 Brion Vibber* Add wfClone() wrapper since we're still using PHP...
2006-01-13 Brion Vibber* Linker::formatComment corrupted the passed title...
2006-01-13 Brion Vibberrevert to Wiki.php 1.28 and index.php 1.130
2006-01-13 Brion Vibber* (bug 4104) 'OutputPageBeforeHTML' hook to postprocess...
2006-01-13 Ævar Arnfjörð Bjar... * (bug 4594) date("W", ..) is zero padded in PHP5,...
2006-01-13 Magnus Manskeindex.php now fits on a single screen :-)
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...
next