[Bug 164] Support collation by a certain locale (sorting order of characters)

2009-11-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=164





--- Comment #124 from Le Chat cat...@vp.pl  2009-11-17 08:25:28 UTC ---
If you know, why do you change the severity level back to normal? This is a
really fundamental bug - maybe developers living in their ASCII world don't
realize it, but for people who write dictionaries and encyclopedias (which is
what this software is most famously used for), particularly non-English ones,
it really is a major impediment to quality. Can we at least have some
information as to what is being done about this (we're told there's no shortage
of ready solutions), and roughly when we can expect a fix to be implemented?


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 708] Interproject links

2009-11-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=708





--- Comment #36 from James Sully sull...@hotmail.com  2009-11-17 08:48:18 UTC 
---
I agree, i think that this merits a spot above the language box.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 21548] New: Disabling triggers in PostgreSQL can only be done by super user

2009-11-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21548

   Summary: Disabling triggers in PostgreSQL can only be done by
super user
   Product: mwdumper
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Normal
 Component: general
AssignedTo: br...@pobox.com
ReportedBy: wikipe...@fabienpoulard.info


When restoring a dump of wikipedia into PostgreSQL with mwdump, the first lines
are :

ALTER TABLE revision DISABLE TRIGGER ALL;ALTER TABLE page DISABLE TRIGGER ALL;;

this will result in :

ERROR:  permission denied: RI_ConstraintTrigger_X is a system trigger
ERROR:  permission denied: RI_ConstraintTrigger_X is a system trigger

because some triggers are managed by the database server itself and cannot be
disabled by any one, except the super user. However there is a way [1] to delay
the constraints applications in order to load a whole bunch of data in the
database and do not need to be super-user :

At the beggining : SET CONSTRAINTS ALL DEFERRED
At the end : SET CONSTRAINTS ALL IMMEDIATE

[1] http://kopongo.com/2008/7/25/postgres-ri_constrainttrigger-error


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 21549] New: Make constraints DEFERRABLE in postgresql

2009-11-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21549

   Summary: Make constraints DEFERRABLE in postgresql
   Product: MediaWiki
   Version: 1.16-svn
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: Database
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: wikipe...@fabienpoulard.info
Blocks: 21548


Created an attachment (id=6794)
 -- (https://bugzilla.wikimedia.org/attachment.cgi?id=6794)
Make all constraints deferrable

In order to be able to load a mediawiki dump with mwdumper in PostgreSQL
without needing to be the super-user, all constraints must be deferrable in
order to delay their application until the end of the transaction (cf. Bug
21548).

I attached a patch.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 21548] Disabling triggers in PostgreSQL can only be done by super user

2009-11-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21548


grdscarabe wikipe...@fabienpoulard.info changed:

   What|Removed |Added

 Depends on||21549




-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 3311] Automatic category redirects

2009-11-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=3311





--- Comment #57 from Le Chat cat...@vp.pl  2009-11-17 12:34:08 UTC ---
Hello, is anyone still working on this? Any progress lately? It all seemed to
be going so well at one point...


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
You are the assignee for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 20900] Insert Table: Cannot insert tables in IE

2009-11-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=20900


Roan Kattouw roan.katt...@gmail.com changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||FIXED




--- Comment #15 from Roan Kattouw roan.katt...@gmail.com  2009-11-17 12:44:12 
UTC ---
(In reply to comment #14)
 If any links added to the page or add headings using the drop down all get
 inserted in the top of the page irrespective of the cursor location
There is a separate bug for this, bug 21492. The bug as filed was fixed.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 164] Support collation by a certain locale (sorting order of characters)

2009-11-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=164


Varga Benjámin benn...@freemail.hu changed:

   What|Removed |Added

 CC||benn...@freemail.hu




--- Comment #125 from Varga Benjámin benn...@freemail.hu  2009-11-17 13:26:56 
UTC ---
+1. It really seems to us, that the severity of this problem is not clear
enough for those living in ASCII world. ;) Any solution will be greatly
appreciated...


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 21517] Enable patrolled edits on the French wiktionary

2009-11-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21517





--- Comment #4 from JackPotte hubert.bos...@gmail.com  2009-11-17 14:46:48 
UTC ---
However, the Spanish Wikinews deplores the absence of button: mark as
vandalism.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
You are the assignee for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 21551] New: Allow configuring the Squid response chars limit on purges

2009-11-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21551

   Summary: Allow configuring the Squid response chars limit on
