lhc/web/wiklou.git
15 years agoLocalisation updates for core messages from translatewiki.net (2009-03-29 22:17 UTC)
Siebrand Mazeland [Sun, 29 Mar 2009 22:24:00 +0000 (22:24 +0000)]
Localisation updates for core messages from translatewiki.net (2009-03-29 22:17 UTC)

15 years agoRemove unused var
Aryeh Gregor [Sun, 29 Mar 2009 20:29:54 +0000 (20:29 +0000)]
Remove unused var

15 years agoFix a typo in the function name
Victor Vasiliev [Sun, 29 Mar 2009 19:49:17 +0000 (19:49 +0000)]
Fix a typo in the function name

15 years agoReplace tree dots by ellipsis
Siebrand Mazeland [Sun, 29 Mar 2009 17:16:35 +0000 (17:16 +0000)]
Replace tree dots by ellipsis

15 years agoPass query directly to getLinkUrl()
Aryeh Gregor [Sun, 29 Mar 2009 17:13:13 +0000 (17:13 +0000)]
Pass query directly to getLinkUrl()

15 years agoRemove a couple of link() calls in enhanced RC
Aryeh Gregor [Sun, 29 Mar 2009 17:09:47 +0000 (17:09 +0000)]
Remove a couple of link() calls in enhanced RC

diff and cur links are now created using raw HTML instead of link(),
which they didn't really need anyway.  I didn't see any other obvious
candidates for conversion to raw HTML, since other things tend to need
fancy classes and have lots of other logic.  It's possible link() could
be made faster, too.

15 years ago* remove unused 'logouttitle'
Siebrand Mazeland [Sun, 29 Mar 2009 16:58:15 +0000 (16:58 +0000)]
* remove unused 'logouttitle'
* rebuild all messages files

15 years agoFollowup to r49013: forgot to commit ApiBase.php
Roan Kattouw [Sun, 29 Mar 2009 16:40:31 +0000 (16:40 +0000)]
Followup to r49013: forgot to commit ApiBase.php

15 years agoRemove ugly userrights-CentralAuth hack introduced in r48970 and friends:
Roan Kattouw [Sun, 29 Mar 2009 16:39:42 +0000 (16:39 +0000)]
Remove ugly userrights-CentralAuth hack introduced in r48970 and friends:
* Make UserrightsForm::doSaveUserGroups(), addLogEntry() and helpers non-static again so CentralAuth can override them; remove the short-lived UserRightsLogEntry hook
* Let UserrightsForm::fetchUser() return a WikiErrorMsg on failure
* In ApiUserrights, use an instance of the UserrightsPage class rather than calling its methods statically. This also enables interwiki userrights in this module
* Add some messages to ApiBase::$messageMap

15 years agominor coding style tweaks to Interwiki.php
Jack Phoenix [Sun, 29 Mar 2009 16:18:58 +0000 (16:18 +0000)]
minor coding style tweaks to Interwiki.php

15 years agoUse link() instead of make*Link*()
Aryeh Gregor [Sun, 29 Mar 2009 16:02:16 +0000 (16:02 +0000)]
Use link() instead of make*Link*()

Preparatory to some optimization work.  Also fix a bug in last commit,
so if this causes problems, revert that one too.

15 years agoRemove some makeKnownLinkObj() invocations in RC
Aryeh Gregor [Sun, 29 Mar 2009 15:37:47 +0000 (15:37 +0000)]
Remove some makeKnownLinkObj() invocations in RC

Was being called for all rows, then thrown away for any rows that
weren't normal edits (logs, etc.).

15 years agofurther cleanup to skins. instead of referring the user to docs/skin.txt, why not...
Jack Phoenix [Sun, 29 Mar 2009 15:29:34 +0000 (15:29 +0000)]
further cleanup to skins. instead of referring the user to docs/skin.txt, why not to include the skin descriptions on the actual files? :)

