lhc/web/wiklou.git
16 years ago* Small fixes
Niklas Laxström [Fri, 12 Oct 2007 16:45:33 +0000 (16:45 +0000)]
* Small fixes

16 years ago* Support plural in undeleted{revisions,revisions-files,files}
Niklas Laxström [Fri, 12 Oct 2007 15:33:58 +0000 (15:33 +0000)]
* Support plural in undeleted{revisions,revisions-files,files}

16 years agoAPI: Add type filtering to list=recentchanges
Roan Kattouw [Fri, 12 Oct 2007 14:03:43 +0000 (14:03 +0000)]
API: Add type filtering to list=recentchanges

16 years agoWhen saving preferences, check hook and authentication plugin, and actually save...
Rotem Liss [Fri, 12 Oct 2007 10:27:57 +0000 (10:27 +0000)]
When saving preferences, check hook and authentication plugin, and actually save the preferences, *after* the e-mail setting (the hook and authentication plugin should also check/update this).

16 years agoUpdate - changes in this file *will* affect now.
Rotem Liss [Fri, 12 Oct 2007 10:10:25 +0000 (10:10 +0000)]
Update - changes in this file *will* affect now.

16 years agoRemoving comments that are not up to date.
Rotem Liss [Fri, 12 Oct 2007 10:08:48 +0000 (10:08 +0000)]
Removing comments that are not up to date.

16 years agoFix comment.
Rotem Liss [Fri, 12 Oct 2007 07:11:09 +0000 (07:11 +0000)]
Fix comment.

16 years agoRespect time zone from user preference
Raimond Spekking [Fri, 12 Oct 2007 05:23:26 +0000 (05:23 +0000)]
Respect time zone from user preference

16 years agoAPI: Compatibility fix for 5.0.x. Define array_intersect_key if not already defined...
Daniel Cannon [Fri, 12 Oct 2007 04:04:12 +0000 (04:04 +0000)]
API: Compatibility fix for 5.0.x. Define array_intersect_key if not already defined. Implementation by Rod Byrnes, published by php.net.

16 years agoMake filarchive width/height columns ints for Postgres (not smallint)
Greg Sabino Mullane [Fri, 12 Oct 2007 00:40:58 +0000 (00:40 +0000)]
Make filarchive width/height columns ints for Postgres (not smallint)

16 years agoAPI: Add a little docu so that we might be able to make some sense of how this works ;)
Daniel Cannon [Fri, 12 Oct 2007 00:15:21 +0000 (00:15 +0000)]
API: Add a little docu so that we might be able to make some sense of how this works ;)

16 years ago(bug 11632) API: Breaking change: Specify the type of a change in the recentchanges...
Daniel Cannon [Thu, 11 Oct 2007 23:59:00 +0000 (23:59 +0000)]
(bug 11632) API: Breaking change: Specify the type of a change in the recentchanges list as 'edit', 'new', 'log' instead of 0, 1, 2, respectively.

16 years agoObey diffonly preference for undelete diffs
Brion Vibber [Thu, 11 Oct 2007 21:40:24 +0000 (21:40 +0000)]
Obey diffonly preference for undelete diffs

16 years ago* (bug 7872) Deleted revisions can now be viewed as diffs showing changes
Brion Vibber [Thu, 11 Oct 2007 21:07:20 +0000 (21:07 +0000)]
* (bug 7872) Deleted revisions can now be viewed as diffs showing changes
  against the previous revision, whether currently deleted or live.
In cases of mixed or merged histories this may not produce ideal results.
Currently only auto-selected previous revision is available to diff against; in future could potentially allow diffing against any other revision.
'Show changes' button may currently display on the individual revision view form even if there's no prior revision available. Should be correct in the list view though.

16 years agoLocalisation updates from Betawiki.
Siebrand Mazeland [Thu, 11 Oct 2007 20:47:18 +0000 (20:47 +0000)]
Localisation updates from Betawiki.
* Fixes and additions to 12 extensions for bcl
* Updates for MessagesBcl.php

