lhc/web/wiklou.git
19 years agospeling
Brion Vibber [Tue, 28 Jun 2005 06:50:34 +0000 (06:50 +0000)]
speling

19 years ago* Special:Ancientpages is expensive in new schema for now
Brion Vibber [Tue, 28 Jun 2005 05:47:36 +0000 (05:47 +0000)]
* Special:Ancientpages is expensive in new schema for now

19 years ago* Add rebuildImages.php to update image metadata fields
Brion Vibber [Tue, 28 Jun 2005 05:30:21 +0000 (05:30 +0000)]
* Add rebuildImages.php to update image metadata fields

19 years agobugfix: if the upload path is absolute, don't prepend the server URL
Erik Moeller [Tue, 28 Jun 2005 05:02:09 +0000 (05:02 +0000)]
bugfix: if the upload path is absolute, don't prepend the server URL

19 years ago* Fix namespaces in category list.
Brion Vibber [Tue, 28 Jun 2005 04:51:15 +0000 (04:51 +0000)]
* Fix namespaces in category list.

19 years ago* upgrade1_5.php uses insert ignore, allows to skip image info initialization
Brion Vibber [Tue, 28 Jun 2005 04:38:56 +0000 (04:38 +0000)]
* upgrade1_5.php uses insert ignore, allows to skip image info initialization

19 years ago* Fixed a bug where the watchlist count without talk pages would be off by a
Ævar Arnfjörð Bjarmason [Tue, 28 Jun 2005 00:35:01 +0000 (00:35 +0000)]
* Fixed a bug where the watchlist count without talk pages would be off by a
  factor of two.

19 years agoFix #2369: removing <p>
Antoine Musso [Mon, 27 Jun 2005 14:19:54 +0000 (14:19 +0000)]
Fix #2369: removing <p>

19 years ago* Using msg:allpagessubmit for the submit button instead of msg:querybtn
Ævar Arnfjörð Bjarmason [Mon, 27 Jun 2005 09:14:32 +0000 (09:14 +0000)]
* Using msg:allpagessubmit for the submit button instead of msg:querybtn

19 years ago* Removed a comment, "FIXME require in a foreach", require_once() will be
Ævar Arnfjörð Bjarmason [Mon, 27 Jun 2005 08:23:22 +0000 (08:23 +0000)]
* Removed a comment, "FIXME require in a foreach", require_once() will be
  evaluated exactly once during execution (it has an effect similar to the
  static keyword), do demonstrate this behaviour run the code
    for ($i = 0; $i < 10; ++$i) require("file.txt");
  in a directory that has a file called 'file.txt' and then change require()
  to require_once();

19 years ago* Giving the 'bureaucrat' group 'renameuser' rights.
Ævar Arnfjörð Bjarmason [Mon, 27 Jun 2005 08:11:43 +0000 (08:11 +0000)]
* Giving the 'bureaucrat' group 'renameuser' rights.

19 years ago* Fix $wgSiteNotice when MediaWiki:Sitenotice is set to default '-'
Brion Vibber [Mon, 27 Jun 2005 07:23:18 +0000 (07:23 +0000)]
* Fix $wgSiteNotice when MediaWiki:Sitenotice is set to default '-'

19 years ago* Fixed a bug that would occour if $wgCapitalLinks was set to false, a user
Ævar Arnfjörð Bjarmason [Mon, 27 Jun 2005 06:33:45 +0000 (06:33 +0000)]
* Fixed a bug that would occour if $wgCapitalLinks was set to false, a user
  agent could create a username that began with a lower case letter that was
  not in the ASCII character set ( now user $wgContLang->ucfirst() instead of
  PHP ucfirst() )
* Moved the user name / password validity checking from
  LoginForm::addNewAccountInternal() to two new functions,
  User::isValidUserName() and User::isValidPassword(), extensions can now do
  these checks without rewriting code.

19 years ago* (bug 2530) Not displaying talk pages on Special:Watchlist/edit
Ævar Arnfjörð Bjarmason [Mon, 27 Jun 2005 05:55:33 +0000 (05:55 +0000)]
* (bug 2530) Not displaying talk pages on Special:Watchlist/edit

