aboutsummaryrefslogtreecommitdiffstats
path: root/index.php
Commit message (Collapse)AuthorAgeFilesLines
* Fix my last broken fix (that caused bug 1899)Zheng Zhu2005-04-211-1/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/8479
* * Some clown with CVS access deleted our MS Word files and replaced them withÆvar Arnfjörð Bjarmason2005-04-121-1/+1
| | | | | | | textfiles, changing all references to them. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/8270
* Try to find variant article when an incomming request leads to a ↵Zheng Zhu2005-04-081-0/+6
| | | | | | | non-existent article. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/8158
* * brion forgot to change this when he moved around the logosÆvar Arnfjörð Bjarmason2005-04-061-1/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/8103
* * DocumentedÆvar Arnfjörð Bjarmason2005-04-061-1/+4
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/8099
* formattingÆvar Arnfjörð Bjarmason2005-03-311-13/+11
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/8009
* Fixed installation bugMagnus Manske2005-03-311-1/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/7995
* Partial fix for installation bugMagnus Manske2005-03-311-0/+2
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/7993
* <? => <?phpÆvar Arnfjörð Bjarmason2005-03-311-2/+2
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/7989
* Display something nicer looking when the wiki hasn't been configured.Ævar Arnfjörð Bjarmason2005-03-311-6/+40
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/7988
* Ability to disable actions from LocalSettings.phpTim Starling2005-03-281-85/+89
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/7963
* Start removing the Latin-1 hacks. We're going pure UTF-8 for 1.5...Brion Vibber2005-03-261-6/+0
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/7912
* Preliminary support for application/external-editorErik Moeller2005-03-241-4/+16
| | | | | | | | | | | | | | | | | allows editing wiki pages or files with an external application, by using an intermediate helper application (such as the reference one in extensions/ee) which fetches the data and transmits the changes back to the server. This version adds external editor support for uploaded files, as well as for pages. More operations, such as diffs and merges, should support application/external-editor in the future. See extensions/ee/README for some more info on the concept. Documentation will also be placed on http://meta.wikimedia.org/wiki/Help:External_editors Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/7859
* Re-establishing validation feature (the beginnings)Magnus Manske2005-03-171-0/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/7726
* Mark interwiki redirect URLs with a source parameter to stop them from ↵Brion Vibber2005-03-151-1/+5
| | | | | | | further redirecting, and if on a whitelist display the return URL for handy edit-linking. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/7707
* Merge changes from 1.4:Brion Vibber2005-03-091-0/+6
| | | | | | | | | | | * Squid purged defered to outside the db transaction * Partial redirect goodies * Compression threadhold on memcached * setproctitle * Some other tweaks Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/7620
* * (bug 563) Fix UTF-8 interwiki URL redirects via Latin-1 wikisBrion Vibber2005-02-271-0/+6
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/7531
* eat a couple more namespace cruft bitsBrion Vibber2005-02-211-2/+2
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/7513
* Remove Special:Asksql; moving it out to an extension.Brion Vibber2005-02-181-1/+0
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/7474
* Clean up experiments for special:data, special:validate, special:geo.Brion Vibber2005-02-181-1/+0
| | | | | | | Moving these things to extensions if they are needed in the future. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/7471
* Double to single quotesTom Gilder2005-01-191-58/+58
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/7182
* Only start new session for anon users on submit, not editTom Gilder2005-01-181-1/+3
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/7157
* Cache the redirect from index.php to the start page (default: Main_Page)Jens Frank2005-01-101-0/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/6990
* $wgDisableInternalSearchRiver Tarnell2004-12-211-1/+2
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/6724
* Revert unauthorized changes made without discussion of outstanding objections.Brion Vibber2004-12-101-5/+0
| | | | | | | Please rework this as an extension. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/6601
* New feature: You can edit summaries and change the Minor Edit flag.Nicholas Pisarro, Jr2004-12-101-0/+5
| | | | | | | * Documented at http://meta.wikimedia.org/wiki/Feature_to_edit_summaries Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/6600
* * Defer message cache initialization, shaving a few ms off file cache hitsBrion Vibber2004-12-091-4/+0
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/6591
* Added "unknown action" event, so that extensions can define newEvan Prodromou2004-11-281-1/+3
| | | | | | | | actions and handle them. Documented in hooks.doc, but not really appropriate for the Syslog extension, so ignored. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/6416
* Implementing user levels management. This is only a very basic interface and ↵Antoine Musso2004-10-241-0/+3
| | | | | | | several things need to be done! A tracking bug is at http://bugzilla.wikipedia.org/show_bug.cgi?id=767 Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/6066
* Reorganization of SearchEngine for legibilityBrion Vibber2004-10-201-9/+2
| | | | | | | | | | | * Removed 'fuzzy title search', it's not been maintained and generally produces unexpected and unwanted results * Separated search guts (in SearchEngine) from display/control (in SpecialSearch) * Extracted MySQL3 and MySQL4 variants to subclasses * Added PHPUnit tests for MySQL3 and MySQL4 search engines, which try to use temporary tables to fiddle in (if configured) * comments n stuff Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/5980
* Clean up a few scriptletsBrion Vibber2004-10-141-3/+3
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/5867
* Fix for running with no include_path setBrion Vibber2004-10-021-1/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/5640
* More informative error message for when the user forgot to move ↵Tim Starling2004-09-261-8/+7
| | | | | | | LocalSettings.php. Moved recently-added setup code from index.php to Setup.php where it's meant to be. index.php isn't the only entry point! Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/5531
* Wiki database systemMagnus Manske2004-09-241-0/+5
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/5462
* made some more wfMsg() to wfMsgForContent changesZheng Zhu2004-09-221-4/+4
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/5384
* Quick fix for canonical redirects when the URL is case-converted.Brion Vibber2004-09-061-2/+3
| | | | | | | | | | | | Since this is now done in WebRequest, $title is already converted so check $_GET directly. The canonical redirect still does not handle the case of an index.php?title=Foo URL where $wgArticlePath is set for pretty URLs. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/5102
* Start cracking down on illegal titles: in UTF-8 mode reject titles which ↵Brion Vibber2004-09-031-10/+1
| | | | | | | | | have had the 'replacement character' inserted, representing illegal UTF-8 sequences or non-legal Unicode characters. Moved the PATH_INFO check from index.php into WebRequest; it now just shoves the param into $_REQUEST['title']. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/5037
* One more unicode normalization fix: don't die horribly on arrays, and get ↵Brion Vibber2004-09-021-0/+4
| | | | | | | the PATH_INFO title too. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/5031
* Avoid numeric and boolean interpretation of "0" in self-link check and Go ↵Brion Vibber2004-08-311-1/+2
| | | | | | | | | | searching. Fix for bug 174: 0 as an article name behaves strangely (numerical comparison in article-ids). http://bugzilla.wikipedia.org/show_bug.cgi?id=174 Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/4987
* Add back the slower version of Title::makeTitle as Title::makeTitleSafe()Brion Vibber2004-08-221-1/+1
| | | | | | | | and use it in a few places where user names, images, or messages are being used to create titles. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/4912
* Moved category stuff to CategoryPage, copying logic of ImagePageJens Frank2004-08-221-0/+8
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/4900
* Add some profiling pointsBrion Vibber2004-08-221-0/+6
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/4898
* Don't include SearchEngine.php when it's not used. Saves about 180k of ↵Brion Vibber2004-08-211-1/+2
| | | | | | | memory at runtime. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/4876
* # Please don't move this line to includes/Defines.php. This line essentially ↵Arne Heizmann2004-08-141-3/+4
| | | | | | | | | | defines # a valid entry point. If you put it in includes/Defines.php, then any script that includes # it becomes an entry point, thereby defeating its purpose. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/4771
* Reverting my previous change. CommentAntoine Musso2004-08-141-0/+4
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/4755
* moving define(mediawiki, true) from index.php to includes/Defines.phpAntoine Musso2004-08-141-3/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/4754
* Antiglobalization!Brion Vibber2004-08-131-2/+3
| | | | | | | | | * Remove some unused and some useless functions from GlobalSettings.php * wfEscapeHTML() replaced with PHP built-in htmlspecialchars(). * Moved some functions into Parser.php and Image.php Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/4731
* Ahh, so that's what that doesTim Starling2004-08-121-0/+2
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/4703
* Apparently cvs forgot to commit this with the rest.Arne Heizmann2004-08-091-2/+3
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/4624
* Don't run power search in 'go' modeBrion Vibber2004-07-291-1/+3
| | | | | | | * [ 998393 ] Powersearch seriously broken Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/4429