lhc/web/wiklou.git
17 years ago* Separating UI code and DB code in Article::rollback()
Roan Kattouw [Fri, 29 Jun 2007 19:55:46 +0000 (19:55 +0000)]
* Separating UI code and DB code in Article::rollback()
* Adding API rollback functionality

17 years agoAdding language in meta=siteinfo (API) (bug 10411)
Roan Kattouw [Fri, 29 Jun 2007 19:00:44 +0000 (19:00 +0000)]
Adding language in meta=siteinfo (API) (bug 10411)

17 years agobring $wgCompressRevisions comment in line with post-1.4 behavior
Brion Vibber [Fri, 29 Jun 2007 15:44:13 +0000 (15:44 +0000)]
bring $wgCompressRevisions comment in line with post-1.4 behavior

17 years ago* Fix empty message checks for message names containing &
Brion Vibber [Fri, 29 Jun 2007 14:42:27 +0000 (14:42 +0000)]
* Fix empty message checks for message names containing &
  This corrects some odd behavior with sidebar items and custom namespaces
  containing ampersands.

17 years agoRevert r23541, breaks AJAX watch and god knows what else
Brion Vibber [Fri, 29 Jun 2007 14:12:59 +0000 (14:12 +0000)]
Revert r23541, breaks AJAX watch and god knows what else

17 years agoFix r23553
Rob Church [Fri, 29 Jun 2007 13:53:27 +0000 (13:53 +0000)]
Fix r23553

17 years agoHook callbacks for 'ShowRawCssJs' should do their own output, if so desired; don...
Rob Church [Fri, 29 Jun 2007 13:52:54 +0000 (13:52 +0000)]
Hook callbacks for 'ShowRawCssJs' should do their own output, if so desired; don't trust the text we get back from the hook.

17 years ago* Darn these colons everywhere
Niklas Laxström [Fri, 29 Jun 2007 13:24:57 +0000 (13:24 +0000)]
* Darn these colons everywhere

17 years ago* Some updates
Niklas Laxström [Fri, 29 Jun 2007 13:20:09 +0000 (13:20 +0000)]
* Some updates

17 years ago* (bug 10406) Fix Special:Listusers filter form for non-ASCII localizations
Brion Vibber [Fri, 29 Jun 2007 13:07:59 +0000 (13:07 +0000)]
* (bug 10406) Fix Special:Listusers filter form for non-ASCII localizations
was misescaped (URL form instead of dbkey form)