15 years agocleanup to CologneBlue.php
Jack Phoenix [Sun, 29 Mar 2009 15:01:35 +0000 (15:01 +0000)]
cleanup to CologneBlue.php

15 years agofix rollback links in watchlists, use a join'ed `page` for that
Domas Mituzas [Sun, 29 Mar 2009 14:18:59 +0000 (14:18 +0000)]
fix rollback links in watchlists, use a join'ed `page` for that

15 years agoImprove image moving error handling:
Victor Vasiliev [Sun, 29 Mar 2009 13:42:29 +0000 (13:42 +0000)]
Improve image moving error handling:
* Do image moving before page moving. That will allow to avoid situations when image page is moved, while image itself isn't.
* Add safeguard code that checks all files before moving them
* More debug logging

15 years agoAPI: Don't give patrol tokens for non-new RCs if only NP patrol is enabled
Roan Kattouw [Sun, 29 Mar 2009 12:51:39 +0000 (12:51 +0000)]
API: Don't give patrol tokens for non-new RCs if only NP patrol is enabled

15 years agoSkin.php/SkinTemplate.php: cleanup, spacing tweaks, double quotes to single quotes...
Jack Phoenix [Sun, 29 Mar 2009 12:46:11 +0000 (12:46 +0000)]
Skin.php/SkinTemplate.php: cleanup, spacing tweaks, double quotes to single quotes where appropriate, changed $fname to __METHOD__, broke up some long lines, converted raw SQL queries to use Database class, marked visibility of certain functions that were marked as /** @public */

15 years agorenameDbPrefix.php tweaks: corrected script name in help message (this is not updateS...
Jack Phoenix [Sun, 29 Mar 2009 12:27:59 +0000 (12:27 +0000)]
renameDbPrefix.php tweaks: corrected script name in help message (this is not updateSpecialPages.php ;) + added spacing

15 years agoUpdate the Chinese conversion tables.
Philip Tzou [Sun, 29 Mar 2009 12:21:38 +0000 (12:21 +0000)]
Update the Chinese conversion tables.

15 years agoFix regression whereby you were shown an error message after submitting GlobalGroupMe...
Andrew Garrett [Sun, 29 Mar 2009 11:34:06 +0000 (11:34 +0000)]
Fix regression whereby you were shown an error message after submitting GlobalGroupMembership form

15 years agoAaron is lazy, but right :)
Domas Mituzas [Sun, 29 Mar 2009 11:14:08 +0000 (11:14 +0000)]
Aaron is lazy, but right :)

15 years agobreak lines at 80 chars
Alexandre Emsenhuber [Sun, 29 Mar 2009 11:12:35 +0000 (11:12 +0000)]
break lines at 80 chars

15 years agoFixes for r48930:
Alexandre Emsenhuber [Sun, 29 Mar 2009 11:04:20 +0000 (11:04 +0000)]
Fixes for r48930:
* Use user's language since it falls back to content if the message wasn't modified in user's language
* Fix a typo in RELEASE-NOTES

15 years agofix some of RC rollback madness:
Domas Mituzas [Sun, 29 Mar 2009 11:02:16 +0000 (11:02 +0000)]
fix some of RC rollback madness:
* Avoid extensive permission checks, just rely on User::isAllowed("rollback")
* Preload page_latest data in initial RC query, no need to run thousands of queries afterwards

15 years agoSupport caching of old versions
Aaron Schulz [Sun, 29 Mar 2009 10:48:07 +0000 (10:48 +0000)]
Support caching of old versions

15 years agodon't do custom number formatting for bytes changed in misermode
Domas Mituzas [Sun, 29 Mar 2009 10:11:19 +0000 (10:11 +0000)]
don't do custom number formatting for bytes changed in misermode

15 years agoFollow up on r48984, RELEASE-NOTES modified.
Philip Tzou [Sun, 29 Mar 2009 09:20:12 +0000 (09:20 +0000)]
Follow up on r48984, RELEASE-NOTES modified.