purges
   Product: MediaWiki
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Keywords: need-review, patch
  Severity: enhancement
  Priority: Normal
 Component: General/Unknown
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: avino...@gmail.com


Created an attachment (id=6796)
 -- (https://bugzilla.wikimedia.org/attachment.cgi?id=6796)
new $wgSquidResponseLimit configuration directive, with a default value.

SquidUpdate uses a hardcoded configuration for the character limit of the Squid
server response (SquidUpdate.php, line 143). This makes it hard to integrate MW
into custom compilations of Squid, and/or different reverse proxy applications
(like Varnish) that might return a different length of result.

In this patch, I've created a new configuration directive
$wgSquidResponseLimit, and set it to 250 by default (same as the hard-coded
value).


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 20812] Wikisource: IPs unable to flag articles as proofread

2009-11-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=20812





--- Comment #27 from joergens.mi joergens@googlemail.com  2009-11-17 
15:01:32 UTC ---
I find it very interesting how ThomasV is arguing about 9 lines of code, which
would improve the extension. And his arguments, that if someone else would do
it will be ok - we have misunderstood him we are only allowed by him to do it
the second best way.

He is arguing that a user Xarax can do this for us whith a lot more of java
script code. I'm sorry Xarax isn't active as an user anymore (we are quite
unhappy about that, only Bot-activities can be seen within in the last 6
month). A experienced programmer - a person who we are laking at the moment -
should write a lot of code to circumvent the obstacles, it must be tested in
the real environment including removing the bugs, we haf bad experiences about
that. 

And his argument other subdomains don't want it (which one? french community
should be clear - or?). If you look at the communications,in total more people
are arguing for enhancing the extension then against. 

Here you have a list of the communities working with proofread
http://wikisource.org/wiki/Wikisource:ProofreadPage_Statistics

The biggest curiousity is ThomasV introduced a big change in the extension
without talking to a lot of communities. We must learn it the hard way, by
notifying that things which had run good for quite a long time, won't run
anymore suddenly. I think most of the communites didn't know up to now, what
had happened and therefore don't take part in the communication. (I don't think
that a lot of communites are converting multithousand page projects to
Proofread 2). 


I think you should also read this comment here 
http://lists.wikimedia.org/pipermail/wikisource-l/2009-November/000636.html


Greetings

p.s. we want to use the the page quality system but without beeing overruled.
We believe in the wiki system and assume good faith (AGF) by the people which
are contributing.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 1581] pre over multiple lines in lists

2009-11-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=1581





--- Comment #17 from Ingo Rohloff ingo.rohl...@lauterbach.com  2009-11-17 
17:16:03 UTC ---
Created an attachment (id=6797)
 -- (https://bugzilla.wikimedia.org/attachment.cgi?id=6797)
Patch to fix pre in lists problem

The PHP code actually looks like this patch implements the INTENDED behaviour.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 21552] New: error in validate_type_of_multiple_fields (SF_FormUtils)

2009-11-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21552

   Summary: error in validate_type_of_multiple_fields (SF_FormUtils)
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: major
  Priority: Normal
 Component: SemanticForms
AssignedTo: yaro...@gmail.com
ReportedBy: jack.p...@psitex.com
CC: wikibugs-l@lists.wikimedia.org


Created an attachment (id=6798)
 -- (https://bugzilla.wikimedia.org/attachment.cgi?id=6798)
patch for order error in validate_type_of_multiple_fields (SF_FormUtils)

I don't know if this covers more than dates, but at least for type=date, the
IDs for the field tags for multiple part fields in the form are in the format
input_field_num_instance_num, example:
id=input_123_day
id=input_123_month
id=input_123_year
. . .

This javascript was looking for them in the format
input_instance_num_field_num, example:
id=input_day_123
id=input_month_123
id=input_year_123

The attached patch fixes that order.

Unknown:  Will this cause or fix problems with validate_type_of_multiple_fields
with type other than date?

Causes browser hangs in large forms


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 21551] Allow configuring the Squid response chars limit on purges

2009-11-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21551


Roan Kattouw roan.katt...@gmail.com changed:

   What|Removed |Added

 CC||roan.katt...@gmail.com
 Status|NEW |RESOLVED
 Resolution||FIXED




--- Comment #1 from Roan Kattouw roan.katt...@gmail.com  2009-11-17 19:05:40 
UTC ---
Patch committed in r59178.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 21545] Left hand navigation menu shows under article text on monobook skin on Google Chrome 4

