lhc/web/wiklou.git
17 years agoReverting 17479/17480, breaks subclassing of Linker methods by skins. See my comment...
Tim Starling [Wed, 8 Nov 2006 07:12:03 +0000 (07:12 +0000)]
Reverting 17479/17480, breaks subclassing of Linker methods by skins. See my comment on bug 7405.

17 years agoSpelling error in comments in User.php -- excede -> exceed
Andrew Garrett [Wed, 8 Nov 2006 07:04:25 +0000 (07:04 +0000)]
Spelling error in comments in User.php -- excede -> exceed

17 years agoDon't cache error pages.
Tim Starling [Wed, 8 Nov 2006 06:33:54 +0000 (06:33 +0000)]
Don't cache error pages.

17 years agoFix parserTests regression introduced in r17479.
Nick Jenkins [Wed, 8 Nov 2006 06:03:01 +0000 (06:03 +0000)]
Fix parserTests regression introduced in r17479.

Example of failing test:
----------------------
Running test Magic links: RFC (bug 479)... FAILED!
--- /tmp/mwParser-1109840392-expected   2006-11-08 05:39:04.000000000 +0000
+++ /tmp/mwParser-1109840392-actual     2006-11-08 05:39:04.000000000 +0000
@@ -1,2 +1,2 @@
-<p><a href="http://www.ietf.org/rfc/rfc822.txt" class="external" title="http://www.ietf.org/rfc/rfc822.txt">RFC 822</a>
+<p><a href="http://www.ietf.org/rfc/rfc822.txt" class="external " title="http://www.ietf.org/rfc/rfc822.txt" rel="nofollow">RFC 822</a>
 </p>
----------------------

Also applied to the "BUG 1887: A RFC with a thumbnail" and "RFC code coverage" tests.

17 years ago* (bug 7405) Make Linker methods static. Patch by Dan Li.
Nick Jenkins [Wed, 8 Nov 2006 05:21:15 +0000 (05:21 +0000)]
* (bug 7405) Make Linker methods static. Patch by Dan Li.

17 years ago(bug 7820) Improve error reporting for uploads via URL. Patch by Simetrical.
Nick Jenkins [Wed, 8 Nov 2006 03:28:54 +0000 (03:28 +0000)]
(bug 7820) Improve error reporting for uploads via URL. Patch by Simetrical.

17 years agoAdding comments for ignored and optional messages in English.
Rotem Liss [Tue, 7 Nov 2006 17:42:22 +0000 (17:42 +0000)]
Adding comments for ignored and optional messages in English.

17 years ago(bug 5936) Show an 'm' to the left of the edit summary on diff pages for minor edits.
Andrew Garrett [Tue, 7 Nov 2006 13:22:34 +0000 (13:22 +0000)]
(bug 5936) Show an 'm' to the left of the edit summary on diff pages for minor edits.

17 years ago* (bug 5365) Stop users being prompted to enter an edit summary for null edits, if...
Andrew Garrett [Tue, 7 Nov 2006 12:53:07 +0000 (12:53 +0000)]
* (bug 5365) Stop users being prompted to enter an edit summary for null edits, if they have selected that option in preferences.

17 years ago(bug 7826) Fix another typo in an English message, and add to RELEASE-NOTES.
Aryeh Gregor [Tue, 7 Nov 2006 05:40:38 +0000 (05:40 +0000)]
(bug 7826) Fix another typo in an English message, and add to RELEASE-NOTES.

17 years agoAdd some documentation to OutputPage.php and specify public/private for most of its...
Aryeh Gregor [Tue, 7 Nov 2006 05:37:31 +0000 (05:37 +0000)]
Add some documentation to OutputPage.php and specify public/private for most of its member functions (practically all public anyway).  And replace one gratuitous use of strcmp with good old ===.

17 years agoGrammar fix from Graham <grahamwp@optusnet.com.au>, bug 7826
Greg Sabino Mullane [Tue, 7 Nov 2006 04:50:13 +0000 (04:50 +0000)]
Grammar fix from Graham <grahamwp@optusnet.com.au>, bug 7826

