allow to enable full tidy
[lhc/web/wiklou.git] / includes /
2006-01-23 Domas Mituzasallow to enable full tidy
2006-01-23 Domas Mituzasfix previews
2006-01-23 Brion Vibber* (bug 4686) Fix regression where ?diff=0&oldid=0 cause...
2006-01-23 Domas Mituzaswhitespace, use member variable instead of function
2006-01-23 Domas MituzasTidy up only article views, previews, image pages and...
2006-01-23 Domas Mituzas*g*, bypass lag checks for external store (as it alread...
2006-01-23 Domas Mituzasallow bypassing lag checks
2006-01-22 Rob Church* (bug 4633) Add (previous 200) (next 200) also above...
2006-01-22 Ævar Arnfjörð Bjar... * wfGetSiteNotice() gets called on DB errors (wtf?...
2006-01-22 Brion Vibber* Suppress useless percentage indicator on output from...
2006-01-22 Rob ChurchWhoops, URL encoding (ta Brion)
2006-01-22 Rob Church* Don't show a block link if the user doesn't exist...
2006-01-21 Rob ChurchAdd block link to Special:Contributions
2006-01-21 Domas Mituzassneak preview of split language file
2006-01-21 Rob ChurchComment $wgDebugDumpSql
2006-01-21 Rob ChurchCheck for "block" permission, not "protect" permission...
2006-01-21 Domas Mituzastypo
2006-01-21 Domas Mituzasdon't look at this diff, it is too lame ;)
2006-01-21 Domas Mituzasoops, $this and some globals
2006-01-21 Domas Mituzaslocal cdb-based interwiki cache
2006-01-20 Brion Vibber* (bug 4679) Work around buggy basename() function...
2006-01-19 Tim StarlingMake Revision::getPrevious() and Revision::getNext...
2006-01-19 Tim Starlinggive the correct error message when an article doesn...
2006-01-19 Brion Vibberuse wfRegexReplacement() which was added a little while...
2006-01-19 Tim Starlingcheck if Revision::getText() returned without an error
2006-01-19 Tim StarlingDon't try to inflate or unserialize an error flag
2006-01-19 Tim StarlingTry the master if a blob is not found in the slave
2006-01-18 Rob ChurchRemove gratuitous extract( ) from getSQL -> might as...
2006-01-18 Rob ChurchBug 4429: "Protect" tab in page header
2006-01-18 Rob ChurchFix redlinks where targets don't exist
2006-01-18 Rob ChurchRevert to un-borked version, sorry Brion
2006-01-17 Brion Vibber* Add ".deps.php" include-file preloaders for some...
2006-01-17 Rob ChurchFix false blue links on Special:Ipblocklist
2006-01-17 Tim Starlingremoved misfeature (ignore writes while in read only...
2006-01-17 Tim StarlingRemoving leecruft. No, you sure as hell couldn't defer it.
2006-01-17 Tim Starlingoops, bug in untested error branch
2006-01-17 Tim StarlingMoved the bulk of dbsource() to Database.php. Added...
2006-01-17 Tim StarlingFixed incorrect query() parameters, left over from...
2006-01-17 Erik Moeller$value never initialized, I presume $val is meant
2006-01-16 Antoine Musso* use braces in if else if if if stuff (safer read).
2006-01-16 Rob Church* Some code cleanup
2006-01-16 Antoine MussoFix #1122: "older revision" link displayed when viewing...
2006-01-16 Brion Vibber* Spit the generated LocalSettings code out during...
2006-01-16 Ævar Arnfjörð Bjar... * Don't show a stray "* Hooks" if none are defined
2006-01-16 Rob Church* Minor cosmetic fixes to installer
2006-01-16 Rob ChurchFix disappearing autoblocker numbers
2006-01-16 Rob Church* Add cache-safe alternate sitenotice for anonymous...
2006-01-16 Rob ChurchRevert per discussion w/ Brion
2006-01-16 Rob ChurchBug 2757: 'Page move completed' screen should contain...
2006-01-15 Antoine Mussosome basic quotes
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...
next