16 years agoAdd back Hebrew aliases for special pages, fixed.
Rotem Liss [Thu, 11 Oct 2007 18:31:10 +0000 (18:31 +0000)]
Add back Hebrew aliases for special pages, fixed.

16 years agoReverting special page aliases: something went wrong, 'no special page' messages.
Rotem Liss [Thu, 11 Oct 2007 17:30:23 +0000 (17:30 +0000)]
Reverting special page aliases: something went wrong, 'no special page' messages.

16 years agoHebrew aliases for special pages.
Rotem Liss [Thu, 11 Oct 2007 16:53:29 +0000 (16:53 +0000)]
Hebrew aliases for special pages.

16 years agoMore Hebrew translations for magic words.
Rotem Liss [Thu, 11 Oct 2007 16:36:03 +0000 (16:36 +0000)]
More Hebrew translations for magic words.

16 years agomissing comma.
Purodha B Blissenbach [Thu, 11 Oct 2007 16:03:00 +0000 (16:03 +0000)]
missing comma.

16 years agoUpdate.
Rotem Liss [Thu, 11 Oct 2007 14:26:20 +0000 (14:26 +0000)]
Update.

16 years ago(bug 11612) Days to show in recent changes cannot be larger than 7
Roan Kattouw [Thu, 11 Oct 2007 12:31:46 +0000 (12:31 +0000)]
(bug 11612) Days to show in recent changes cannot be larger than 7

16 years ago* Update message maintenance file for new message, added in r26584.
Raimond Spekking [Thu, 11 Oct 2007 08:12:36 +0000 (08:12 +0000)]
* Update message maintenance file for new message, added in r26584.
* Update German

16 years agoTighten up the handling of $wgEmailConfirmToEdit , plus related functionality:
Nick Jenkins [Thu, 11 Oct 2007 07:11:51 +0000 (07:11 +0000)]
Tighten up the handling of $wgEmailConfirmToEdit , plus related functionality:

* Bug 11620 - Added call to User::isValidEmailAddr during accout creation.
* Bug 11629 - If $wgEmailConfirmToEdit is true, require people to supply an
  email address when registering.
* adding "prefs-help-email-required" message (which says an email address is required)
  to complement the existing "prefs-help-email" (which says an email address is optional).
  The former makes sense when $wgEmailConfirmToEdit is true, whereas the latter makes
  sense for the default behaviour (which is for $wgEmailConfirmToEdit to be false).
* Using the "prefs-help-email-required" message in Special:Userlogin and Special:Preferences
  when it makes sense to do so.
* Removing EditPage::userNotConfirmedPage() - as far as I can tell, it is not being
  used internally, or by any extensions. Furthermore, its functionality is superceded by
  the $wgEmailConfirmToEdit global and the check on it in Title.php

16 years agoMinor tweak to prevent an E_STRICT warning:
Nick Jenkins [Thu, 11 Oct 2007 07:04:59 +0000 (07:04 +0000)]
Minor tweak to prevent an E_STRICT warning:
"Object of class MailAddress to string conversion in includes/UserMailer.php on line 112"
(It seems a bit silly of PHP to give this warning when the class has a __toString method,
 but adding an explicit toString() call is easy enough)

16 years ago* Fix up RELEASE-NOTES from previous commit (confused commit message with RELEASE...
Andrew Garrett [Thu, 11 Oct 2007 00:53:45 +0000 (00:53 +0000)]
* Fix up RELEASE-NOTES from previous commit (confused commit message with RELEASE-NOTES)
* Fix a bug where css/js pages were displayed normally, and were causing havoc with embedded html in user css/js subpages (a la http://en.wikipedia.org/w/index.php?title=User:AzaToth/differror.js&diff=163690181)

16 years agoMake r26573 shorter ;-)
Raimond Spekking [Wed, 10 Oct 2007 20:35:37 +0000 (20:35 +0000)]
Make r26573 shorter ;-)