15 years agoAdd group convertsion support for LanguageConverter. New magic word "{{GROUPCONVERT...
Philip Tzou [Sun, 29 Mar 2009 08:55:45 +0000 (08:55 +0000)]
Add group convertsion support for LanguageConverter. New magic word "{{GROUPCONVERT:xxx}}" enabled for this new feature. You can set related conversion rules in [[MediaWiki:Groupconversiontable-xxx]].

15 years agoI'd love not to do such fixes:
Domas Mituzas [Sun, 29 Mar 2009 08:28:13 +0000 (08:28 +0000)]
I'd love not to do such fixes:
* Avoid calculating expensive group error pages (this strips e.g. 25% off Special:RC)

15 years agoUpdate the Chinese conversion tables.
Philip Tzou [Sun, 29 Mar 2009 02:09:46 +0000 (02:09 +0000)]
Update the Chinese conversion tables.

15 years agoLocalisation updates for core messages from translatewiki.net (2009-03-28 19:50 UTC)
Raimond Spekking [Sat, 28 Mar 2009 21:22:53 +0000 (21:22 +0000)]
Localisation updates for core messages from translatewiki.net (2009-03-28 19:50 UTC)

15 years ago(bug 17964) Don't make namespaceDupes fail if someone actually has an empty interwiki...
Chad Horohoe [Sat, 28 Mar 2009 21:01:49 +0000 (21:01 +0000)]
(bug 17964) Don't make namespaceDupes fail if someone actually has an empty interwiki table.

15 years agoRedo r48746 (API userrights, reverted in r48909 and r48910) in a way that doesn't...
Roan Kattouw [Sat, 28 Mar 2009 19:08:47 +0000 (19:08 +0000)]
Redo r48746 (API userrights, reverted in r48909 and r48910) in a way that doesn't break CentralAuth. Basically, this works around PHP's inability (at least in < 5.3) to override static methods by adding a hook. Changes to CentralAuth in next commit.

15 years agoUpdate the Chinese conversion tables.
Philip Tzou [Sat, 28 Mar 2009 17:37:21 +0000 (17:37 +0000)]
Update the Chinese conversion tables.

15 years ago(bug 18222) $wgMinimalPasswordLength default is now 1
Chad Horohoe [Sat, 28 Mar 2009 16:43:02 +0000 (16:43 +0000)]
(bug 18222) $wgMinimalPasswordLength default is now 1

15 years ago(bug 17617) HTML cleanup for ImagePage
Chad Horohoe [Sat, 28 Mar 2009 16:41:00 +0000 (16:41 +0000)]
(bug 17617) HTML cleanup for ImagePage

15 years agoFix syntax error
Siebrand Mazeland [Sat, 28 Mar 2009 15:49:39 +0000 (15:49 +0000)]
Fix syntax error

15 years agoLocalisation updates Cantonese, Chinese and Literary Chinese
Shinjiman [Sat, 28 Mar 2009 15:27:53 +0000 (15:27 +0000)]
Localisation updates Cantonese, Chinese and Literary Chinese

15 years agoLocalization update for he, and several fixes for en: in core.
Rotem Liss [Sat, 28 Mar 2009 14:16:09 +0000 (14:16 +0000)]
Localization update for he, and several fixes for en: in core.

15 years agoAdd a line break between sentences.
Siebrand Mazeland [Sat, 28 Mar 2009 12:36:00 +0000 (12:36 +0000)]
Add a line break between sentences.

15 years ago* (bug 18190) Proper parsing in MediaWiki:Sharedupload message
Niklas Laxström [Sat, 28 Mar 2009 08:21:29 +0000 (08:21 +0000)]
* (bug 18190) Proper parsing in MediaWiki:Sharedupload message
* Also remove the lego thing: http://translatewiki.net/wiki/Support#shareduploadwiki-linktext_is_used_in_different_ways

