lhc/web/wiklou.git
19 years agoIgnore cache keys from previous version
Tim Starling [Sat, 14 May 2005 09:54:26 +0000 (09:54 +0000)]
Ignore cache keys from previous version

19 years agoUsing a different session name for each database, so they don't interfere with each...
Tim Starling [Sat, 14 May 2005 09:27:24 +0000 (09:27 +0000)]
Using a different session name for each database, so they don't interfere with each other. This is only significant where several wikis share a domain.

19 years agorestored Special:Makesysop interwiki functionality
Tim Starling [Sat, 14 May 2005 09:26:32 +0000 (09:26 +0000)]
restored Special:Makesysop interwiki functionality

19 years agotypos
Tim Starling [Sat, 14 May 2005 09:25:41 +0000 (09:25 +0000)]
typos

19 years agonicer format for static groups record
Tim Starling [Sat, 14 May 2005 09:24:51 +0000 (09:24 +0000)]
nicer format for static groups record

19 years agofriendlier error message
Tim Starling [Sat, 14 May 2005 09:24:21 +0000 (09:24 +0000)]
friendlier error message

19 years agofixed Special:Userrights log, and a few other Special:Userrights problems
Tim Starling [Sat, 14 May 2005 05:42:47 +0000 (05:42 +0000)]
fixed Special:Userrights log, and a few other Special:Userrights problems

19 years agofixed potential XSS vulnerability
Tim Starling [Sat, 14 May 2005 05:42:29 +0000 (05:42 +0000)]
fixed potential XSS vulnerability

19 years agofixed style and minor XSS vulnerabilities
Tim Starling [Sat, 14 May 2005 05:41:22 +0000 (05:41 +0000)]
fixed style and minor XSS vulnerabilities

19 years agoFixed duplicate group problem, fixed isNewbie() function
Tim Starling [Sat, 14 May 2005 05:39:39 +0000 (05:39 +0000)]
Fixed duplicate group problem, fixed isNewbie() function

19 years agoRemoved sysop right, it was removed from Defines.php long ago, rendering it useless...
Tim Starling [Sat, 14 May 2005 05:38:49 +0000 (05:38 +0000)]
Removed sysop right, it was removed from Defines.php long ago, rendering it useless, this is just cleaning up

19 years agoallow people with the "protect" privilege to unprotect pages with "sysop" restriction
Tim Starling [Sat, 14 May 2005 05:38:01 +0000 (05:38 +0000)]
allow people with the "protect" privilege to unprotect pages with "sysop" restriction

19 years agoreworded some comments
Tim Starling [Sat, 14 May 2005 05:36:43 +0000 (05:36 +0000)]
reworded some comments

19 years ago* Someone forgot to global the variable
Ævar Arnfjörð Bjarmason [Fri, 13 May 2005 22:05:54 +0000 (22:05 +0000)]
* Someone forgot to global the variable

19 years agoIncremental categorylink updates, mainly to keep the old timestamp.
Gabriel Wicke [Fri, 13 May 2005 21:18:45 +0000 (21:18 +0000)]
Incremental categorylink updates, mainly to keep the old timestamp.
Timestamp saved in memcached, to allow checking for updates without contacting the db.
Might be possible to improve further using the linkscache, i tried but didn't succeed.
As-is it should still be faster than the unconditional full deletion/re-addition cycle.

19 years ago* Improved the testcase for bug 787
Ævar Arnfjörð Bjarmason [Fri, 13 May 2005 19:23:07 +0000 (19:23 +0000)]
* Improved the testcase for bug 787

19 years ago* Added a testcase for bug 787
Ævar Arnfjörð Bjarmason [Fri, 13 May 2005 15:41:30 +0000 (15:41 +0000)]
* Added a testcase for bug 787

19 years ago* Renamed Special:Randompage to Special:Random since it can get more than just
Ævar Arnfjörð Bjarmason [Fri, 13 May 2005 11:59:26 +0000 (11:59 +0000)]
* Renamed Special:Randompage to Special:Random since it can get more than just
  random pages now.

