aboutsummaryrefslogtreecommitdiffstats
path: root/wiki.phtml
Commit message (Collapse)AuthorAgeFilesLines
* Single quotes, just for the hell of itTom Gilder2005-01-311-1/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/7338
* using index.php and redirect.php instead of wiki.phtml and redirect.phtmlErik Moeller2004-02-281-108/+3
| | | | | | | keeping phtml stubs around for compatibility and CVS history Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/2535
* Fix for compatibility with short_open_tag = OffBrion Vibber2004-02-181-1/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/2485
* Added simple transactionsMr. E232004-02-171-0/+2
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/2484
* Fixed bug causing different search actions on submit-by-return in IE and ↵Mr. E232004-02-141-3/+3
| | | | | | | moz. Changed default search action to 'Go' Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/2474
* Two blocking features: IP range blocks, and expiry times configurable ↵Tim Starling2004-02-141-13/+0
| | | | | | | | | block-by-block. Possible issue: uses strtotime(), which is very handy but in English Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/2473
* Only redirect to canonical title on view URLs.Brion Vibber2004-02-011-1/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/2415
* Move search check before title canonicalness check so search works againBrion Vibber2004-01-311-7/+7
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/2399
* Squid integration changesGabriel Wicke2004-01-301-0/+6
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/2387
* * Recent Changes improvements: object oriented back end, move page ↵Tim Starling2004-01-171-1/+8
| | | | | | | | | | | annotation and (untested) message queue feed. * Misc. bugs fixed in DatabaseFunctions.php and Skin.php. * install-utils, install and update utilise Database objects instead of handling their own connections * schema change for RC improvement -- added rc_type, rc_moved_to_title and rc_moved_to_ns Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/2294
* Removed exit() statementMr. E232004-01-141-8/+4
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/2291
* Some systems do not have getallheaders()Tim Starling2004-01-101-6/+10
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/2271
* Split off page history code to PageHistory.php out of Article.php and Skin.php.Brion Vibber2003-12-211-1/+5
| | | | | | | No substantive changes yet. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/2224
* The purpose of this modification is to ensure that every normal requestMr. E232003-12-111-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | execution starts and ends in wiki.phtml, giving the code a somewhat more predictable flow. OutputPage.php: * Added disable() method to Output class. * Replaced exit() call in checkLastModified() with "return true" (thereby altering its contract quite severly). * reportTime() now only returns elapsed time, code with side effects moved to logProfilingData() in GlobalFunctions.php. GlobalFunctions.php: * Added function logProfilingData() which does most of what OutputPage->reportTime() used to do. Article.php: * Replaced exit() in checkLastModified() with "return true" (thereby altering its contract quite severly). * replaced implicit exit in calls to checkLastModified() and tryFileCache() with returns. LogPage.php: * replaced implicit exit() with return in call to checkLastModified() SpecialRecentchanges.php: * replaced implicit exit() with return in call to checkLastModified() wiki.phtml: * Single call to logProfilingData() at the end of the request. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/2184
* Remove broken extra session configBrion Vibber2003-11-241-7/+0
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/2046
* Maintenance script fixesBrion Vibber2003-11-171-3/+2
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/1983
* Security fix: include pathBrion Vibber2003-11-171-4/+11
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/1972
* Nov. branch merge. Various features backported from stable, various bug fixes.Tim Starling2003-11-091-10/+10
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/1914
* Translation checker added (nl: fixed); more conditional inclusion; misc. tweaksTim Starling2003-10-251-0/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/1843
* Made enhanced wfMsg() fasterTim Starling2003-10-211-0/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/1802
* Security fix: wpReUploadTim Starling2003-10-151-0/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/1783
* Autoblocker privacy protectionTim Starling2003-09-071-0/+8
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/1640
* Split image description page-specific functions to ImagePage childBrion Vibber2003-09-011-1/+8
| | | | | | | class of Article. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/1629
* Extract the edit page interface functions out of Article and into separateBrion Vibber2003-08-021-13/+24
| | | | | | | | EditPage class/file. Trying to streamline these things into managable hunks of source... Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/1522
* PHP sessions must not be reserved to multiple users...Brion Vibber2003-05-161-1/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/1320
* Initial revisionLee Daniel Crocker2003-04-141-0/+74
Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/1284 http://mediawiki.org/wiki/Special:Code/MediaWiki/1286