lhc/web/wiklou.git
16 years agoAdd some variables to globals.txt
Victor Vasiliev [Tue, 8 Jan 2008 18:22:46 +0000 (18:22 +0000)]
Add some variables to globals.txt

16 years agoIntroduce BagOStuff::keys() method for debugging/etc. purposes
Victor Vasiliev [Tue, 8 Jan 2008 18:21:05 +0000 (18:21 +0000)]
Introduce BagOStuff::keys() method for debugging/etc. purposes

16 years agoAPI: add action=logout
Victor Vasiliev [Tue, 8 Jan 2008 18:10:58 +0000 (18:10 +0000)]
API: add action=logout

16 years agoLocalisation updates for core messages from Betawiki (2008-01-08 17:05 CET)
Siebrand Mazeland [Tue, 8 Jan 2008 17:25:38 +0000 (17:25 +0000)]
Localisation updates for core messages from Betawiki (2008-01-08 17:05 CET)

16 years agoReturning protections more consistently
Roan Kattouw [Tue, 8 Jan 2008 16:42:18 +0000 (16:42 +0000)]
Returning protections more consistently

16 years agoChanging name of error code to something making slightly more sense
Roan Kattouw [Tue, 8 Jan 2008 16:36:47 +0000 (16:36 +0000)]
Changing name of error code to something making slightly more sense

16 years ago* (bug 12543) API should support new protected titles system
Roan Kattouw [Tue, 8 Jan 2008 16:31:50 +0000 (16:31 +0000)]
* (bug 12543) API should support new protected titles system
* Changing ApiProtect to return ISO 8601 timestamps
* This doesn't really need a RELEASE-NOTES entry, as the protected titles system is already mentioned in RELEASE-NOTES

16 years agoConsistent newlines and svn:eol-style=native for MessagesNa.php.
Rotem Liss [Tue, 8 Jan 2008 15:43:20 +0000 (15:43 +0000)]
Consistent newlines and svn:eol-style=native for MessagesNa.php.

16 years agoPartial fix of bug 12533
Roan Kattouw [Tue, 8 Jan 2008 15:35:11 +0000 (15:35 +0000)]
Partial fix of bug 12533

16 years ago* Fixed handling of whitespace before HTML comments, slightly broken since r29292.
Tim Starling [Tue, 8 Jan 2008 05:12:20 +0000 (05:12 +0000)]
* Fixed handling of whitespace before HTML comments, slightly broken since r29292.
* Fixed ot['pre'] bug

16 years agoLocalisation updates for core messages from Betawiki (2008-01-07 22:49 CET)
Siebrand Mazeland [Mon, 7 Jan 2008 22:34:00 +0000 (22:34 +0000)]
Localisation updates for core messages from Betawiki (2008-01-07 22:49 CET)

16 years agoLocalisation updates for core messages from Betawiki (2008-01-07 10:00 CET)
Siebrand Mazeland [Mon, 7 Jan 2008 10:04:33 +0000 (10:04 +0000)]
Localisation updates for core messages from Betawiki (2008-01-07 10:00 CET)

16 years agoAdded RepoGroup::setSingleton(). Required to support the DumpHTML extension.
Tim Starling [Mon, 7 Jan 2008 05:38:19 +0000 (05:38 +0000)]
Added RepoGroup::setSingleton(). Required to support the DumpHTML extension.

16 years agoPatch update Kazakh language by AlefZet
Bertrand Grondin [Mon, 7 Jan 2008 05:16:01 +0000 (05:16 +0000)]
Patch update Kazakh language by AlefZet

16 years agoLocalisation updates for core messages from Betawiki (2008-01-06 20:16 CET)
Siebrand Mazeland [Sun, 6 Jan 2008 19:24:04 +0000 (19:24 +0000)]
Localisation updates for core messages from Betawiki (2008-01-06 20:16 CET)

16 years agoMake sure to show the header message (MediaWiki:Userrights-summary) of Special:Userri...
Rotem Liss [Sun, 6 Jan 2008 14:57:45 +0000 (14:57 +0000)]
Make sure to show the header message (MediaWiki:Userrights-summary) of Special:Userrights.