19 years ago* Special Page redirection now includes paramaters, e.g. Special:Orig/Par =>
Ævar Arnfjörð Bjarmason [Fri, 13 May 2005 11:57:31 +0000 (11:57 +0000)]
* Special Page redirection now includes paramaters, e.g. Special:Orig/Par =>
  Special:New/Par (it would previously have been truncated to Special:New)
* Renamed Special:Randompage to Special:Random since it can get more than just
  random pages now.

19 years ago* Deprecated the {{msg:}} syntax for inclusion from the Template namespace.
Ævar Arnfjörð Bjarmason [Fri, 13 May 2005 11:11:30 +0000 (11:11 +0000)]
* Deprecated the {{msg:}} syntax for inclusion from the Template namespace.

19 years ago* isASCII() now only accepts \x0a\x20-\x7e and strings <= 1024 bytes
Ævar Arnfjörð Bjarmason [Fri, 13 May 2005 10:38:14 +0000 (10:38 +0000)]
* isASCII() now only accepts \x0a\x20-\x7e and strings <= 1024 bytes
* isRational() and isSrational() improved to most definitely not accept a
  non-faction value.
* Put all the debugging stufff into a debugging function

19 years ago* Removed some strange code which doesn't have any reason for being there
Ævar Arnfjörð Bjarmason [Fri, 13 May 2005 10:28:54 +0000 (10:28 +0000)]
* Removed some strange code which doesn't have any reason for being there
  (and afaik never has)
* Using single quotes for msg's

19 years ago* Save '0' in img_metadata when no metadata has been found, to indicate that
Ævar Arnfjörð Bjarmason [Fri, 13 May 2005 09:58:53 +0000 (09:58 +0000)]
* Save '0' in img_metadata when no metadata has been found, to indicate that
  it shouldn't be checked again.

19 years ago* (bug 2135) Updated various messages
Ævar Arnfjörð Bjarmason [Thu, 12 May 2005 17:17:08 +0000 (17:17 +0000)]
* (bug 2135) Updated various messages

19 years ago* (bug 2156) Added namespace translations
Ævar Arnfjörð Bjarmason [Thu, 12 May 2005 15:42:16 +0000 (15:42 +0000)]
* (bug 2156) Added namespace translations

19 years ago* (bug 2152) Add missing bgcolor to attribute whitelist for <td> and <th>
Brion Vibber [Thu, 12 May 2005 08:54:23 +0000 (08:54 +0000)]
* (bug 2152) Add missing bgcolor to attribute whitelist for <td> and <th>

19 years ago* (bug 2150) Fix tab indexes on edit form
Brion Vibber [Thu, 12 May 2005 08:28:26 +0000 (08:28 +0000)]
* (bug 2150) Fix tab indexes on edit form

19 years ago* Output wikitext rather than mixed HTML and wikitext
Ævar Arnfjörð Bjarmason [Wed, 11 May 2005 04:43:58 +0000 (04:43 +0000)]
* Output wikitext rather than mixed HTML and wikitext

19 years ago* Deprecated by the new redirect mechanism in SpecialPage.php
Ævar Arnfjörð Bjarmason [Wed, 11 May 2005 04:07:42 +0000 (04:07 +0000)]
* Deprecated by the new redirect mechanism in SpecialPage.php

19 years ago* $wgSpecialPageRedirects changed to hold title objects, needed to be able to
Ævar Arnfjörð Bjarmason [Wed, 11 May 2005 04:06:36 +0000 (04:06 +0000)]
* $wgSpecialPageRedirects changed to hold title objects, needed to be able to
  redirect to other things than other specialpages
