lhc/web/wiklou.git
18 years ago* (bug 5270) Fix broken linktrail for br, cv, fr, hr, nn, oc, ta, wa
Brion Vibber [Thu, 16 Mar 2006 19:12:25 +0000 (19:12 +0000)]
* (bug 5270) Fix broken linktrail for br, cv, fr, hr, nn, oc, ta, wa

18 years ago* Further work on rev_deleted; changed to a bitfield with several data-hiding
Brion Vibber [Thu, 16 Mar 2006 19:04:25 +0000 (19:04 +0000)]
* Further work on rev_deleted; changed to a bitfield with several data-hiding
  options. Not yet ready for production use; Special:Revisiondelete is
  incomplete, and the flags are not preserved across page deletion/undeletion.
  To try it; add the 'deleterevision' permission to a privileged group.
Also split some functions from GlobalFunctions to XmlFunctions.php, added
some convenience functions for building form controls, some more Linker
conveniences for formatting various types of standard link clusters.

18 years agoExperimental callback-based template processor, including MonoBook port.
Tim Starling [Thu, 16 Mar 2006 03:03:53 +0000 (03:03 +0000)]
Experimental callback-based template processor, including MonoBook port.

18 years agoSave the last modified timestamp to the parser cache, to avoid the need for a revisio...
Tim Starling [Thu, 16 Mar 2006 02:57:44 +0000 (02:57 +0000)]
Save the last modified timestamp to the parser cache, to avoid the need for a revision row load on hits.

18 years agoMoved getNameSpaceKey() from SkinTemplate to title.
Tim Starling [Thu, 16 Mar 2006 02:51:11 +0000 (02:51 +0000)]
Moved getNameSpaceKey() from SkinTemplate to title.

18 years agoPreload existence of the three links commonly needed from the skin, thus reducing...
Tim Starling [Thu, 16 Mar 2006 02:47:49 +0000 (02:47 +0000)]
Preload existence of the three links commonly needed from the skin, thus reducing the page view query count. Added an extra parameter to getCopyright() to support MonoBookCBT.php

18 years agoDon't require an existence check before calling loadPageData(). Added an accessor...
Tim Starling [Thu, 16 Mar 2006 02:32:30 +0000 (02:32 +0000)]
Don't require an existence check before calling loadPageData(). Added an accessor for page_latest, faster than getRevIdFetched() when it's needed for the permalink in the sidebar. Added shortcut calling convention for loadPageData().

18 years agoClean up the history radio button handler a little bit in case someone does
Brion Vibber [Thu, 16 Mar 2006 01:34:07 +0000 (01:34 +0000)]
Clean up the history radio button handler a little bit in case someone does
something silly like trying to put other buttons or check boxes in there.
It'll now only operate on the oldid and diff bits; also it uses local
variables instead of globals (yecch).

18 years ago(bug 5246) Add speak:none to "hiddenStructure" class in main.css
Rob Church [Tue, 14 Mar 2006 15:10:16 +0000 (15:10 +0000)]
(bug 5246) Add speak:none to "hiddenStructure" class in main.css

18 years agoFixed bogus fallback to master in external storage.
Brion Vibber [Tue, 14 Mar 2006 00:47:58 +0000 (00:47 +0000)]
Fixed bogus fallback to master in external storage.
It was loading a second time from the slave, *and* the logging code had a typo so didn't show it.

18 years agoFix stupid mistake that caused the page not to be cached with the rest of them.
Rob Church [Mon, 13 Mar 2006 17:17:20 +0000 (17:17 +0000)]
Fix stupid mistake that caused the page not to be cached with the rest of them.

18 years agoreplace TYPE= with ENGINE=, (supported since 4.0, TYPE deprecated since 4.1)
Domas Mituzas [Sun, 12 Mar 2006 14:35:03 +0000 (14:35 +0000)]
replace TYPE= with ENGINE=, (supported since 4.0, TYPE deprecated since 4.1)

18 years ago* Fixed fatal error introduced by brion in version 1.20, wfDie() has not been
Ævar Arnfjörð Bjarmason [Sat, 11 Mar 2006 21:25:03 +0000 (21:25 +0000)]
* Fixed fatal error introduced by brion in version 1.20, wfDie() has not been
  defined at that point.