16 years agoFixing have/has grammar
Roan Kattouw [Wed, 10 Oct 2007 18:58:40 +0000 (18:58 +0000)]
Fixing have/has grammar

16 years agoRemoving () that made no sense and broke everything
Roan Kattouw [Wed, 10 Oct 2007 14:54:46 +0000 (14:54 +0000)]
Removing () that made no sense and broke everything

16 years ago* Add a new hook getUserPermissionsErrors, which is a more modern version of the...
Andrew Garrett [Wed, 10 Oct 2007 09:56:47 +0000 (09:56 +0000)]
* Add a new hook getUserPermissionsErrors, which is a more modern version of the userCan hook. userCan hook marked as deprecated, as this one allows you to actually say to the user WHY they can't edit an article, as opposed to just that they can't.

As a side-note, magic_quotes_gpc sucks. Two file-saves with it on, and I spent 45 minutes fixing it up, with a hacky perl script.

16 years agoAdd notes about alternate methods
Greg Sabino Mullane [Wed, 10 Oct 2007 01:24:18 +0000 (01:24 +0000)]
Add notes about alternate methods

16 years agoeol style + full stop tweak
Nick Jenkins [Wed, 10 Oct 2007 00:15:51 +0000 (00:15 +0000)]
eol style + full stop tweak

16 years ago* Housekeeping: Remove SORBS(.net) from messages as SORBS isn't used since ages....
Raimond Spekking [Tue, 9 Oct 2007 22:56:50 +0000 (22:56 +0000)]
* Housekeeping: Remove SORBS(.net) from messages as SORBS isn't used since ages. The default should be neutral.

