implement "action=render"
[lhc/web/wiklou.git] / includes / OutputPage.php
2005-07-03 River Tarnellimplement "action=render"
2005-07-01 River Tarnellremove wfdebug in pagehistory
2005-06-26 Ævar Arnfjörð Bjar... * Added a versionRequired() function to OutputPage...
2005-06-25 Ævar Arnfjörð Bjar... * (bug 2514) Reverting the change to setSubtitle()...
2005-06-24 Ævar Arnfjörð Bjar... * Everything given to setSubtitle() is now parsed for...
2005-06-19 Brion Vibber* badaccess/badaccesstext to supercede sysop*, develope...
2005-06-01 Tim Starlingnew load balancing algorithm
2005-05-28 Tim Starlingbasic support for special page inclusions
2005-05-27 Brion Vibber* Simple rate limiter for edits and page moves; set...
2005-05-21 Erik Moellermove default parameter to the right per recommendations
2005-05-21 Erik MoellerPHP4 doesn't like null references, so splitting function
2005-05-21 Erik Moellerbug #73: category sortkeys are set to "Special:Upload...
2005-05-15 Brion VibberRevert __LCFIRST__ patch. Title objects should be treat...
2005-05-15 Ævar Arnfjörð Bjar... * Improved the syntax of two regular expressions
2005-05-15 Ævar Arnfjörð Bjar... * Improved the syntax of two regular expressions
2005-05-15 Ævar Arnfjörð Bjar... * (bug 2118) Added a __LCFIRST__ magic word for forcing...
2005-04-15 Ævar Arnfjörð Bjar... * Documentation and minor cleanup.
2005-04-12 Ævar Arnfjörð Bjar... * Some clown with CVS access deleted our MS Word files...
2005-04-10 Ævar Arnfjörð Bjar... * Changing errorpage() so that it outputs with addWikiT...
2005-04-10 Tim StarlingMore informative database errors with SQL suppressed
2005-04-07 Zheng Zhucache the title text of an article when there is differ...
2005-04-04 Ævar Arnfjörð Bjar... * Documentation
2005-03-20 Tim StarlingFixed warning due to default timestamp from Article...
2005-03-18 Brion Vibberclarify the "we're confused" debug message
2005-03-08 Brion Vibberupdate comment from live copy
2005-02-07 Tom GilderAlways include xmlns and xml:lang even when serving...
2005-02-07 Tom GilderFix classic skins sent as application/xhtml+xml (bug...
2005-02-06 Brion Vibber* (bug 1477) hide details of SQL error messages by...
2005-01-20 Tom GilderEnabled caching for IE5.0, it would appear to be absolu...
2005-01-18 Tom GilderMuch more graceful way of not showing logged-in pages...
2005-01-18 Tom GilderDon't show cached logged-in pages to logged-out users...
2005-01-18 Tom GilderConditional comments IE6 fix; remove old PNG fix
2004-12-19 Brion VibberAdd TS_RFC2822 output format for wfTimestamp to encapsu...
2004-12-19 Brion VibberMerge SCHEMA_WORK into HEAD. Lots of changes, some...
2004-12-12 Brion VibberFix notice error on UA check when no user-agent header...
2004-12-10 Brion VibberRevert unauthorized changes made without discussion...
2004-12-10 Nicholas Pisarro, JrNew feature: You can edit summaries and change the...
2004-12-04 Brion Vibber(bug 987) revert broken attempt to fix bug 502, which...
2004-11-29 Evan ProdromouRemoved CVS keywords from files, to make merging betwee...
2004-11-29 Tim Starlingparse() function, simplifying calling of the parser...
2004-11-25 Brion VibberSeparate the HTML guts of the user login form into...
2004-11-12 Brion Vibber(bug 26) Defer sending cache headers until the skin...
2004-10-19 Zheng Zhuspecial conversion for displaying title
2004-10-15 Wil MahanMove replaceLinkHolders() from OutputPage to Parser...
2004-10-14 River Tarnellfix xss attack
2004-10-08 Zheng Zhuperformance tweak related to title conversion
2004-09-25 Wil MahanMove tidy call from Parser to OutputPage so that it...
2004-09-24 Wil MahanAnother attempt at fixing bug 2. Call replaceInternalLi...
2004-09-24 Zheng ZhuAttempt to fix links not fixed in the wgLang->wgContLan...
2004-09-24 Zheng ZhuFirst batch of files modified to switch wgLang to wgCon...
2004-09-22 Zheng Zhusending the content language code as Content-language
2004-09-20 Jens FrankInstead of storing entire link attributes in wikitext for
2004-09-17 Antoine MussoFix bug bugzilla.wikipedia.org/show_bug.cgi?id=502...
2004-09-17 Antoine Mussosome comments / code foobar () { schemas
2004-09-13 Domas Mituzasallow external clearing of mBodytext, without destroyin...
2004-09-09 Tim StarlingI had a fix for this bug sitting in my working copy...
2004-09-06 Domas Mituzaslastmodified timestamps
2004-09-05 Antoine MussoUse the new skin tree hierarchy
2004-09-03 Antoine MussoSplit files and classes in different packages for phpdo...
2004-09-02 Antoine MussoChanging comments layout preparing for generated docume...
2004-08-22 Brion VibberAdd back the slower version of Title::makeTitle as...
2004-08-22 Antoine Mussomassive double to single quotes conversion. I have...
2004-08-21 Tim StarlingReplaced link holders with actual links before saving...
2004-08-16 Brion VibberDo final link replacement with preg_replace_callback...
2004-08-16 Magnus ManskeDirty hack for time-consuming str_replace
2004-08-16 Brion Vibber* Add more profiling granularity to replaceLinkHolders
2004-08-15 Jens Frankprevent crashing on [[{{FNORD}}]]. Doesn't return somet...
2004-08-15 Brion VibberRemove obsolete searchhelppage link from dberrortext.
2004-08-14 Tim StarlingAllowed post-parse link cache to be used for update...
2004-08-12 Tim StarlingAhh, so that's what that does
2004-08-06 Brion VibberSuppress some more warnings on separate execution of...
2004-08-01 Arne HeizmannSince nobody commented on this, I assume all the change...
2004-07-24 Tim Starlingtidy-resistant placeholder
2004-07-24 Tim Starling* Introducing bit field for database parameters
2004-07-18 Tim Starling* Support for table name prefixes throughout the code...
2004-07-18 Julian OstrowAlters Skin::makeLinkObj() to bypass using linkcache
2004-07-10 Tim StarlingOOP calling convention for database functions. DBMS...
2004-07-10 Tim Starlingprofiling operations which end in a redirect
2004-07-08 Arne HeizmannThis commit implements Josh Cogliati's "info" feature...
2004-06-19 Tim StarlingShow category links in preview
2004-06-05 Tim StarlingFixed bug causing the script to quietly exit halfway...
2004-06-04 Brion VibberFix for bug #966376. If POSIX functions are unavailable...
2004-06-04 Gabriel Wickeglobal declaration
2004-06-04 Tim Starlingdon't load so much stuff on parser cache hit (experimental)
2004-06-03 Tim StarlingServer hostname in comment
2004-06-01 Gabriel WickeaddLanguageLinks and setLanguageLinks
2004-05-29 Jens FrankProvide feedback to sysops that their edit triggered...
2004-05-23 Tim Starlingfixed database error handling
2004-05-20 Gabriel Wickewe enable squid caching explicitly for pages that suppo...
2004-05-17 Jens FrankAdd different CardSets for rendering of preferences.
2004-05-13 Gabriel WickeAfter a longer phone call Erik and me agreed on working...
2004-05-13 Erik Moellerrestore section folding
2004-05-13 Gabriel Wickeremoved section folding
2004-05-12 Erik MoellerNew feature:
2004-05-07 Tim Starlinginclude_once -> require_once
2004-04-30 Brion VibberView source fixes:
2004-04-29 Gabriel Wickeremoved tawrapper
2004-04-29 Gabriel Wickesome IE6 textarea tweaks
2004-04-28 Brion VibberAdd atom feed <link> when syndication is on.
2004-04-27 Gabriel Wicke* use images from style dir
next