18 years agotrailing whitespace removal
Lupin [Sat, 11 Mar 2006 17:13:49 +0000 (17:13 +0000)]
trailing whitespace removal

18 years ago* (bug 5228) Workaround for broken LanguageConverter title overrides; avoid
Brion Vibber [Sat, 11 Mar 2006 07:55:42 +0000 (07:55 +0000)]
* (bug 5228) Workaround for broken LanguageConverter title overrides; avoid
  unnecessary hidden UI work when watch/unwatch is performed on edit

This was changing the title to the 'addedwatch' or 'removedwatch' messages
when checking/unchecking the watch box when saving edits. This bogus title
got saved in the parser cache and served back up. Affected sr, didn't test zh.

18 years ago&preload= is not just there because of the inputbox, and should not be moved
Erik Moeller [Thu, 9 Mar 2006 03:45:51 +0000 (03:45 +0000)]
&preload= is not just there because of the inputbox, and should not be moved
there.

18 years agoTypo in English messages file
Rob Church [Wed, 8 Mar 2006 13:57:58 +0000 (13:57 +0000)]
Typo in English messages file

18 years agofix unresponsive script warnings in Gecko browsers from checkbox shift-click setup
Lupin [Tue, 7 Mar 2006 14:56:08 +0000 (14:56 +0000)]
fix unresponsive script warnings in Gecko browsers from checkbox shift-click setup

18 years ago* Adding a trailing ?>
Ævar Arnfjörð Bjarmason [Tue, 7 Mar 2006 13:32:27 +0000 (13:32 +0000)]
* Adding a trailing ?>

18 years ago* (bug 5161) Don't try to load template list for nonexistent pages
Brion Vibber [Tue, 7 Mar 2006 04:23:09 +0000 (04:23 +0000)]
* (bug 5161) Don't try to load template list for nonexistent pages

18 years agoundeclared globals
Lupin [Tue, 7 Mar 2006 04:00:43 +0000 (04:00 +0000)]
undeclared globals

18 years agofixed whitespace
Tim Starling [Tue, 7 Mar 2006 02:08:24 +0000 (02:08 +0000)]
fixed whitespace

18 years agofix whitespace fixes
Lupin [Tue, 7 Mar 2006 01:41:55 +0000 (01:41 +0000)]
fix whitespace fixes

18 years agoremoving unused globals and some whitespace cleaning
Lupin [Tue, 7 Mar 2006 01:10:39 +0000 (01:10 +0000)]
removing unused globals and some whitespace cleaning

18 years agoUpdate of Chuvash langfile
Alexander Sigachov [Mon, 6 Mar 2006 21:58:54 +0000 (21:58 +0000)]
Update of Chuvash langfile

18 years agoUpdate of Russian langfile
Alexander Sigachov [Mon, 6 Mar 2006 20:28:04 +0000 (20:28 +0000)]
Update of Russian langfile

18 years agoindenting
Tim Starling [Mon, 6 Mar 2006 13:52:21 +0000 (13:52 +0000)]
indenting

18 years agobetter IRC lines for log entries
Tim Starling [Mon, 6 Mar 2006 13:51:58 +0000 (13:51 +0000)]
better IRC lines for log entries

18 years ago(bug 2115) Support shift-selecting multiple checkboxes with javascript
Lupin [Mon, 6 Mar 2006 04:24:57 +0000 (04:24 +0000)]
(bug 2115) Support shift-selecting multiple checkboxes with javascript

18 years agowhitespace
Lupin [Mon, 6 Mar 2006 04:20:20 +0000 (04:20 +0000)]
whitespace

18 years agowhitespace
Lupin [Sun, 5 Mar 2006 06:33:56 +0000 (06:33 +0000)]
whitespace

18 years agoReplaced codepointToUtf8 calls with string literals, should save a few milliseconds...
Tim Starling [Sun, 5 Mar 2006 03:03:03 +0000 (03:03 +0000)]
Replaced codepointToUtf8 calls with string literals, should save a few milliseconds according to xdebug. Ran unit test.