15 years ago(bug 17374) Special:Export no longer exports two copies of the same page
Chad Horohoe [Fri, 27 Mar 2009 22:01:12 +0000 (22:01 +0000)]
(bug 17374) Special:Export no longer exports two copies of the same page

15 years agoPer raymond, tweak for r48930: add "mw-talkpageheader" arround the newly added message
Alexandre Emsenhuber [Fri, 27 Mar 2009 20:45:53 +0000 (20:45 +0000)]
Per raymond, tweak for r48930: add "mw-talkpageheader" arround the newly added message

15 years agoDon't show unclickable show/hide links for suppression log
Aaron Schulz [Fri, 27 Mar 2009 20:34:16 +0000 (20:34 +0000)]
Don't show unclickable show/hide links for suppression log

15 years ago* (bug 17163) Added MediaWiki:Talkpage which will be displayed when viewing talk...
Alexandre Emsenhuber [Fri, 27 Mar 2009 20:22:52 +0000 (20:22 +0000)]
* (bug 17163) Added MediaWiki:Talkpage which will be displayed when viewing talk pages

This will be very use on the French Wikipedia to display links to realted pages, e.g. deletion request without having to add a template on every talk page

15 years agoPartial revert r48729.
Shinjiman [Fri, 27 Mar 2009 18:10:04 +0000 (18:10 +0000)]
Partial revert r48729.
* 义 for template name in both Traditional/Simplified Chinese
* [著|鉤] intended to use in zh-tw only, making back [着|鈎] for zh-hant

15 years agoLocalisation updates Cantonese, Chinese and Literary Chinese
Shinjiman [Fri, 27 Mar 2009 18:02:48 +0000 (18:02 +0000)]
Localisation updates Cantonese, Chinese and Literary Chinese

15 years agoMinor cleanup & refactoring of revisiondelete
Aaron Schulz [Fri, 27 Mar 2009 17:53:32 +0000 (17:53 +0000)]
Minor cleanup & refactoring of revisiondelete

15 years agoMake upload-by-URL fetch timeout configurable as $wgCopyUploadTimeout, default to...
Brion Vibber [Fri, 27 Mar 2009 17:42:05 +0000 (17:42 +0000)]
Make upload-by-URL fetch timeout configurable as $wgCopyUploadTimeout, default to 30s instead of 10s

15 years agoproperly HTML-escape titles in categories, just in case something bad somehow sneaks...
Ilmari Karonen [Fri, 27 Mar 2009 17:40:23 +0000 (17:40 +0000)]
properly HTML-escape titles in categories, just in case something bad somehow sneaks past title validation

15 years agoLocalization update for he.
Rotem Liss [Fri, 27 Mar 2009 16:03:39 +0000 (16:03 +0000)]
Localization update for he.

15 years agoMake Title::newFromID only use one query
Aaron Schulz [Fri, 27 Mar 2009 10:22:30 +0000 (10:22 +0000)]
Make Title::newFromID only use one query

15 years agoFix r48837: Add target param back, still needed in some places
Aaron Schulz [Fri, 27 Mar 2009 10:20:53 +0000 (10:20 +0000)]
Fix r48837: Add target param back, still needed in some places

15 years agoRevert r48746 (API userrights). Breaks Special:GlobalGroupMembership by changing...
Andrew Garrett [Fri, 27 Mar 2009 05:59:42 +0000 (05:59 +0000)]
Revert r48746 (API userrights). Breaks Special:GlobalGroupMembership by changing overridden methods to static methods, which cannot be overridden. Also reverts r48747, r48814, r48778, r48775

15 years agoClarify 'tog-fancysig'
Siebrand Mazeland [Fri, 27 Mar 2009 01:07:44 +0000 (01:07 +0000)]
Clarify 'tog-fancysig'