19 years agogetThumbnail() may legitimately return null
Tim Starling [Mon, 27 Jun 2005 04:57:36 +0000 (04:57 +0000)]
getThumbnail() may legitimately return null

19 years agofixed bug causing "discussion" tab to be always a view link, not an edit link
Tim Starling [Mon, 27 Jun 2005 04:18:09 +0000 (04:18 +0000)]
fixed bug causing "discussion" tab to be always a view link, not an edit link

19 years ago* Try reading revision _text_ from master if no result on slave
Brion Vibber [Mon, 27 Jun 2005 03:48:05 +0000 (03:48 +0000)]
* Try reading revision _text_ from master if no result on slave
* Use content-language message cache for raw view of message pages

19 years agoFix #2273, probably need backport in 1.4
Antoine Musso [Mon, 27 Jun 2005 03:15:25 +0000 (03:15 +0000)]
Fix #2273, probably need backport in 1.4

19 years agoquotes
Antoine Musso [Mon, 27 Jun 2005 02:20:50 +0000 (02:20 +0000)]
quotes

19 years agoFix #bug 2460: <img> width & height now properly filled when resizing image
Antoine Musso [Mon, 27 Jun 2005 02:18:45 +0000 (02:18 +0000)]
Fix #bug 2460: <img> width & height now properly filled when resizing image

19 years ago* Convert non-UTF-8 URL parameters even if referer is local
Brion Vibber [Mon, 27 Jun 2005 02:04:44 +0000 (02:04 +0000)]
* Convert non-UTF-8 URL parameters even if referer is local

19 years agoquotes. Nice "require" in a foreach() need a fix ;)
Antoine Musso [Mon, 27 Jun 2005 01:35:22 +0000 (01:35 +0000)]
quotes. Nice "require" in a foreach() need a fix ;)

19 years ago* Skip sidebar entries where link text is '-'
Brion Vibber [Mon, 27 Jun 2005 00:43:44 +0000 (00:43 +0000)]
* Skip sidebar entries where link text is '-'

19 years ago#1242 fix
Antoine Musso [Mon, 27 Jun 2005 00:25:38 +0000 (00:25 +0000)]
#1242 fix

19 years agoFix #1242: category list missing on edit page
Antoine Musso [Mon, 27 Jun 2005 00:06:30 +0000 (00:06 +0000)]
Fix #1242: category list missing on edit page

19 years agoquotes
Antoine Musso [Sun, 26 Jun 2005 23:15:39 +0000 (23:15 +0000)]
quotes

19 years ago* (bug 2541) Fix unprotect tab
Brion Vibber [Sun, 26 Jun 2005 21:23:44 +0000 (21:23 +0000)]
* (bug 2541) Fix unprotect tab

19 years agoFrom language.php 1.564 to 1.588
Alexander Sigachov [Sun, 26 Jun 2005 20:37:13 +0000 (20:37 +0000)]
From language.php 1.564 to 1.588

19 years ago* Fix paging on Special:Contributions
Brion Vibber [Sun, 26 Jun 2005 20:05:56 +0000 (20:05 +0000)]
* Fix paging on Special:Contributions

19 years ago* (bug 2538) Suppress notice on user serialized checks
Brion Vibber [Sun, 26 Jun 2005 18:58:51 +0000 (18:58 +0000)]
* (bug 2538) Suppress notice on user serialized checks

19 years agoMake sure we die with nonzero return code for command-line scripts
Brion Vibber [Sun, 26 Jun 2005 18:50:21 +0000 (18:50 +0000)]
Make sure we die with nonzero return code for command-line scripts

19 years agolive hack
Brion Vibber [Sun, 26 Jun 2005 18:49:40 +0000 (18:49 +0000)]
live hack

19 years agoNot sure what this is, but it's working. Tim live hack.
Brion Vibber [Sun, 26 Jun 2005 18:48:34 +0000 (18:48 +0000)]
Not sure what this is, but it's working. Tim live hack.

