lhc/web/wiklou.git
16 years agoRevert 26830, which 1) completely breaks recentchangeslinked for logged-in users...
Aryeh Gregor [Fri, 19 Oct 2007 20:53:01 +0000 (20:53 +0000)]
Revert 26830, which 1) completely breaks recentchangeslinked for logged-in users (error in LEFT JOIN condition probably due to mixed join syntaxes), and 2) will cause any moderate-sized database to spontaneously combust (over a minute to run the query on an old Simple English database before I killed it) due to Cartesian join of page and redirect tables.

16 years ago* (bug 11647) Update Russian translations
Raimond Spekking [Fri, 19 Oct 2007 14:04:47 +0000 (14:04 +0000)]
* (bug 11647) Update Russian translations
  Patch by  Alexander Sigachov

16 years agoShow changes to pages linked to via a redirect on Special:Recentchangeslinked
Thomas Dalton [Thu, 18 Oct 2007 19:19:37 +0000 (19:19 +0000)]
Show changes to pages linked to via a redirect on Special:Recentchangeslinked

16 years agoUpdate.
Rotem Liss [Thu, 18 Oct 2007 18:52:51 +0000 (18:52 +0000)]
Update.

16 years ago* Fix regression in LinkBatch.php breaking PHP 5.0
Brion Vibber [Thu, 18 Oct 2007 15:55:41 +0000 (15:55 +0000)]
* Fix regression in LinkBatch.php breaking PHP 5.0

PHP 5.0.5 is unhappy about current(array_keys($dbkeys)), since current() is
one of those magic things that uses the pointer in an array.

Probably key($dbkeys) would do the job instead, but I rather dislike all those
funcs. :) Grabbing a temporary var in array_keys() instead for cleanliness.

16 years agoCleanup r26692:
Brion Vibber [Thu, 18 Oct 2007 15:07:55 +0000 (15:07 +0000)]
Cleanup r26692:
* Use content language, not UI language, when adding language suffix to OpenSearch description
* Use $wgContLang->getLanguageName() instead of grabbing a whole array of every name ever :)
* If there isn't a defined language name for this code, don't spew a PHP notice and output "()". Use the language code instead, so non-standard and as-yet-unused languages won't break.

16 years agoCleanup for r26690: don't add new accesskeys without dire need. We already have too...
Brion Vibber [Thu, 18 Oct 2007 14:59:54 +0000 (14:59 +0000)]
Cleanup for r26690: don't add new accesskeys without dire need. We already have too many keyboard conflicts, and don't need to invent new ones for the default button in a form.

16 years agoRevert r26670 [LiquidThreads-related patches] for now:
Brion Vibber [Thu, 18 Oct 2007 14:55:48 +0000 (14:55 +0000)]
Revert r26670 [LiquidThreads-related patches] for now:
* Adds five undocumented hooks
* Unclear purpose for change to SpecialPage
* Big search-and-replace in EditPage for title usage which seems to still leave things inconsistent; a bit confused what all that's mean to be doing.

16 years ago* Initial-lowercase prefix checks in namespaceDupes.php now actually work.
Brion Vibber [Thu, 18 Oct 2007 14:22:02 +0000 (14:22 +0000)]
* Initial-lowercase prefix checks in namespaceDupes.php now actually work.
Not sure how that array_values() snuck in, kind of embarassing. :P

16 years ago* (bug 11649) Show input form when Special:Whatlinkshere has no parameters
Raimond Spekking [Thu, 18 Oct 2007 12:33:57 +0000 (12:33 +0000)]
* (bug 11649) Show input form when Special:Whatlinkshere has no parameters
* Make Special:Whatlinkshere visible to Special:SpecialPages
* Move 2 messages in language (maintenance) files to a more generic place as they are no longer used by Special:Whatlinkshere but by other special pages furthermore
* Kill whitespaces

16 years agoSetting fallback languages for:
Siebrand Mazeland [Wed, 17 Oct 2007 17:12:14 +0000 (17:12 +0000)]
Setting fallback languages for:
* Friulian: Italian
* Haitian Creole: French
* Ingush: Russian
* Low German: German

16 years ago* (bug 11690) Show revert link for page moves in Special:Log to allowed users only
Raimond Spekking [Wed, 17 Oct 2007 15:38:51 +0000 (15:38 +0000)]
* (bug 11690) Show revert link for page moves in Special:Log to allowed users only

16 years ago* Lets try again
Niklas Laxström [Wed, 17 Oct 2007 06:11:53 +0000 (06:11 +0000)]
* Lets try again

16 years agoFix encoding
Siebrand Mazeland [Wed, 17 Oct 2007 06:02:44 +0000 (06:02 +0000)]
Fix encoding

16 years agoSkinTemplateTabAction hook -- now non-broken.
David McCabe [Wed, 17 Oct 2007 03:53:58 +0000 (03:53 +0000)]
SkinTemplateTabAction hook -- now non-broken.

16 years agoLocalisation updates from Betawiki.
Siebrand Mazeland [Tue, 16 Oct 2007 22:17:59 +0000 (22:17 +0000)]
Localisation updates from Betawiki.
* ca, dsb, ext, hr, hy, it, ja, la, nds-nl, nl, sdc, sk, vls, zea

16 years agoRevert r26762 -- destroys article and talk tab text. Reversed condition and/or genera...
Brion Vibber [Tue, 16 Oct 2007 20:29:11 +0000 (20:29 +0000)]
Revert r26762 -- destroys article and talk tab text. Reversed condition and/or generally broken code.

16 years ago* (bug 11683) Update Chinese translations
Raimond Spekking [Tue, 16 Oct 2007 14:27:53 +0000 (14:27 +0000)]
* (bug 11683) Update Chinese translations
  Patch by Shinjiman