2009-11-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21545


Ævar Arnfjörð Bjarmason ava...@gmail.com changed:

   What|Removed |Added

 CC||ava...@gmail.com
 Status|NEW |RESOLVED
 Resolution||INVALID




--- Comment #1 from Ævar Arnfjörð Bjarmason ava...@gmail.com  2009-11-17 
19:14:02 UTC ---
This is a Chrome issue that has been filed upstream:
http://code.google.com/p/chromium/issues/detail?id=19586


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 21549] Make constraints DEFERRABLE in postgresql

2009-11-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21549


Max Semenik maxsem.w...@gmail.com changed:

   What|Removed |Added

 AssignedTo|wikibugs-   |g...@turnstep.com
   |l...@lists.wikimedia.org   |
   Keywords||postgresql




-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 21553] New: Remove LiquidThreads customisation of recentchanges

2009-11-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21553

   Summary: Remove LiquidThreads customisation of recentchanges
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: LiquidThreads
AssignedTo: agarr...@wikimedia.org
ReportedBy: agarr...@wikimedia.org


The LiquidThreads RC customisation isn't working out, best to strip it for now.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 21554] New: Missing second-level replies in thread permalink view

2009-11-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21554

   Summary: Missing second-level replies in thread permalink view
   Product: MediaWiki extensions
   Version: any
  Platform: All
   URL: http://liquidthreads.labs.wikimedia.org/wiki/Thread:Feed
back/Remove_username_(and_number_of_replies)_from_page_t
itles
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: LiquidThreads
AssignedTo: agarr...@wikimedia.org
ReportedBy: agarr...@wikimedia.org


See URL, compare to on full talkpage view.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 21517] Enable patrolled edits on the French wiktionary

2009-11-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21517





--- Comment #5 from JackPotte hubert.bos...@gmail.com  2009-11-17 22:04:42 
UTC ---
The fr.b vote is positive:
http://fr.wikibooks.org/wiki/Wikilivres:Le_Bistro/Messages_actuels#MW:Help:Patrolled_edits


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
You are the assignee for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 21517] Enable patrolled edits on the French wiktionary

2009-11-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21517





--- Comment #6 from Reedy s...@reedyboy.net  2009-11-17 22:05:39 UTC ---
Probably best whacking it in a seperate bug


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
You are the assignee for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 21486] Advanced toolbar doesn't show in Safari 3

2009-11-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21486


Roan Kattouw roan.katt...@gmail.com changed:

   What|Removed |Added

Summary|Advanced toolbar doesn't|Advanced toolbar doesn't
   |show in Safari 3 and IE7|show in Safari 3




--- Comment #1 from Roan Kattouw roan.katt...@gmail.com  2009-11-17 22:26:18 
UTC ---
Bug report doesn't mention IE7, and the toolbar seems to be showing just fine
on IE.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 21343] Search and Replace: regexes not treated as multiline

2009-11-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21343





--- Comment #4 from Roan Kattouw roan.katt...@gmail.com  2009-11-17 22:34:44 
UTC ---
(In reply to comment #1)
 When the  info[a-z]*[^][a-z] use, it return the text infobox'actor where the '
 is not searched.
 

Note that this is an invalid regex.

Could you try reproducing this problem again, and supply more details about the
text, regex and browser used?


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 5497] Regression in HTML normalization in 1.6 (unclosed li)

2009-11-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=5497


Mark A. Hershberger m...@everybody.org changed:

   What|Removed |Added

 CC||m...@everybody.org
 Status|NEW |RESOLVED
 Resolution||FIXED




--- Comment #14 from Mark A. Hershberger m...@everybody.org  2009-11-17 
22:43:36 UTC ---
This appears to have been fixed long ago.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 20554] Expose average lag (avglag) a well as maxlag

2009-11-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=20554


Tim Starling tstarl...@wikimedia.org changed:

   What|Removed |Added

 CC||tstarl...@wikimedia.org
 Status|RESOLVED|REOPENED
 Resolution|FIXED   |




--- Comment #5 from Tim Starling tstarl...@wikimedia.org  2009-11-17 22:46:06 
UTC ---
I'm not keen on this. The idea of maxlag is to perform writes as fast as the
slowest slave will allow. If you keep doing writes until half the slaves are
overloaded, the slowest slaves will be past 30s lag and completely depooled.
That doesn't seem like an appropriate place to stop writing.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 20554] Expose average lag (avglag) a well as maxlag