17 years agoRevert r23523, r23524, stabbed by Tim :-(
Raimond Spekking [Fri, 29 Jun 2007 10:04:47 +0000 (10:04 +0000)]
Revert r23523, r23524, stabbed by Tim :-(
Removing hard coded colons breaks to many customizations. Sorry again.

17 years agoRestore MW 1.4 behaviour for Special:Upload -- redirect to description page on new...
Tim Starling [Fri, 29 Jun 2007 08:56:30 +0000 (08:56 +0000)]
Restore MW 1.4 behaviour for Special:Upload -- redirect to description page on new upload, show success on reupload.

17 years ago* (bug 10405) Update Farsi translations
Raimond Spekking [Fri, 29 Jun 2007 08:47:22 +0000 (08:47 +0000)]
* (bug 10405) Update Farsi translations
  Patch by Huji

17 years agoNote removal of ?> tags
Rob Church [Fri, 29 Jun 2007 06:06:25 +0000 (06:06 +0000)]
Note removal of ?> tags

17 years ago(bug 10184) Site CSS/JS should be included after that added dynamically (e.g. by...
Aryeh Gregor [Fri, 29 Jun 2007 06:01:50 +0000 (06:01 +0000)]
(bug 10184) Site CSS/JS should be included after that added dynamically (e.g. by extensions).  Shouldn't break anything, I think.  MediaWiki:GeSHi.css could be removed now.

17 years agoClean up handling of custom CSS and JavaScript pages in Article::view():
Rob Church [Fri, 29 Jun 2007 04:31:19 +0000 (04:31 +0000)]
Clean up handling of custom CSS and JavaScript pages in Article::view():

* Don't use parser cache, output is garbled
* Run 'ShowRawCssJs' hook

17 years agoIndonesian (id) localisation updates.
Ivan Lanin [Fri, 29 Jun 2007 02:45:40 +0000 (02:45 +0000)]
Indonesian (id) localisation updates.

17 years agoOops, one bogus one slipped through.
Aryeh Gregor [Fri, 29 Jun 2007 01:25:07 +0000 (01:25 +0000)]
Oops, one bogus one slipped through.

17 years agoRemove ?>'s from files. They're pointless, and just asking for people to mess with...
Aryeh Gregor [Fri, 29 Jun 2007 01:19:14 +0000 (01:19 +0000)]
Remove ?>'s from files.  They're pointless, and just asking for people to mess with the files and add trailing whitespace.  (Yes, I looked over every one and reverted those that were bogus.  Slash-enter a million times in less worked well enough, although it was a bit mind-numbing.)

17 years agoFix comment; fixes a wider problem, in fact
Rob Church [Thu, 28 Jun 2007 22:40:13 +0000 (22:40 +0000)]
Fix comment; fixes a wider problem, in fact

17 years ago* Fix read permission check for special pages with subpage parameters, e.g. Special...
Rob Church [Thu, 28 Jun 2007 22:34:36 +0000 (22:34 +0000)]
* Fix read permission check for special pages with subpage parameters, e.g. Special:Confirmemail
* Fix read permission check for page titles consisting of one or more zeros, e.g. "0", "00" etc.

17 years agoAdded three more missing colons, rebuilt en and tyv
Aryeh Gregor [Thu, 28 Jun 2007 22:11:59 +0000 (22:11 +0000)]
Added three more missing colons, rebuilt en and tyv

17 years agoMore, with double quotes this time
Aryeh Gregor [Thu, 28 Jun 2007 22:02:22 +0000 (22:02 +0000)]
More, with double quotes this time

17 years agoFix broken handling of log views for page titles consisting of one or more zeros...
Rob Church [Thu, 28 Jun 2007 22:00:13 +0000 (22:00 +0000)]
Fix broken handling of log views for page titles consisting of one or more zeros, e.g. "0", "00" etc.

17 years agoCleanup for r23523 using sed
Aryeh Gregor [Thu, 28 Jun 2007 21:57:52 +0000 (21:57 +0000)]
Cleanup for r23523 using sed

17 years ago* Remove hard coded colons from upload form code, add them into message file
Raimond Spekking [Thu, 28 Jun 2007 21:43:02 +0000 (21:43 +0000)]
* Remove hard coded colons from upload form code, add them into message file

17 years ago* (bug 10363) Update Bulgarian translations
Raimond Spekking [Thu, 28 Jun 2007 21:04:24 +0000 (21:04 +0000)]
* (bug 10363) Update Bulgarian translations
  Patch by Borislav Manolov

17 years ago* ef bb bf
Niklas Laxström [Thu, 28 Jun 2007 20:39:43 +0000 (20:39 +0000)]
* ef bb bf

17 years ago* Adding a comment to new 'movepage-moved' messages
Raimond Spekking [Thu, 28 Jun 2007 19:35:15 +0000 (19:35 +0000)]
* Adding a comment to new 'movepage-moved' messages
* Update German

17 years agoUpdate.
Rotem Liss [Thu, 28 Jun 2007 19:11:18 +0000 (19:11 +0000)]
Update.

17 years agoUpdate Farsi for r23513, patch from Huji
Rob Church [Thu, 28 Jun 2007 18:54:26 +0000 (18:54 +0000)]
Update Farsi for r23513, patch from Huji

17 years agoPass the two titles in plain text as (unused per default) parameters $3 and $4 to...
Rob Church [Thu, 28 Jun 2007 18:18:42 +0000 (18:18 +0000)]
Pass the two titles in plain text as (unused per default) parameters $3 and $4 to allow additional goodies in the message (parser functions, extra links etc.)

17 years agoMore specific bug no.
Rob Church [Thu, 28 Jun 2007 18:16:56 +0000 (18:16 +0000)]
More specific bug no.

17 years agoSort out this ridiculous bug in Special:MovePage success message once and for all...
Rob Church [Thu, 28 Jun 2007 18:12:25 +0000 (18:12 +0000)]
Sort out this ridiculous bug in Special:MovePage success message once and for all. Ditch the old message ("pagemovedtext") and introduce a new one ("movepage-moved") which expects proper links, parsed inline. Link to original page doesn't redirect.

17 years agoRmv duplicate include.
Daniel Cannon [Thu, 28 Jun 2007 17:49:18 +0000 (17:49 +0000)]
Rmv duplicate include.

17 years ago* Delay AJAX watch initialization until click so IE 6 with ugly security
Brion Vibber [Thu, 28 Jun 2007 16:21:27 +0000 (16:21 +0000)]
* Delay AJAX watch initialization until click so IE 6 with ugly security
  settings doesn't prompt you until you use the link.

17 years ago(bug 10398) Honour .php5 script extensions in pre-installation splash screen
Rob Church [Thu, 28 Jun 2007 16:06:32 +0000 (16:06 +0000)]
(bug 10398) Honour .php5 script extensions in pre-installation splash screen

17 years ago* Use native XMLHttpRequest class in preference to ActiveX on IE 7; this
Brion Vibber [Thu, 28 Jun 2007 16:06:10 +0000 (16:06 +0000)]
* Use native XMLHttpRequest class in preference to ActiveX on IE 7; this
  avoids the "ActiveX "Do you want to allow ActiveX?" prompt when something
  security settings are cranked this way and AJAX-y gets used.

We still get prompts on IE 6, though, which is kind of annoying.

17 years ago* (bug 10396) Fix AJAX error when $wgScriptPath/index.php is not valid;
Brion Vibber [Thu, 28 Jun 2007 15:13:28 +0000 (15:13 +0000)]
* (bug 10396) Fix AJAX error when $wgScriptPath/index.php is not valid;
  using $wgScript now included in JS info

17 years ago* (bug 10397) Fix AJAX watch error fallback when we receive a bogus result
Brion Vibber [Thu, 28 Jun 2007 15:05:03 +0000 (15:05 +0000)]
* (bug 10397) Fix AJAX watch error fallback when we receive a bogus result

17 years ago* (bug 10387) Detect and handle '.php5' extension environments at install time
Brion Vibber [Thu, 28 Jun 2007 14:50:06 +0000 (14:50 +0000)]
* (bug 10387) Detect and handle '.php5' extension environments at install time
  Patch by Edward Z. Yang.

17 years agoTweak API change which broke Makesysop extension. Same functionality, now in compatib...
Brion Vibber [Thu, 28 Jun 2007 13:42:17 +0000 (13:42 +0000)]
Tweak API change which broke Makesysop extension. Same functionality, now in compatible API.
* use protected, not private, so subclass can still call showEditUserGroupsForm()
* restore compatible parameters to showEditUserGroupsForm()
* encapsulate the filtering of available groups into splitGroups(), so caller doesn't have to do it

17 years ago(bug 10392) Include MediaWiki version details in version output [Roan Kattouw]
Rob Church [Thu, 28 Jun 2007 12:55:12 +0000 (12:55 +0000)]
(bug 10392) Include MediaWiki version details in version output [Roan Kattouw]

17 years agoRevert r23034 for the moment; made it hard to clearly extract log line information...
Brion Vibber [Wed, 27 Jun 2007 21:02:49 +0000 (21:02 +0000)]
Revert r23034 for the moment; made it hard to clearly extract log line information via cut-n-paste since date is missing

17 years ago*goddamnit
Aaron Schulz [Wed, 27 Jun 2007 20:53:47 +0000 (20:53 +0000)]
*goddamnit

17 years agoFix regression -- wfMkdirParents() started whining if target directory existed, inste...
Brion Vibber [Wed, 27 Jun 2007 20:51:41 +0000 (20:51 +0000)]
Fix regression -- wfMkdirParents() started whining if target directory existed, instead of just giving the thumbs-up

17 years ago*Add usertext_timestamp index to archive table
Aaron Schulz [Wed, 27 Jun 2007 20:43:29 +0000 (20:43 +0000)]
*Add usertext_timestamp index to archive table

17 years agoStripping out the year/month filter on contribs for the moment, since there's disagre...
Brion Vibber [Wed, 27 Jun 2007 20:36:03 +0000 (20:36 +0000)]
Stripping out the year/month filter on contribs for the moment, since there's disagreement over how it should work.
Rather than annoy everyone by having it one way and changing it, we'll put it back when it's changed.

17 years ago* (bug 7071) Properly handle an 'oldid' passed to view or edit that doesn't
Brion Vibber [Wed, 27 Jun 2007 15:30:43 +0000 (15:30 +0000)]
* (bug 7071) Properly handle an 'oldid' passed to view or edit that doesn't
  match the given title. Fixes inconsistencies with talk, history, edit links.

This reverts r23445 and moves the check upstream into the title setup at
MediaWiki::checkInitialQueries(). As the most specific identifier which can
be passed, the revision title listed for the oldid (if any) trumps both
'title' and 'curid' parameters.

17 years ago* First Tigrinya (ti) messages by Blake
Niklas Laxström [Wed, 27 Jun 2007 14:41:45 +0000 (14:41 +0000)]
* First Tigrinya (ti) messages by Blake

17 years ago* Introduce 'UserEffectiveGroups' hook; see docs/hooks.txt for more information
Rob Church [Wed, 27 Jun 2007 14:32:31 +0000 (14:32 +0000)]
* Introduce 'UserEffectiveGroups' hook; see docs/hooks.txt for more information
* Add User::getRegistration() accessor

17 years agoRevert r23471, r23474: restore Special:Version to working, non-ugly state
Brion Vibber [Wed, 27 Jun 2007 13:55:59 +0000 (13:55 +0000)]
Revert r23471, r23474: restore Special:Version to working, non-ugly state
Was spitting out PHP warnings and something was badly broken in the style

17 years agoIndonesian (id) localisation updates.
Ivan Lanin [Wed, 27 Jun 2007 13:01:51 +0000 (13:01 +0000)]
Indonesian (id) localisation updates.

17 years ago* (bug 10369) Update Chinese translations
Raimond Spekking [Wed, 27 Jun 2007 10:38:06 +0000 (10:38 +0000)]
* (bug 10369) Update Chinese translations
  Patch by Shinjiman

17 years ago* (bug 10367) Update Kazakh translations
Raimond Spekking [Wed, 27 Jun 2007 10:35:08 +0000 (10:35 +0000)]
* (bug 10367) Update Kazakh translations
  Patch by AlefZet

17 years ago* (bug 10365) Localization of Special:Version
Raimond Spekking [Wed, 27 Jun 2007 10:19:36 +0000 (10:19 +0000)]
* (bug 10365) Localization of Special:Version
  Let English licence information hard coded to avoid any possibility to suppress this important text
  Sort extension functions, parser extension tags and parser extension tags alphabetically
  Use table for software information too.

WTF needs/uses the hook 'SpecialVersionExtensionTypes'? Not documented anywhere in trunk.

17 years agoUpdated translations for da
Anders Wegge Jakobsen [Wed, 27 Jun 2007 08:04:22 +0000 (08:04 +0000)]
Updated translations for da

17 years agoUse Linker::makeKnownLinkObj(); we have a Title object, and it's faster
Rob Church [Wed, 27 Jun 2007 02:49:27 +0000 (02:49 +0000)]
Use Linker::makeKnownLinkObj(); we have a Title object, and it's faster

17 years ago(bug 10360) Fix LogViewer::logLine() for new user log entries. $s->log_user is *not...
Rob Church [Wed, 27 Jun 2007 02:46:06 +0000 (02:46 +0000)]
(bug 10360) Fix LogViewer::logLine() for new user log entries. $s->log_user is *not* the user_id of the user we created, it's the user_id of the creating user, and when $s->log_action is 'create2', these are not the same. Use the ID stashed in log_params (as of r23446) if available, otherwise fall back to a normal contributions link.

17 years ago(bug 10377) "Permanent links" to revisions still work if the page is moved and the...
Aryeh Gregor [Wed, 27 Jun 2007 01:01:22 +0000 (01:01 +0000)]
(bug 10377) "Permanent links" to revisions still work if the page is moved and the redirect deleted

17 years agoDrop the `redirect=no` thing for non-redirects, per Brion. Seems like a waste of...
Rob Church [Tue, 26 Jun 2007 21:24:23 +0000 (21:24 +0000)]
Drop the `redirect=no` thing for non-redirects, per Brion. Seems like a waste of time and a needless load of the page record and text to me, but he's the boss...

17 years agowoops
Brion Vibber [Tue, 26 Jun 2007 21:18:44 +0000 (21:18 +0000)]
woops

17 years ago* (bug 10198) namespaceDupes.php no longer ignores interwiki prefixes
Brion Vibber [Tue, 26 Jun 2007 21:18:27 +0000 (21:18 +0000)]
* (bug 10198) namespaceDupes.php no longer ignores interwiki prefixes
* namespaceDupes.php should work better for initial-lowercase wikis
Also reduced verbosity of output by default. Use --verbose to list eeeverything it checks

17 years agoSome updates; regarding method/member visibilities, OutputPage is not Parser, and...
Rob Church [Tue, 26 Jun 2007 21:03:59 +0000 (21:03 +0000)]
Some updates; regarding method/member visibilities, OutputPage is not Parser, and Language objects

17 years agoWhen you log in from cookie, make the session valid for login as well. Not sure what...
Tim Starling [Tue, 26 Jun 2007 20:40:02 +0000 (20:40 +0000)]
When you log in from cookie, make the session valid for login as well. Not sure what the point of it is otherwise. Necessary for BoardVote session transfer stuff.

17 years ago* (bug 10372) namespaceDupes.php no longer ignores namespace aliases
Brion Vibber [Tue, 26 Jun 2007 20:18:23 +0000 (20:18 +0000)]
* (bug 10372) namespaceDupes.php no longer ignores namespace aliases

17 years agoIndonesian (id) localisation updates.
Ivan Lanin [Tue, 26 Jun 2007 20:10:00 +0000 (20:10 +0000)]
Indonesian (id) localisation updates.

17 years agoChange classes for <pre>s per Brion on Wikitech-l
Aryeh Gregor [Tue, 26 Jun 2007 17:07:23 +0000 (17:07 +0000)]
Change classes for <pre>s per Brion on Wikitech-l

17 years agoload all messages
Tim Starling [Tue, 26 Jun 2007 14:52:51 +0000 (14:52 +0000)]
load all messages

17 years agoFixed incorrect error message for static member functions
Tim Starling [Tue, 26 Jun 2007 14:52:37 +0000 (14:52 +0000)]
Fixed incorrect error message for static member functions

17 years ago* (bug 10334) Replace normal spaces before percent (%) signs with non-breaking spaces
Raimond Spekking [Tue, 26 Jun 2007 08:56:30 +0000 (08:56 +0000)]
* (bug 10334) Replace normal spaces before percent (%) signs with non-breaking spaces

17 years agoUpdate.
Rotem Liss [Tue, 26 Jun 2007 07:29:40 +0000 (07:29 +0000)]
Update.

17 years ago* (bug 10160) Show error message for unknown namespace on Special:Allpages and
Raimond Spekking [Tue, 26 Jun 2007 07:21:28 +0000 (07:21 +0000)]
* (bug 10160) Show error message for unknown namespace on Special:Allpages and
  Special:Prefixindex
* Making input forms prettier for RTL wikis.
* Use proper XML functions for input forms

17 years agoUpdate.
Rotem Liss [Tue, 26 Jun 2007 06:27:00 +0000 (06:27 +0000)]
Update.

17 years ago* Updates German
Raimond Spekking [Tue, 26 Jun 2007 05:23:19 +0000 (05:23 +0000)]
* Updates German
* Update maintenance message files

17 years ago(bug 6711) Add and to allow finer control over usergroup assignment. Completely...
Aryeh Gregor [Tue, 26 Jun 2007 04:07:27 +0000 (04:07 +0000)]
(bug 6711) Add  and  to allow finer control over usergroup assignment.  Completely reverse-compatible with existing userrights-based setups, but can replace Makesysop and Makebot and open the door to lots of other things as well.  Could be moved to extension, I guess, but it just seems a lot simpler to have one interface for all adding/removing of groups.

17 years ago* Wrap site CSS and JavaScript in a <pre> tag, like user JS/CSS
Aryeh Gregor [Tue, 26 Jun 2007 01:01:08 +0000 (01:01 +0000)]
* Wrap site CSS and JavaScript in a <pre> tag, like user JS/CSS
* (bug 10196) Add classes and dir=ltr to the <pre>s on CSS and JS pages (new
  classes: mw-user-css, mw-user-js, mw-site-css, mw-site-js)
* Merge RELEASE-NOTES regarding the addition of a feature and a change to that feature

17 years agoXml::monthSelector() -> Allow callers to override the "id" attribute
Rob Church [Mon, 25 Jun 2007 20:53:40 +0000 (20:53 +0000)]
Xml::monthSelector() -> Allow callers to override the "id" attribute

17 years agoReset the page title after adding preview parser output to the output page
Rob Church [Mon, 25 Jun 2007 20:40:04 +0000 (20:40 +0000)]
Reset the page title after adding preview parser output to the output page

17 years agoDISPLAYTITLE: Fix comparison, damn fragments...check titles are equal and that there...
Rob Church [Mon, 25 Jun 2007 20:30:25 +0000 (20:30 +0000)]
DISPLAYTITLE: Fix comparison, damn fragments...check titles are equal and that there isn't a fragment in the desired title

17 years ago* (bug 10333) Correct date format in Slovenian
Raimond Spekking [Mon, 25 Jun 2007 19:24:40 +0000 (19:24 +0000)]
* (bug 10333) Correct date format in Slovenian

17 years agoRevert r23395, since it won't work (d'oh, of course)
Rob Church [Mon, 25 Jun 2007 16:07:49 +0000 (16:07 +0000)]
Revert r23395, since it won't work (d'oh, of course)

17 years agoOn second thoughts, don't increment the parser cache serial; it *will* cause a load...
Rob Church [Mon, 25 Jun 2007 16:00:46 +0000 (16:00 +0000)]
On second thoughts, don't increment the parser cache serial; it *will* cause a load spike. Added some backwards-compatible checking which should incur no overhead. \o/

17 years agoRemove un-needed message; linking will work as normal
Rob Church [Mon, 25 Jun 2007 15:53:26 +0000 (15:53 +0000)]
Remove un-needed message; linking will work as normal

17 years agoFix up DISPLAYTITLE and enable per default:
Rob Church [Mon, 25 Jun 2007 15:51:09 +0000 (15:51 +0000)]
Fix up DISPLAYTITLE and enable per default:
* Clean up the mess in ParserOutput
* Reject (ignore) custom titles which don't normalise to the same as the current page -- THIS IS IMPORTANT OTHERWISE LINKING GOES TO POT (and not the good kind of pot)
[WARNING: Touches parser version. Old caches will be expired. You might wish to undo this and add some temporarily backwards-compatibility for a few days.]

17 years ago* (bug 10338) Enforce signature length limit in Unicode characters instead of bytes
Brion Vibber [Mon, 25 Jun 2007 15:02:46 +0000 (15:02 +0000)]
* (bug 10338) Enforce signature length limit in Unicode characters instead of bytes
Uses mb_strlen(), which we already have a fallback function for if mbstring extension isn't present.

17 years agoGood old PHP 5, and the $recursive parameter to mkdir()
Rob Church [Mon, 25 Jun 2007 12:58:00 +0000 (12:58 +0000)]
Good old PHP 5, and the $recursive parameter to mkdir()

17 years ago* Housekeeping:
Raimond Spekking [Mon, 25 Jun 2007 12:53:44 +0000 (12:53 +0000)]
* Housekeeping:
** Magig word __END__ was removed a long time ago

17 years agoClean up the mess that is Xml::monthSelector()...
Rob Church [Mon, 25 Jun 2007 11:09:51 +0000 (11:09 +0000)]
Clean up the mess that is Xml::monthSelector()...
* Use accessors instead of direct access to static members
* Use existing XML functions to make life easier and guarantee clean XHTML
* Drop the useless class (use the ID in CSS)

17 years agoFixing the month names - e.g. use 'january', not 'january-gen', in the months list.
Rotem Liss [Mon, 25 Jun 2007 10:07:36 +0000 (10:07 +0000)]
Fixing the month names - e.g. use 'january', not 'january-gen', in the months list.

17 years agoUpdated translations for da
Anders Wegge Jakobsen [Mon, 25 Jun 2007 09:39:49 +0000 (09:39 +0000)]
Updated translations for da

17 years agoIndonesian (id) localisation updates.
Ivan Lanin [Mon, 25 Jun 2007 09:24:57 +0000 (09:24 +0000)]
Indonesian (id) localisation updates.

17 years agoUpdates German
Raimond Spekking [Mon, 25 Jun 2007 09:04:32 +0000 (09:04 +0000)]
Updates German

17 years agoFixing the text of the message: it is not the first line but the actual target.
Rotem Liss [Mon, 25 Jun 2007 08:21:57 +0000 (08:21 +0000)]
Fixing the text of the message: it is not the first line but the actual target.

17 years ago* (bug 10341) Update Russian translations
Raimond Spekking [Mon, 25 Jun 2007 07:52:40 +0000 (07:52 +0000)]
* (bug 10341) Update Russian translations
  Patch by Alexander Sigachov

17 years agoUpdate.
Rotem Liss [Mon, 25 Jun 2007 07:33:27 +0000 (07:33 +0000)]
Update.

17 years ago* (bug 1ß363) Update Bulgarian translations
Raimond Spekking [Mon, 25 Jun 2007 07:20:35 +0000 (07:20 +0000)]
* (bug 1ß363) Update Bulgarian translations
  Patch by Borislav Manolov

17 years agoAPI: Fixed error codes encoding per bug 10308.
Yuri Astrakhan [Mon, 25 Jun 2007 05:44:33 +0000 (05:44 +0000)]
API: Fixed error codes encoding per bug 10308.

17 years ago(bug 9250) Remove hardcoded minimum image name length of three characters. Message...
Aryeh Gregor [Sun, 24 Jun 2007 22:34:30 +0000 (22:34 +0000)]
(bug 9250) Remove hardcoded minimum image name length of three characters.  Message minlength renamed to minlength1.

17 years agoFixes.
Rotem Liss [Sun, 24 Jun 2007 19:30:18 +0000 (19:30 +0000)]
Fixes.