18 years ago(bug 5167) Add {{SUBPAGENAME}} variable
Rob Church [Sat, 4 Mar 2006 23:29:46 +0000 (23:29 +0000)]
(bug 5167) Add {{SUBPAGENAME}} variable

18 years agoExtra whitespace on file -- breaks headers, RSS output, captcha image, etc
Brion Vibber [Sat, 4 Mar 2006 21:32:04 +0000 (21:32 +0000)]
Extra whitespace on file -- breaks headers, RSS output, captcha image, etc

18 years agoReally hide live preview when not enabled
Niklas Laxström [Sat, 4 Mar 2006 16:17:23 +0000 (16:17 +0000)]
Really hide live preview when not enabled

18 years ago(bug 4855) Section edit links now have the section name in the title attribute
Lupin [Sat, 4 Mar 2006 03:24:33 +0000 (03:24 +0000)]
(bug 4855) Section edit links now have the section name in the title attribute

18 years ago* (bug 5152) Proper HTML escaping on subpage breadcrumbs
Brion Vibber [Fri, 3 Mar 2006 08:13:13 +0000 (08:13 +0000)]
* (bug 5152) Proper HTML escaping on subpage breadcrumbs

18 years ago(bug 5150 and related) Fix missing ID attribute in HTML namespace selector
Rob Church [Fri, 3 Mar 2006 07:27:38 +0000 (07:27 +0000)]
(bug 5150 and related) Fix missing ID attribute in HTML namespace selector

18 years agofixah!
Niklas Laxström [Thu, 2 Mar 2006 23:23:30 +0000 (23:23 +0000)]
fixah!

18 years agoAdding da translation for tagline
Anders Wegge Jakobsen [Thu, 2 Mar 2006 23:02:51 +0000 (23:02 +0000)]
Adding da translation for tagline

18 years ago*BOOM*
Niklas Laxström [Thu, 2 Mar 2006 22:22:18 +0000 (22:22 +0000)]
*BOOM*
* (bug 3993) Variants for Serbian language

18 years ago* (bug 5105) Magic words for LanguageAr.php
Niklas Laxström [Thu, 2 Mar 2006 15:51:42 +0000 (15:51 +0000)]
* (bug 5105) Magic words for LanguageAr.php

18 years ago* (bug 5141) Gracefully handle the new account link when createaccount off
Brion Vibber [Thu, 2 Mar 2006 04:57:07 +0000 (04:57 +0000)]
* (bug 5141) Gracefully handle the new account link when createaccount off