16 years ago(bug 11343) If the database is read-only, ensure that undelete fails.
Daniel Cannon [Tue, 16 Oct 2007 09:24:16 +0000 (09:24 +0000)]
(bug 11343) If the database is read-only, ensure that undelete fails.

16 years agoAdded hook to SkinTemplate::tabAction.
David McCabe [Mon, 15 Oct 2007 21:12:28 +0000 (21:12 +0000)]
Added hook to SkinTemplate::tabAction.

16 years ago* And unbreak, rebuildLanguage should really be fixed
Niklas Laxström [Mon, 15 Oct 2007 20:36:26 +0000 (20:36 +0000)]
* And unbreak, rebuildLanguage should really be fixed

16 years agoLocalisation updates from Betawiki.
Siebrand Mazeland [Mon, 15 Oct 2007 20:08:24 +0000 (20:08 +0000)]
Localisation updates from Betawiki.
* ar, cs, dsb, ext, fi, fo, hsb, inh, is, nl, no, sdc, sk, tet, tl, war

16 years agoLocalisation updates from Betawiki.
Siebrand Mazeland [Mon, 15 Oct 2007 19:21:08 +0000 (19:21 +0000)]
Localisation updates from Betawiki.
* scn (including namespaces, namespace aliases, special page aliases, skin names)

16 years ago* Wrong variable and some guessed suppressions
Niklas Laxström [Mon, 15 Oct 2007 15:09:42 +0000 (15:09 +0000)]
* Wrong variable and some guessed suppressions

16 years agoAPI:
Roan Kattouw [Mon, 15 Oct 2007 13:50:43 +0000 (13:50 +0000)]
API:
* Making apprtype and apprlevel accept multiple values
* Adding apdir parameter that allows for reverse-sorting page titles

16 years ago* Fixed some problems and rebuild
Niklas Laxström [Mon, 15 Oct 2007 13:44:22 +0000 (13:44 +0000)]
* Fixed some problems and rebuild

16 years ago* Was a bit too identical copy
Niklas Laxström [Mon, 15 Oct 2007 13:12:46 +0000 (13:12 +0000)]
* Was a bit too identical copy

16 years ago* Rewritten check language with less globals and wiki output
Niklas Laxström [Mon, 15 Oct 2007 12:58:00 +0000 (12:58 +0000)]
* Rewritten check language with less globals and wiki output

16 years agoTypo in comment.
Purodha B Blissenbach [Mon, 15 Oct 2007 10:32:54 +0000 (10:32 +0000)]
Typo in comment.

16 years ago* Message 'cascadeprotected' has for a longer time parameter $2 for a list of titles...
Raimond Spekking [Mon, 15 Oct 2007 08:57:59 +0000 (08:57 +0000)]
* Message 'cascadeprotected' has for a longer time parameter $2 for a list of titles -> use this parameter.

16 years ago* (bug 11662) Update French translations
Raimond Spekking [Mon, 15 Oct 2007 06:23:54 +0000 (06:23 +0000)]
* (bug 11662) Update French translations
  Patch by  Bertrand GRONDIN

16 years ago* Fix some xhtml issues
Niklas Laxström [Sun, 14 Oct 2007 15:14:49 +0000 (15:14 +0000)]
* Fix some xhtml issues

16 years agoNo idea what this is supposed to do, but at least this way it doesn't break special...
Niklas Laxström [Sun, 14 Oct 2007 14:38:29 +0000 (14:38 +0000)]
No idea what this is supposed to do, but at least this way it doesn't break special:contributions, for example

16 years ago* Update German
Raimond Spekking [Sun, 14 Oct 2007 11:16:35 +0000 (11:16 +0000)]
* Update German

16 years ago* Removing some globals that seem unused
Niklas Laxström [Sat, 13 Oct 2007 11:40:42 +0000 (11:40 +0000)]
* Removing some globals that seem unused

16 years ago* Really support plural in undelete
Niklas Laxström [Sat, 13 Oct 2007 11:27:51 +0000 (11:27 +0000)]
* Really support plural in undelete

16 years ago* Use proper function instead of a global
Niklas Laxström [Sat, 13 Oct 2007 11:24:50 +0000 (11:24 +0000)]
* Use proper function instead of a global

16 years ago* Plural for Bat-smg
Niklas Laxström [Sat, 13 Oct 2007 11:21:49 +0000 (11:21 +0000)]
* Plural for Bat-smg

16 years agoAdded accesskey and tooltip for the "Go" button, and tooltip for the "Search" button.
Rotem Liss [Sat, 13 Oct 2007 10:21:59 +0000 (10:21 +0000)]
Added accesskey and tooltip for the "Go" button, and tooltip for the "Search" button.

16 years agoAdding new translation to MessagesFa.php
Huji [Sat, 13 Oct 2007 10:12:27 +0000 (10:12 +0000)]
Adding new translation to MessagesFa.php

16 years agoUpdate.
Rotem Liss [Sat, 13 Oct 2007 10:05:22 +0000 (10:05 +0000)]
Update.

16 years agoLocalisation updates from Betawiki.
Siebrand Mazeland [Sat, 13 Oct 2007 09:56:07 +0000 (09:56 +0000)]
Localisation updates from Betawiki.
* bcl, br, cy, dsb, fo, fr, hy, inh (new), is, nah, scn, sdc, sei, tet, tl, war

16 years agoMerged in changes from Liquid Threads branch including extra hooks and minor changes...
David McCabe [Fri, 12 Oct 2007 23:12:24 +0000 (23:12 +0000)]
Merged in changes from Liquid Threads branch including extra hooks and minor changes to EditPage. (Liquid Threads itself is still an extension; this is just some things it needs.)

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.