* $wgSpecialPageRedirects now handles Special:My(?:page|talk|contributions

19 years ago* Added a new associative array ($wgSpecialPageRedirects) that holds
Ævar Arnfjörð Bjarmason [Wed, 11 May 2005 03:21:25 +0000 (03:21 +0000)]
* Added a new associative array ($wgSpecialPageRedirects) that holds
  Specialpages to redirect from and to as keys and values respectively,
  executePath() now uses it to check if it should redirect the request for a
  specialpage to another location.
  This removes the need for keeping stub redirects around in case we merge or
  rename SpecialPages.

19 years ago* Removed this stub file that did nothing but redirect Special:Listadmins to
Ævar Arnfjörð Bjarmason [Wed, 11 May 2005 03:16:55 +0000 (03:16 +0000)]
* Removed this stub file that did nothing but redirect Special:Listadmins to
 Special:Listusers, moved that functionality into SpecialPage.php

19 years ago* Set the $disabled variable if $wgEmailAuthentication && ($this->mUserEmail != '')
Ævar Arnfjörð Bjarmason [Tue, 10 May 2005 21:57:02 +0000 (21:57 +0000)]
* Set the $disabled variable if $wgEmailAuthentication && ($this->mUserEmail != '')
  did not evaluate to true, otherwise the wiki would spew errors about undefined
  variables on E_ALL

19 years ago* Fixed some phpdoc errors, see http://wikipedia.sf.net/doc/errors.html
Ævar Arnfjörð Bjarmason [Tue, 10 May 2005 08:28:33 +0000 (08:28 +0000)]
* Fixed some phpdoc errors, see wikipedia.sf.net/doc/errors.html

19 years ago* Not returning true for whitespace ASCII tags (I found quite a few in my tests)
Ævar Arnfjörð Bjarmason [Tue, 10 May 2005 02:15:16 +0000 (02:15 +0000)]
* Not returning true for whitespace ASCII tags (I found quite a few in my tests)
* isRational and isSrational now include a check to make sure they're being fed
  a fraction, spewed errors otherwise.
* (S)rational numbers are now converted to intergers/floats

19 years ago* Made some messages a bit more to the point, e.g. 'Image input equipment
Ævar Arnfjörð Bjarmason [Tue, 10 May 2005 00:22:06 +0000 (00:22 +0000)]
* Made some messages a bit more to the point, e.g. 'Image input equipment
  model' => 'Camera model' and 'Person who created the image' => 'Author'
* Finished the rest of the orientation tags.

19 years ago* Fixed a problem with the user preferences not being respected.
Ævar Arnfjörð Bjarmason [Mon, 9 May 2005 22:46:03 +0000 (22:46 +0000)]
* Fixed a problem with the user preferences not being respected.

19 years ago* Removed checks for $wgShowEXIF, these functions never even get called from
Ævar Arnfjörð Bjarmason [Mon, 9 May 2005 19:25:57 +0000 (19:25 +0000)]
* Removed checks for $wgShowEXIF, these functions never even get called from
  the parent if it's false so they're redundant.

19 years ago* Switching is_numeric() in isByte(), isShort() and isLong() out for sprintf()
Ævar Arnfjörð Bjarmason [Mon, 9 May 2005 16:14:00 +0000 (16:14 +0000)]
* Switching is_numeric() in isByte(), isShort() and isLong() out for sprintf()
  per wegges suggestion because:
   1. $in can't be a floating point number
   2. When typecast php ignores any non-integers after the first row of integers
   3. A regular expression would be slower and insanely complex
   * Insert kind comments about php and remarks about how much I appriciate its existance here*

19 years ago* Improved Exif::validate() debug output
Ævar Arnfjörð Bjarmason [Mon, 9 May 2005 14:09:58 +0000 (14:09 +0000)]
* Improved Exif::validate() debug output
* format() now returns the input value unformatted if it doesn't know what to
  do with it

19 years ago* Removed a left over debug statement.
Ævar Arnfjörð Bjarmason [Mon, 9 May 2005 13:35:36 +0000 (13:35 +0000)]
* Removed a left over debug statement.

19 years ago* Added CSS styles to each Exif tag to make them styleable.
Ævar Arnfjörð Bjarmason [Mon, 9 May 2005 12:50:40 +0000 (12:50 +0000)]
* Added CSS styles to each Exif tag to make them styleable.

19 years ago* Deprecated $mValidExif and its constructor makeValidExifTags(), its function
Ævar Arnfjörð Bjarmason [Mon, 9 May 2005 11:54:56 +0000 (11:54 +0000)]
* Deprecated $mValidExif and its constructor makeValidExifTags(), its function
  of stripping UNDEFINED tags has been moved to the isUndefined() function
* Deprecated getExif(), makeFlatExifTags() accesses $mExif directly now

19 years ago* Checking against Exif::mFlatExif, Exif::mValidExif no longer exists
Ævar Arnfjörð Bjarmason [Mon, 9 May 2005 11:54:37 +0000 (11:54 +0000)]
* Checking against Exif::mFlatExif, Exif::mValidExif no longer exists

19 years ago* Improved the debug output of the type checking functions
Ævar Arnfjörð Bjarmason [Mon, 9 May 2005 11:28:30 +0000 (11:28 +0000)]
* Improved the debug output of the type checking functions

19 years ago* Improved the debug output of retrieveExifData()
Ævar Arnfjörð Bjarmason [Mon, 9 May 2005 11:26:44 +0000 (11:26 +0000)]
* Improved the debug output of retrieveExifData()
* Implemented the Exif::version() check, if the version in the stored metadata
  does not match the current version the exif data is regenerated and the
  current version saved in the metadata. Ensured that old images are updated
  in the future if the output format is changed.

19 years ago* Moved the Metadata link next to the image link in the TOC
Ævar Arnfjörð Bjarmason [Mon, 9 May 2005 09:50:45 +0000 (09:50 +0000)]
* Moved the Metadata link next to the image link in the TOC

19 years ago* Added debug statements to retriveExifData()
Ævar Arnfjörð Bjarmason [Mon, 9 May 2005 09:28:06 +0000 (09:28 +0000)]
* Added debug statements to retriveExifData()

19 years ago* Added support for wikifying the exif software tag
Ævar Arnfjörð Bjarmason [Mon, 9 May 2005 09:25:56 +0000 (09:25 +0000)]
* Added support for wikifying the exif software tag

19 years ago* Documented the change to extractTags(), might be a php bug
Ævar Arnfjörð Bjarmason [Mon, 9 May 2005 09:25:01 +0000 (09:25 +0000)]
* Documented the change to extractTags(), might be a php bug
* Added debug statements
* Added breakpoints to the switch statement
* Added support for wikifying the software tag

19 years agoFix up spacing, indentation to match the codebase standards.
Brion Vibber [Mon, 9 May 2005 00:12:54 +0000 (00:12 +0000)]
Fix up spacing, indentation to match the codebase standards.

19 years agoDeclare the EXIF type constants only once, when the script is read in,
Brion Vibber [Sun, 8 May 2005 23:57:19 +0000 (23:57 +0000)]
Declare the EXIF type constants only once, when the script is read in,
instead of every time an Exif object is created. Constants cannot be
redefined and this produces a flurry of notice messages.
Also renamed the very generic names, as constants are a global namespace.

19 years agoClean up makeFlatExifTags; a simple foreach loop is a little easier on the
Brion Vibber [Sun, 8 May 2005 23:48:40 +0000 (23:48 +0000)]
Clean up makeFlatExifTags; a simple foreach loop is a little easier on the
eyes than the array_walk bit, and seems to explode and die less on PHP 5.

19 years ago* Removed the wfSuppressWarnings() I inserted previously
Ævar Arnfjörð Bjarmason [Sun, 8 May 2005 21:03:03 +0000 (21:03 +0000)]
* Removed the wfSuppressWarnings() I inserted previously

19 years ago* Deprecated.
Ævar Arnfjörð Bjarmason [Sun, 8 May 2005 18:08:46 +0000 (18:08 +0000)]
* Deprecated.

19 years ago* Typo: missing $
Ævar Arnfjörð Bjarmason [Sun, 8 May 2005 17:09:36 +0000 (17:09 +0000)]
* Typo: missing $

19 years ago* Moving the metadata table back into a vertical table, I'm working on making
Ævar Arnfjörð Bjarmason [Sun, 8 May 2005 16:19:12 +0000 (16:19 +0000)]
* Moving the metadata table back into a vertical table, I'm working on making
  collapsable sections within it so it won't be so big.

19 years ago* Some adjustments to the metadata style
Ævar Arnfjörð Bjarmason [Sun, 8 May 2005 16:18:16 +0000 (16:18 +0000)]
* Some adjustments to the metadata style

19 years ago* Renamed the $exif var to $metadata to avoid confusion
Ævar Arnfjörð Bjarmason [Sun, 8 May 2005 16:13:46 +0000 (16:13 +0000)]
* Renamed the $exif var to $metadata to avoid confusion
* The Exif class is now globally accessable from within Image
* Degrade gracefully if wfShowEXIF is false
* Support for the new format() function in the Exif class

19 years ago* Added a comment to the Exif part of wfTimestamp()
Ævar Arnfjörð Bjarmason [Sun, 8 May 2005 16:08:04 +0000 (16:08 +0000)]
* Added a comment to the Exif part of wfTimestamp()

19 years ago* Added support for formatting of the DateTime tag inside format()
Ævar Arnfjörð Bjarmason [Sun, 8 May 2005 16:06:50 +0000 (16:06 +0000)]
* Added support for formatting of the DateTime tag inside format()

19 years ago* Added license information
Ævar Arnfjörð Bjarmason [Sun, 8 May 2005 16:04:44 +0000 (16:04 +0000)]
* Added license information
* Fixed a bug in validate() that had to do with type casting, SHORT.','.LONG
  would previously never have been evaluated as its value "3,4" was typecast
  to 3 which matched SHORT.
* Added a new function, format(), to format the values of tags according to
  the Exif 2.2 specification.

19 years ago* Changed the timeanddate() function to return the user selected date format
Ævar Arnfjörð Bjarmason [Sun, 8 May 2005 16:02:07 +0000 (16:02 +0000)]
* Changed the timeanddate() function to return the user selected date format
  unless told otherwise

19 years ago* Changed the date() function to return the user selected date format unless
Ævar Arnfjörð Bjarmason [Sun, 8 May 2005 15:58:52 +0000 (15:58 +0000)]
* Changed the date() function to return the user selected date format unless
  told otherwise
* Added some exif related messages

19 years ago* Use the user selected format by default
Ævar Arnfjörð Bjarmason [Sun, 8 May 2005 11:03:13 +0000 (11:03 +0000)]
* Use the user selected format by default

19 years ago* HistoryBlobStub: the last-used HistoryBlob is kept open to speed up
Brion Vibber [Sun, 8 May 2005 08:17:12 +0000 (08:17 +0000)]
* HistoryBlobStub: the last-used HistoryBlob is kept open to speed up
  multiple-revision pulls
* Special:Export now includes page, revision, and user id numbers by
  default (previously this was disabled for no particular reason)
* dumpBackup.php can dump the full database to Export XML, with current
  revisions only or complete histories.

19 years ago* Adding wfSuppressWarnings() before the Exif validation, some of the type
Ævar Arnfjörð Bjarmason [Sun, 8 May 2005 07:32:04 +0000 (07:32 +0000)]
* Adding wfSuppressWarnings() before the Exif validation, some of the type
  checks in Exif::validate will spew warnings on invalid data.

19 years ago* Removed sitesettings related messages, it has been deprecated
Ævar Arnfjörð Bjarmason [Sun, 8 May 2005 07:16:10 +0000 (07:16 +0000)]
* Removed sitesettings related messages, it has been deprecated

19 years ago* Deprecated Special:Sitesettings
Ævar Arnfjörð Bjarmason [Sun, 8 May 2005 07:10:21 +0000 (07:10 +0000)]
* Deprecated Special:Sitesettings

19 years ago* To the tune of "America, Fuck Yeah" from "Team America: World Police"
Ævar Arnfjörð Bjarmason [Sun, 8 May 2005 07:08:04 +0000 (07:08 +0000)]
* To the tune of "America, Fuck Yeah" from "Team America: World Police"
 "Type checking, FUCK YEAH! Coming again, to save the mother fucking day yeah" !
  (we now have typechecking of Exif tags)

19 years ago* To the tune of "America, Fuck Yeah" from "Team America: World Police"
Ævar Arnfjörð Bjarmason [Sun, 8 May 2005 07:06:04 +0000 (07:06 +0000)]
* To the tune of "America, Fuck Yeah" from "Team America: World Police"
  "Type checking, FUCK YEAH! Coming again, to save the mother fucking day yeah" !
  (we now have typechecking of Exif tags)

19 years ago* Removing /* private */ comment, already specified in the phpdoc
Ævar Arnfjörð Bjarmason [Sun, 8 May 2005 04:11:32 +0000 (04:11 +0000)]
* Removing /* private */ comment, already specified in the phpdoc

19 years ago* A new file with Exif functions
Ævar Arnfjörð Bjarmason [Sat, 7 May 2005 12:52:54 +0000 (12:52 +0000)]
* A new file with Exif functions

19 years ago* Removed stripExifData(), most of this functionality is now provided by the
Ævar Arnfjörð Bjarmason [Sat, 7 May 2005 12:51:04 +0000 (12:51 +0000)]
* Removed stripExifData(), most of this functionality is now provided by the
  Exif class
* Removed the check for $wgShowEXIF in getExifData(), this is already done in
  ImagePage.php which is the only file that calls this function.

19 years ago* Added support for the Exif time format in wfTimestamp()
Ævar Arnfjörð Bjarmason [Sat, 7 May 2005 12:48:12 +0000 (12:48 +0000)]
* Added support for the Exif time format in wfTimestamp()
* Documented the TS_UNIX, TS_MW, TS_DB and TS_RFC2822 constants
* Documented wfTimestamp()

19 years agofixed weird composite random number function
Tim Starling [Sat, 7 May 2005 11:01:26 +0000 (11:01 +0000)]
fixed weird composite random number function

19 years ago* (bug 2101) a single variable was being used as both a counter and as a
Ævar Arnfjörð Bjarmason [Sat, 7 May 2005 07:44:51 +0000 (07:44 +0000)]
* (bug 2101) a single variable was being used as both a counter and as a
  temporary variable causing invalid XHTML output.

19 years ago* Changing the personal urls to use the format Special:Page/Paramater rather
Ævar Arnfjörð Bjarmason [Sat, 7 May 2005 07:23:46 +0000 (07:23 +0000)]
* Changing the personal urls to use the format Special:Page/Paramater rather
  than ?title=Special:Page&target=Paramater

19 years ago* (bug 1692) Fix margin on unwatch tab
Brion Vibber [Sat, 7 May 2005 06:04:44 +0000 (06:04 +0000)]
* (bug 1692) Fix margin on unwatch tab

19 years ago* Added support for paramaters like Special:Movepage/Page_to_move
Ævar Arnfjörð Bjarmason [Sat, 7 May 2005 04:51:33 +0000 (04:51 +0000)]
* Added support for paramaters like Special:Movepage/Page_to_move

19 years ago* Cleanup
Ævar Arnfjörð Bjarmason [Sat, 7 May 2005 04:46:25 +0000 (04:46 +0000)]
* Cleanup

19 years ago* Wikilinking (un|)deletedarticle
Ævar Arnfjörð Bjarmason [Sat, 7 May 2005 03:55:33 +0000 (03:55 +0000)]
* Wikilinking (un|)deletedarticle

19 years ago* Fixed a fatal XML error (the size attribute in one input element was unquoted)
Ævar Arnfjörð Bjarmason [Sat, 7 May 2005 03:30:08 +0000 (03:30 +0000)]
* Fixed a fatal XML error (the size attribute in one input element was unquoted)

19 years ago* Documented, removed $wgUser (not used) and more.
Ævar Arnfjörð Bjarmason [Sat, 7 May 2005 00:47:52 +0000 (00:47 +0000)]
* Documented, removed $wgUser (not used) and more.

19 years ago* Deprecating msg:special_version_prefix and msg:special_version_postfix
Ævar Arnfjörð Bjarmason [Fri, 6 May 2005 23:06:00 +0000 (23:06 +0000)]
* Deprecating msg:special_version_prefix and msg:special_version_postfix

19 years ago* Added a testcase for bug 785.
Ævar Arnfjörð Bjarmason [Fri, 6 May 2005 21:54:00 +0000 (21:54 +0000)]
* Added a testcase for bug 785.

19 years ago* Add $wgLegacySchemaConversion update-time option to reduce amount of
Brion Vibber [Fri, 6 May 2005 11:31:18 +0000 (11:31 +0000)]
* Add $wgLegacySchemaConversion update-time option to reduce amount of
  copying during the schema upgrade: creates HistoryBlobCurStub reference
  records in text instead of copying all the cur_text fields. Requires
  that the cur table be left in place until/unless such fields are migrated
  into the main text store.

In my test with a nl.wikipedia.org dump, this sped up the cur-to-old copy
operation from a few hours to a few minutes. Also added some hacky timer
echos in the updater for debug purposes. They should be prettied up but
probably kept.

19 years ago* Special:Allpages, Special:Contributions, Special:Whatlinkshere
Ævar Arnfjörð Bjarmason [Fri, 6 May 2005 11:20:37 +0000 (11:20 +0000)]
* Special:Allpages, Special:Contributions, Special:Whatlinkshere
  Special:Recentchangeslinked and Special:Emailuser all mishandled being passed
  "0" with the Special:Page/0 syntax (unrelated to bug 2087), this either
  required a workaround in the form of passing "0" as a GET value or blocked
  the user from passing that value at all.

19 years ago* Removed redundant prototyping and a debug comment.
Ævar Arnfjörð Bjarmason [Fri, 6 May 2005 07:03:09 +0000 (07:03 +0000)]
* Removed redundant prototyping and a debug comment.

19 years ago* (bug 2087) Fixed a bug that made it impossible to pass "0" to any special
Ævar Arnfjörð Bjarmason [Fri, 6 May 2005 05:48:57 +0000 (05:48 +0000)]
* (bug 2087) Fixed a bug that made it impossible to pass "0" to any special
  page with the Special:Page/0 syntax.

19 years ago* (bug 2075) Corrected namespace definitions in Tamil localization
Brion Vibber [Fri, 6 May 2005 04:58:23 +0000 (04:58 +0000)]
* (bug 2075) Corrected namespace definitions in Tamil localization

19 years agobug fix
Tim Starling [Fri, 6 May 2005 03:48:15 +0000 (03:48 +0000)]
bug fix

19 years ago* (bug 2084) Fixed a regular expression in includes/Title.php that accepted
Ævar Arnfjörð Bjarmason [Fri, 6 May 2005 03:25:02 +0000 (03:25 +0000)]
* (bug 2084) Fixed a regular expression in includes/Title.php that accepted
  redirects with the syntax #REDIRECT [[foo], the old regular expression was
  \\[\\[([^\\]\\|]+)[\\]\\|] and the new one is \[{2}(.*?)(?:\||\]{2})

19 years ago* Generalize project namespace for Latin localization, update namespaces
Brion Vibber [Fri, 6 May 2005 02:38:42 +0000 (02:38 +0000)]
* Generalize project namespace for Latin localization, update namespaces

19 years ago* Fix for reading incorrectly re-gzipped HistoryBlob entries
Brion Vibber [Thu, 5 May 2005 23:27:34 +0000 (23:27 +0000)]
* Fix for reading incorrectly re-gzipped HistoryBlob entries

19 years ago* Moved <div class='patrollink'> into Article.php rather than declare it in
Ævar Arnfjörð Bjarmason [Thu, 5 May 2005 21:37:54 +0000 (21:37 +0000)]
* Moved <div class='patrollink'> into Article.php rather than declare it in
  every markaspatrolledlink message.

19 years ago* (bug 2064) Configurable JavaScript mimetype with $wgJsMimeType
Ævar Arnfjörð Bjarmason [Thu, 5 May 2005 21:00:49 +0000 (21:00 +0000)]
* (bug 2064) Configurable JavaScript mimetype with $wgJsMimeType

19 years ago(bug 2079) Removed links to Special:Maintenance from movepagetext messages
Jens Frank [Thu, 5 May 2005 20:16:22 +0000 (20:16 +0000)]
(bug 2079) Removed links to Special:Maintenance from movepagetext messages

19 years ago* Don't display the metadata TOC link for pages where it's not applicable
Ævar Arnfjörð Bjarmason [Thu, 5 May 2005 02:39:21 +0000 (02:39 +0000)]
* Don't display the metadata TOC link for pages where it's not applicable

19 years ago* The toggle class moved out of the metadata section
Ævar Arnfjörð Bjarmason [Thu, 5 May 2005 01:45:33 +0000 (01:45 +0000)]
* The toggle class moved out of the metadata section
* exif renamed to metadata
* Added CSS to style the filetoc