15 years ago* add lower cased messages for Special:Contributions where needed instead of reusing...
Siebrand Mazeland [Fri, 27 Mar 2009 00:43:22 +0000 (00:43 +0000)]
* add lower cased messages for Special:Contributions where needed instead of reusing a capitalised message
* duplicate translated messages where available

15 years ago'removed from the public archives' -> 'deleted'
Aaron Schulz [Thu, 26 Mar 2009 22:38:48 +0000 (22:38 +0000)]
'removed from the public archives' -> 'deleted'

15 years agoTweaks for bug 18068:
Aaron Schulz [Thu, 26 Mar 2009 22:24:09 +0000 (22:24 +0000)]
Tweaks for bug 18068:
*Added unhide link for viewing of old deleted versions too
*Enabled diff buttons for privileged users

15 years agoLocalisation updates for core messages from translatewiki.net (2009-03-26 19:19 UTC)
Raimond Spekking [Thu, 26 Mar 2009 20:14:59 +0000 (20:14 +0000)]
Localisation updates for core messages from translatewiki.net (2009-03-26 19:19 UTC)

15 years agoFix r48886: make sure title is normalized for query
Aaron Schulz [Thu, 26 Mar 2009 18:53:06 +0000 (18:53 +0000)]
Fix r48886: make sure title is normalized for query

15 years agoFollowup to r48889 (removing svn-version/svn-date from extensions): remove support...
Chad Horohoe [Thu, 26 Mar 2009 17:40:17 +0000 (17:40 +0000)]
Followup to r48889 (removing svn-version/svn-date from extensions): remove support for svn-version in Special:Version. On a sidenote, svn-date doesn't seem used at all.

15 years agoFix for r48839: log deletion uses a different action
Aaron Schulz [Thu, 26 Mar 2009 17:02:21 +0000 (17:02 +0000)]
Fix for r48839: log deletion uses a different action

15 years agoHide log items with said user as the target as well
Aaron Schulz [Thu, 26 Mar 2009 16:46:17 +0000 (16:46 +0000)]
Hide log items with said user as the target as well

15 years agoAdded log_action filter
Aaron Schulz [Thu, 26 Mar 2009 16:29:26 +0000 (16:29 +0000)]
Added log_action filter

15 years agoLocalization update for he.
Rotem Liss [Thu, 26 Mar 2009 14:21:12 +0000 (14:21 +0000)]
Localization update for he.

15 years agoMove WikiMap class from CentralAuth to core, since it's used in 2 extensions at least...
Andrew Garrett [Thu, 26 Mar 2009 13:31:30 +0000 (13:31 +0000)]
Move WikiMap class from CentralAuth to core, since it's used in 2 extensions at least now, and doesn't depend on CentralAuth

15 years agoFast short-circuit for diffs between identical strings
Andrew Garrett [Thu, 26 Mar 2009 13:29:38 +0000 (13:29 +0000)]
Fast short-circuit for diffs between identical strings

15 years agoAllow storage of blobs to ES on foreign wikis, by calling ExternalStore::storeToForei...
Andrew Garrett [Thu, 26 Mar 2009 13:28:22 +0000 (13:28 +0000)]
Allow storage of blobs to ES on foreign wikis, by calling ExternalStore::storeToForeignDefault, related changes including adding an associative array parameter to the ExternalStore constructor. Currently this parameter is just used to specify on which wiki the external store is wanted, but could be expanded in future.

15 years agoAPI: Added uiprop=changeablegroups to meta=userinfo
Roan Kattouw [Thu, 26 Mar 2009 13:10:13 +0000 (13:10 +0000)]
API: Added uiprop=changeablegroups to meta=userinfo

15 years agoAPI: Add nosuchuser message to ApiBase::$messageMap
Roan Kattouw [Thu, 26 Mar 2009 13:01:53 +0000 (13:01 +0000)]
API: Add nosuchuser message to ApiBase::$messageMap