2009-11-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=20554


Andrew Garrett agarr...@wikimedia.org changed:

   What|Removed |Added

 CC||agarr...@wikimedia.org




--- Comment #6 from Andrew Garrett agarr...@wikimedia.org  2009-11-17 
22:50:59 UTC ---
(In reply to comment #0)
 Background:
 AWB has been (or is still, nearing finishing) reimplemented to use the api for
 editing. We've decided its wise to follow maxlag, more so for bot editing.
 
 So we are using the recommended value of 5ms for bot editing, but this became 
 a
 pain for users doing semi-automated editing, as they would quite often fall
 prey to maxlag restrictions preventing editing. We therefore changed this to
 20ms for users. Although, this solves some problems for users, it doesn't 
 solve
 them completely.. And in some cases, editing can be done (and following
 guidelines) using a multi tabbed browser and some fast clicking..

Do you mean 5 s? 5 ms is probably more than the latency between the master and
some slaves on a bad day.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 20554] Expose average lag (avglag) a well as maxlag

2009-11-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=20554





--- Comment #7 from Reedy s...@reedyboy.net  2009-11-17 22:52:58 UTC ---
Yeah, i do. 5ms wouldn't be worth bothering about ;)


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 20554] Expose average lag (avglag) a well as maxlag

2009-11-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=20554





--- Comment #8 from Roan Kattouw roan.katt...@gmail.com  2009-11-17 22:53:30 
UTC ---
I guess it kinda depends on how this is used, and the nature of the client.
Bots performing maintenance tasks can afford to wait for maxlag to drop, but
tools like AWB that aim to provide relatively fast user interaction don't want
to wait all day. In a scenario where one slave is badly lagged but the rest is
not, avglag could help for these slightly higher priority edits. Of course it
would need to be set to a low value like 2.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 20554] Expose average lag (avglag) a well as maxlag

2009-11-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=20554





--- Comment #9 from Andrew Garrett agarr...@wikimedia.org  2009-11-17 
22:55:15 UTC ---
(In reply to comment #8)
 I guess it kinda depends on how this is used, and the nature of the client.
 Bots performing maintenance tasks can afford to wait for maxlag to drop, but
 tools like AWB that aim to provide relatively fast user interaction don't want
 to wait all day. In a scenario where one slave is badly lagged but the rest is
 not, avglag could help for these slightly higher priority edits. Of course it
 would need to be set to a low value like 2.

Well, if your approach is keep writing regardless of whether you lag a slave
out until it's depooled, then you might as well not bother checking for slave
lag at all.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 20554] Expose average lag (avglag) a well as maxlag

2009-11-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=20554





--- Comment #10 from Tim Starling tstarl...@wikimedia.org  2009-11-17 
22:58:27 UTC ---
(In reply to comment #8)
 I guess it kinda depends on how this is used, and the nature of the client.
 Bots performing maintenance tasks can afford to wait for maxlag to drop, but
 tools like AWB that aim to provide relatively fast user interaction don't want
 to wait all day. In a scenario where one slave is badly lagged but the rest is
 not, avglag could help for these slightly higher priority edits. Of course it
 would need to be set to a low value like 2.

If they can't afford to wait, they should not specify a maxlag value. Then
they'll get the same lag policy as ordinary editors.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 21492] Toolbar buttons insert text on top in IE

2009-11-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21492


Roan Kattouw roan.katt...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Comment #4 from Roan Kattouw roan.katt...@gmail.com  2009-11-17 23:13:32 
UTC ---
Fixed in r59185.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 21220] Opera/IE : Not copy the highlighted value to Page Title

2009-11-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21220


Roan Kattouw roan.katt...@gmail.com changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||FIXED




--- Comment #3 from Roan Kattouw roan.katt...@gmail.com  2009-11-17 23:14:43 
UTC ---
Fixed in r59185.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 21248] signature jumping up into text in IE8

2009-11-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21248


Roan Kattouw roan.katt...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Comment #17 from Roan Kattouw roan.katt...@gmail.com  2009-11-17 23:14:51 
UTC ---
Fixed in r59185.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 21246] Search and Replace: Not function the Replace Next and Find Next in IE 7

2009-11-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21246


Roan Kattouw roan.katt...@gmail.com changed:

   What|Removed |Added

 CC||roan.katt...@gmail.com
 Status|NEW |RESOLVED
 Resolution||FIXED