18 years agoFix use of wrong variable when setting $wgDBadminpassword; use $db_pass (the temp...
Rob Church [Thu, 2 Mar 2006 02:57:38 +0000 (02:57 +0000)]
Fix use of wrong variable when setting $wgDBadminpassword; use $db_pass (the temp. var.) not $wgDBpassword

18 years agoDon't change the password of the MySQL root user
Tim Starling [Thu, 2 Mar 2006 02:35:44 +0000 (02:35 +0000)]
Don't change the password of the MySQL root user

18 years agoDon't touch the administrator account! Bug 5043.
Tim Starling [Thu, 2 Mar 2006 02:21:12 +0000 (02:21 +0000)]
Don't touch the administrator account! Bug 5043.

18 years agooops, update release notes (bug 4273)
Lupin [Wed, 1 Mar 2006 23:46:25 +0000 (23:46 +0000)]
oops, update release notes (bug 4273)

18 years agoPatch for bug 4273: "New section" editing page should not submit when user hits Enter...
Lupin [Wed, 1 Mar 2006 23:00:07 +0000 (23:00 +0000)]
Patch for bug 4273: "New section" editing page should not submit when user hits Enter in Summary field.

18 years agoPut something sensible in cl_timestamp, with oracle compatibility
Tim Starling [Wed, 1 Mar 2006 13:22:22 +0000 (13:22 +0000)]
Put something sensible in cl_timestamp, with oracle compatibility

18 years agoFixed bug 2861. cl_timestamp isn't used for anything, but it's got no default so...
Tim Starling [Wed, 1 Mar 2006 11:09:18 +0000 (11:09 +0000)]
Fixed bug 2861. cl_timestamp isn't used for anything, but it's got no default so strictly speaking we have to insert something there. Inserting 0 which the MySQL manual says is valid for timestamp columns. This is easier than adding yet another SQL patch file to define a default.

18 years agoInvalidate image description page cache when the list of links changes
Tim Starling [Wed, 1 Mar 2006 03:53:33 +0000 (03:53 +0000)]
Invalidate image description page cache when the list of links changes

18 years agoBug 5136: corner cases with relative oldids are wrong
Lupin [Wed, 1 Mar 2006 03:28:48 +0000 (03:28 +0000)]
Bug 5136: corner cases with relative oldids are wrong

18 years agoFixed inappropriate access of $wgTitle from LanguageConverter.php.
Tim Starling [Wed, 1 Mar 2006 01:57:53 +0000 (01:57 +0000)]
Fixed inappropriate access of $wgTitle from LanguageConverter.php.

18 years ago* Purge thumbnails and metadata cache for action=purge on an image page
Brion Vibber [Wed, 1 Mar 2006 01:27:36 +0000 (01:27 +0000)]
* Purge thumbnails and metadata cache for action=purge on an image page

18 years agoMaintain backwards-compatibility in $wgUrlProtocols, so that wikis don't get transfor...
Tim Starling [Tue, 28 Feb 2006 12:33:40 +0000 (12:33 +0000)]
Maintain backwards-compatibility in $wgUrlProtocols, so that wikis don't get transformed into a sea of external links when upgrading from 1.5 to 1.6:
http://jan.moesen.nu/media/images/screenshots/2006/20060228-mediawiki-1.6a-fubar.png

18 years agoclosing tag
Tim Starling [Tue, 28 Feb 2006 12:05:30 +0000 (12:05 +0000)]
closing tag

18 years agofixed accidentally committed live hack
Tim Starling [Tue, 28 Feb 2006 05:45:51 +0000 (05:45 +0000)]
fixed accidentally committed live hack

18 years agorevert accidentally committed live hack
Tim Starling [Tue, 28 Feb 2006 05:34:36 +0000 (05:34 +0000)]
revert accidentally committed live hack

18 years agoJob::pop() may occasionally return false when there are actually more jobs remaining...
Tim Starling [Tue, 28 Feb 2006 05:24:52 +0000 (05:24 +0000)]
Job::pop() may occasionally return false when there are actually more jobs remaining, but there is too much contention to efficiently delete one. runJobs can keep trying, as opposed to apache threads which should stop in this case.

18 years agoDie on inappropriate references to $wgTitle, especially from parser extensions.
Tim Starling [Tue, 28 Feb 2006 05:20:31 +0000 (05:20 +0000)]
Die on inappropriate references to $wgTitle, especially from parser extensions.

18 years agoClass to help with debugging inappropriate references to $wgTitle.
Tim Starling [Tue, 28 Feb 2006 05:19:50 +0000 (05:19 +0000)]
Class to help with debugging inappropriate references to $wgTitle.

18 years agoDocumentation, plus two accessor functions that might be useful in parser extensions...
Tim Starling [Tue, 28 Feb 2006 05:18:36 +0000 (05:18 +0000)]
Documentation, plus two accessor functions that might be useful in parser extensions some day. I haven't updated the extensions yet, to maintain their compatibility with old versions of Parser.php.

18 years agodocumentation
Tim Starling [Tue, 28 Feb 2006 05:16:31 +0000 (05:16 +0000)]
documentation

18 years ago(bug 5113) Spelling error in French language file
Rob Church [Mon, 27 Feb 2006 09:14:30 +0000 (09:14 +0000)]
(bug 5113) Spelling error in French language file

18 years ago* (bug 5062) Width sometimes one pixel short when using maximum heights
Brion Vibber [Mon, 27 Feb 2006 08:38:57 +0000 (08:38 +0000)]
* (bug 5062) Width sometimes one pixel short when using maximum heights

18 years ago* Renamed functions to make more sense
Ævar Arnfjörð Bjarmason [Mon, 27 Feb 2006 04:04:44 +0000 (04:04 +0000)]
* Renamed functions to make more sense
* added ?> to the file

18 years ago* Add a parser test for parser hooks inside comments which are currently
Ævar Arnfjörð Bjarmason [Mon, 27 Feb 2006 02:53:03 +0000 (02:53 +0000)]
* Add a parser test for parser hooks inside comments which are currently
  parsed (called) by the parser but shouldn't, the following will output
  "hello, world" in the <statictag> hook:
    <!-- <statictag>hello, world</statictag> -->
<statictag action=flush/>

18 years ago* (bug 5086) Force image resize dimensions on ImageMagick, as for instance
Brion Vibber [Mon, 27 Feb 2006 00:48:02 +0000 (00:48 +0000)]
* (bug 5086) Force image resize dimensions on ImageMagick, as for instance
  "-resize 100x35!"; some thumbs were off due to differences in rounding and
  would be generated smaller than expected.

18 years agoSome enhancements to allmessages filter
Niklas Laxström [Sun, 26 Feb 2006 23:20:09 +0000 (23:20 +0000)]
Some enhancements to allmessages filter

18 years ago* (bug 5098) Update for Portuguese messages (pt)
Niklas Laxström [Sun, 26 Feb 2006 16:56:09 +0000 (16:56 +0000)]
* (bug 5098) Update for Portuguese messages (pt)

18 years ago* (bug 4838) Add relative oldids (prev, next, cur) for raw pages
Rob Church [Sun, 26 Feb 2006 16:10:58 +0000 (16:10 +0000)]
* (bug 4838) Add relative oldids (prev, next, cur) for raw pages
  Patch by Lupin

18 years ago* (bug 5097) Fix Hungarian language (hu): thousands separator
Niklas Laxström [Sun, 26 Feb 2006 15:55:27 +0000 (15:55 +0000)]
* (bug 5097) Fix Hungarian language (hu): thousands separator
Patch by Kov��cs Endre J��nos

18 years ago* (bug 5081) Remove bogus fix for invalid characters in links which simply
Brion Vibber [Sun, 26 Feb 2006 02:25:56 +0000 (02:25 +0000)]
* (bug 5081) Remove bogus fix for invalid characters in links which simply
  broke use of legitimate multiple whitespace characters in bracketed link.
Broken by Magnus's revision 1.593 of Parser.php, February 22 2006

18 years agoClean up recent changes entries when a page is nuked
Rob Church [Sun, 26 Feb 2006 02:07:50 +0000 (02:07 +0000)]
Clean up recent changes entries when a page is nuked

18 years agoShow the job queue length in Special:Statistics
Tim Starling [Sun, 26 Feb 2006 01:12:47 +0000 (01:12 +0000)]
Show the job queue length in Special:Statistics

18 years agoRevert Tim's changes to category links, owing to the wave of people objecting and...
Rob Church [Sat, 25 Feb 2006 17:23:23 +0000 (17:23 +0000)]
Revert Tim's changes to category links, owing to the wave of people objecting and his comment to revert if desired.

18 years agoallow to disable schema checks - those acquire giant locks on table opens..
Domas Mituzas [Sat, 25 Feb 2006 13:47:11 +0000 (13:47 +0000)]
allow to disable schema checks  - those acquire giant locks on table opens..

18 years agoprofiling
Tim Starling [Sat, 25 Feb 2006 03:01:21 +0000 (03:01 +0000)]
profiling

18 years agoFixed SQL error, keep track of job_id
Tim Starling [Sat, 25 Feb 2006 01:38:06 +0000 (01:38 +0000)]
Fixed SQL error, keep track of job_id

18 years agoAvoid circular links updates
Tim Starling [Sat, 25 Feb 2006 01:31:07 +0000 (01:31 +0000)]
Avoid circular links updates

18 years agoDifferent pop method
Tim Starling [Sat, 25 Feb 2006 01:12:35 +0000 (01:12 +0000)]
Different pop method

18 years agoIf there's a duplicate, don't delete and recreate, just leave it.
Tim Starling [Sat, 25 Feb 2006 00:29:15 +0000 (00:29 +0000)]
If there's a duplicate, don't delete and recreate, just leave it.

18 years agoThe live immediateBegin hack didn't actually do anything, removing.
Tim Starling [Fri, 24 Feb 2006 23:51:01 +0000 (23:51 +0000)]
The live immediateBegin hack didn't actually do anything, removing.

18 years agoShould be a little bit faster now
Niklas Laxström [Fri, 24 Feb 2006 23:28:00 +0000 (23:28 +0000)]
Should be a little bit faster now

18 years agoPerformance tweak
Niklas Laxström [Fri, 24 Feb 2006 22:45:14 +0000 (22:45 +0000)]
Performance tweak

18 years agoFix my previous commit so that it might even work
Niklas Laxström [Fri, 24 Feb 2006 21:51:41 +0000 (21:51 +0000)]
Fix my previous commit so that it might even work

18 years ago* Rename the stub LanguageAls / LanguageGem_alsation to LanguageGsw to follow
Brion Vibber [Fri, 24 Feb 2006 21:15:33 +0000 (21:15 +0000)]
* Rename the stub LanguageAls / LanguageGem_alsation to LanguageGsw to follow
  updated language code assignments

18 years agoClone the job table so tests work again
Brion Vibber [Fri, 24 Feb 2006 20:56:43 +0000 (20:56 +0000)]
Clone the job table so tests work again

18 years ago* live immediatebegin hack
Domas Mituzas [Fri, 24 Feb 2006 20:38:46 +0000 (20:38 +0000)]
* live immediatebegin hack
* remove ORDER BY for pop operation, InnoDB sorts by PK anyway, MyISAM would work as 'pool' rather than 'stack',
  submited to http://bugs.mysql.com/bug.php?id=17711

18 years ago* Javascript filter for Special:Allmessages
Niklas Laxström [Fri, 24 Feb 2006 18:43:32 +0000 (18:43 +0000)]
* Javascript filter for Special:Allmessages

18 years agoTweak that nogomatch message in HEAD too
Rob Church [Fri, 24 Feb 2006 13:19:55 +0000 (13:19 +0000)]
Tweak that nogomatch message in HEAD too

18 years agoprofiling
Tim Starling [Fri, 24 Feb 2006 07:50:23 +0000 (07:50 +0000)]
profiling

18 years agobug
Tim Starling [Fri, 24 Feb 2006 07:49:36 +0000 (07:49 +0000)]
bug

18 years agoAdded job table, for deferred processing of jobs. The immediate application is to...
Tim Starling [Fri, 24 Feb 2006 01:56:31 +0000 (01:56 +0000)]
Added job table, for deferred processing of jobs. The immediate application is to complete the link table refresh operation when templates are changed.

18 years agoMake links to categories in the catlinks box blue whether the target page exists...
Tim Starling [Fri, 24 Feb 2006 01:38:06 +0000 (01:38 +0000)]
Make links to categories in the catlinks box blue whether the target page exists or not.

18 years agoFixfix
Niklas Laxström [Thu, 23 Feb 2006 20:18:49 +0000 (20:18 +0000)]
Fixfix

18 years ago* Make Live Preview an user preference, still controllable by the global variable
Niklas Laxström [Thu, 23 Feb 2006 20:03:51 +0000 (20:03 +0000)]
* Make Live Preview an user preference, still controllable by the global variable

18 years ago(bug 4535) Warn user when editing CSS or JS subpage of a skin that doesn't exist
Rob Church [Thu, 23 Feb 2006 14:37:51 +0000 (14:37 +0000)]
(bug 4535) Warn user when editing CSS or JS subpage of a skin that doesn't exist

18 years ago(bug 5068) Add missing interface text for markedaspatrollederror, markedaspatrolleder...
Rob Church [Thu, 23 Feb 2006 11:31:50 +0000 (11:31 +0000)]
(bug 5068) Add missing interface text for markedaspatrollederror, markedaspatrollederrortext

18 years ago(bug 4970) Make category paging limits configurable
Rob Church [Thu, 23 Feb 2006 00:39:52 +0000 (00:39 +0000)]
(bug 4970) Make category paging limits configurable