15 years ago* (bug 18175) Removed inappropriate whitespace between type= and "text/javascript...
Alexandre Emsenhuber [Thu, 26 Mar 2009 09:45:48 +0000 (09:45 +0000)]
* (bug 18175) Removed inappropriate whitespace between type= and "text/javascript" in script tag

15 years agoLocalisation updates for core from translatewiki.net
Siebrand Mazeland [Thu, 26 Mar 2009 08:41:01 +0000 (08:41 +0000)]
Localisation updates for core from translatewiki.net

15 years agoreapply r48729: accidently overwritten with r48762
Raimond Spekking [Thu, 26 Mar 2009 08:25:36 +0000 (08:25 +0000)]
reapply r48729: accidently overwritten with r48762

15 years agoUse parsemag rather than parseinline since the content will be escaped by Xml::radioL...
Alexandre Emsenhuber [Thu, 26 Mar 2009 07:57:11 +0000 (07:57 +0000)]
Use parsemag rather than parseinline since the content will be escaped by Xml::radioLabel().
This breaks French messages since something like "some text here :" will be converted to "some text here&nbsp;:" but Parser::parse() and then escape so the "&nbsp;" will be visible to the user

15 years ago(bug 18031) Make namespace selector on Special:Export remember the previous selection
Chad Horohoe [Thu, 26 Mar 2009 03:29:06 +0000 (03:29 +0000)]
(bug 18031) Make namespace selector on Special:Export remember the previous selection

15 years ago(bug 18169) Document $wgExportAllowListContributors. Nabbed description from WikiExpo...
Chad Horohoe [Thu, 26 Mar 2009 03:21:33 +0000 (03:21 +0000)]
(bug 18169) Document $wgExportAllowListContributors. Nabbed description from WikiExporter.

15 years agoUse "prefix" rather than "from" for the textbox'y name so that it *really* only show...
Alexandre Emsenhuber [Wed, 25 Mar 2009 20:14:22 +0000 (20:14 +0000)]
Use "prefix" rather than "from" for the textbox'y name so that it *really* only show subpages

15 years ago* Changes to r48839
Aaron Schulz [Wed, 25 Mar 2009 20:05:23 +0000 (20:05 +0000)]
* Changes to r48839
** Fix typo, missing "count"
** Add match boundaries

15 years ago* Add CSS defintion of the 'wikitable' class to shared.css. Style copied from enwiki.
Raimond Spekking [Wed, 25 Mar 2009 20:00:53 +0000 (20:00 +0000)]
* Add CSS defintion of the 'wikitable' class to shared.css. Style copied from enwiki.
A lot of core and extension tables use this class but without the definition it is useless, espescially on third party installations.

15 years agoRevert 48829: actually, keep the monospace, but ditch the 'small' size
Aaron Schulz [Wed, 25 Mar 2009 18:36:40 +0000 (18:36 +0000)]
Revert 48829: actually, keep the monospace, but ditch the 'small' size

15 years agoDon't filter log if there are a lot of relevant items
Aaron Schulz [Wed, 25 Mar 2009 18:32:49 +0000 (18:32 +0000)]
Don't filter log if there are a lot of relevant items

15 years ago(bug 15814) Filter log chunk at Special:RevisionDelete to selected items
Aaron Schulz [Wed, 25 Mar 2009 18:25:29 +0000 (18:25 +0000)]
(bug 15814) Filter log chunk at Special:RevisionDelete to selected items

15 years agofix for old image deletion log params
Aaron Schulz [Wed, 25 Mar 2009 18:21:22 +0000 (18:21 +0000)]
fix for old image deletion log params

15 years agoFix url params for multi-item deletion by converting to CVS
Aaron Schulz [Wed, 25 Mar 2009 17:52:40 +0000 (17:52 +0000)]
Fix url params for multi-item deletion by converting to CVS