--- Comment #1 from Roan Kattouw roan.katt...@gmail.com  2009-11-17 23:18:47 
UTC ---
Fixed in r59185.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 164] Support collation by a certain locale (sorting order of characters)

2009-11-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=164





--- Comment #126 from Michael Zajac mich...@zajac.ca  2009-11-17 23:47:42 UTC 
---
I agree with le Chat: how can any dictionary or encyclopedia be taken seriously
if it can't even alphabetize its headwords or entries?  This is a fundamental
requirement.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 21248] signature jumping up into text in IE8

2009-11-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21248





--- Comment #18 from jim...@shaw.ca  2009-11-17 23:48:29 UTC ---
OK, the signature seems to work Ok - but the (perhaps related?) issue of not
being able to re-enter the edit box remains


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 21248] signature jumping up into text in IE8

2009-11-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21248





--- Comment #19 from Roan Kattouw roan.katt...@gmail.com  2009-11-17 23:51:12 
UTC ---
(In reply to comment #18)
 OK, the signature seems to work Ok - but the (perhaps related?) issue of not
 being able to re-enter the edit box remains
 

The fix is not live on Wikipedia yet, only on
http://prototype.wikimedia.org/deployment/ . Are you having the second issue
there as well?


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 164] Support collation by a certain locale (sorting order of characters)

2009-11-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=164


Alex Z. mrzmanw...@gmail.com changed:

   What|Removed |Added

 CC||mrzmanw...@gmail.com




--- Comment #127 from Alex Z. mrzmanw...@gmail.com  2009-11-18 00:01:38 UTC 
---
As Roan said a few comments ago, please only comment when you have something
*technical and relevant* to say. We already know that its a problem.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 21248] signature jumping up into text in IE8

2009-11-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21248





--- Comment #20 from jim...@shaw.ca  2009-11-18 00:04:20 UTC ---
I was just using regular wikipedia - maybe I was just lucky that the signature
jump did not happen that one time


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 21248] signature jumping up into text in IE8

2009-11-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21248





--- Comment #21 from jim...@shaw.ca  2009-11-18 00:11:44 UTC ---
I created an account there (did not know bout it). Both issues seem fixed
there.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 10781] Including a Special Page adds a blank line

2009-11-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=10781


PC Johnston pcjje...@gmail.com changed:

   What|Removed |Added

 CC||pcjje...@gmail.com




--- Comment #6 from PC Johnston pcjje...@gmail.com  2009-11-18 01:01:22 UTC 
---
This still exists and is particularly annoying with Special:Editcount, the
above method using {{padleft:}} doesn't seem to help.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 21486] Advanced toolbar doesn't show in Safari 3

2009-11-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21486


Trevor Parscal tpars...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WORKSFORME




--- Comment #2 from Trevor Parscal tpars...@wikimedia.org  2009-11-18 
01:02:21 UTC ---
I can't seem to reproduce this on any version of Safari.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 21555] New: search on keyword - rather than requiring exact title including puntuation

2009-11-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21555

   Summary: search on keyword - rather than requiring exact title
including puntuation
   Product: Wikimedia
   Version: unspecified
  Platform: All
   URL: http://en.wikipedia.org/wiki/Special:Log
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: Site requests
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: wiki0...@gmail.com


It is now necessary to have to enter the 'exact title' of an article -
exact ''including punctuation'' - in order to find an article in any of the
logs.  This search would be much more user friendly and would be more like what
most people are used to if the LOGs search would search for a key word instead
of requiring an exact title.  This is especially a problem for the deletion
logs, as a lot of people looking at the deletion logs are new to wikipedia and
usually trying to find out why their article got deleted.  You can see many
people at the help des asking what happened to my article because they can't
find it in the deletion log.  I couldn't find a title because I searched for
Searching for the Wrong Eyed Jesus
[http://en.wikipedia.org/w/index.php?title=Special%3ALogtype=deleteuser=page=Searching+for+the+Wrong+Eyed+Jesus]
instead of Searching for the Wrong-Eyed Jesus
[http://en.wikipedia.org/w/index.php?title=Special%3ALogtype=deleteuser=page=Searching+for+the+Wrong-Eyed+Jesus].
 Ack!  

I asked rainman about this, and he said, This is because the logs search is
separate from fulltext search and is using the default mysql engine. The
problem you describe could in principle be solved by adding a stripped version
of the article title and then search that via mysql.  So, I thought it might
help if a solution was presented along with the problem.

Thanks.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l