Commit graph

22 commits

Author SHA1 Message Date
Brion Vibber
963901c8dd * Drop a couple instances of wfTimestamp2Unix & reverse for wfTimestamp()
* Make wfTimestampNow() a wrapper on wfTimestamp()
* Add some tests and docstrings
2004-10-19 07:12:15 +00:00
Brion Vibber
e16c225694 Fix for last checkin on Squid and for the generated data 2004-10-09 21:55:28 +00:00
Brion Vibber
7e5316bb4c More paranoia checks for Internet Explorer 2004-10-09 21:24:52 +00:00
Brion Vibber
6028458672 * Remove useless, unvalidated charset option on raw page
* Clean up input validation
2004-09-30 19:46:27 +00:00
Zheng Zhu
f84493db51 First batch of files modified to switch wgLang to wgContLang. 2004-09-24 13:14:52 +00:00
Antoine Musso
ba2afcd9fa Split files and classes in different packages for phpdocumentor. I probably changed some double quotes to single and used function foo () { shema 2004-09-03 23:00:01 +00:00
Antoine Musso
90155b8a97 Changing comments layout preparing for generated documentation with Phpdocumentor 2004-09-02 23:28:24 +00:00
Tim Starling
ac549401d4 * Support for table name prefixes throughout the code. No support yet for converting static SQL, which also means no installation. But it has been tested by creating the tables in the ordinary way and then renaming them
* DB_WRITE now called DB_MASTER, DB_READ now called DB_SLAVE
* Converted to use SQL wrapper functions instead of direct SQL in various places
* Experimental method for preserving the chronological order of events when slave servers are used. Untested.
* Fixes to the new post-parse existence test feature
* Some.. other stuff
2004-07-18 08:48:43 +00:00
Tim Starling
b96b707efa OOP calling convention for database functions. DBMS abstraction implemented by means of functions instead of global variables, PostgreSQL object converted to a subclass instead of a drop-in replacement. Also the beginnings of a flexible table name feature. 2004-07-10 03:09:26 +00:00
Gabriel Wicke
15b9121957 add Last-Modified header 2004-07-04 17:52:08 +00:00
Domas Mituzas
13c5b9217b PG: old->"old" 2004-06-11 15:46:42 +00:00
Gabriel Wicke
712453b579 set ctype in any case for gen 2004-06-09 13:43:26 +00:00
Gabriel Wicke
f719dca05f Reworked css include/pref/tooltip/accesskey subsystem
* accesskeys and tooltips moved to js, needs to be customized/localized at MediaWiki:Monobook.js. Saves many calls to wfMsg, reduces page size, shows access key prefix depending on browser/os. Easy to customize by changing the ta array.
* skinphptal underline and justification wired up to produce generated css
* MediaWiki:Skin.css used for anons as well
* addcss call removed from header
* separate js var file included that holds things like the stylepath and the tooltip/accesskey array
* rtl css included from generated css
2004-06-09 13:04:52 +00:00
Gabriel Wicke
5f464c0a51 use wfMsg() for MediaWiki NS 2004-06-03 01:25:44 +00:00
Gabriel Wicke
807acca58a additional smaxage parameter 2004-06-03 00:54:18 +00:00
Gabriel Wicke
44bb42ae06 some IE6 textarea tweaks 2004-04-29 10:21:32 +00:00
Gabriel Wicke
decdde3742 use content types to prevent IE from displaying this 2004-04-28 22:32:44 +00:00
Gabriel Wicke
3527404731 parser to the rescue to secure the content this returns- no js in html please 2004-04-28 21:01:09 +00:00
Gabriel Wicke
b68b3b1f71 content-type restrictions 2004-04-28 20:29:47 +00:00
Gabriel Wicke
c7d79bab47 cache headers- allow client to cache for one day 2004-04-28 19:28:39 +00:00
Gabriel Wicke
d3c21325d3 cache on the client side 2004-04-28 18:56:57 +00:00
Gabriel Wicke
df106e2f49 New, simple method to retrieve the plain source of an article
Syntax:
* action=raw
* ctype=text/plain (defaults to text/plain, used in the header)
* charset=utf-8 (defaults to wgInputEncoding, used in header)
* oldid=int (retrieves old version if set)
2004-04-28 17:38:48 +00:00