lhc/web/wiklou.git
18 years agoUpdate site_stats.ss_users after deleting unused accounts, to keep the internal stati...
Rob Church [Tue, 20 Jun 2006 14:03:58 +0000 (14:03 +0000)]
Update site_stats.ss_users after deleting unused accounts, to keep the internal statistics tables consistent

18 years agoReverting some of the changes in r14835, per http://mail.wikipedia.org/pipermail...
Rotem Liss [Tue, 20 Jun 2006 14:01:03 +0000 (14:01 +0000)]
Reverting some of the changes in r14835, per mail.wikipedia.org/pipermail/wikitech-l/2006-June/036439.html

18 years ago(bug 6032) Plural support for 'undelete_short' in SkinTemplate.php
Rotem Liss [Tue, 20 Jun 2006 13:33:31 +0000 (13:33 +0000)]
(bug 6032) Plural support for 'undelete_short' in SkinTemplate.php

18 years ago(bug 6189) Show an error to an unprivilleged user trying to create account
Rotem Liss [Tue, 20 Jun 2006 13:19:16 +0000 (13:19 +0000)]
(bug 6189) Show an error to an unprivilleged user trying to create account

18 years agodoc fix
Tim Starling [Tue, 20 Jun 2006 09:58:52 +0000 (09:58 +0000)]
doc fix

18 years agoFixes per Gangleri's request:
Rotem Liss [Tue, 20 Jun 2006 09:56:27 +0000 (09:56 +0000)]
Fixes per Gangleri's request:
* Replacing {{ns:X}} with the real namespace names, for performance - except for "administrators" which is directly shown.
* Removing the obsolete underscores from the log pages.

18 years agoDid some refactoring in Article.php:
Tim Starling [Tue, 20 Jun 2006 09:50:57 +0000 (09:50 +0000)]
Did some refactoring in Article.php:

* Introduced doEdit(), a simplified editing API. Rewrote updateArticle() and insertNewArticle() to call doEdit() and marked them deprecated. Callers should be updated to use doEdit() at a later date.
* Replaced $fname with __METHOD__
* Removed some unused member variables
* Fixed cache purging on null edit, hopefully it should work the same as action=purge now.
* Fixed doRedirect() callers, minor bug introduced with HTMLCacheUpdate.

18 years agoUsing the escaped UTF-8 characters instead of the hidden characters themselves, to...
Rotem Liss [Tue, 20 Jun 2006 09:38:48 +0000 (09:38 +0000)]
Using the escaped UTF-8 characters instead of the hidden characters themselves, to prevent confusion.

18 years agofixed minor bug
Tim Starling [Tue, 20 Jun 2006 09:38:14 +0000 (09:38 +0000)]
fixed minor bug

18 years ago(bug 6174) Remove redundant "emailforlost" message
Rotem Liss [Tue, 20 Jun 2006 09:31:15 +0000 (09:31 +0000)]
(bug 6174) Remove redundant "emailforlost" message

18 years agoRights log changes:
Rotem Liss [Tue, 20 Jun 2006 09:09:20 +0000 (09:09 +0000)]
Rights log changes:
* Adding "(none)" notice also if the third parameter (new groups) is empty (when desysoping someone, for example).
* Adding the "(none)" notice also in the recent changes.
* Adding the "(none)" notice only if the action is "rights/rights", to prevent future potential incompatibility, if we add other log actions in "rights" log, or if an extension does so.
* First checking if the parameter is null before checking if it's empty, to prevent an ugly notice appears when using Makesysop (apparently not in Wikimedia servers, I think notices are disabled there).

18 years ago* Removing old and broken log entries of user groups. Neither their special page...
Rotem Liss [Tue, 20 Jun 2006 08:34:51 +0000 (08:34 +0000)]
* Removing old and broken log entries of user groups. Neither their special page nor their messages exist anymore.
* Removing a wrong comment: rights log entry should not be moved to Makesysop, as it is also important for Userrights.

