aboutsummaryrefslogtreecommitdiffstats
path: root/includes/RawPage.php
Commit message (Expand)AuthorAgeFilesLines
* * Try reading revision _text_ from master if no result on slaveBrion Vibber2005-06-271-1/+1
* * (bug 2064) Configurable JavaScript mimetype with $wgJsMimeTypeÆvar Arnfjörð Bjarmason2005-05-051-3/+3
* Changes to raw page security handler:Brion Vibber2005-04-231-11/+26
* Return 404 for action=raw hits to pages that don't exist, if they don't set a...Brion Vibber2005-02-281-14/+22
* fix phpdoc commentAntoine Musso2005-01-271-0/+1
* Remove no longer needed Vary: Cookie header to fix IE5.0 cachingTom Gilder2005-01-201-2/+0
* * Keep generated stylesheets cache-separated for each userBrion Vibber2004-12-241-0/+2
* Start splitting back-end functions from the Article user-interface class.Brion Vibber2004-12-191-22/+12
* Merge SCHEMA_WORK into HEAD. Lots of changes, some things are probably broken:Brion Vibber2004-12-191-7/+7
* * Drop a couple instances of wfTimestamp2Unix & reverse for wfTimestamp()Brion Vibber2004-10-191-1/+1
* Fix for last checkin on Squid and for the generated dataBrion Vibber2004-10-091-1/+2
* More paranoia checks for Internet ExplorerBrion Vibber2004-10-091-1/+19
* * Remove useless, unvalidated charset option on raw pageBrion Vibber2004-09-301-10/+5
* First batch of files modified to switch wgLang to wgContLang.Zheng Zhu2004-09-241-3/+3
* Split files and classes in different packages for phpdocumentor. I probably c...Antoine Musso2004-09-031-0/+2
* Changing comments layout preparing for generated documentation with Phpdocume...Antoine Musso2004-09-021-5/+13
* * Support for table name prefixes throughout the code. No support yet for con...Tim Starling2004-07-181-4/+5
* OOP calling convention for database functions. DBMS abstraction implemented b...Tim Starling2004-07-101-6/+9
* add Last-Modified headerGabriel Wicke2004-07-041-0/+1
* PG: old->"old"Domas Mituzas2004-06-111-2/+4
* set ctype in any case for genGabriel Wicke2004-06-091-2/+2
* Reworked css include/pref/tooltip/accesskey subsystemGabriel Wicke2004-06-091-9/+35
* use wfMsg() for MediaWiki NSGabriel Wicke2004-06-031-0/+8
* additional smaxage parameterGabriel Wicke2004-06-031-1/+3
* some IE6 textarea tweaksGabriel Wicke2004-04-291-2/+0
* use content types to prevent IE from displaying thisGabriel Wicke2004-04-281-5/+3
* parser to the rescue to secure the content this returns- no js in html pleaseGabriel Wicke2004-04-281-1/+5
* content-type restrictionsGabriel Wicke2004-04-281-1/+7
* cache headers- allow client to cache for one dayGabriel Wicke2004-04-281-1/+2
* cache on the client sideGabriel Wicke2004-04-281-0/+1
* New, simple method to retrieve the plain source of an articleGabriel Wicke2004-04-281-0/+50