19 years agoRevision::newFromConds -- grab from master if no result on slave
Brion Vibber [Sun, 26 Jun 2005 18:47:09 +0000 (18:47 +0000)]
Revision::newFromConds -- grab from master if no result on slave

19 years agoProtect against breakage from empty old table
Brion Vibber [Sun, 26 Jun 2005 18:45:45 +0000 (18:45 +0000)]
Protect against breakage from empty old table

19 years ago* Documented
Ævar Arnfjörð Bjarmason [Sun, 26 Jun 2005 15:30:50 +0000 (15:30 +0000)]
* Documented

19 years ago* (bug 2531) Changed the interwiki name for sh (Serbocroatian) to
Ævar Arnfjörð Bjarmason [Sun, 26 Jun 2005 14:08:55 +0000 (14:08 +0000)]
* (bug 2531) Changed the interwiki name for sh (Serbocroatian) to
  Srpskohrvatski/���������������������������� (was ���������������������������� (Srbskohrvatski))

19 years agoMore interwiki mucking around -- isLocal() is not the opposite of isExternal()\!
Tim Starling [Sun, 26 Jun 2005 13:38:43 +0000 (13:38 +0000)]
More interwiki mucking around -- isLocal() is not the opposite of isExternal()\!

19 years agoquotes, errors messages, some EXIF
Antoine Musso [Sun, 26 Jun 2005 13:16:57 +0000 (13:16 +0000)]
quotes, errors messages, some EXIF

19 years agoconfirmemail* stuff
Antoine Musso [Sun, 26 Jun 2005 12:46:25 +0000 (12:46 +0000)]
confirmemail* stuff

19 years agobump notice for 1.5beta1 1.5.0beta1
Brion Vibber [Sun, 26 Jun 2005 10:33:40 +0000 (10:33 +0000)]
bump notice for 1.5beta1

19 years ago* (bug 2520) Don't show enotif options when disabled
Brion Vibber [Sun, 26 Jun 2005 09:33:51 +0000 (09:33 +0000)]
* (bug 2520) Don't show enotif options when disabled

19 years agorespect ALF_NO_LINK_LOCK
Tim Starling [Sun, 26 Jun 2005 08:25:18 +0000 (08:25 +0000)]
respect ALF_NO_LINK_LOCK

19 years ago* Printable link shorter in monobook
Brion Vibber [Sun, 26 Jun 2005 08:24:05 +0000 (08:24 +0000)]
* Printable link shorter in monobook

19 years agoBump up read/write timeouts on the connection to insane levels
Brion Vibber [Sun, 26 Jun 2005 07:44:28 +0000 (07:44 +0000)]
Bump up read/write timeouts on the connection to insane levels

19 years agoFix ordering / use of user/admin users
Brion Vibber [Sun, 26 Jun 2005 07:02:40 +0000 (07:02 +0000)]
Fix ordering / use of user/admin users

19 years agoDon't move user_newtalk into watchlist
Brion Vibber [Sun, 26 Jun 2005 07:00:46 +0000 (07:00 +0000)]
Don't move user_newtalk into watchlist

19 years agoFixed interwiki bug
Tim Starling [Sun, 26 Jun 2005 07:00:41 +0000 (07:00 +0000)]
Fixed interwiki bug

19 years agoSerliazed version check on user records in memcached
Brion Vibber [Sun, 26 Jun 2005 07:00:09 +0000 (07:00 +0000)]
Serliazed version check on user records in memcached

19 years ago* Added a versionRequired() function to OutputPage, useful for extension
Ævar Arnfjörð Bjarmason [Sun, 26 Jun 2005 06:49:56 +0000 (06:49 +0000)]
* Added a versionRequired() function to OutputPage, useful for extension
  writers that want to control what version of MediaWiki their extension
  can be used with

19 years agoMade a SiteConfiguration object generally available. Added functions for performing...
Tim Starling [Sun, 26 Jun 2005 06:34:13 +0000 (06:34 +0000)]
Made a SiteConfiguration object generally available. Added functions for performing an HTTP client request using curl. This will be used in the SpamBlacklist extension, and hopefully Lucene as well.

19 years agodocumentation
Tim Starling [Sun, 26 Jun 2005 06:29:41 +0000 (06:29 +0000)]
documentation

