Commit graph

27 commits

Author SHA1 Message Date
Max Semenik
c3b4c4f7e2 killed trailing ?> 2010-02-03 19:36:04 +00:00
Tom Gilder
dcfb2251cb Single quotes, just for the hell of it 2005-01-31 20:35:47 +00:00
Erik Moeller
1dea93f758 using index.php and redirect.php instead of wiki.phtml and redirect.phtml
keeping phtml stubs around for compatibility and CVS history
2004-02-28 03:04:02 +00:00
Brion Vibber
0332f4c598 Fix for compatibility with short_open_tag = Off 2004-02-18 02:15:00 +00:00
Mr. E23
570335c7d2 Added simple transactions 2004-02-17 22:10:19 +00:00
Mr. E23
0aef0fa99e Fixed bug causing different search actions on submit-by-return in IE and moz. Changed default search action to 'Go' 2004-02-14 13:00:22 +00:00
Tim Starling
e2f98922df Two blocking features: IP range blocks, and expiry times configurable block-by-block.
Possible issue: uses strtotime(), which is very handy but in English
2004-02-14 12:37:25 +00:00
Brion Vibber
a21c4e109f Only redirect to canonical title on view URLs. 2004-02-01 04:51:50 +00:00
Brion Vibber
4227fa35c2 Move search check before title canonicalness check so search works again 2004-01-31 05:02:25 +00:00
Gabriel Wicke
144cbe5bd6 Squid integration changes 2004-01-30 17:07:50 +00:00
Tim Starling
3c96949682 * Recent Changes improvements: object oriented back end, move page 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
2004-01-17 05:49:39 +00:00
Mr. E23
1cab098357 Removed exit() statement 2004-01-14 22:46:12 +00:00
Tim Starling
4fb335151a Some systems do not have getallheaders() 2004-01-10 01:28:32 +00:00
Brion Vibber
0020aa84d1 Split off page history code to PageHistory.php out of Article.php and Skin.php.
No substantive changes yet.
2003-12-21 12:01:29 +00:00
Mr. E23
bdf73da2d2 The purpose of this modification is to ensure that every normal request
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.
2003-12-11 20:16:34 +00:00
Brion Vibber
d8a613a518 Remove broken extra session config 2003-11-24 00:55:39 +00:00
Brion Vibber
04e6adebb8 Maintenance script fixes 2003-11-17 12:55:24 +00:00
Brion Vibber
d3c61d791d Security fix: include path 2003-11-17 03:00:18 +00:00
Tim Starling
46787701ce Nov. branch merge. Various features backported from stable, various bug fixes. 2003-11-09 11:45:12 +00:00
Tim Starling
0f6234916a Translation checker added (nl: fixed); more conditional inclusion; misc. tweaks 2003-10-25 08:01:33 +00:00
Tim Starling
d1f6bd3328 Made enhanced wfMsg() faster 2003-10-21 13:01:49 +00:00
Tim Starling
deebd655d4 Security fix: wpReUpload 2003-10-15 12:37:27 +00:00
Tim Starling
ff0f56bc8c Autoblocker privacy protection 2003-09-07 13:56:25 +00:00
Brion Vibber
d9059af5fc Split image description page-specific functions to ImagePage child
class of Article.
2003-09-01 10:03:47 +00:00
Brion Vibber
e3bbb66de8 Extract the edit page interface functions out of Article and into separate
EditPage class/file. Trying to streamline these things into managable
hunks of source...
2003-08-02 20:43:11 +00:00
Brion Vibber
a2dc1bbe27 PHP sessions must not be reserved to multiple users... 2003-05-16 13:35:16 +00:00
Lee Daniel Crocker
d82c14fb4f Initial revision 2003-04-14 23:10:40 +00:00