16 years ago* (bug 11619 Update Swedish translations
Raimond Spekking [Tue, 9 Oct 2007 22:44:43 +0000 (22:44 +0000)]
* (bug 11619 Update Swedish translations
  Patch by Lejonel

16 years agoLocalisation updates from Betawiki.
Siebrand Mazeland [Tue, 9 Oct 2007 21:24:49 +0000 (21:24 +0000)]
Localisation updates from Betawiki.
* bat-smg, bcl, dsb, fo, hr, hsb, hy, is, it, nl, sv, tl

16 years agoDon't cache category pages if 'from' or 'until' is being used.
Greg Sabino Mullane [Tue, 9 Oct 2007 19:15:35 +0000 (19:15 +0000)]
Don't cache category pages if 'from' or 'until' is being used.

16 years agoLocalisation updates from Betawiki.
Siebrand Mazeland [Mon, 8 Oct 2007 21:39:17 +0000 (21:39 +0000)]
Localisation updates from Betawiki.
* af

16 years agoLocalisation updates from Betawiki.
Siebrand Mazeland [Mon, 8 Oct 2007 20:24:35 +0000 (20:24 +0000)]
Localisation updates from Betawiki.
* bat-smg, bcl, cs, dsb, hy, nah, nl, sei, tl

16 years ago* (bug 11591) Update Dutch Low Saxon
Raimond Spekking [Mon, 8 Oct 2007 20:02:35 +0000 (20:02 +0000)]
* (bug 11591) Update Dutch Low Saxon
Change fallback to 'nl'

16 years ago* (bug 11494) Minnan localisation
Raimond Spekking [Mon, 8 Oct 2007 19:23:12 +0000 (19:23 +0000)]
* (bug 11494) Minnan localisation
Patches by Shinjiman

16 years ago(bug 11569) API Login should return the cookie prefix
Roan Kattouw [Mon, 8 Oct 2007 18:00:17 +0000 (18:00 +0000)]
(bug 11569) API Login should return the cookie prefix

16 years ago* (bug 11173) Allow limited wikicode rendering via api.php
Roan Kattouw [Mon, 8 Oct 2007 14:24:54 +0000 (14:24 +0000)]
* (bug 11173) Allow limited wikicode rendering via api.php
* (bug 11572) API should provide interface for expanding templates

Patches by VasilevVV

16 years ago* (bug 11557) Samogitian namespace names
Raimond Spekking [Mon, 8 Oct 2007 13:43:36 +0000 (13:43 +0000)]
* (bug 11557) Samogitian namespace names
Aliases from fallback 'lt' added to avoid broken links.

16 years ago* Update German
Raimond Spekking [Mon, 8 Oct 2007 12:23:00 +0000 (12:23 +0000)]
* Update German

16 years ago* (bug 9742) Update Lithuanian
Raimond Spekking [Mon, 8 Oct 2007 09:30:46 +0000 (09:30 +0000)]
* (bug 9742) Update Lithuanian
Patch by Edgaras

16 years ago* (bug 11591) Update Dutch Low Saxon
Raimond Spekking [Mon, 8 Oct 2007 09:14:39 +0000 (09:14 +0000)]
* (bug 11591) Update Dutch Low Saxon

16 years ago* Update message maintenance files for new message, added in r26477.
Raimond Spekking [Mon, 8 Oct 2007 08:46:48 +0000 (08:46 +0000)]
* Update message maintenance files for new message, added in r26477.

16 years agoLocalisation updates from Betawiki.
Siebrand Mazeland [Mon, 8 Oct 2007 07:36:53 +0000 (07:36 +0000)]
Localisation updates from Betawiki.
* ar, bcl, br, fr, sdc

16 years agoLocalisation updates from Betawiki.
Siebrand Mazeland [Mon, 8 Oct 2007 07:11:40 +0000 (07:11 +0000)]
Localisation updates from Betawiki.
* Fixes and additions to 7 extensions for hy (Armenian)
* Core messages update for hy

16 years agodigitTransformTable for bpy.
Siebrand Mazeland [Mon, 8 Oct 2007 06:56:27 +0000 (06:56 +0000)]
digitTransformTable for bpy.

16 years agoRevert r26414 -- causes image reverts to fail as it disables the revert action
Brion Vibber [Sun, 7 Oct 2007 20:44:16 +0000 (20:44 +0000)]
Revert r26414 -- causes image reverts to fail as it disables the revert action

16 years agoLocalisation updates from Betawiki.
Siebrand Mazeland [Sun, 7 Oct 2007 18:43:34 +0000 (18:43 +0000)]
Localisation updates from Betawiki.
* bcl, br, ca, cy, ext, fo, fr, hr, hsb, is, la, li, nl, no, sdc, sei, tl

16 years agoI fail at RELEASE-NOTES. ALso, that was bug 11574
Andrew Garrett [Sun, 7 Oct 2007 13:51:30 +0000 (13:51 +0000)]
I fail at RELEASE-NOTES. ALso, that was bug 11574

16 years agoAdd an interface message loginstart, which, similarly to loginend, appears just befor...
Andrew Garrett [Sun, 7 Oct 2007 13:49:38 +0000 (13:49 +0000)]
Add an interface message loginstart, which, similarly to loginend, appears just before the login form. Patch by MinuteElectron

16 years agoUpdated translations for da
Anders Wegge Jakobsen [Sun, 7 Oct 2007 08:59:34 +0000 (08:59 +0000)]
Updated translations for da

16 years ago* Updates
Niklas Laxström [Sat, 6 Oct 2007 21:20:56 +0000 (21:20 +0000)]
* Updates

16 years agoUpdate to French localisation and rebuilt.
Siebrand Mazeland [Sat, 6 Oct 2007 20:58:00 +0000 (20:58 +0000)]
Update to French localisation and rebuilt.

16 years agoLocalisation updates from Betawiki.
Siebrand Mazeland [Sat, 6 Oct 2007 19:42:14 +0000 (19:42 +0000)]
Localisation updates from Betawiki.
* ca, cy, ext, fo, hr, is, it, ko, pl, ro, sei, shi, sk, tl (new)

16 years agoAPI: Forgot to document r26433 (rvlimit).
Daniel Cannon [Sat, 6 Oct 2007 02:35:27 +0000 (02:35 +0000)]
API: Forgot to document r26433 (rvlimit).

16 years agoAPI: Include, if possible, svn rev in siteinfo query result.
Daniel Cannon [Sat, 6 Oct 2007 02:30:00 +0000 (02:30 +0000)]
API: Include, if possible, svn rev in siteinfo query result.

16 years agoAPI: Ensure it checks *only* the fast limit or the slow limit, not both. On fast...
Daniel Cannon [Fri, 5 Oct 2007 07:37:58 +0000 (07:37 +0000)]
API: Ensure it checks *only* the fast limit or the slow limit, not both. On fast revision queries (those without content), was checking once against fast limit and once against slow limit, and exploding if limit exceeded slow limit.

16 years ago*Remove unused var
Aaron Schulz [Fri, 5 Oct 2007 05:54:49 +0000 (05:54 +0000)]
*Remove unused var

16 years agoLocalisation updates from Betawiki.
Siebrand Mazeland [Thu, 4 Oct 2007 21:54:21 +0000 (21:54 +0000)]
Localisation updates from Betawiki.
* Fixes and additions to magic/ns/special/skin for is, la.

16 years agoUpdate RELEASE-NOTES for last commit. Also, patch was by MinuteElectron.
Daniel Cannon [Thu, 4 Oct 2007 21:49:26 +0000 (21:49 +0000)]
Update RELEASE-NOTES for last commit. Also, patch was by MinuteElectron.

16 years ago(bug 9718) Remove browser-dependent and redundant css introduced by r11305.
Daniel Cannon [Thu, 4 Oct 2007 21:42:52 +0000 (21:42 +0000)]
(bug 9718) Remove browser-dependent and redundant css introduced by r11305.

16 years ago(bug 11561) Don't throw a PHP fatal error when non-existent "revert" action attempted
Rob Church [Thu, 4 Oct 2007 20:54:35 +0000 (20:54 +0000)]
(bug 11561) Don't throw a PHP fatal error when non-existent "revert" action attempted

16 years ago* (bug 11560) Fix broken HTML output from weird link nesting in edit comments.
Brion Vibber [Thu, 4 Oct 2007 18:59:50 +0000 (18:59 +0000)]
* (bug 11560) Fix broken HTML output from weird link nesting in edit comments.
  Nested links (as in image caption text) still don't work _right_ but they're
  less wrong.

Linker::formatComment() used a multi-pass run without proper protections,
making it possible for a later 'link' to erase a previous pass's start
or end tag. Switched to a single-pass run with preg_replace_callback which
avoids this.

16 years agoUpdate special pages for tet.
Siebrand Mazeland [Thu, 4 Oct 2007 17:33:57 +0000 (17:33 +0000)]
Update special pages for tet.

16 years agoLocalisation updates from Betawiki.
Siebrand Mazeland [Thu, 4 Oct 2007 17:28:35 +0000 (17:28 +0000)]
Localisation updates from Betawiki.
* bcl, cy, dsb, gan, gl, ja, nah, sv, tet.

16 years agoAdd stub for shi (Tachelhit)
Brion Vibber [Wed, 3 Oct 2007 22:05:53 +0000 (22:05 +0000)]
Add stub for shi (Tachelhit)

16 years agoFix for regression from r26357: send newtalk notifications only if user has that...
Brion Vibber [Wed, 3 Oct 2007 21:13:02 +0000 (21:13 +0000)]
Fix for regression from r26357: send newtalk notifications only if user has that pref selected

16 years agorm -rf efbbbf
Niklas Laxström [Wed, 3 Oct 2007 18:37:22 +0000 (18:37 +0000)]
rm -rf efbbbf

16 years agoWARNING! NEEDS CAREFUL DEPLOYMENT
Tim Starling [Wed, 3 Oct 2007 08:46:17 +0000 (08:46 +0000)]
WARNING! NEEDS CAREFUL DEPLOYMENT
* Bug 9213: Fixed the plainly broken user_newtalk updating and caching scheme. I tried to keep my changes roughly performance-neutral, but the update on Wikimedia should be watched carefully for performance problems.
* Made UserMailer a class, use the autoloader to load it
* General UserMailer refactoring
* If the user has email-on-newtalk enabled, send them an email for every change, not just the first one before they view the page again.
* Don't add a watchlist entry automatically on change of user talk page

16 years agoLocalisation updates from Betawiki.
Siebrand Mazeland [Tue, 2 Oct 2007 22:15:23 +0000 (22:15 +0000)]
Localisation updates from Betawiki.
* bcl, cy, is, la, nah, sdc.

16 years ago* AuthPlugin added strictUserAuth() method to allow per-user override
Brion Vibber [Tue, 2 Oct 2007 19:02:44 +0000 (19:02 +0000)]
* AuthPlugin added strictUserAuth() method to allow per-user override
  of the strict() authentication behavior.

Fixes the hole where old local passwords could still be used to log into the global account after merging.
Based on patch by Rotem Liss from http://he.wikipedia.org/wiki/%D7%9E%D7%A9%D7%AA%D7%9E%D7%A9:Rotemliss/CentralAuth#2
Changed function name from authenticateLocally() to strictUserAuth() and reversed return value to mesh a little better with strict()

16 years agoAuto-add testRunner.sql without breaking if run from outside the maintenance directory
Brion Vibber [Tue, 2 Oct 2007 15:37:04 +0000 (15:37 +0000)]
Auto-add testRunner.sql without breaking if run from outside the maintenance directory

16 years ago(bug 11534) rvendid doesn't work
Roan Kattouw [Tue, 2 Oct 2007 15:30:39 +0000 (15:30 +0000)]
(bug 11534) rvendid doesn't work

16 years agoFixes.
Rotem Liss [Tue, 2 Oct 2007 03:28:49 +0000 (03:28 +0000)]
Fixes.

16 years agoLocalisation updates from Betawiki.
Siebrand Mazeland [Mon, 1 Oct 2007 22:15:38 +0000 (22:15 +0000)]
Localisation updates from Betawiki.
* bcl, cy, ext, fiu-vro, gan, hr, hsb, is, nl, sdc, tet.

16 years ago* (bug 10367) Update Kazakh translations
Raimond Spekking [Mon, 1 Oct 2007 21:19:17 +0000 (21:19 +0000)]
* (bug 10367) Update Kazakh translations
  Patch by AlefZet

16 years ago* Compatibility with incorrectly detected old-style DJVU mime types
Brion Vibber [Mon, 1 Oct 2007 20:23:14 +0000 (20:23 +0000)]
* Compatibility with incorrectly detected old-style DJVU mime types

16 years agoRevert r26281 for the moment. Big patch, changes several existing practices. Will...
Brion Vibber [Mon, 1 Oct 2007 19:50:25 +0000 (19:50 +0000)]
Revert r26281 for the moment. Big patch, changes several existing practices. Will want some public testing and more review before taking it to trunk.

16 years ago*Clean up deletion of revisions and remove some gaps
Aaron Schulz [Mon, 1 Oct 2007 19:38:28 +0000 (19:38 +0000)]
*Clean up deletion of revisions and remove some gaps
*Allow blocking of users to hide names
*Implement revision deletion for images/deleted files/deleted revs
*Log deletion set off for now
*Add 'hidden' file dir
*Dissallow merging via undelete (which was inefficient and hard to reverse)
*Use restore points and diffs to special:undelete
*Add a special page to merge pages
*Get changeslist to use tables to avoid ugly formatting
*Add logs into RC for rebuildrecentchanges.php
*Add private logs
*List private logs at specialpages
*Tweak/add some deletion and merge messages

16 years ago* Remove translations of 'edittools' from
Raimond Spekking [Mon, 1 Oct 2007 14:34:22 +0000 (14:34 +0000)]
* Remove translations of 'edittools' from
** li: surely no translation of the original en: message
** wa: CharInsert extension is needed to make usage of <charinsert>
* Define 'edittools' message optional as it is not a visible part of the UI.

16 years ago* Do, what the comment already says:
Raimond Spekking [Mon, 1 Oct 2007 14:10:02 +0000 (14:10 +0000)]
* Do, what the comment already says:
Don't bother the user with a warning about a previously deleted file if the file exists now, however.

16 years ago* (bug 278) Search results no longer highlight incorrect partial word matches
Brion Vibber [Mon, 1 Oct 2007 13:05:26 +0000 (13:05 +0000)]
* (bug 278) Search results no longer highlight incorrect partial word matches

16 years ago* Update German
Raimond Spekking [Mon, 1 Oct 2007 12:03:23 +0000 (12:03 +0000)]
* Update German

16 years ago* (bugs 11517, 11518, 11519, 11520) Update French translations
Raimond Spekking [Mon, 1 Oct 2007 09:12:43 +0000 (09:12 +0000)]
* (bugs 11517, 11518, 11519, 11520) Update French translations
  Patch by  Bertrand GRONDIN

16 years agoIndonesian (id) localisation updates.
Ivan Lanin [Mon, 1 Oct 2007 04:44:28 +0000 (04:44 +0000)]
Indonesian (id) localisation updates.

16 years agoLocalisation updates from Betawiki.
Siebrand Mazeland [Sun, 30 Sep 2007 21:52:22 +0000 (21:52 +0000)]
Localisation updates from Betawiki.
* ar, bcl, es, ext, hr, la, ro, sdc, sei, tet.

16 years ago*Some fr translations (by Bertrand) (bug 11280, bug 11502)
Aaron Schulz [Sun, 30 Sep 2007 20:33:06 +0000 (20:33 +0000)]
*Some fr translations (by Bertrand) (bug 11280, bug 11502)

16 years agoClarify instructions given when an exception is thrown and is off, to state that...
Aryeh Gregor [Sun, 30 Sep 2007 00:19:43 +0000 (00:19 +0000)]
Clarify instructions given when an exception is thrown and  is off, to state that the change needs to go at the bottom.

16 years agoLocalisation updates from Betawiki.
Siebrand Mazeland [Sat, 29 Sep 2007 23:27:40 +0000 (23:27 +0000)]
Localisation updates from Betawiki.
* am, bcl, cs, cy, dsb, hr, ja, ko, nds, pt, ro, sei.

16 years agoMerged from apiedit_vodafone branch, r26236.
Yuri Astrakhan [Sat, 29 Sep 2007 05:32:40 +0000 (05:32 +0000)]
Merged from apiedit_vodafone branch, r26236.
The functionality must not have changed - this commit separates the file upload into internalProcessUpload(), while leaving processUpload() to handle web-UI only.

16 years agoLocalisation updates from Betawiki.
Siebrand Mazeland [Fri, 28 Sep 2007 23:58:15 +0000 (23:58 +0000)]
Localisation updates from Betawiki.
* am, ar, bat-smg, bcl, bpy, cy, dsb, ext, fi, hr, ja, la, nl, sdc, sei.

16 years ago*Don't add redundant perm errors, as the text can get doubled up on edit
Aaron Schulz [Fri, 28 Sep 2007 23:56:40 +0000 (23:56 +0000)]
*Don't add redundant perm errors, as the text can get doubled up on edit

16 years agoupdate language
Leonardo Gregianin [Fri, 28 Sep 2007 23:30:01 +0000 (23:30 +0000)]
update language

16 years agoadded mime type aliases for djvu
Daniel Kinzler [Fri, 28 Sep 2007 23:02:27 +0000 (23:02 +0000)]
added mime type aliases for djvu

16 years agoLocalisation updates from Betawiki.
Siebrand Mazeland [Fri, 28 Sep 2007 22:49:53 +0000 (22:49 +0000)]
Localisation updates from Betawiki.
* West Flemish: fallback Dutch (nl)

16 years agofix for bad CSS selector in r26175
Brion Vibber [Fri, 28 Sep 2007 19:08:40 +0000 (19:08 +0000)]
fix for bad CSS selector in r26175