17 years agoAdding the block of unknown messages for messages which are not defined in messages...
Rotem Liss [Mon, 6 Nov 2006 18:48:14 +0000 (18:48 +0000)]
Adding the block of unknown messages for messages which are not defined in messages.inc, for future fixing, instead of just removing them.

17 years agoRebuilding Hebrew messages, for test.
Rotem Liss [Mon, 6 Nov 2006 18:26:17 +0000 (18:26 +0000)]
Rebuilding Hebrew messages, for test.

17 years ago* (bug 7819) Move automatic redirect edit summary after pre-save transform to work...
Brion Vibber [Mon, 6 Nov 2006 17:59:02 +0000 (17:59 +0000)]
* (bug 7819) Move automatic redirect edit summary after pre-save transform to work properly with subst: fun

Moved the check from EditPage::attemptSave() to Article::doEdit, merging two duplicate code fragments to one.
Should also work with future bot editing interface and other things that don't go through editing UI.

17 years ago(bug 6706) Kazakh language variants (cyrillic-latin-arabic script conversion, languag...
Rotem Liss [Mon, 6 Nov 2006 17:46:58 +0000 (17:46 +0000)]
(bug 6706) Kazakh language variants (cyrillic-latin-arabic script conversion, language and messages files)

17 years agoRoll back r17454 temporarily until I can talk over what to do about existing pages...
Aryeh Gregor [Mon, 6 Nov 2006 05:09:07 +0000 (05:09 +0000)]
Roll back r17454 temporarily until I can talk over what to do about existing pages that start with a slash with someone.  Reinstate the changes if you've dealt with the problem.

17 years ago* Prevent PHP "Notice: Undefined property: UploadForm::$mUploadTempFileSize in...
Nick Jenkins [Mon, 6 Nov 2006 05:07:27 +0000 (05:07 +0000)]
* Prevent PHP "Notice:  Undefined property:  UploadForm::$mUploadTempFileSize in /includes/SpecialUpload.php on line 114" when an upload fails (e.g. by starting a URL string with "HTTP://" and not "") in error_reporting(E_ALL) mode, by initializing $mUploadTempFileSize to zero.
* Allow URL strings to start with a case-insensitive protocol string (e.g. "Http://" or "FTP://").

17 years ago(bug 98) Prohibit corner-case where it might be possible to create a page beginning...
Aryeh Gregor [Mon, 6 Nov 2006 04:38:50 +0000 (04:38 +0000)]
(bug 98) Prohibit corner-case where it might be possible to create a page beginning with a forward slash.  Patch by Werdna.

17 years agoChange ipb_address to text due to recent report.
Greg Sabino Mullane [Mon, 6 Nov 2006 02:31:59 +0000 (02:31 +0000)]
Change ipb_address to text due to recent report.

17 years ago* (bug 1109) Correct fix for compressed 304 responses when additional output
Brion Vibber [Sun, 5 Nov 2006 22:23:17 +0000 (22:23 +0000)]
* (bug 1109) Correct fix for compressed 304 responses when additional output
  buffers have been installed within the compression handler

17 years agoURLs shouldn't ever be strtolowered. They can be case-sensitive.
Aryeh Gregor [Sun, 5 Nov 2006 20:58:32 +0000 (20:58 +0000)]
URLs shouldn't ever be strtolowered.  They can be case-sensitive.

17 years agoLibrary to write an organised messages array, and script which uses it to rewrite...
Rotem Liss [Sun, 5 Nov 2006 19:43:18 +0000 (19:43 +0000)]
Library to write an organised messages array, and script which uses it to rewrite a messages file; they were not tested much yet, but they seem to work at general. The library may have other uses: the PHP view of Special:Allmessages (though it may have to become more efficient first), and scripts to rename/remove/duplicate/add(?) a message to all the messages files (for languages maintenance).

17 years ago* (bug 7810) Update talk namespaces for Occitan
Brion Vibber [Sun, 5 Nov 2006 19:42:50 +0000 (19:42 +0000)]
* (bug 7810) Update talk namespaces for Occitan

17 years agoTypos.
Rotem Liss [Sun, 5 Nov 2006 19:33:15 +0000 (19:33 +0000)]
Typos.

17 years agoAdding messages I forgot, typo.
Rotem Liss [Sun, 5 Nov 2006 19:01:11 +0000 (19:01 +0000)]
Adding messages I forgot, typo.

17 years agoSetting the feed messages to be optional, and removing them from he.
Rotem Liss [Sun, 5 Nov 2006 17:00:13 +0000 (17:00 +0000)]
Setting the feed messages to be optional, and removing them from he.

17 years ago(bug 7806) Updating variable in userstatstext, patch by Alexander Sigachov
Rotem Liss [Sun, 5 Nov 2006 16:58:19 +0000 (16:58 +0000)]
(bug 7806) Updating variable in userstatstext, patch by Alexander Sigachov

17 years ago(bug 7806) Update of Russian translation
Rotem Liss [Sun, 5 Nov 2006 14:56:28 +0000 (14:56 +0000)]
(bug 7806) Update of Russian translation

17 years ago* checkUsernames.php now uses wfDebugLog instead of hardcoded path to log
Brion Vibber [Sun, 5 Nov 2006 11:30:09 +0000 (11:30 +0000)]
* checkUsernames.php now uses wfDebugLog instead of hardcoded path to log

17 years ago* (bug 7801) Add support for parser function hooks in parser tests
Brion Vibber [Sat, 4 Nov 2006 18:00:57 +0000 (18:00 +0000)]
* (bug 7801) Add support for parser function hooks in parser tests
patch by Steve Sanbeg:
http://bugzilla.wikimedia.org/attachment.cgi?id=2628&action=view

17 years ago* Fix regression in streaming page dump generation
Brion Vibber [Sat, 4 Nov 2006 15:27:55 +0000 (15:27 +0000)]
* Fix regression in streaming page dump generation

17 years agoAdding file which defines the messages structure in the messages file, for future...
Rotem Liss [Sat, 4 Nov 2006 12:54:46 +0000 (12:54 +0000)]
Adding file which defines the messages structure in the messages file, for future use.

17 years agoChanging the comment to clarify the behavior.
Rotem Liss [Sat, 4 Nov 2006 08:42:43 +0000 (08:42 +0000)]
Changing the comment to clarify the behavior.

17 years agoAPI * Changed rchide into rcshow. Now allows very granual specification of what shoul...
Yuri Astrakhan [Sat, 4 Nov 2006 06:53:52 +0000 (06:53 +0000)]
API * Changed rchide into rcshow. Now allows very granual specification of what should be included in the output.

17 years agoAPI * version param now links to the SVN
Yuri Astrakhan [Sat, 4 Nov 2006 05:24:59 +0000 (05:24 +0000)]
API * version param now links to the SVN
* debug case fixes
* renamed ApiQueryContributions to ApiQueryUserContributions (a bit clearer)

17 years ago* (bug 7774) MATH: aded more amstex functions
Jens Frank [Fri, 3 Nov 2006 23:17:20 +0000 (23:17 +0000)]
* (bug 7774) MATH: aded more amstex functions
* (bug 1182) MATH: fixed inconsistent rendering of upper case Greek letters in TeX

17 years agoDocumentation issues for wfMsgReal - convert incorrect usage of @return to @param...
Andrew Garrett [Fri, 3 Nov 2006 22:33:46 +0000 (22:33 +0000)]
Documentation issues for wfMsgReal - convert incorrect usage of @return to @param; and add stub documentation for two undocumented paramters

17 years agoVarious fixes related to the blocking change re: autoblocks. On inserting an IP block...
Andrew Garrett [Fri, 3 Nov 2006 13:24:53 +0000 (13:24 +0000)]
Various fixes related to the blocking change re: autoblocks. On inserting an IP block, the ipb_enable_autoblock field is now automagically blanked, because it doesn't make any sense for an IP block. Additionally, IP blocks without the ipb_enable_autoblock option no longer show up as "autoblock disabled" on Special:Ipblocklist.

17 years ago* (bug 7294) Fix PATH search for diff3 on install
Brion Vibber [Fri, 3 Nov 2006 13:01:22 +0000 (13:01 +0000)]
* (bug 7294) Fix PATH search for diff3 on install

17 years ago* (bug 7550) Normalize user parameter normally on Special:Log
Brion Vibber [Fri, 3 Nov 2006 12:54:58 +0000 (12:54 +0000)]
* (bug 7550) Normalize user parameter normally on Special:Log

17 years agoUpdate.
Rotem Liss [Fri, 3 Nov 2006 10:27:19 +0000 (10:27 +0000)]
Update.

17 years agoTranslations should not change pagecategorieslink - marking as ignored message.
Rotem Liss [Fri, 3 Nov 2006 10:22:34 +0000 (10:22 +0000)]
Translations should not change pagecategorieslink - marking as ignored message.

17 years ago* (bug 7785) Postgres compatibility for timestamps in RC feeds
Brion Vibber [Fri, 3 Nov 2006 08:54:38 +0000 (08:54 +0000)]
* (bug 7785) Postgres compatibility for timestamps in RC feeds

17 years agoRevert r17367 "(bug 7723) Add ic: parser function, with alias tc:, which capitalises...
Brion Vibber [Fri, 3 Nov 2006 08:36:28 +0000 (08:36 +0000)]
Revert r17367 "(bug 7723) Add ic: parser function, with alias tc:, which capitalises the first letter of each word."
Feature creep with no apparent usefulness; would produce obviously incorrect results for mixed-case or all-caps words.

17 years agoAPI * better self-description for various modules
Yuri Astrakhan [Fri, 3 Nov 2006 06:53:47 +0000 (06:53 +0000)]
API * better self-description for various modules
* namespace type for parameters
* fixed bug with incorrect ordering in paging
* fixed bug with revisions and watchlist paging

17 years agoSort the list of skins in My Preferences --> Skins by alphabetical order using asort...
Nick Jenkins [Fri, 3 Nov 2006 06:08:08 +0000 (06:08 +0000)]
Sort the list of skins in My Preferences --> Skins by alphabetical order using asort(). At the moment it appears to just be in random order.

17 years agoFix documentation that confused me. Bad Tim, copy-pasting in r12924!
Aryeh Gregor [Fri, 3 Nov 2006 06:02:34 +0000 (06:02 +0000)]
Fix documentation that confused me.  Bad Tim, copy-pasting in r12924!

17 years ago(bugs 461, 7547) Allow "Categories:" link at bottom of pages to be customized via...
Aryeh Gregor [Fri, 3 Nov 2006 05:50:55 +0000 (05:50 +0000)]
(bugs 461, 7547) Allow "Categories:" link at bottom of pages to be customized via pagecategorieslink message.  Note that this also removes an unused parameter, Special:Categories?article=thisarticle.  If that's supposed to do something, someone should revert this and make it do something.

17 years agoMinor addition to comments for wfMsg / wfMsgExt declarations.
Nick Jenkins [Fri, 3 Nov 2006 05:46:08 +0000 (05:46 +0000)]
Minor addition to comments for wfMsg / wfMsgExt declarations.

17 years ago* (bug 1133) Special:Emailuser: add an option to send yourself a copy your mail....
Nick Jenkins [Fri, 3 Nov 2006 05:39:44 +0000 (05:39 +0000)]
* (bug 1133) Special:Emailuser: add an option to send yourself a copy your mail. [A.K.A. the "CC me, Baby!" option].

17 years ago* (bug 7723) Add ic: parser function, with alias tc:, which capitalises the first...
Andrew Garrett [Fri, 3 Nov 2006 05:25:10 +0000 (05:25 +0000)]
* (bug 7723) Add ic: parser function, with alias tc:, which capitalises the first letter of each word.

17 years agoAPI * forcing the rc_timestamp index (to safeguard myself any harm from domas)
Yuri Astrakhan [Fri, 3 Nov 2006 04:56:42 +0000 (04:56 +0000)]
API * forcing the rc_timestamp index (to safeguard myself any harm from domas)

17 years agoAdd to my commit from last night - give a separate message for not providing a headli...
Andrew Garrett [Fri, 3 Nov 2006 01:37:06 +0000 (01:37 +0000)]
Add to my commit from last night - give a separate message for not providing a headline, rather than the standard one for not having an edit summary. This should fully resolve bug 7788

17 years ago(bug 7788) Force section headers in new section links for users who have 'prompt...
Andrew Garrett [Thu, 2 Nov 2006 13:33:38 +0000 (13:33 +0000)]
(bug 7788) Force section headers in new section links for users who have 'prompt for blank edit summaries' on.

17 years ago* Remove entries from redirect table on article deletion
Brion Vibber [Thu, 2 Nov 2006 11:39:13 +0000 (11:39 +0000)]
* Remove entries from redirect table on article deletion

17 years agotemplatesUsed marker is on its own line; silly to wrap it in a span or try to force...
Brion Vibber [Thu, 2 Nov 2006 10:59:30 +0000 (10:59 +0000)]
templatesUsed marker is on its own line; silly to wrap it in a span or try to force it to inline.
Moved from span to div and not trimming the paragraph tag.

17 years agoAdd whitespace above "templates included on this page" using CSS, not hardcoded line...
Aryeh Gregor [Thu, 2 Nov 2006 06:47:01 +0000 (06:47 +0000)]
Add whitespace above "templates included on this page" using CSS, not hardcoded line break.

17 years ago"si" param should be "siprop" in example (si param is ignored).
Nick Jenkins [Thu, 2 Nov 2006 02:33:14 +0000 (02:33 +0000)]
"si" param should be "siprop" in example (si param is ignored).

17 years agoRemove duplicate line: already in 1.8 upgrade section.
Greg Sabino Mullane [Wed, 1 Nov 2006 22:09:34 +0000 (22:09 +0000)]
Remove duplicate line: already in 1.8 upgrade section.

17 years agoRestore patch that was temporarily reverted in order to rectify an issue where the...
Andrew Garrett [Wed, 1 Nov 2006 21:57:18 +0000 (21:57 +0000)]
Restore patch that was temporarily reverted in order to rectify an issue where the patch was applied without enacting required database changes

17 years agoRevert patch that was scapped into production without database changes
Andrew Garrett [Wed, 1 Nov 2006 21:36:03 +0000 (21:36 +0000)]
Revert patch that was scapped into production without database changes

17 years ago* (bug 7780) Fix regression in editing redirects
Brion Vibber [Wed, 1 Nov 2006 21:02:00 +0000 (21:02 +0000)]
* (bug 7780) Fix regression in editing redirects
There's still some bugs with the redirect table; for instance it doesn't get cleared on page deletion.

17 years agoRevert addition of 'callto' protocol in default recognized protocols.
Brion Vibber [Wed, 1 Nov 2006 20:31:46 +0000 (20:31 +0000)]
Revert addition of 'callto' protocol in default recognized protocols.
I find this rather creepy; on clicking the link, Skype *immediately*
calls the named user. It looks like it may do the same for SkypeOut
numbers, which could be costly, annoying, as well as a privacy issue
if malicious linkers are trying to trick people into following the
links.

I can see this being useful for an intranet or other semiprivate
wiki, but that can then be added by the administrators of that
wiki.

17 years agoAPI * Minor fixes to user contribs and logevents. Paging is still broken.
Yuri Astrakhan [Wed, 1 Nov 2006 15:49:34 +0000 (15:49 +0000)]
API * Minor fixes to user contribs and logevents. Paging is still broken.

17 years agoUpdate.
Rotem Liss [Wed, 1 Nov 2006 14:35:16 +0000 (14:35 +0000)]
Update.

17 years agoUpdate the updater.
Greg Sabino Mullane [Wed, 1 Nov 2006 14:19:40 +0000 (14:19 +0000)]
Update the updater.

17 years agoAdd enable_autoblock column.
Greg Sabino Mullane [Wed, 1 Nov 2006 14:18:33 +0000 (14:18 +0000)]
Add enable_autoblock column.

17 years agoDocument the implementation better (lots of comments). Hopefully this can be used...
Andrew Garrett [Wed, 1 Nov 2006 14:02:59 +0000 (14:02 +0000)]
Document the implementation better (lots of comments). Hopefully this can be used as a starting point for other modules - as it's nice and easy to read

17 years agoAmend Special:Ipblocklist to note when a block has autoblock DISABLED
Andrew Garrett [Wed, 1 Nov 2006 13:01:50 +0000 (13:01 +0000)]
Amend Special:Ipblocklist to note when a block has autoblock DISABLED

17 years agoMissing file from last commit
Andrew Garrett [Wed, 1 Nov 2006 12:07:20 +0000 (12:07 +0000)]
Missing file from last commit

17 years agoImplement usercontribs module for API.
Andrew Garrett [Wed, 1 Nov 2006 12:06:29 +0000 (12:06 +0000)]
Implement usercontribs module for API.

17 years agoFixed invalid title condition
Tim Starling [Wed, 1 Nov 2006 11:21:46 +0000 (11:21 +0000)]
Fixed invalid title condition

17 years agodon't cache error pages
Tim Starling [Wed, 1 Nov 2006 11:21:09 +0000 (11:21 +0000)]
don't cache error pages

17 years agoSQL file for autoblock feature
Tim Starling [Wed, 1 Nov 2006 08:22:05 +0000 (08:22 +0000)]
SQL file for autoblock feature

17 years agoAdded callto:// protocol, for Skype
Tim Starling [Wed, 1 Nov 2006 07:16:58 +0000 (07:16 +0000)]
Added callto:// protocol, for Skype

17 years agoAdded block option "enable autoblocks". Patch by Werdna from bug 1294.
Tim Starling [Wed, 1 Nov 2006 07:13:31 +0000 (07:13 +0000)]
Added block option "enable autoblocks". Patch by Werdna from bug 1294.

17 years agoDatabase: added STRAIGHT_JOIN option for mysql
Yuri Astrakhan [Tue, 31 Oct 2006 21:00:00 +0000 (21:00 +0000)]
Database: added STRAIGHT_JOIN option for mysql
API: Optimized logevents module query

17 years agoadd a comment
Brion Vibber [Tue, 31 Oct 2006 17:00:28 +0000 (17:00 +0000)]
add a comment

17 years agocommit live hack
Brion Vibber [Tue, 31 Oct 2006 16:58:39 +0000 (16:58 +0000)]
commit live hack

17 years agoUpdates for 1.8 Postgres
Greg Sabino Mullane [Tue, 31 Oct 2006 16:03:22 +0000 (16:03 +0000)]
Updates for 1.8 Postgres

17 years agoFixed redirect table update per brion's suggestions.
Yuri Astrakhan [Tue, 31 Oct 2006 15:57:37 +0000 (15:57 +0000)]
Fixed redirect table update per brion's suggestions.

17 years agoDuplicate column.
Greg Sabino Mullane [Tue, 31 Oct 2006 15:53:19 +0000 (15:53 +0000)]
Duplicate column.

17 years agoadd tests for {{#special:}}
Brion Vibber [Tue, 31 Oct 2006 14:55:46 +0000 (14:55 +0000)]
add tests for {{#special:}}

17 years ago* Fix for parser tests with MySQL 5 in strict mode
Brion Vibber [Tue, 31 Oct 2006 14:49:25 +0000 (14:49 +0000)]
* Fix for parser tests with MySQL 5 in strict mode

17 years ago* Add tab links from extensions to classic-based skins (SkinTemplateTab hook)
Brion Vibber [Tue, 31 Oct 2006 14:41:59 +0000 (14:41 +0000)]
* Add tab links from extensions to classic-based skins (SkinTemplateTab hook)
  Provides better cross-skin compatibility for extensions using the modern
  skin hooks, such as Oversight
* Moved variant language links on Cologne Blue and Nostalgia to before the
  login/logout link

17 years agoUpdate.
Rotem Liss [Tue, 31 Oct 2006 13:32:07 +0000 (13:32 +0000)]
Update.

17 years agoFix incorrect var name.
Greg Sabino Mullane [Tue, 31 Oct 2006 13:31:40 +0000 (13:31 +0000)]
Fix incorrect var name.

17 years ago* (bug 7766) Remove redundant / from AJAX requests, can break some servers
Brion Vibber [Tue, 31 Oct 2006 13:27:57 +0000 (13:27 +0000)]
* (bug 7766) Remove redundant / from AJAX requests, can break some servers

17 years agoAdded {{#special:}} parser function, to give the local default title for special...
Tim Starling [Tue, 31 Oct 2006 13:25:47 +0000 (13:25 +0000)]
Added {{#special:}} parser function, to give the local default title for special pages

17 years ago(bug 7758) Added wrapper span to "templates used" explanation to allow CSS styling...
Aryeh Gregor [Mon, 30 Oct 2006 17:18:43 +0000 (17:18 +0000)]
(bug 7758) Added wrapper span to "templates used" explanation to allow CSS styling (class="mw-templatesUsedExplanation").

17 years agoRevert 17297 and 17298 for the moment.
Brion Vibber [Mon, 30 Oct 2006 13:33:33 +0000 (13:33 +0000)]
Revert 17297 and 17298 for the moment.
Remember that trunk must work at all times!
1) Functionality is broken: sidebar/toolbox access keys no longer work
2) Localization changes are incomplete
3) Offhand it isn't clear how to disable default accesskeys; empty message page will show through the default
4) There may be other problems, and a large change to this should have some high-profile announcement of the results and implications first
If it's not going to be all ready at once, recommend putting this in a temporary work branch.

17 years ago* Made special page names case-insensitive and localisable. Care has been taken to...
Tim Starling [Mon, 30 Oct 2006 06:25:31 +0000 (06:25 +0000)]
* Made special page names case-insensitive and localisable. Care has been taken to maintain backwards compatibility.
* Used special page subpages in a few more places, instead of query parameters

17 years agoTweak tables used in parserTests for the 2 new redirect tables
Nick Jenkins [Mon, 30 Oct 2006 06:23:52 +0000 (06:23 +0000)]
Tweak tables used in parserTests for the 2 new redirect tables

17 years agoTypo, thanks nickj
Aryeh Gregor [Mon, 30 Oct 2006 05:32:10 +0000 (05:32 +0000)]
Typo, thanks nickj

17 years ago* (bugs 5051, 5376) All tooltips and accesskeys moved out of Monobook.js and into...
Aryeh Gregor [Mon, 30 Oct 2006 04:33:40 +0000 (04:33 +0000)]
* (bugs 5051, 5376) All tooltips and accesskeys moved out of Monobook.js and into their own system messages.  JavaScript is now only used to attach the prefix to the accesskey in the tooltip.
* Todo: 37 languages still need to be internationalized by refactoring the Monobook.js format into the new format (I did 17 before giving up out of exhaustion).  Until this happens, the tooltips will show up in English for these languages.
* Todo: be generous and add all these new tooltips to non-Monobook skins.

17 years agoMake sure users cannot be deleted unless they have done no editing.
Greg Sabino Mullane [Mon, 30 Oct 2006 01:04:00 +0000 (01:04 +0000)]
Make sure users cannot be deleted unless they have done no editing.

17 years agoAPI * Implemented backlinks / imagelinks / embeddedin modules
Yuri Astrakhan [Mon, 30 Oct 2006 00:18:05 +0000 (00:18 +0000)]
API * Implemented backlinks / imagelinks / embeddedin modules
* Revised help screen

17 years ago* (bug 7636) Fix accesskey display for Firefox 2 on X11.
Aryeh Gregor [Sun, 29 Oct 2006 22:25:21 +0000 (22:25 +0000)]
* (bug 7636) Fix accesskey display for Firefox 2 on X11.
* Switch around "Shift-Alt" to "Alt-Shift", which seems more common and generally sounds better.
* Condense and correct RELEASE-NOTES stuff about this issue (we don't need three lines about one bug just because it was fixed in three phases, right?)

17 years agoUpdated info on bug 7304 (redirect table). This relates to checkin r17291.
Yuri Astrakhan [Sun, 29 Oct 2006 21:40:37 +0000 (21:40 +0000)]
Updated info on bug 7304 (redirect table). This relates to checkin r17291.