19 years ago* Removing myself, I probably thought this was a list of developers or something
Ævar Arnfjörð Bjarmason [Sun, 26 Jun 2005 04:16:06 +0000 (04:16 +0000)]
* Removing myself, I probably thought this was a list of developers or something

19 years ago* A new magic word, {{NUMBEROFFILES}}, returns the number of rows in the
Ævar Arnfjörð Bjarmason [Sun, 26 Jun 2005 03:23:24 +0000 (03:23 +0000)]
* A new magic word, {{NUMBEROFFILES}}, returns the number of rows in the
  image table

19 years agobump version to 1.5beta1; fixes for commandline ported from REL1_4
Brion Vibber [Sun, 26 Jun 2005 03:21:13 +0000 (03:21 +0000)]
bump version to 1.5beta1; fixes for commandline ported from REL1_4

19 years ago* (bug 2512) Updated the Nynorsk translation
Ævar Arnfjörð Bjarmason [Sun, 26 Jun 2005 02:44:59 +0000 (02:44 +0000)]
* (bug 2512) Updated the Nynorsk translation

19 years agoClean abort if already upgraded. Wait if slaves 10 seconds behind.
Brion Vibber [Sat, 25 Jun 2005 23:57:49 +0000 (23:57 +0000)]
Clean abort if already upgraded. Wait if slaves 10 seconds behind.

19 years ago* Typo: MediaWikki => MediaWiki
Ævar Arnfjörð Bjarmason [Sat, 25 Jun 2005 23:28:15 +0000 (23:28 +0000)]
* Typo: MediaWikki => MediaWiki

19 years agoCopy querycache: encoding and a table definition change
Brion Vibber [Sat, 25 Jun 2005 23:12:18 +0000 (23:12 +0000)]
Copy querycache: encoding and a table definition change

19 years agofix tyops and breakage
Brion Vibber [Sat, 25 Jun 2005 22:42:48 +0000 (22:42 +0000)]
fix tyops and breakage

