Moved constant values from initialiseFromUser() to class definition
[lhc/web/wiklou.git] / includes / RawPage.php
2010-10-23 Roan KattouwPer r72349 CR, bring gen=js behavior back, at least...
2010-10-20 Jack Phoenixcoding style tweaks
2010-09-04 Roan KattouwMerging resourceloader branch into trunk. Full document...
2010-08-08 Alexandre EmsenhuberRemoved PHP4-ism
2010-08-08 Alexandre Emsenhuber* Standardised file description headers
2010-07-24 Sam ReedRemoval of unused globals
2009-12-18 Alexandre EmsenhuberPageHistory class renamed to HistoryPage
2009-08-27 Domas MituzasI LOVE OO PEOPLE <3 <3 <3
2009-08-17 Tim Starling* Fixed XSS vulnerability introduced by r49833. Only...
2009-07-15 Michael Dale* addressed r53282#c3209 moved conditional inclusion...
2009-07-13 Bryan Tong MinhAdd the 403 fix from r49833 to RawPage as well.
2009-01-25 Aryeh GregorMore helpful error message if PHP_SELF isn't set
2009-01-13 Alex Zadding newline to end of wfDebug calls where it was...
2009-01-02 Aaron Schulz(bug 11330) Improper use of WebRequest::getIntOrNull()
2008-12-31 Brion VibberRevert r45160 "(bug 11330) Passing default to Request...
2008-12-29 Aaron Schulz(bug 11330) Passing default to Request->getInt() is...
2008-12-28 Aaron SchulzFileCache tweaks:
2008-12-28 Aaron SchulzFileCache cleanuo:
2008-12-28 Aaron SchulzEnable filecache for raw page hits if $wgUseFileCache...
2008-12-10 Aaron SchulzMinor RawPage tweaks
2008-08-21 Alexandre EmsenhuberTweaks for skins:
2008-05-20 Alexandre EmsenhuberWARNING: HUGE COMMIT
2008-04-14 Siebrand Mazeland* remove end of line whitespace
2008-02-13 Brion Vibber* (bug 12938) Fix template expansion and 404 returns...
2008-01-19 Brion VibberRestore the complete prohibition on action=raw with...
2008-01-09 Brion Vibber* (bug 12505) Fixed section=0 with action=raw
2007-11-13 Domas MituzasCache by default raw views for CSS & JS files for all...
2007-09-26 Daniel Cannon(bug 11353) Add ability to retrieve raw section content...
2007-07-17 Brion VibberRevert r24105, r24106, r24107 'security fix' forbidden...
2007-07-15 Rob ChurchMIME is an acronym...
2007-07-15 Daniel CannonActually, let's make that message a tid bit more clear...
2007-07-15 Daniel CannonSecurity fix: Previously it was possible to include...
2007-06-29 Aryeh GregorRemove ?>'s from files. They're pointless, and just...
2007-04-24 Nick JenkinsDoc tweaks:
2007-02-21 Brion Vibber* (bug 9044) Send a comment with action=raw pages in...
2007-02-05 Brion Vibber* Clean up session checks to better handle the case...
2007-01-20 Antoine MussoUse Doxygen @addtogroup instead of phpdoc @package...
2007-01-20 Antoine MussoRename constructors to __constructor
2007-01-11 Leon Weber* (bug 8567) Added hook RawPageViewBeforeOutput just...
2006-09-26 Brion Vibber* Fix regression in cachability of generated CSS and...
2006-09-13 Brion Vibber* Set Vary: Cookie on action=raw generated CSS and...
2006-09-11 Brion Vibber* (bug 7064) Replace hard-coded empty message checks...
2006-08-31 Brion Vibber* (bug 7026) Fix action=raw&templates=expand
2006-08-29 Tim StarlingOnly use the message cache in action=raw if it is expli...
2006-07-28 Lupin(bug 6771) Make old revisions of MediaWiki pages availa...
2006-06-24 Rob Church* (bug 5903) When requesting the raw source of a non...
2006-06-06 Domas MituzasAutoLoad Revision
2006-06-01 Brion VibberRevert to r14512; domas introduced massive breakage...
2006-06-01 Domas MituzasUse AutoLoader to load classes:
2006-04-05 Tim StarlingReturn 404 for non-existent pages. Nonexistent titles...
2006-03-24 Gabriel WickeContact details- now hopefully in the right place
2006-03-16 Brion Vibber* Further work on rev_deleted; changed to a bitfield...
2006-03-11 Lupintrailing whitespace removal
2006-03-07 Lupinremoving unused globals and some whitespace cleaning
2006-03-01 LupinBug 5136: corner cases with relative oldids are wrong
2006-02-26 Rob Church* (bug 4838) Add relative oldids (prev, next, cur)...
2006-02-18 Brion Vibber* Fix explicit s-maxage=0 on raw pages; should help...
2006-01-31 Tim StarlingFixes and improvements to interwiki transclusion:
2006-01-13 Brion Vibberwhitespace
2006-01-07 Ævar Arnfjörð Bjar... * s~\t+$~~
2006-01-07 Ævar Arnfjörð Bjar... * s~ +$~~
2005-12-19 Ævar Arnfjörð Bjar... * (bug 1436) &templates=expand now expands templates
2005-10-22 Tim StarlingdumpHTML improvements:
2005-06-27 Brion Vibber* Try reading revision _text_ from master if no result...
2005-05-05 Ævar Arnfjörð Bjar... * (bug 2064) Configurable JavaScript mimetype with...
2005-04-23 Brion VibberChanges to raw page security handler:
2005-02-28 Brion VibberReturn 404 for action=raw hits to pages that don't...
2005-01-27 Antoine Mussofix phpdoc comment
2005-01-20 Tom GilderRemove no longer needed Vary: Cookie header to fix...
2004-12-24 Brion Vibber* Keep generated stylesheets cache-separated for each...
2004-12-19 Brion VibberStart splitting back-end functions from the Article...
2004-12-19 Brion VibberMerge SCHEMA_WORK into HEAD. Lots of changes, some...
2004-10-19 Brion Vibber* Drop a couple instances of wfTimestamp2Unix & reverse...
2004-10-09 Brion VibberFix for last checkin on Squid and for the generated...
2004-10-09 Brion VibberMore paranoia checks for Internet Explorer
2004-09-30 Brion Vibber* Remove useless, unvalidated charset option on raw...
2004-09-24 Zheng ZhuFirst batch of files modified to switch wgLang to wgCon...
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-07-18 Tim Starling* Support for table name prefixes throughout the code...
2004-07-10 Tim StarlingOOP calling convention for database functions. DBMS...
2004-07-04 Gabriel Wickeadd Last-Modified header
2004-06-11 Domas MituzasPG: old->"old"
2004-06-09 Gabriel Wickeset ctype in any case for gen
2004-06-09 Gabriel WickeReworked css include/pref/tooltip/accesskey subsystem
2004-06-03 Gabriel Wickeuse wfMsg() for MediaWiki NS
2004-06-03 Gabriel Wickeadditional smaxage parameter
2004-04-29 Gabriel Wickesome IE6 textarea tweaks
2004-04-28 Gabriel Wickeuse content types to prevent IE from displaying this
2004-04-28 Gabriel Wickeparser to the rescue to secure the content this returns...
2004-04-28 Gabriel Wickecontent-type restrictions
2004-04-28 Gabriel Wickecache headers- allow client to cache for one day
2004-04-28 Gabriel Wickecache on the client side
2004-04-28 Gabriel WickeNew, simple method to retrieve the plain source of...