16 years agoLocalisation updates for core messages from Betawiki (2008-01-06 10:33 CET)
Siebrand Mazeland [Sun, 6 Jan 2008 09:39:13 +0000 (09:39 +0000)]
Localisation updates for core messages from Betawiki (2008-01-06 10:33 CET)

16 years ago* Fixed check for sort order ('ZtoA' is not an allowed parameter)
Tim Laqua [Sun, 6 Jan 2008 05:43:57 +0000 (05:43 +0000)]
* Fixed check for sort order ('ZtoA' is not an allowed parameter)

16 years agoRevision timestamp comes out as the current time when no rev ID is given (like the...
Aaron Schulz [Sun, 6 Jan 2008 03:17:09 +0000 (03:17 +0000)]
Revision timestamp comes out as the current time when no rev ID is given (like the first time prepareTextForEdit() is called). This works for new revisions, but is wrong for null edits. Needs to be flagged so that editUpdates() knows to parse after rev ID given so that it can get the last timestamp.

16 years agoDon't compare text twice
Aaron Schulz [Sun, 6 Jan 2008 02:50:18 +0000 (02:50 +0000)]
Don't compare text twice

16 years agoLocalisation updates for core messages from Betawiki (2008-01-05 21:06 CET)
Siebrand Mazeland [Sat, 5 Jan 2008 20:10:38 +0000 (20:10 +0000)]
Localisation updates for core messages from Betawiki (2008-01-05 21:06 CET)

16 years agoWortvertauschung korrigiert, Kommafehler, Deutsch statt Fremdwort.
Purodha B Blissenbach [Sat, 5 Jan 2008 14:36:13 +0000 (14:36 +0000)]
Wortvertauschung korrigiert, Kommafehler, Deutsch statt Fremdwort.

16 years ago* Merged comment handling with the main loop of preprocessToDom(). This fixes a secti...
Tim Starling [Sat, 5 Jan 2008 12:39:12 +0000 (12:39 +0000)]
* Merged comment handling with the main loop of preprocessToDom(). This fixes a section numbering/marking regression introduced in r28588. Added parser tests demonstrating the issue.
* Merged includeonly/noinclude/onlyinclude handling with preprocessToDom(), and used the resulting überparser to fix another section numbering bug: bug 6563. The fix involves putting a template flag "T" into the section parameter of edit links. This flag indicates to extractSections() how <includeonly> etc. should be handled.

If these two changes stick, I'll eventually describe the precise syntactic effects in RELEASE-NOTES.

* Added splitExtNode() for future use in LabeledSectionTransclusion.
* Added parser tests for bug 6563.

16 years ago* Added --keep-uploads option to parserTests.php, to speed up execution.
Tim Starling [Sat, 5 Jan 2008 12:20:54 +0000 (12:20 +0000)]
* Added --keep-uploads option to parserTests.php, to speed up execution.
* Loosened validation for section identifiers in preparation for Parser.php commit with freaky section numbers

16 years agoUpdate localisation section
Siebrand Mazeland [Sat, 5 Jan 2008 11:59:49 +0000 (11:59 +0000)]
Update localisation section

16 years agoQuick solution for problems with limit=max when using slow queries: allowing modules...
Rotem Liss [Sat, 5 Jan 2008 10:05:34 +0000 (10:05 +0000)]
Quick solution for problems with limit=max when using slow queries: allowing modules to delay the parsing of limit=max until they get the actual maximum values, and making them parse it by themselves.

16 years agoModule changerights is currently disabled.
Rotem Liss [Sat, 5 Jan 2008 09:23:39 +0000 (09:23 +0000)]
Module changerights is currently disabled.

16 years agoLocalisation updates for core messages from Betawiki (2008-01-05 9:18 CET)
Siebrand Mazeland [Sat, 5 Jan 2008 08:26:39 +0000 (08:26 +0000)]
Localisation updates for core messages from Betawiki (2008-01-05 9:18 CET)

16 years agoRe-adding ApiChangeRights, but commenting out its entries in ApiMain and AutoLoader...
Roan Kattouw [Fri, 4 Jan 2008 22:33:22 +0000 (22:33 +0000)]
Re-adding ApiChangeRights, but commenting out its entries in ApiMain and AutoLoader. This way the module will be inaccessible for clients, but still present in SVN to be viewed and modified.

16 years agoReapply the ugly-URLs fix, plus a fix so it doesn't duplicate the title when using...
Brion Vibber [Fri, 4 Jan 2008 17:39:24 +0000 (17:39 +0000)]
Reapply the ugly-URLs fix, plus a fix so it doesn't duplicate the title when using pretty URLs

16 years agoRevert r29261, r29271 for now -- some weird mixing up of functions and seemingly...
Brion Vibber [Fri, 4 Jan 2008 17:35:09 +0000 (17:35 +0000)]
Revert r29261, r29271 for now -- some weird mixing up of functions and seemingly random array structures, and it puts back a restricted API module I'd rather not see there for now.

16 years agoLocalisation updates for core messages from Betawiki (2008-01-04 16:36 CET)
Siebrand Mazeland [Fri, 4 Jan 2008 15:56:03 +0000 (15:56 +0000)]
Localisation updates for core messages from Betawiki (2008-01-04 16:36 CET)

16 years agoUserrightsPage:
Roan Kattouw [Fri, 4 Jan 2008 15:33:29 +0000 (15:33 +0000)]
UserrightsPage:
* Moving fetchUser() DB logic to fetchUser_real(), fetchUser() remains present as UI wrapper
* Introducing FETCHUSER_* error constants
* saveUserGroups() now takes a User/UserRightsProxy object rather than a username
* Also validating for groups the user already has (or doesn't have) using splitGroups()
* Fixing ignored parameter $reason in saveUserGroups()

ApiChangeRights:
* Now using UserrightsPage::fetchUser_real()
* Fixing fatal error from ApiResult::setIndexedTagName() when $params['addto'] or $params['rmfrom'] was false.

16 years ago* Updates German
Raimond Spekking [Fri, 4 Jan 2008 13:48:47 +0000 (13:48 +0000)]
* Updates German

16 years agoAdd aln/Gheg Albanian as UI language.
Siebrand Mazeland [Fri, 4 Jan 2008 12:50:21 +0000 (12:50 +0000)]
Add aln/Gheg Albanian as UI language.

16 years agoCorrecting mistake on french localization
Bertrand Grondin [Fri, 4 Jan 2008 12:34:31 +0000 (12:34 +0000)]
Correcting mistake on french localization

16 years agoUpdate french localization message. Three new messages translated
Bertrand Grondin [Fri, 4 Jan 2008 12:29:23 +0000 (12:29 +0000)]
Update french localization message. Three new messages translated

16 years ago* Update Chinese translations
Shinjiman [Fri, 4 Jan 2008 12:00:08 +0000 (12:00 +0000)]
* Update Chinese translations
* Update Cantonese translations
* Update Old Chinese / Late Time Chinese translations

16 years ago* Unbroke Special:Userrights for wikis without pretty URLs
Roan Kattouw [Fri, 4 Jan 2008 11:50:22 +0000 (11:50 +0000)]
* Unbroke Special:Userrights for wikis without pretty URLs
** This probably shouldn't be hard-coded the way I did it
* UserrightsPage::saveUserGroups() now takes $removegroup and $addgroup parameters by reference. Parameters are changed to reflect what was actually added and removed.
* Re-adding ApiChangeRights module, which now handles permission denied errors more gracefully

16 years ago"this site" -> "{{SITENAME}}" in 5 messages
Siebrand Mazeland [Fri, 4 Jan 2008 07:54:41 +0000 (07:54 +0000)]
"this site" -> "{{SITENAME}}" in 5 messages

16 years agoLocalisation updates for core messages from Betawiki (2008-01-04 8:36 CET)
Siebrand Mazeland [Fri, 4 Jan 2008 07:41:34 +0000 (07:41 +0000)]
Localisation updates for core messages from Betawiki (2008-01-04 8:36 CET)

16 years ago* Update Chinese translations
Shinjiman [Fri, 4 Jan 2008 02:26:43 +0000 (02:26 +0000)]
* Update Chinese translations
* Update Cantonese translations
* Update Old Chinese / Late Time Chinese translations

16 years agoRemove useless & that was breaking strict standards.
Aryeh Gregor [Fri, 4 Jan 2008 01:25:13 +0000 (01:25 +0000)]
Remove useless & that was breaking strict standards.

16 years agoRELEASE-NOTES
Aryeh Gregor [Fri, 4 Jan 2008 00:33:39 +0000 (00:33 +0000)]
RELEASE-NOTES

16 years agoMore userrights stuff.
Aryeh Gregor [Fri, 4 Jan 2008 00:28:30 +0000 (00:28 +0000)]
More userrights stuff.
* Use GET, not POST, when searching for user.
* Allow subpage syntax.
* Display the form to change rights when you submit a change, so that you can see its effect and adjust if necessary without hitting "search user" again.
* Clean up form names a bit so that they look pretty in the URL bar.

16 years agoAdd date formatting
Siebrand Mazeland [Fri, 4 Jan 2008 00:15:19 +0000 (00:15 +0000)]
Add date formatting

16 years agor29245 fixed bug 12489 -- add release note line
Brion Vibber [Thu, 3 Jan 2008 23:54:20 +0000 (23:54 +0000)]
r29245 fixed bug 12489 -- add release note line

16 years agoVarious Userrights-related fixes:
Aryeh Gregor [Thu, 3 Jan 2008 23:43:24 +0000 (23:43 +0000)]
Various Userrights-related fixes:
* Adjust UserrightsForm so that it inherits from SpecialPage; nuke HTMLForm.  Since this breaks backward compatibility, renamed to UserrightsPage.
* Created SpecialPage::isRestricted() and enforced use of SpecialPage::userCanExecute() instead of hardcoded checks.  These can now be overridden so that more complicated restriction systems work sanely.  Used them for UserrightsPage (fixes bug 12489).
* A few random comment/documentation tweaks.
Also, update Special:Version date.

16 years agoRemove ApiChangeRights. Duplicates code, doesn't handle current permissions model...
Brion Vibber [Thu, 3 Jan 2008 23:39:21 +0000 (23:39 +0000)]
Remove ApiChangeRights. Duplicates code, doesn't handle current permissions model properly.

16 years agoAdding $specialPageAliases
Siebrand Mazeland [Thu, 3 Jan 2008 22:40:35 +0000 (22:40 +0000)]
Adding $specialPageAliases

16 years agoRevert r29235 -- breaks $wgAddGroups and $wgRemoveGroups
Brion Vibber [Thu, 3 Jan 2008 22:15:20 +0000 (22:15 +0000)]
Revert r29235 -- breaks $wgAddGroups and $wgRemoveGroups

16 years ago(bug 12489) Special:Userrights should be listed under restricted special pages
Huji [Thu, 3 Jan 2008 21:07:48 +0000 (21:07 +0000)]
(bug 12489) Special:Userrights should be listed under restricted special pages

16 years ago* (bug 12493) Removed hardcoded MAX_FILE_SIZE from Special:Import upload form
Brion Vibber [Thu, 3 Jan 2008 20:54:42 +0000 (20:54 +0000)]
* (bug 12493) Removed hardcoded MAX_FILE_SIZE from Special:Import upload form
No particular reason to limit this beyond the general server settings.
Seems to have been in there since the first version of the form, but dang if I know why I put it there. :)

16 years agoIt should use the new message. :o
Huji [Thu, 3 Jan 2008 19:34:58 +0000 (19:34 +0000)]
It should use the new message. :o

16 years agoLocalisation updates for core messages from Betawiki (2008-01-03 20:27 CET)
Siebrand Mazeland [Thu, 3 Jan 2008 19:32:52 +0000 (19:32 +0000)]
Localisation updates for core messages from Betawiki (2008-01-03 20:27 CET)

16 years agoSmall documentation and whitespace fixes
Thomas Bleher [Thu, 3 Jan 2008 19:28:50 +0000 (19:28 +0000)]
Small documentation and whitespace fixes

16 years ago* Updates German
Raimond Spekking [Thu, 3 Jan 2008 19:26:53 +0000 (19:26 +0000)]
* Updates German

16 years agoCredit an author, requested by Li-sung.
Siebrand Mazeland [Thu, 3 Jan 2008 19:23:35 +0000 (19:23 +0000)]
Credit an author, requested by Li-sung.

16 years agoFixes.
Rotem Liss [Thu, 3 Jan 2008 18:07:15 +0000 (18:07 +0000)]
Fixes.

16 years agoMaking the columns have equal widths by default (improves readability and look).
Huji [Thu, 3 Jan 2008 18:03:05 +0000 (18:03 +0000)]
Making the columns have equal widths by default (improves readability and look).

16 years agoUpdate.
Rotem Liss [Thu, 3 Jan 2008 17:58:19 +0000 (17:58 +0000)]
Update.

16 years agoAdded / updated Persian translations
Huji [Thu, 3 Jan 2008 17:50:42 +0000 (17:50 +0000)]
Added / updated Persian translations

16 years agoUpdating MAX_FILE_SIZE to match with the 2MB default of php.ini (it was 1.91MB).
Huji [Thu, 3 Jan 2008 17:46:37 +0000 (17:46 +0000)]
Updating MAX_FILE_SIZE to match with the 2MB default of php.ini (it was 1.91MB).

16 years agoMore explanatory messages shown when an upload error happens (in continuation of...
Huji [Thu, 3 Jan 2008 17:43:51 +0000 (17:43 +0000)]
More explanatory messages shown when an upload error happens (in continuation of r29220).

16 years agoMore explanatory messages shown when an upload error happens.
Huji [Thu, 3 Jan 2008 17:37:59 +0000 (17:37 +0000)]
More explanatory messages shown when an upload error happens.

16 years agoAdded / updated Persian translations
Huji [Thu, 3 Jan 2008 16:03:09 +0000 (16:03 +0000)]
Added / updated Persian translations

16 years agoLocalisation updates for core messages from Betawiki (2008-01-03 13:49 CET)
Siebrand Mazeland [Thu, 3 Jan 2008 12:53:07 +0000 (12:53 +0000)]
Localisation updates for core messages from Betawiki (2008-01-03 13:49 CET)

16 years agoNamespace names, skin names, special page names added
Siebrand Mazeland [Thu, 3 Jan 2008 07:46:33 +0000 (07:46 +0000)]
Namespace names, skin names, special page names added

16 years agoLocalisation updates for core messages from Betawiki (2008-01-03 8:37 CET)
Siebrand Mazeland [Thu, 3 Jan 2008 07:43:36 +0000 (07:43 +0000)]
Localisation updates for core messages from Betawiki (2008-01-03 8:37 CET)
* lad (new), lij (new)

16 years ago* Removed noargs/noparse in braceSubstitution(), they have been largely obsolete...
Tim Starling [Thu, 3 Jan 2008 05:37:32 +0000 (05:37 +0000)]
* Removed noargs/noparse in braceSubstitution(), they have been largely obsolete since the introduction of replace_callback() and now just cause bugs and confusion. Did some related code cleanup.
* Fixed a bug 529 regression -- uncovered line-start syntax in parser function results was not recognised. Added a parser test for this failure plus another three bug 529 tests for good measure.

16 years ago* Update Chinese translations
Shinjiman [Thu, 3 Jan 2008 03:07:49 +0000 (03:07 +0000)]
* Update Chinese translations
* Update Cantonese translations
* Update Old Chinese / Late Time Chinese translations

16 years ago* (bug 9939) Special:Search now sets focus to search input box when no existing
Brion Vibber [Thu, 3 Jan 2008 01:02:09 +0000 (01:02 +0000)]
* (bug 9939) Special:Search now sets focus to search input box when no existing
  search is active

16 years agoLocalisation updates for core messages from Betawiki (2008-01-03 00:07 CET)
Siebrand Mazeland [Wed, 2 Jan 2008 23:16:12 +0000 (23:16 +0000)]
Localisation updates for core messages from Betawiki (2008-01-03 00:07 CET)

16 years agoCorrection to r29191 -- don't break $wgArticlePath check when no $wgActionPaths. :D
Brion Vibber [Wed, 2 Jan 2008 20:48:01 +0000 (20:48 +0000)]
Correction to r29191 -- don't break $wgArticlePath check when no $wgActionPaths. :D
Cut-n-paste error.

16 years ago* (bug 11428) Allow $wgScript inside $wgArticlePath when emulating PATH_INFO
Brion Vibber [Wed, 2 Jan 2008 20:26:06 +0000 (20:26 +0000)]
* (bug 11428) Allow $wgScript inside $wgArticlePath when emulating PATH_INFO
  Fixes 'root'-style rewrite configurations

16 years agoCould have sworn I already did this, but I guess not... remove extra whitespace at...
Brion Vibber [Wed, 2 Jan 2008 20:09:57 +0000 (20:09 +0000)]
Could have sworn I already did this, but I guess not... remove extra whitespace at the end of generated LocalSettings.php

16 years ago* Made general implementation of convertGrammar general enough, so that subclasses...
Niklas Laxström [Wed, 2 Jan 2008 19:58:15 +0000 (19:58 +0000)]
* Made general implementation of convertGrammar general enough, so that subclasses don't need to re-implement it just to change code

16 years ago* Tweak userrights messages a bit and add PLURAL for better localization
Raimond Spekking [Wed, 2 Jan 2008 19:53:17 +0000 (19:53 +0000)]
* Tweak userrights messages a bit and add PLURAL for better localization
* Do not show "Member of" if user is not a member.

16 years ago* (bug 12486) Protected titles now give a warning for privileged editors.
Brion Vibber [Wed, 2 Jan 2008 19:51:34 +0000 (19:51 +0000)]
* (bug 12486) Protected titles now give a warning for privileged editors.
Patch by  Alexandre Emsenhuber  --  http://bugzilla.wikimedia.org/attachment.cgi?id=4500

16 years agoTweak message. No user/sysop/bureaucrat/steward/whoever can delete a page "from the...
Raimond Spekking [Wed, 2 Jan 2008 19:16:18 +0000 (19:16 +0000)]
Tweak message. No user/sysop/bureaucrat/steward/whoever can delete a page "from the database".

16 years agoLocalisation updates for core messages from Betawiki (2008-01-02 18:22 CET)
Siebrand Mazeland [Wed, 2 Jan 2008 18:48:41 +0000 (18:48 +0000)]
Localisation updates for core messages from Betawiki (2008-01-02 18:22 CET)

16 years ago* (bug 12431) Update Belarusian (Tarashkevitsa orthography)
Raimond Spekking [Wed, 2 Jan 2008 18:40:05 +0000 (18:40 +0000)]
* (bug 12431) Update Belarusian (Tarashkevitsa orthography)
  Patch by Eugene Zelenko

16 years ago* Updates German
Raimond Spekking [Wed, 2 Jan 2008 16:45:45 +0000 (16:45 +0000)]
* Updates German

16 years ago* (bug 12145) Update Kazakh translations
Raimond Spekking [Wed, 2 Jan 2008 15:15:26 +0000 (15:15 +0000)]
* (bug 12145) Update Kazakh translations
  Patch by AlefZet

16 years agoLocalisation updates for core messages from Betawiki (2008-01-02 15:18 CET)
Siebrand Mazeland [Wed, 2 Jan 2008 14:37:41 +0000 (14:37 +0000)]
Localisation updates for core messages from Betawiki (2008-01-02 15:18 CET)

16 years agoLocalisation updates for core messages from Betawiki (2008-01-02 9:03 CET)
Siebrand Mazeland [Wed, 2 Jan 2008 08:04:55 +0000 (08:04 +0000)]
Localisation updates for core messages from Betawiki (2008-01-02 9:03 CET)

16 years agoWhen a user is prohibited from creating a page, a title of "View source" makes no...
Aryeh Gregor [Wed, 2 Jan 2008 02:49:31 +0000 (02:49 +0000)]
When a user is prohibited from creating a page, a title of "View source" makes no sense, and there should be no "Return to [[Page]]" link.

16 years agoClarify in getUserPermissionErrors hook documentation that errors should not be made...
Aryeh Gregor [Wed, 2 Jan 2008 02:05:01 +0000 (02:05 +0000)]
Clarify in getUserPermissionErrors hook documentation that errors should not be made red, bold, etc.

16 years agoClean up some error-handling messages a bit, particularly as relate to TitleBlacklist.
Aryeh Gregor [Wed, 2 Jan 2008 02:01:09 +0000 (02:01 +0000)]
Clean up some error-handling messages a bit, particularly as relate to TitleBlacklist.
* Hook-generated error messages should be strong class="error" on moving a page, just like system-generated errors.
* For consistency, "You do not have permission to do that, for the following reason:" should be displayed even if there's only one error message.
* Add a <div class="permissions-errors"> for a single error displayed on editing a page, akin to the <ul class="permissions-errors"> already present.
* In TitleBlacklist, errors should be inline and unstyled; otherwise they'll display inconsistently when added to lists, styled externally, etc.  Using <code> for the matching regex is better than using bold/italics.  I *did not* change all the different languages, only English.

16 years agoChalk another bug up to PHP's lunacy. When a user creating a page is not allowed...
Aryeh Gregor [Wed, 2 Jan 2008 01:39:05 +0000 (01:39 +0000)]
Chalk another bug up to PHP's lunacy.  When a user creating a page is not allowed to either create the page nor edit it, all applicable reasons are now shown, not just the reasons it couldn't be edited.

16 years agoRevert incorrectly committed file, again.
Aryeh Gregor [Wed, 2 Jan 2008 01:16:44 +0000 (01:16 +0000)]
Revert incorrectly committed file, again.

16 years agoFix whitespace, brace style
Aryeh Gregor [Wed, 2 Jan 2008 01:13:41 +0000 (01:13 +0000)]
Fix whitespace, brace style

16 years agoLocalisation updates for core messages from Betawiki (2008-01-01 23:49 CET)
Siebrand Mazeland [Tue, 1 Jan 2008 22:52:05 +0000 (22:52 +0000)]
Localisation updates for core messages from Betawiki (2008-01-01 23:49 CET)

16 years agoLocalisation updates for core messages from Betawiki (2008-01-01 18:23 CET)
Siebrand Mazeland [Tue, 1 Jan 2008 18:26:55 +0000 (18:26 +0000)]
Localisation updates for core messages from Betawiki (2008-01-01 18:23 CET)

16 years agoUpdate local name for Sassarese to Sassaresu
Siebrand Mazeland [Tue, 1 Jan 2008 14:07:58 +0000 (14:07 +0000)]
Update local name for Sassarese to Sassaresu

16 years agoLocalisation updates for core messages from Betawiki (2008-01-01 14:30 CET)
Siebrand Mazeland [Tue, 1 Jan 2008 13:46:37 +0000 (13:46 +0000)]
Localisation updates for core messages from Betawiki (2008-01-01 14:30 CET)

16 years ago* remove messages from ky
Siebrand Mazeland [Tue, 1 Jan 2008 13:05:41 +0000 (13:05 +0000)]
* remove messages from ky
* update RELEASE-NOTES

16 years agoRevert changes for avk and ksh to previous version.
Siebrand Mazeland [Tue, 1 Jan 2008 12:49:14 +0000 (12:49 +0000)]
Revert changes for avk and ksh to previous version.
* avk has no language code yet (expected in early 2008)
* ksh update broke a lot of things (unmaintained)

16 years agoAdding Kotava language (avk)
Bertrand Grondin [Tue, 1 Jan 2008 10:50:41 +0000 (10:50 +0000)]
Adding Kotava language (avk)

16 years agoAfter all that the message ALREADY EXISTS, userrights-summary. Sigh. Reverting...
Aryeh Gregor [Mon, 31 Dec 2007 23:57:28 +0000 (23:57 +0000)]
After all that the message ALREADY EXISTS, userrights-summary.  Sigh.  Reverting self again.