15 years agoFollow up on r48015, fix a bug which caused 'A' and 'D' won't work.
Philip Tzou [Wed, 25 Mar 2009 17:30:59 +0000 (17:30 +0000)]
Follow up on r48015, fix a bug which caused 'A' and 'D' won't work.

15 years agoRemoved 'font-family: monospace;' from revdelete links
Aaron Schulz [Wed, 25 Mar 2009 15:10:37 +0000 (15:10 +0000)]
Removed 'font-family: monospace;' from revdelete links

15 years agoAdd suppression block log if allowed
Aaron Schulz [Wed, 25 Mar 2009 14:52:28 +0000 (14:52 +0000)]
Add suppression block log if allowed

15 years agoDouble check 'hideuser' before blocking
Aaron Schulz [Wed, 25 Mar 2009 14:48:04 +0000 (14:48 +0000)]
Double check 'hideuser' before blocking

15 years agoFix fatals in ApiQueryImageInfo.php where no metadata exists
Andrew Garrett [Wed, 25 Mar 2009 13:59:06 +0000 (13:59 +0000)]
Fix fatals in ApiQueryImageInfo.php where no metadata exists

15 years agoRemove constraint that $user must be a User object in SpecialUserrights, can also...
Andrew Garrett [Wed, 25 Mar 2009 13:44:58 +0000 (13:44 +0000)]
Remove constraint that $user must be a User object in SpecialUserrights, can also be a UserrightsProxy

15 years agoCheck for title validity in ApiQueryCategories
Andrew Garrett [Wed, 25 Mar 2009 13:43:45 +0000 (13:43 +0000)]
Check for title validity in ApiQueryCategories

15 years agoConvert formatdate to a hashed parserfunction
Andrew Garrett [Wed, 25 Mar 2009 12:27:04 +0000 (12:27 +0000)]
Convert formatdate to a hashed parserfunction

15 years agorelease note lines for r47771, r47773, r47776
Brion Vibber [Wed, 25 Mar 2009 11:47:27 +0000 (11:47 +0000)]
release note lines for r47771, r47773, r47776

15 years agoRevert r47755 "(bug 16899) DISPLAYTITLE should allow Arabic and Persian harakats"
Brion Vibber [Wed, 25 Mar 2009 11:35:02 +0000 (11:35 +0000)]
Revert r47755 "(bug 16899) DISPLAYTITLE should allow Arabic and Persian harakats"
This doesn't seem to allow things in DISPLAYTITLE, but rather forbid things in regular titles. Reasoning behind it is unclear.

15 years agoAdd a class if 'missingsummary' is triggered to allow styling of the summary line
Raimond Spekking [Wed, 25 Mar 2009 10:11:33 +0000 (10:11 +0000)]
Add a class if 'missingsummary' is triggered to allow styling of the summary line

15 years agoRevert r47619 "Add an ID if 'missingsummary' is triggered to allow styling of the...
Brion Vibber [Wed, 25 Mar 2009 09:24:05 +0000 (09:24 +0000)]
Revert r47619 "Add an ID if 'missingsummary' is triggered to allow styling of the summary line"
Invalid HTML -- an element may have only one id value, they're not like classes.

15 years agoRevert r47530 "Fix bug 17571, now page1 would add to both cat1 and cat2."
Brion Vibber [Wed, 25 Mar 2009 08:46:22 +0000 (08:46 +0000)]
Revert r47530 "Fix bug 17571, now page1 would add to both cat1 and cat2."
Code is unclear; needs cleanup before adding more instances of this :D

15 years agoFix per comment in r48720: Remove style from code and use same table stylings as...
Raimond Spekking [Wed, 25 Mar 2009 08:09:08 +0000 (08:09 +0000)]
Fix per comment in r48720: Remove style from code and use same table stylings as other tables.

15 years agoUpdate the Chinese conversion tables.
Philip Tzou [Wed, 25 Mar 2009 07:52:00 +0000 (07:52 +0000)]
Update the Chinese conversion tables.