19 years ago* cur_title => page_title and cur_namespace => page_namespace (overlooked
Ævar Arnfjörð Bjarmason [Sat, 25 Jun 2005 22:31:44 +0000 (22:31 +0000)]
* cur_title => page_title and cur_namespace => page_namespace (overlooked
  during the schema change)

19 years ago(bug 2496) Allow MediaWiki:edithelppage to point to external page
Jens Frank [Sat, 25 Jun 2005 21:32:11 +0000 (21:32 +0000)]
(bug 2496) Allow MediaWiki:edithelppage to point to external page

19 years agoRemoved some wikipedia-specifica from LanguageXx.php's
Jens Frank [Sat, 25 Jun 2005 21:22:13 +0000 (21:22 +0000)]
Removed some wikipedia-specifica from LanguageXx.php's

19 years ago* (bug 2515) Fix incremental link table update
Brion Vibber [Sat, 25 Jun 2005 20:54:49 +0000 (20:54 +0000)]
* (bug 2515) Fix incremental link table update

19 years ago* (bug 2514) Fixing msg:searchquery, setSubtitle() no longer accepts wikisyntax
Ævar Arnfjörð Bjarmason [Sat, 25 Jun 2005 20:54:39 +0000 (20:54 +0000)]
* (bug 2514) Fixing msg:searchquery, setSubtitle() no longer accepts wikisyntax
* Removed and obsolete comment

19 years ago* (bug 2514) Reverting the change to setSubtitle(), now uses raw HTML again
Ævar Arnfjörð Bjarmason [Sat, 25 Jun 2005 20:52:14 +0000 (20:52 +0000)]
* (bug 2514) Reverting the change to setSubtitle(), now uses raw HTML again

19 years agoperl script for deleting user accounts with no contributions, by Ralf Baechle
Tim Starling [Sat, 25 Jun 2005 14:24:08 +0000 (14:24 +0000)]
perl script for deleting user accounts with no contributions, by Ralf Baechle

19 years agofixed repeated balancing bug
Tim Starling [Sat, 25 Jun 2005 13:48:02 +0000 (13:48 +0000)]
fixed repeated balancing bug

19 years agorecovering previous behaviour when enotif is switched off
Tim Starling [Sat, 25 Jun 2005 13:47:18 +0000 (13:47 +0000)]
recovering previous behaviour when enotif is switched off

19 years ago__sleep() function, just like in 1.4, for the same reasons (i.e. caching bug)
Tim Starling [Sat, 25 Jun 2005 13:41:59 +0000 (13:41 +0000)]
__sleep() function, just like in 1.4, for the same reasons (i.e. caching bug)

19 years agodon't use the database to check if special pages were deleted
Tim Starling [Sat, 25 Jun 2005 13:40:38 +0000 (13:40 +0000)]
don't use the database to check if special pages were deleted

19 years agofaster read-only mode
Tim Starling [Sat, 25 Jun 2005 13:39:19 +0000 (13:39 +0000)]
faster read-only mode

19 years agogeneral write query suppression in read only mode
Tim Starling [Sat, 25 Jun 2005 13:35:30 +0000 (13:35 +0000)]
general write query suppression in read only mode

19 years ago* Cleanup
Ævar Arnfjörð Bjarmason [Sat, 25 Jun 2005 12:20:18 +0000 (12:20 +0000)]
* Cleanup

19 years agothe first entry is "no preference" or "as written", it does not convert dates in...
Tim Starling [Sat, 25 Jun 2005 11:54:05 +0000 (11:54 +0000)]
the first entry is "no preference" or "as written", it does not convert dates in text to a default

19 years agoipblocks, recentchanges conversion
Brion Vibber [Sat, 25 Jun 2005 11:04:40 +0000 (11:04 +0000)]
ipblocks, recentchanges conversion
some code consolidation

19 years agoimagelinks, categorylinks encoding conversions
Brion Vibber [Sat, 25 Jun 2005 10:38:18 +0000 (10:38 +0000)]
imagelinks, categorylinks encoding conversions
some code consolidation

19 years agoReverting this for the moment.
Brion Vibber [Sat, 25 Jun 2005 09:20:34 +0000 (09:20 +0000)]
Reverting this for the moment.
It doesn't really fit in Special:Export but would make a great standalone extension.

19 years agoSpecial::Export extension "list all articles since XXX"
Magnus Manske [Sat, 25 Jun 2005 09:16:16 +0000 (09:16 +0000)]
Special::Export extension "list all articles since XXX"

19 years agoCreate new old_text and ar_text fields as mediumblob instead of mediumtext.
Brion Vibber [Sat, 25 Jun 2005 09:00:49 +0000 (09:00 +0000)]
Create new old_text and ar_text fields as mediumblob instead of mediumtext.
These fields may contain compressed binary data.

19 years agoarchive table:
Brion Vibber [Sat, 25 Jun 2005 08:57:18 +0000 (08:57 +0000)]
archive table:
* utf8 conversion of title/user/comment fields
* blob type for ar_text
* add ar_rev_id and ar_text_id fields

19 years agologging table: UTF-8 conv
Brion Vibber [Sat, 25 Jun 2005 08:27:28 +0000 (08:27 +0000)]
logging table: UTF-8 conv

19 years ago* (bug 2503) remove redundant includes
Brion Vibber [Sat, 25 Jun 2005 07:49:22 +0000 (07:49 +0000)]
* (bug 2503) remove redundant includes

19 years ago* (bug 996) Replace $wgWhitelistEdit with 'edit' permission; fixup UPGRADE documentat...
Brion Vibber [Sat, 25 Jun 2005 06:24:46 +0000 (06:24 +0000)]
* (bug 996) Replace $wgWhitelistEdit with 'edit' permission; fixup UPGRADE documentation about edit and read whitelists.
Patch by robla: http://bugzilla.wikimedia.org/attachment.cgi?id=645&action=view
plus doc fixes

19 years ago* watchlist conversion (utf8 and namespace doubling)
Brion Vibber [Sat, 25 Jun 2005 06:04:01 +0000 (06:04 +0000)]
* watchlist conversion (utf8 and namespace doubling)
* fix cleanup
* --step option to test only one conversion step

19 years ago* (bug 2510) Using $wgRequest->getRequestURL() instead of $wgTitle->getLocalUrl()
Ævar Arnfjörð Bjarmason [Sat, 25 Jun 2005 00:50:34 +0000 (00:50 +0000)]
* (bug 2510) Using $wgRequest->getRequestURL() instead of $wgTitle->getLocalUrl()

19 years ago* Putting the [] invert checkbox to the right of 'Go', like on
Ævar Arnfjörð Bjarmason [Fri, 24 Jun 2005 23:19:57 +0000 (23:19 +0000)]
* Putting the [] invert checkbox to the right of 'Go', like on
  Special:Contributions and Special:Recentchanges

19 years ago* Removed htmlspecialchars(), everything given to setSubtitle() now goes
Ævar Arnfjörð Bjarmason [Fri, 24 Jun 2005 23:18:12 +0000 (23:18 +0000)]
* Removed htmlspecialchars(), everything given to setSubtitle() now goes
  through the parser so this is redundant.

19 years ago* Using wikisyntax for msg:searchquery
Ævar Arnfjörð Bjarmason [Fri, 24 Jun 2005 23:14:06 +0000 (23:14 +0000)]
* Using wikisyntax for msg:searchquery

19 years ago* Removed htmlspecialchars(), everything given to setSubtitle() now goes
Ævar Arnfjörð Bjarmason [Fri, 24 Jun 2005 23:02:36 +0000 (23:02 +0000)]
* Removed htmlspecialchars(), everything given to setSubtitle() now goes
  through the parser so this is redundant.

19 years ago* Everything given to setSubtitle() is now parsed for the full wikisyntax
Ævar Arnfjörð Bjarmason [Fri, 24 Jun 2005 23:00:19 +0000 (23:00 +0000)]
* Everything given to setSubtitle() is now parsed for the full wikisyntax

19 years ago* Whitespace
Ævar Arnfjörð Bjarmason [Fri, 24 Jun 2005 22:56:23 +0000 (22:56 +0000)]
* Whitespace

19 years agoupdated for 1.5
Tim Starling [Fri, 24 Jun 2005 22:27:58 +0000 (22:27 +0000)]
updated for 1.5

19 years agoadded $wgNoDBParam option
Tim Starling [Fri, 24 Jun 2005 21:42:00 +0000 (21:42 +0000)]
added $wgNoDBParam option

19 years ago* (bug 2499) Translation statistics
Ævar Arnfjörð Bjarmason [Fri, 24 Jun 2005 15:36:07 +0000 (15:36 +0000)]
* (bug 2499) Translation statistics

19 years ago* Marking the two RFC testcases as being parsertests for bug 479
Ævar Arnfjörð Bjarmason [Fri, 24 Jun 2005 12:56:44 +0000 (12:56 +0000)]
* Marking the two RFC testcases as being parsertests for bug 479

19 years ago* (bug 2506) Updated the Nynorsk translation
Ævar Arnfjörð Bjarmason [Fri, 24 Jun 2005 12:27:59 +0000 (12:27 +0000)]
* (bug 2506) Updated the Nynorsk translation

19 years agooldimage table:
Brion Vibber [Fri, 24 Jun 2005 07:17:13 +0000 (07:17 +0000)]
oldimage table:
* UTF8 conversion of fields
* grab width/height/bits and insert into the new fields
* move files for UTF8 conversion, leave redirects
Moved table cleanup into a separate step.

19 years ago* Removed msg:bureaucrattitle and msg:bureaucrattext, used by the Makesysop extension
Ævar Arnfjörð Bjarmason [Fri, 24 Jun 2005 07:13:45 +0000 (07:13 +0000)]
* Removed msg:bureaucrattitle and msg:bureaucrattext, used by the Makesysop extension
* Removed msg:seriousxhtmlerrors, no longer used

19 years ago* (bug 2504) Updated the Finnish translation
Ævar Arnfjörð Bjarmason [Fri, 24 Jun 2005 06:59:06 +0000 (06:59 +0000)]
* (bug 2504) Updated the Finnish translation