aboutsummaryrefslogtreecommitdiffstats
path: root/index.php
Commit message (Expand)AuthorAgeFilesLines
* More informative error message for when the user forgot to move LocalSettings...Tim Starling2004-09-261-8/+7
* Wiki database systemMagnus Manske2004-09-241-0/+5
* made some more wfMsg() to wfMsgForContent changesZheng Zhu2004-09-221-4/+4
* Quick fix for canonical redirects when the URL is case-converted.Brion Vibber2004-09-061-2/+3
* Start cracking down on illegal titles: in UTF-8 mode reject titles which have...Brion Vibber2004-09-031-10/+1
* One more unicode normalization fix: don't die horribly on arrays, and get the...Brion Vibber2004-09-021-0/+4
* Avoid numeric and boolean interpretation of "0" in self-link check and Go sea...Brion Vibber2004-08-311-1/+2
* Add back the slower version of Title::makeTitle as Title::makeTitleSafe()Brion Vibber2004-08-221-1/+1
* Moved category stuff to CategoryPage, copying logic of ImagePageJens Frank2004-08-221-0/+8
* Add some profiling pointsBrion Vibber2004-08-221-0/+6
* Don't include SearchEngine.php when it's not used. Saves about 180k of memory...Brion Vibber2004-08-211-1/+2
* # Please don't move this line to includes/Defines.php. This line essentially ...Arne Heizmann2004-08-141-3/+4
* Reverting my previous change. CommentAntoine Musso2004-08-141-0/+4
* moving define(mediawiki, true) from index.php to includes/Defines.phpAntoine Musso2004-08-141-3/+1
* Antiglobalization!Brion Vibber2004-08-131-2/+3
* Ahh, so that's what that doesTim Starling2004-08-121-0/+2
* Apparently cvs forgot to commit this with the rest.Arne Heizmann2004-08-091-2/+3
* Don't run power search in 'go' modeBrion Vibber2004-07-291-1/+3
* don't redirect to the canonical title if other parameters have been passed in...Tim Starling2004-07-251-1/+3
* * Introducing bit field for database parametersTim Starling2004-07-241-9/+13
* Article validation code (as a tab now)Magnus Manske2004-07-201-0/+1
* * Support for table name prefixes throughout the code. No support yet for con...Tim Starling2004-07-181-4/+6
* OOP calling convention for database functions. DBMS abstraction implemented b...Tim Starling2004-07-101-2/+3
* LinksUpdate uses SELECT FOR UPDATE, thus starting a new transaction. So we ha...Jens Frank2004-07-091-1/+5
* I thought I committed this?Arne Heizmann2004-07-081-0/+1
* Moved credits stuff from Skin.php to a separate module. Added a "credits"Evan Prodromou2004-06-281-0/+4
* fixing broken search links e.g. from prev/next links on results pageTim Starling2004-06-261-1/+1
* recommiting specialpages loading fix as the BoardVote extension as now been f...Antoine Musso2004-06-121-0/+3
* Undo change that stopped Wikipedia from running at allBrion Vibber2004-06-111-3/+0
* removing print_r *hidesAntoine Musso2004-06-111-1/+0
* do not instant Special* objects if user is not requesting a special page (sav...Antoine Musso2004-06-111-0/+4
* update cur_touched on action=purgeTim Starling2004-06-061-0/+1
* Fix bad title detection again; was dying with error on whitelist checkBrion Vibber2004-05-301-1/+1
* Fix preg_quote usage in interwiki loop detectionBrion Vibber2004-05-291-1/+1
* Introducing special page modular extensions, making the board vote special pa...Tim Starling2004-05-151-1/+1
* New feature:Erik Moeller2004-05-121-1/+0
* Whitelist and diff fixes:Brion Vibber2004-05-111-8/+7
* Allow installing and running the wiki on a server where ini_set has beenBrion Vibber2004-05-091-17/+10
* include_once -> require_onceTim Starling2004-05-071-8/+8
* Interwiki redirects using prefixes in the URLTim Starling2004-05-041-1/+10
* New, simple method to retrieve the plain source of an articleGabriel Wicke2004-04-281-0/+5
* Fix for old-style search URLs to force the page to behave as searchBrion Vibber2004-04-241-0/+1
* Add experimental MathML output option for math (only works with someBrion Vibber2004-04-221-0/+1
* Un-break large number of actions. Timwi, please read http://www.php.net/switchBrion Vibber2004-04-091-2/+2
* Make code infinitely more readable and understandable by seizing use of a poi...Arne Heizmann2004-04-091-4/+4
* Whitespace & coding standards adjustments to Evan's last commits.Brion Vibber2004-04-041-16/+16
* Added code to implement Dublin Core and Creative Commons RDF metadata.Evan Prodromou2004-04-041-0/+16
* Installation, compatibility, security fixlets:Brion Vibber2004-03-261-1/+1
* added manual purge actionGabriel Wicke2004-03-131-0/+5
* calls to setSquidMaxage for cacheable pagesGabriel Wicke2004-03-131-0/+7