18 years agoDocumenting Language::getDirMark, and replacing the HTML entities (which are unsuitab...
Rotem Liss [Tue, 20 Jun 2006 08:11:56 +0000 (08:11 +0000)]
Documenting Language::getDirMark, and replacing the HTML entities (which are unsuitable when used in non-HTML places) to the real direction marks.

18 years agoUsing the private variable LanguageHe::mMessagesHe instead of the public one $wgAllMe...
Rotem Liss [Tue, 20 Jun 2006 08:02:22 +0000 (08:02 +0000)]
Using the private variable LanguageHe::mMessagesHe instead of the public one $wgAllMessagesHe, like the other restructured languages.

18 years agoFixing the most annoying problem in Bug 5724: adding dir mark after the recent change...
Rotem Liss [Mon, 19 Jun 2006 19:32:53 +0000 (19:32 +0000)]
Fixing the most annoying problem in Bug 5724: adding dir mark after the recent changes page name, to prevent confusion in BiDi languages

18 years agoAdding "uncategorizedimages"
Rotem Liss [Mon, 19 Jun 2006 19:03:36 +0000 (19:03 +0000)]
Adding "uncategorizedimages"

18 years agofix broken url
Domas Mituzas [Mon, 19 Jun 2006 18:45:49 +0000 (18:45 +0000)]
fix broken url

18 years agoFixed job command naming style
Tim Starling [Mon, 19 Jun 2006 02:29:21 +0000 (02:29 +0000)]
Fixed job command naming style

18 years ago* (bug 6304) Show timestamp for current revision in diff pages
Brion Vibber [Sun, 18 Jun 2006 22:53:35 +0000 (22:53 +0000)]
* (bug 6304) Show timestamp for current revision in diff pages
* Vertically align current version with old version header in diff display

18 years ago* Workaround possible bug in Firefox nightlies by properly removing the
Brion Vibber [Sun, 18 Jun 2006 17:55:50 +0000 (17:55 +0000)]
* Workaround possible bug in Firefox nightlies by properly removing the
  Content-Encoding header instead of sending explicit 'identity' value
  in StreamFile

18 years ago* Small update to Slovak translation (sk)
Niklas Laxström [Sun, 18 Jun 2006 16:35:22 +0000 (16:35 +0000)]
* Small update to Slovak translation (sk)

18 years agoprobably don't need this...
Tim Starling [Sun, 18 Jun 2006 12:46:50 +0000 (12:46 +0000)]
probably don't need this...

18 years agoAdded a new method to update the cache of all pages linking to a given page without...
Tim Starling [Sun, 18 Jun 2006 12:42:16 +0000 (12:42 +0000)]
Added a new method to update the cache of all pages linking to a given page without using excessive time or memory. This turns out to be a common operation in MediaWiki, I needed to fix callers in a lot of files. Backwards compatibility is maintained (of course). Also did some cleanup in Article.php, another 3 years of that and it'll be looking pretty. New job type added to the job queue, some refactoring done in JobQueue.php to support it.

18 years agoChanged transaction semantics: made begin() and commit() work all the time and not...
Tim Starling [Sun, 18 Jun 2006 12:30:57 +0000 (12:30 +0000)]
Changed transaction semantics: made begin() and commit() work all the time and not be broken and counterintuitive. Also fixed a minor bug in ResultWrapper.

18 years ago* (bug 6357) Update to Russian translation (ru)
Niklas Laxström [Sun, 18 Jun 2006 11:17:46 +0000 (11:17 +0000)]
* (bug 6357) Update to Russian translation (ru)

18 years agoClarified message text for the watched-page-change notification option
Rob Church [Sat, 17 Jun 2006 23:32:34 +0000 (23:32 +0000)]
Clarified message text for the watched-page-change notification option

18 years agoMaintenance script to create an account and promote it to administrator
Rob Church [Sat, 17 Jun 2006 23:07:16 +0000 (23:07 +0000)]
Maintenance script to create an account and promote it to administrator

18 years agoMore updates to German localisation
Rob Church [Sat, 17 Jun 2006 22:38:42 +0000 (22:38 +0000)]
More updates to German localisation

18 years agoFix {{NUMBEROFADMINS}} magic word
Rob Church [Sat, 17 Jun 2006 22:36:12 +0000 (22:36 +0000)]
Fix {{NUMBEROFADMINS}} magic word

18 years agoGerman translation of the title, c/o Leon
Rob Church [Sat, 17 Jun 2006 16:36:58 +0000 (16:36 +0000)]
German translation of the title, c/o Leon

18 years ago(bug 6344) Add Special:Uncategorizedimages page
Rob Church [Sat, 17 Jun 2006 16:24:01 +0000 (16:24 +0000)]
(bug 6344) Add Special:Uncategorizedimages page

18 years agoFix more cases of hard-coded skin dir.
Rob Church [Sat, 17 Jun 2006 13:04:19 +0000 (13:04 +0000)]
Fix more cases of hard-coded skin dir.

18 years ago* namespaceDupes.php can now accept an arbitrary prefix, for checking rogue
Brion Vibber [Sat, 17 Jun 2006 12:51:41 +0000 (12:51 +0000)]
* namespaceDupes.php can now accept an arbitrary prefix, for checking rogue
  interwikis and such. Not yet fully automated.

18 years agoStop using memory_limit as a virtual memory limit for shell processes. Use a separate...
Tim Starling [Sat, 17 Jun 2006 10:21:55 +0000 (10:21 +0000)]
Stop using memory_limit as a virtual memory limit for shell processes. Use a separate setting instead.

18 years agoAvoid fatal error on invalid title
Tim Starling [Sat, 17 Jun 2006 08:55:44 +0000 (08:55 +0000)]
Avoid fatal error on invalid title

18 years agoCommit the transaction after an upload is recorded and logged, to avoid losing images...
Tim Starling [Sat, 17 Jun 2006 04:32:41 +0000 (04:32 +0000)]
Commit the transaction after an upload is recorded and logged, to avoid losing images due to a rollback later on.

18 years agoFixed inconsistent error return in Image::getThumbnail() -- was returning null if...
Tim Starling [Sat, 17 Jun 2006 04:11:21 +0000 (04:11 +0000)]
Fixed inconsistent error return in Image::getThumbnail() -- was returning null if height wasn't specified, an icon thumb if it was. Made it return null all the time, and fixed ImageGallery.php to understand that return value. Also made ImageGallery give informative errors if $wgIgnoreImageErrors is off.

18 years ago* (bug 6300) Bug fixes for sr: variants
Niklas Laxström [Fri, 16 Jun 2006 22:30:39 +0000 (22:30 +0000)]
* (bug 6300) Bug fixes for sr: variants
* Patch from Robert Stojnic

18 years ago* Update to Alemannic localization (gsw)
Niklas Laxström [Fri, 16 Jun 2006 22:20:19 +0000 (22:20 +0000)]
* Update to Alemannic localization (gsw)

18 years agoPlus que d'Allemand
Rob Church [Fri, 16 Jun 2006 19:33:49 +0000 (19:33 +0000)]
Plus que d'Allemand

18 years ago* Updates from Rotem Liss
Niklas Laxström [Fri, 16 Jun 2006 18:47:15 +0000 (18:47 +0000)]
* Updates from Rotem Liss

18 years ago* Update to Slovak translation (sk)
Niklas Laxström [Fri, 16 Jun 2006 15:14:46 +0000 (15:14 +0000)]
* Update to Slovak translation (sk)

18 years ago* Add something to tooltip-recreate
Niklas Laxström [Fri, 16 Jun 2006 14:52:58 +0000 (14:52 +0000)]
* Add something to tooltip-recreate
* Be consistent and talk about page and not article

18 years agoUse standard linker functions to make user and tool links; fixes a bizarre blip I...
Rob Church [Fri, 16 Jun 2006 14:20:17 +0000 (14:20 +0000)]
Use standard linker functions to make user and tool links; fixes a bizarre blip I've just noticed on a local install.

18 years agoIntroduce {{NUMBEROFADMINS}} magic word
Rob Church [Fri, 16 Jun 2006 13:58:42 +0000 (13:58 +0000)]
Introduce {{NUMBEROFADMINS}} magic word

18 years ago* (bug 6324) Fix regression in enhanced RC alignment
Brion Vibber [Fri, 16 Jun 2006 03:28:11 +0000 (03:28 +0000)]
* (bug 6324) Fix regression in enhanced RC alignment

18 years agoFix purge of image on delete
Brion Vibber [Fri, 16 Jun 2006 03:16:46 +0000 (03:16 +0000)]
Fix purge of image on delete

18 years ago(bug 2099) Deleted files can now be archived and undeleted, if you set up an appropri...
Brion Vibber [Fri, 16 Jun 2006 01:16:45 +0000 (01:16 +0000)]
(bug 2099) Deleted files can now be archived and undeleted, if you set up an appropriate non-web-accessible directory.
Set $wgSaveDeletedFiles on and an appropriate directory path in $wgFileStore['deleted']['directory']

18 years ago* Restructured and added plural
Niklas Laxström [Thu, 15 Jun 2006 21:57:39 +0000 (21:57 +0000)]
* Restructured and added plural

18 years ago* Die die die ugly quotes
Niklas Laxström [Thu, 15 Jun 2006 21:38:22 +0000 (21:38 +0000)]
* Die die die ugly quotes

18 years ago* Fixed a comment
Niklas Laxström [Thu, 15 Jun 2006 20:07:58 +0000 (20:07 +0000)]
* Fixed a comment

18 years ago* Still fixing cases
Niklas Laxström [Thu, 15 Jun 2006 19:18:29 +0000 (19:18 +0000)]
* Still fixing cases

18 years ago* Update to Catalan localization (ca)
Niklas Laxström [Thu, 15 Jun 2006 17:22:22 +0000 (17:22 +0000)]
* Update to Catalan localization (ca)

18 years ago* (bug 1120) Update for Czech language (Cs)
Niklas Laxström [Thu, 15 Jun 2006 16:34:41 +0000 (16:34 +0000)]
* (bug 1120) Update for Czech language (Cs)

18 years ago(bug 4054) Add "boteditletter" to recent changes flags
Rob Church [Thu, 15 Jun 2006 07:29:00 +0000 (07:29 +0000)]
(bug 4054) Add "boteditletter" to recent changes flags

18 years agoRevert r14768, it's broken.
Rob Church [Thu, 15 Jun 2006 07:14:15 +0000 (07:14 +0000)]
Revert r14768, it's broken.

18 years ago(bug 5865) Show warning when editing another users' user page and provide a link...
Rob Church [Thu, 15 Jun 2006 06:55:42 +0000 (06:55 +0000)]
(bug 5865) Show warning when editing another users' user page and provide a link to edit their talk page instead

18 years ago(bug 6095) Introduce RunUnknownJob hook, see docs/hooks.txt for more information
Rob Church [Thu, 15 Jun 2006 06:35:24 +0000 (06:35 +0000)]
(bug 6095) Introduce RunUnknownJob hook, see docs/hooks.txt for more information

18 years agoA batch-deletion script based on the batch-move script
Brion Vibber [Thu, 15 Jun 2006 04:58:03 +0000 (04:58 +0000)]
A batch-deletion script based on the batch-move script

18 years agoIntroduce EditFormPreloadText hook, see docs/hooks.txt for more information
Rob Church [Wed, 14 Jun 2006 13:12:08 +0000 (13:12 +0000)]
Introduce EditFormPreloadText hook, see docs/hooks.txt for more information

18 years ago* (bug 6296) Update to Indonesian localisation (id) #21
Niklas Laxström [Wed, 14 Jun 2006 12:13:58 +0000 (12:13 +0000)]
* (bug 6296) Update to Indonesian localisation (id) #21

18 years ago* (bug 6162) Change date format for Dutch Low Saxon (nds-nl)
Niklas Laxström [Wed, 14 Jun 2006 12:08:17 +0000 (12:08 +0000)]
* (bug 6162) Change date format for Dutch Low Saxon (nds-nl)

18 years ago* (bug 6280) Correct GRAMMAR for Slovenian localisation (sl)
Niklas Laxström [Wed, 14 Jun 2006 11:56:25 +0000 (11:56 +0000)]
* (bug 6280) Correct GRAMMAR for Slovenian localisation (sl)

18 years ago* Return correct content-type header with 304 responses for StreamFile; it confuses...
Brion Vibber [Tue, 13 Jun 2006 23:54:08 +0000 (23:54 +0000)]
* Return correct content-type header with 304 responses for StreamFile; it confuses Safari if you let it return "text/html".

18 years agoCancel output buffering in StreamFile; when used inside gzip buffering this could...
Brion Vibber [Tue, 13 Jun 2006 20:22:08 +0000 (20:22 +0000)]
Cancel output buffering in StreamFile; when used inside gzip buffering this could cause funny timeout behavior as the Content-Length was wrong.

18 years agoThe hell is this? Removing.
Brion Vibber [Tue, 13 Jun 2006 18:46:08 +0000 (18:46 +0000)]
The hell is this? Removing.

18 years agoClean up after r14751:
Brion Vibber [Tue, 13 Jun 2006 18:35:11 +0000 (18:35 +0000)]
Clean up after r14751:
* No longer spews "uninitialized variable" notice all over output during category preview
* Don't alter global configuration variables when there's no reason to
Note that __NOGALLERY__ still isn't respected on preview (was this even tested?)

18 years agoBug 6031 (feature request for __NOGALLERY__ on category pages) fixed
Magnus Manske [Tue, 13 Jun 2006 11:37:09 +0000 (11:37 +0000)]
Bug 6031 (feature request for __NOGALLERY__ on category pages) fixed

18 years agobug 2700 (preSaveTransform not working in gallery links) fixed
Magnus Manske [Tue, 13 Jun 2006 10:11:12 +0000 (10:11 +0000)]
bug 2700 (preSaveTransform not working in gallery links) fixed

18 years ago* Disable $wgAllowExternalImages by default.
Brion Vibber [Tue, 13 Jun 2006 05:11:23 +0000 (05:11 +0000)]
* Disable $wgAllowExternalImages by default.

18 years agoExpand 5127 to cover editing existing pages, too
Rob Church [Mon, 12 Jun 2006 23:06:39 +0000 (23:06 +0000)]
Expand 5127 to cover editing existing pages, too

18 years ago(bug 5932) Introduce {{PAGESINNAMESPACE}} magic word
Rob Church [Mon, 12 Jun 2006 12:38:41 +0000 (12:38 +0000)]
(bug 5932) Introduce {{PAGESINNAMESPACE}} magic word

18 years agoIntroduce $wgContentNamespaces which allows for articles to exist in namespaces other...
Rob Church [Mon, 12 Jun 2006 11:59:12 +0000 (11:59 +0000)]
Introduce $wgContentNamespaces which allows for articles to exist in namespaces other than the main namespace, and still be counted as valid content in the site statistics.

18 years agoReplace "nogomatch" with "noexactmatch" and place the magic colon in the messages...
Rob Church [Mon, 12 Jun 2006 11:10:07 +0000 (11:10 +0000)]
Replace "nogomatch" with "noexactmatch" and place the magic colon in the messages themselves. Some minor tweaks to the actual message content.

18 years agoHTML normalization: use double-quotes on RFC and PMID quotes for consistency with...
Brion Vibber [Mon, 12 Jun 2006 06:04:51 +0000 (06:04 +0000)]
HTML normalization: use double-quotes on RFC and PMID quotes for consistency with upcoming normalizer's output

18 years agoHTML output normalization: remove extra space after class="thumbcaption"
Brion Vibber [Mon, 12 Jun 2006 05:46:33 +0000 (05:46 +0000)]
HTML output normalization: remove extra space after class="thumbcaption"

18 years ago* Use double quoted consistently on attributes in linker output; preparing for new...
Brion Vibber [Mon, 12 Jun 2006 05:33:48 +0000 (05:33 +0000)]
* Use double quoted consistently on attributes in linker output; preparing for new normalization code when tidy not in use

18 years ago* Avoid some notices in page history with bad input
Brion Vibber [Mon, 12 Jun 2006 05:16:12 +0000 (05:16 +0000)]
* Avoid some notices in page history with bad input

18 years ago* Restructured and tweaked book sources a little
Niklas Laxström [Sun, 11 Jun 2006 21:45:19 +0000 (21:45 +0000)]
* Restructured and tweaked book sources a little

18 years ago* Update to Dutch translation (nl)
Niklas Laxström [Sun, 11 Jun 2006 17:17:51 +0000 (17:17 +0000)]
* Update to Dutch translation (nl)

18 years ago* Commenting out messages which contain U+FFFD, this file needs fixing
Niklas Laxström [Sun, 11 Jun 2006 16:23:59 +0000 (16:23 +0000)]
* Commenting out messages which contain U+FFFD, this file needs fixing

18 years ago* Update to Latin translation (la)
Niklas Laxström [Sun, 11 Jun 2006 16:15:51 +0000 (16:15 +0000)]
* Update to Latin translation (la)

18 years ago* Restructured
Niklas Laxström [Sun, 11 Jun 2006 15:40:17 +0000 (15:40 +0000)]
* Restructured

18 years ago* Added functions
Niklas Laxström [Sun, 11 Jun 2006 15:27:10 +0000 (15:27 +0000)]
* Added functions

18 years ago* Restructured
Niklas Laxström [Sun, 11 Jun 2006 15:20:18 +0000 (15:20 +0000)]
* Restructured

18 years ago* Update to Vlax Romany localization (rmy)
Niklas Laxström [Sun, 11 Jun 2006 15:08:09 +0000 (15:08 +0000)]
* Update to Vlax Romany localization (rmy)

18 years agoDon't do 100 queries to view 50 revisions in history pages.
Tim Starling [Sun, 11 Jun 2006 04:48:27 +0000 (04:48 +0000)]
Don't do 100 queries to view 50 revisions in history pages.

18 years agohaving some fun with doxygen error log
Antoine Musso [Sat, 10 Jun 2006 18:28:50 +0000 (18:28 +0000)]
having some fun with doxygen error log

18 years agoAdd regression tests for bug 3298 (<noinclude> etc in subst), and tests for 4926...
Brion Vibber [Sat, 10 Jun 2006 00:00:45 +0000 (00:00 +0000)]
Add regression tests for bug 3298 (<noinclude> etc in subst), and tests for 4926 (<noinclude> etc in message transform).

18 years agoRevert bad patch for (bug 2069) Merge the LanguageUtf8 class into the Language class
Brion Vibber [Fri, 9 Jun 2006 23:23:37 +0000 (23:23 +0000)]
Revert bad patch for (bug 2069) Merge the LanguageUtf8 class into the Language class

18 years ago* Restructured
Niklas Laxström [Fri, 9 Jun 2006 22:16:37 +0000 (22:16 +0000)]
* Restructured

18 years ago* (bug 6260) Update to Interlingua localization (ia)
Niklas Laxström [Fri, 9 Jun 2006 22:02:21 +0000 (22:02 +0000)]
* (bug 6260) Update to Interlingua localization (ia)

18 years ago* Fix regression(?) in behavior of initial-whitespace-pre in <center>
Brion Vibber [Fri, 9 Jun 2006 21:59:26 +0000 (21:59 +0000)]
* Fix regression(?) in behavior of initial-whitespace-pre in <center>

18 years ago* Whitespace now normalized more or less properly in HTML attributes
Brion Vibber [Fri, 9 Jun 2006 21:21:00 +0000 (21:21 +0000)]
* Whitespace now normalized more or less properly in HTML attributes

18 years ago* (bug 6254) Update to Indonesian translation (id) #20
Niklas Laxström [Fri, 9 Jun 2006 17:17:58 +0000 (17:17 +0000)]
* (bug 6254) Update to Indonesian translation (id) #20

18 years ago* Removed duplicate message
Niklas Laxström [Fri, 9 Jun 2006 17:03:21 +0000 (17:03 +0000)]
* Removed duplicate message

18 years ago* Update to Yiddish localization (yi)
Niklas Laxström [Fri, 9 Jun 2006 16:50:53 +0000 (16:50 +0000)]
* Update to Yiddish localization (yi)

18 years ago* Restructured
Niklas Laxström [Fri, 9 Jun 2006 15:52:29 +0000 (15:52 +0000)]
* Restructured

18 years ago* (bug 2069) Merge the LanguageUtf8 class into the Language class
Niklas Laxström [Fri, 9 Jun 2006 15:41:49 +0000 (15:41 +0000)]
* (bug 2069) Merge the LanguageUtf8 class into the Language class
* Based on patch from Rotem Liss

18 years agoRemove a number of needless {{ns:project}}-type transforms from messages files. These...
Rob Church [Fri, 9 Jun 2006 15:28:48 +0000 (15:28 +0000)]
Remove a number of needless {{ns:project}}-type transforms from messages files. These usages already have separate label text. Such transforms are wasteful on each page view.