lhc/web/wiklou.git
17 years ago* Clean up User::isValidPassword()
Rob Church [Tue, 17 Jul 2007 16:44:40 +0000 (16:44 +0000)]
* Clean up User::isValidPassword()
* Document 'isValidPassword' hook

17 years agoRevert r24105, r24106, r24107 'security fix' forbidden text/css and text/javascript...
Brion Vibber [Tue, 17 Jul 2007 15:50:50 +0000 (15:50 +0000)]
Revert r24105, r24106, r24107 'security fix' forbidden text/css and text/javascript for pages not matching some particular formats.
This doesn't actually do the job; browsers aren't this picky about their JavaScript, and many aren't picky about CSS either. Further, this actually breaks internal JS such as the gen=js mode.

17 years ago* Removing some {{PLURAL:}} calls as wfMsgforContent does not support plural :-(
Raimond Spekking [Tue, 17 Jul 2007 15:28:36 +0000 (15:28 +0000)]
* Removing some {{PLURAL:}} calls as wfMsgforContent does not support plural :-(
* Update German

17 years agoA little more cleanup on the fallback (non-cURL) HttpFunctions fetch.
Brion Vibber [Tue, 17 Jul 2007 15:13:57 +0000 (15:13 +0000)]
A little more cleanup on the fallback (non-cURL) HttpFunctions fetch.
Include a User-Agent header equivalent to the cURL one; this also is needed
when fetching export pages from Wikipedia, as we currently block the default
PHP user-agent string...

17 years ago* (bug 10615) Fix for transwiki import when CURL not available
Brion Vibber [Tue, 17 Jul 2007 14:46:43 +0000 (14:46 +0000)]
* (bug 10615) Fix for transwiki import when CURL not available
Was doing a POST without sending Content-Length header, which some web servers get real pissy about.
Now sends a 'Content-Length: 0' header

17 years ago*Note cascading protection, patch by Lejonel (bug 10614)
Aaron Schulz [Tue, 17 Jul 2007 10:27:23 +0000 (10:27 +0000)]
*Note cascading protection, patch by Lejonel (bug 10614)

17 years ago* Updates
Niklas Laxström [Tue, 17 Jul 2007 08:43:51 +0000 (08:43 +0000)]
* Updates

17 years agoHousekeeping
Raimond Spekking [Tue, 17 Jul 2007 07:07:24 +0000 (07:07 +0000)]
Housekeeping
* Making message 'sorbs' optional. It is untranslated/untranslatable in most languages.
* Removing http://www.sorbs.net from all messages. It was removed from MessagesEn.php in r17528 as it is no longer the DNSBL default.

17 years ago* (bug 10577) Update Thai translation
Raimond Spekking [Tue, 17 Jul 2007 06:24:04 +0000 (06:24 +0000)]
* (bug 10577) Update Thai translation
  Patch by Manop K

17 years agoIt appears that some MIME detectors on Windows machines identify svg's as 'image...
Daniel Cannon [Tue, 17 Jul 2007 06:04:09 +0000 (06:04 +0000)]
It appears that some MIME detectors on Windows machines identify svg's as 'image/svg' instead of 'image/svg+xml'. Might as well have both in $wgMediaHandlers.

17 years agook 0 => msg ==> fail(msg) ; ok 1 => msg ==> pass(msg)
Ævar Arnfjörð Bjarmason [Tue, 17 Jul 2007 03:46:28 +0000 (03:46 +0000)]
ok 0 => msg ==> fail(msg) ; ok 1 => msg ==> pass(msg)

17 years agoImporting Test.php 0.12 from CPAN
Ævar Arnfjörð Bjarmason [Tue, 17 Jul 2007 03:32:43 +0000 (03:32 +0000)]
Importing Test.php 0.12 from CPAN

17 years agoremoved byte order mark, this makes t/maint/bom.t pass
Ævar Arnfjörð Bjarmason [Tue, 17 Jul 2007 03:32:39 +0000 (03:32 +0000)]
removed byte order mark, this makes t/maint/bom.t pass

17 years agoUpdate comment
Rob Church [Tue, 17 Jul 2007 00:22:57 +0000 (00:22 +0000)]
Update comment

17 years agoMention bug fix from r24181 in release notes; if the "other bug" is worth mentioning...
Rob Church [Mon, 16 Jul 2007 22:40:32 +0000 (22:40 +0000)]
Mention bug fix from r24181 in release notes; if the "other bug" is worth mentioning too, please add that as well

17 years agoFix bug 10608, plus a bonus one that was hidden by that bug.
Greg Sabino Mullane [Mon, 16 Jul 2007 21:28:01 +0000 (21:28 +0000)]
Fix bug 10608, plus a bonus one that was hidden by that bug.

17 years agoEr, right. Best to have "return true;" somewhere in the function, isn't it?
Aryeh Gregor [Mon, 16 Jul 2007 20:05:32 +0000 (20:05 +0000)]
Er, right.  Best to have "return true;" somewhere in the function, isn't it?

17 years agoWhoops, reversed inequality. Forgot to check whether this is being run *too* often.
Aryeh Gregor [Mon, 16 Jul 2007 20:01:54 +0000 (20:01 +0000)]
Whoops, reversed inequality.  Forgot to check whether this is being run *too* often.

17 years ago(bug 4650) Added various sanity checks to site stats generation.
Aryeh Gregor [Mon, 16 Jul 2007 19:48:18 +0000 (19:48 +0000)]
(bug 4650) Added various sanity checks to site stats generation.

17 years agoUpdate.
Rotem Liss [Mon, 16 Jul 2007 19:03:05 +0000 (19:03 +0000)]
Update.

17 years agoUpdated translations for da
Anders Wegge Jakobsen [Mon, 16 Jul 2007 17:09:09 +0000 (17:09 +0000)]
Updated translations for da

17 years ago(bug 3173) Option to offer exported pages as a download, rather than displaying inlin...
Rob Church [Mon, 16 Jul 2007 17:04:39 +0000 (17:04 +0000)]
(bug 3173) Option to offer exported pages as a download, rather than displaying inline, as in most browsers; set Content-disposition: attachment with a filename incorporating the site name and timestamp. Defaults to being checked. Also rewrote the Export form generator to use Xml class methods; tweaked spacing on the existing check box. Tweaked English default for "exporttext".

17 years agoOops from r24157. Thanks to [[:de:User:UV]].
Raimond Spekking [Mon, 16 Jul 2007 17:03:21 +0000 (17:03 +0000)]
Oops from r24157. Thanks to [[:de:User:UV]].

17 years agoUpdated translations for da
Anders Wegge Jakobsen [Mon, 16 Jul 2007 16:59:24 +0000 (16:59 +0000)]
Updated translations for da

17 years ago, too
Aryeh Gregor [Mon, 16 Jul 2007 15:53:55 +0000 (15:53 +0000)]
, too

17 years ago* RELEASE-NOTES from last commit
Aryeh Gregor [Mon, 16 Jul 2007 15:51:08 +0000 (15:51 +0000)]
* RELEASE-NOTES from last commit
* (bug 1629) Stop section edit links from being shoved down by other floats, using a one-line CSS fix that should have no other effects
* Move some editsection rules into shared.css (some more header stuff is still left scattered around and should probably be centralized before that document structure is mercilessly purged as evil and un-semantic)

17 years ago* Add a message if category is empty
Raimond Spekking [Mon, 16 Jul 2007 15:15:26 +0000 (15:15 +0000)]
* Add a message if category is empty

17 years ago* Add CSS compatibility for Opera 9.5
Aryeh Gregor [Mon, 16 Jul 2007 14:42:27 +0000 (14:42 +0000)]
* Add CSS compatibility for Opera 9.5
* Remove largely untested handheld stylesheet, which was causing more trouble
  than good.  Proper handheld support will be added at a future date.  For now,
  display should be acceptable either with CSS turned off or when using a so-
  phisticated handheld browser.

Per discussion with David Storey from Opera.

17 years agoLess verbose; don't bother with "return not evaluated", gives the wrong impression...
Rob Church [Mon, 16 Jul 2007 11:30:27 +0000 (11:30 +0000)]
Less verbose; don't bother with "return not evaluated", gives the wrong impression (i.e. hooks *have* to return something) - if the return would affect whether or not an operation occurs, it's probably better to be explicit about this, e.g. "Set $result and return false to override..."

17 years agoRename 'SpecialContribSubEnd' hook to more appropriate 'ContributionsToolLinks',...
Rob Church [Mon, 16 Jul 2007 11:21:21 +0000 (11:21 +0000)]
Rename 'SpecialContribSubEnd' hook to more appropriate 'ContributionsToolLinks', pass user identifier as first parameter, correct misleading documentation ($nt is a Title, not a User), use standard language in release notes as for other hooks

17 years agoHousekeeping:
Raimond Spekking [Mon, 16 Jul 2007 10:44:38 +0000 (10:44 +0000)]
Housekeeping:
* Removing outdated messages
* linkfixing URLs
* spaces

17 years ago* (bug 10575, 10576) Update Swedish translations
Raimond Spekking [Mon, 16 Jul 2007 08:44:21 +0000 (08:44 +0000)]
* (bug 10575, 10576) Update Swedish translations
  Patch by Lejonel

17 years ago* (bug 10581) Update Chinese translations
Raimond Spekking [Mon, 16 Jul 2007 08:25:12 +0000 (08:25 +0000)]
* (bug 10581) Update Chinese translations
  Patch by Shinjiman

17 years ago* (bug 10577) Update Thai translation
Raimond Spekking [Mon, 16 Jul 2007 08:13:01 +0000 (08:13 +0000)]
* (bug 10577) Update Thai translation
  Patch by Manop K

17 years ago* (bug 10598) Update Japanese translation
Raimond Spekking [Mon, 16 Jul 2007 08:02:36 +0000 (08:02 +0000)]
* (bug 10598) Update Japanese translation
  Patch by Kkkdc

17 years agoDocument recently added SpecialContribsSubEnd hook, as well as SpecialContributionsBe...
Daniel Cannon [Mon, 16 Jul 2007 07:11:25 +0000 (07:11 +0000)]
Document recently added SpecialContribsSubEnd hook, as well as SpecialContributionsBeforeMainOutput (which apparently didn't get documented when it was added).

17 years agoAdded hook point to allow extensions to add to contentSub on Special:Contributions.
Daniel Cannon [Mon, 16 Jul 2007 01:10:38 +0000 (01:10 +0000)]
Added hook point to allow extensions to add to contentSub on Special:Contributions.

17 years agoRemove bogus 'speak: none;' declaration. It's invalid for the media types, breaking...
Aryeh Gregor [Sun, 15 Jul 2007 20:21:05 +0000 (20:21 +0000)]
Remove bogus 'speak: none;' declaration.  It's invalid for the media types, breaking CSS validation, and will only confuse actual screen readers that are clever enough to look at screen/projection CSS.

17 years agoNew Parser::setTransparentTagHook for parser extension and template compatibility
Jens Frank [Sun, 15 Jul 2007 11:14:53 +0000 (11:14 +0000)]
New Parser::setTransparentTagHook for parser extension and template compatibility

17 years agoUpdated translations for da
Anders Wegge Jakobsen [Sun, 15 Jul 2007 07:34:00 +0000 (07:34 +0000)]
Updated translations for da

17 years agoAPI: an alternative "continue" value formatted as a URL-encoded snippet. Commented...
Yuri Astrakhan [Sun, 15 Jul 2007 06:56:54 +0000 (06:56 +0000)]
API: an alternative "continue" value formatted as a URL-encoded snippet. Commented at this point.

17 years agoAPI: improved list=logevents - added leprop, decoded some log types
Yuri Astrakhan [Sun, 15 Jul 2007 06:26:41 +0000 (06:26 +0000)]
API: improved list=logevents - added leprop, decoded some log types

17 years agoMIME is an acronym...
Rob Church [Sun, 15 Jul 2007 05:08:06 +0000 (05:08 +0000)]
MIME is an acronym...

17 years agoActually, let's make that message a tid bit more clear: "Page type not compatible...
Daniel Cannon [Sun, 15 Jul 2007 05:04:24 +0000 (05:04 +0000)]
Actually, let's make that message a tid bit more clear: "Page type not compatible with requested mime type."

17 years agoSecurity fix: Previously it was possible to include unprotected and even content...
Daniel Cannon [Sun, 15 Jul 2007 04:57:45 +0000 (04:57 +0000)]
Security fix: Previously it was possible to include unprotected and even content pages in site and user jss/css pages via action=raw. Now when requesting a page as text/javascript or text/css, if it should not contain such content, it simply returns '/* EMPTY */'.

17 years agoHave this message appear in Special:Allmessages.
Rotem Liss [Sun, 15 Jul 2007 01:32:10 +0000 (01:32 +0000)]
Have this message appear in Special:Allmessages.

17 years agoUpdate.
Rotem Liss [Sun, 15 Jul 2007 01:28:55 +0000 (01:28 +0000)]
Update.

17 years agoAPI: Fixed Bug 10544 Add 'rc_id' column to 'recentchanges' query.
Yuri Astrakhan [Sun, 15 Jul 2007 01:12:54 +0000 (01:12 +0000)]
API: Fixed Bug 10544 Add 'rc_id' column to 'recentchanges' query.

17 years agoAPI: Removed maximum limit checking when running api in an internal mode.
Yuri Astrakhan [Sun, 15 Jul 2007 00:52:35 +0000 (00:52 +0000)]
API: Removed maximum limit checking when running api in an internal mode.

17 years agoShow the spinner for the destination filename check, too
Rob Church [Sat, 14 Jul 2007 23:59:32 +0000 (23:59 +0000)]
Show the spinner for the destination filename check, too

17 years ago* Indicate when a preview is unavailable/failed
Rob Church [Sat, 14 Jul 2007 23:54:00 +0000 (23:54 +0000)]
* Indicate when a preview is unavailable/failed
* Show a little progress "spinner" during the AJAX request

17 years ago(bug 10520) Preview licences during upload via AJAX
Rob Church [Sat, 14 Jul 2007 22:06:01 +0000 (22:06 +0000)]
(bug 10520) Preview licences during upload via AJAX

17 years agoAPI: Big change: Removed all userCanRead() checks per IRC discussion. Only rvprop...
Yuri Astrakhan [Sat, 14 Jul 2007 19:04:31 +0000 (19:04 +0000)]
API: Big change: Removed all userCanRead() checks per IRC discussion. Only rvprop=content will now check that the page can be read.

17 years ago(bug 10530) Introduce optional "sp-contributions-explain" message for additional...
Rob Church [Sat, 14 Jul 2007 18:41:26 +0000 (18:41 +0000)]
(bug 10530) Introduce optional "sp-contributions-explain" message for additional explanation in Special:Contributions

17 years agoAdd support for $suffix parameter on wfBasename() clone of basename(), for completene...
Brion Vibber [Fri, 13 Jul 2007 18:08:41 +0000 (18:08 +0000)]
Add support for $suffix parameter on wfBasename() clone of basename(), for completeness' sake

17 years ago* (bug 10508) Allow HTML attributes on <gallery>
Brion Vibber [Fri, 13 Jul 2007 17:25:06 +0000 (17:25 +0000)]
* (bug 10508) Allow HTML attributes on <gallery>
* (bug 1962) Allow HTML attributes on <math>

17 years agoGerman translation
Raimond Spekking [Fri, 13 Jul 2007 15:51:48 +0000 (15:51 +0000)]
German translation

17 years ago* Updates to fi
Niklas Laxström [Fri, 13 Jul 2007 15:25:57 +0000 (15:25 +0000)]
* Updates to fi

17 years ago(bug 10567) Updates for french localisation, by Rémi Kaupp
Andrew Garrett [Fri, 13 Jul 2007 14:34:10 +0000 (14:34 +0000)]
(bug 10567) Updates for french localisation, by Rémi Kaupp

17 years ago(bug 10558) Remove duplicate titles in WatchlistEditor::extractTitles()
Rob Church [Fri, 13 Jul 2007 09:35:12 +0000 (09:35 +0000)]
(bug 10558) Remove duplicate titles in WatchlistEditor::extractTitles()

17 years ago* (bug 10560) Adding a space between category letter heading and "continues"
Raimond Spekking [Fri, 13 Jul 2007 08:41:25 +0000 (08:41 +0000)]
* (bug 10560) Adding a space between category letter heading and "continues"
Some localizations files have a space, some not and it looks ugly without.
Removing space from localization files will be done shortly togehter with other housekeeping stuff.

17 years agoMark Mediawiki::articleFromTitle() as static to prevent following strict standards...
Nick Jenkins [Fri, 13 Jul 2007 08:40:08 +0000 (08:40 +0000)]
Mark Mediawiki::articleFromTitle() as static to prevent following strict standards warning:
---------------------------------
Non-static method MediaWiki::articleFromTitle() should not be called statically in extensions/TalkHere/TalkHere.php on line 81
---------------------------------

17 years ago* (bug 10559) Update Russian translation
Raimond Spekking [Fri, 13 Jul 2007 06:33:25 +0000 (06:33 +0000)]
* (bug 10559) Update Russian translation
  Patch by Alexander Sigachov

17 years agoUpdated translations for da
Anders Wegge Jakobsen [Fri, 13 Jul 2007 06:04:36 +0000 (06:04 +0000)]
Updated translations for da

17 years agomissed a brace.
Steve Sanbeg [Thu, 12 Jul 2007 21:25:22 +0000 (21:25 +0000)]
missed a brace.

17 years agoAdd error checking for mail() function
Steve Sanbeg [Thu, 12 Jul 2007 21:16:03 +0000 (21:16 +0000)]
Add error checking for mail() function

17 years ago* (bug 9151) Fix relative subpage links with section fragments
Brion Vibber [Thu, 12 Jul 2007 21:02:25 +0000 (21:02 +0000)]
* (bug 9151) Fix relative subpage links with section fragments

17 years ago* bug 10557 -- use a line break in raw watchlist edit to avoid bugging opera
Brion Vibber [Thu, 12 Jul 2007 20:12:00 +0000 (20:12 +0000)]
* bug 10557 -- use a line break in raw watchlist edit to avoid bugging opera

17 years agoset returnto link to the rolled-back page, not the main page!
Brion Vibber [Thu, 12 Jul 2007 20:08:07 +0000 (20:08 +0000)]
set returnto link to the rolled-back page, not the main page!

17 years ago* (bug 10526) Fix toolbar/insertTags behavior for IE 6/7 and Opera (8+)
Brion Vibber [Thu, 12 Jul 2007 17:39:15 +0000 (17:39 +0000)]
* (bug 10526) Fix toolbar/insertTags behavior for IE 6/7 and Opera (8+)
  Now matches the selection behavior on Mozilla / Safari.
  Patch by Alex Smotrov.
* Don't show non-functional toolbar buttons on Opera 7 anymore

Tested and confirmed expected behavior:
* Firefox 2.0 / Mac
* Opera 9.20 / Mac
* Opera 8.0 / Mac
* Opera 7.5 / Mac (no toolbar)
* Opera 6 / Mac (no toolbar)
* Safari 2.0 / Mac
* Safari 3.0.2 / Win XP
* IE 7.0 / Win XP
* IE 6.0 / Win XP

Tested with oddities:
* iCab 3 / Mac (toolbar displays but nonfunctional; seems to have HTML parsing errors unrelated to the JS work)

17 years agoQuick fix for html validity in log pages.... this is kind of a bad interface, shouldn...
Brion Vibber [Thu, 12 Jul 2007 17:32:18 +0000 (17:32 +0000)]
Quick fix for html validity in log pages.... this is kind of a bad interface, shouldn't the space be added internally? :P

17 years ago* (bug 10405) Update Farsi translation
Raimond Spekking [Thu, 12 Jul 2007 16:52:27 +0000 (16:52 +0000)]
* (bug 10405) Update Farsi translation
  Patch by Huji

17 years agoUpdate.
Rotem Liss [Thu, 12 Jul 2007 16:50:29 +0000 (16:50 +0000)]
Update.

17 years agoDupe translation for Special:Allpages breaks the special page
Raimond Spekking [Thu, 12 Jul 2007 16:40:56 +0000 (16:40 +0000)]
Dupe translation for Special:Allpages breaks the special page

17 years ago* Fix for Esperanto double-x-encoding in move success page
Brion Vibber [Thu, 12 Jul 2007 15:41:57 +0000 (15:41 +0000)]
* Fix for Esperanto double-x-encoding in move success page

17 years ago* (bug 10552) Suppress rollback link in history for single-revision pages
Brion Vibber [Thu, 12 Jul 2007 14:25:48 +0000 (14:25 +0000)]
* (bug 10552) Suppress rollback link in history for single-revision pages

17 years ago* (bug 10549) Update Thai translations
Raimond Spekking [Thu, 12 Jul 2007 08:58:57 +0000 (08:58 +0000)]
* (bug 10549) Update Thai translations
  Patch by Manop K

17 years agoUse appropriate message for talk page links.
Raimond Spekking [Thu, 12 Jul 2007 08:43:46 +0000 (08:43 +0000)]
Use appropriate message for talk page links.
Localization was broken for user language != content language

17 years agoAPI: Per IRC discussion with brion and co, now API only works if the user has the...
Yuri Astrakhan [Thu, 12 Jul 2007 06:54:08 +0000 (06:54 +0000)]
API: Per IRC discussion with brion and co, now API only works if the user has the right to read

17 years ago* (bug 10546) Update Chinese translations
Raimond Spekking [Thu, 12 Jul 2007 06:06:51 +0000 (06:06 +0000)]
* (bug 10546) Update Chinese translations
  Patch by Shinjiman

17 years agoFix bug with <nowiki> in front of links for wikis where linkPrefixExtension is true
Jens Frank [Wed, 11 Jul 2007 20:44:33 +0000 (20:44 +0000)]
Fix bug with <nowiki> in front of links for wikis where linkPrefixExtension is true

17 years ago*Still use = for LIST_SET so as not no kill non-where queries
Aaron Schulz [Wed, 11 Jul 2007 20:26:33 +0000 (20:26 +0000)]
*Still use = for LIST_SET so as not no kill non-where queries

17 years ago*Make null values of arrays use NULL(for lists) or IS NULL, rather than x = NULL...
Aaron Schulz [Wed, 11 Jul 2007 20:07:25 +0000 (20:07 +0000)]
*Make null values of arrays use NULL(for lists) or IS NULL, rather than x = NULL, which doesn't work

17 years agoURL linkfixes. Redirects exists, housekeeping for other message files can be done...
Raimond Spekking [Wed, 11 Jul 2007 19:43:28 +0000 (19:43 +0000)]
URL linkfixes. Redirects exists, housekeeping for other message files can be done togehter with other updates.

17 years ago* (bug 10405) Update Farsi translation
Raimond Spekking [Wed, 11 Jul 2007 19:33:11 +0000 (19:33 +0000)]
* (bug 10405) Update Farsi translation
  Patch by Huji

17 years agoFix regression from r23575 -- wl_notificationtimestamp didn't get updated anymore...
Brion Vibber [Wed, 11 Jul 2007 19:21:34 +0000 (19:21 +0000)]
Fix regression from r23575 -- wl_notificationtimestamp didn't get updated anymore on update notification, leading to duplicate mails being sent out.
Doing a WHERE on x=NULL doesn't work; need to do 'x IS NULL' here.
Perhaps we should make the DB functions smarter to handle that case to do what we'd expect it to do (as we do turning arrays into 'IN (...)') but this'll fix it for now.

17 years agoDon't spew () when tools group is empty (as on last line where there can be no undo...
Brion Vibber [Wed, 11 Jul 2007 17:45:25 +0000 (17:45 +0000)]
Don't spew () when tools group is empty (as on last line where there can be no undo link)

17 years agoFix.
Rotem Liss [Wed, 11 Jul 2007 15:30:23 +0000 (15:30 +0000)]
Fix.

17 years agoThis function is now not completely new, thus new extensions which don't have to...
Rotem Liss [Wed, 11 Jul 2007 15:24:33 +0000 (15:24 +0000)]
This function is now not completely new, thus new extensions which don't have to be backwards-compatible can use it.

17 years ago(bug 10539) Typo
Rob Church [Wed, 11 Jul 2007 15:15:38 +0000 (15:15 +0000)]
(bug 10539) Typo

17 years agoRevert r23999 -- too-specific class names are annoying and unmaintainable.
Brion Vibber [Wed, 11 Jul 2007 14:50:03 +0000 (14:50 +0000)]
Revert r23999 -- too-specific class names are annoying and unmaintainable.
This is CSS -- use selectors for that!

17 years ago* Updates to Piedmontese (pms)
Niklas Laxström [Wed, 11 Jul 2007 14:26:15 +0000 (14:26 +0000)]
* Updates to Piedmontese (pms)

17 years ago* Updates to Norwegian (no) translation
Niklas Laxström [Wed, 11 Jul 2007 14:22:33 +0000 (14:22 +0000)]
* Updates to Norwegian (no) translation

17 years ago* Update to Arabic (ar) by Meno25 and Mido
Niklas Laxström [Wed, 11 Jul 2007 13:50:33 +0000 (13:50 +0000)]
* Update to Arabic (ar) by Meno25 and Mido

17 years agoAdding a few CSS classes per request on de.wiki
Raimond Spekking [Wed, 11 Jul 2007 11:31:46 +0000 (11:31 +0000)]
Adding a few CSS classes per request on de.wiki

17 years agoAdd "yue" interwiki prefix to wikipedia-interwiki.sql (renaming of zh-yue.wp is pendi...
Raimond Spekking [Wed, 11 Jul 2007 10:04:12 +0000 (10:04 +0000)]
Add "yue" interwiki prefix to wikipedia-interwiki.sql (renaming of zh-yue.wp is pending with bug 8217).

17 years ago* Removing redundant watchlist edit/clear links
Raimond Spekking [Wed, 11 Jul 2007 09:21:28 +0000 (09:21 +0000)]
* Removing redundant watchlist edit/clear links
* Renaming 'watchdetails' -> 'watchlist-details' incl. all localizations, some had still the old parameters $2-$4 (since ages removed from MessagesEn)
* Removing parameters $2 (seems useless/crap) and $3 (marked already as remove-TODO) from SpecialWatchlist.php and as stated above unsed since ages
* Removing 'watchall1' too, now unused

17 years ago(bug 10332) Title->userCan( 'edit' ) may return false positive
Nick Jenkins [Wed, 11 Jul 2007 08:43:21 +0000 (08:43 +0000)]
(bug 10332) Title->userCan( 'edit' ) may return false positive
(If this is not convenient for the userCan refactoring, then please revert this and reopen the bug)

17 years agoCosmetic indentation + very trivial updates
Nick Jenkins [Wed, 11 Jul 2007 08:13:58 +0000 (08:13 +0000)]
Cosmetic indentation + very trivial updates

17 years agoSingle comment tag tweak.
Nick Jenkins [Wed, 11 Jul 2007 08:10:57 +0000 (08:10 +0000)]
Single comment tag tweak.