[Bug 28478] fnc DatabaseSqlite::getFulltextSearchModule error 1: no such module: FTS3

2011-06-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28478

Chad H. innocentkil...@gmail.com changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 CC||innocentkil...@gmail.com
 Resolution|FIXED   |

--- Comment #2 from Chad H. innocentkil...@gmail.com 2011-06-03 07:36:50 UTC 
---
I still hit this when running unit tests if I don't use temporary tables.

-- 
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 20257] SQLite support (tracking)

2011-06-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=20257

Bug 20257 depends on bug 28478, which changed state.

Bug 28478 Summary: fnc DatabaseSqlite::getFulltextSearchModule error 1: no such 
module: FTS3
https://bugzilla.wikimedia.org/show_bug.cgi?id=28478

   What|Old Value   |New Value

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |

-- 
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 28478] fnc DatabaseSqlite::getFulltextSearchModule error 1: no such module: FTS3

2011-06-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28478

--- Comment #3 from Chad H. innocentkil...@gmail.com 2011-06-03 07:37:23 UTC 
---
Well a similar issue at least, I end up with an un-deletable
unittest_searchindex.

-- 
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 27655] Require token for watching/unwatching pages

2011-06-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27655

--- Comment #10 from Krinkle krinklem...@gmail.com 2011-06-03 07:51:30 UTC ---
(In reply to comment #8)
 Why was this fixed in reverse order?
 
 It should have been fixed first in html, then in javascript (which could then
 take advantage of the token in the url).

I disagree about it being the reversed order. They are two distinct methods
using different protocols and different tokens.

One is through the API, which scripts and programs use. This is through a POST
request with a standard token that can be retrieved from the API.

The other is on-wiki through index.php. This is trough a GET request with a
stronger token (on-wiki action links can only be GET and thus need a little
stronger protection, I'm not sure if that is still the case, but that's the way
we did it with patrol and rollback links in index.php, so it makes sense to
that here as well).

Both are independent and need to be fixed seperately. AFAIK the order doesn't
matter.

The reason the on-wiki javascript-watch button is using the token already and
the html isn't, is because the javascript button is using the API (not
index.php), so I adjusted it in advance (since the API watch-module was already
done) and the javascript wouldn't be done differently if it were fixed the
other way around (ie. index.php first and api.php later)

--

In the past many gadgets ajaxified functions by making a ajax-request to the
index.php url (which they scrapped from the page) and giving an OK message
through dom-manipulation by checking the http response code or by digging
through the HTML of the response. This isn't very clean and doesn't provide
very complete or accurate response to the user, and one could argue whether
this is efficient (as it would cause MediaWiki to render an entire page rather
than just a simple request with a short JSON response, that is more machine
readable and language/wiki independent).

Therefor the ajax-watch was switched to using the API a while ago.

-- 
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 29070] Add token to action=watch API

2011-06-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29070

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

Summary|Add token to action=watch   |Add token to action=watch
   ||API

-- 
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 29255] New: Login cannot edit

2011-06-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29255

   Web browser: Google Chrome
 Bug #: 29255
   Summary: Login cannot edit
   Product: Wikimedia
   Version: unspecified
  Platform: PC
OS/Version: Windows 7
Status: NEW
  Severity: critical
  Priority: Unprioritized
 Component: General/Unknown
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: mail6543...@yahoo.com.tw
Classification: Unclassified


I was using http://zh.wikipedia.org/
and log in.

But if I login and click edit on the top-right, the browser ask me to
download a file called index.php instead of leading me to the editor page.

If I don't login, I can see the editor page.

And the problem only occurs on the top-right edit, else are OK.

-- 
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 29255] Login cannot edit

2011-06-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29255

mail6543...@yahoo.com.tw changed:

   What|Removed |Added

   Priority|Unprioritized   |Highest
 CC||mail6543...@yahoo.com.tw
   Severity|critical|blocker

-- 
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 29165] Don't save ArticleFeedback ratings for pages where it is not enabled (like the front-end startup module does)

2011-06-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29165

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

Summary|ArticleFeedback should not  |Don't save ArticleFeedback
   |let users to submit |ratings for pages where it
   |feedback about pages where  |is not enabled (like the
   |it is not (supposed to be)  |front-end startup module
   |enabled |does)

--- Comment #5 from Krinkle krinklem...@gmail.com 2011-06-03 08:05:38 UTC ---
You're suggesting we implement a check similar to the one in the .startup
module on the server-side when saving the rating ?

Sounds valid, albeit an edge case, does sound sane.

Reopening.

-- 
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 29165] Don't save ArticleFeedback ratings for pages where it is not enabled (like the front-end startup module does)

2011-06-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29165

--- Comment #6 from Krinkle krinklem...@gmail.com 2011-06-03 08:07:19 UTC ---
(In reply to comment #4)
 Well... People could rate a user massively ([[Cyber-bullying]]?) as not 
 being
 Trustworthy so that its name is displayed in (automatically generated)
 special pages such as
 https://secure.wikimedia.org/wikipedia/en/wiki/Special:ArticleFeedback
 https://secure.wikimedia.org/wikibooks/pt/w/index.php?title=Especial%3ARatedPagesratingtier=1namespace=0ratingtag=reliabilityuselang=en
 and others which could be created in the future...
 
 I think such pages could make these unwanted ratings to become visible, and
 considering that the ratings in the userpage are not visible to normal 
 users,
 after a large amount of bad ratings is achieved, it would be difficult to
 revert.


That's correct, afaik rating in any namespace (including but not limited to the
User namespace) is currently possible when manually loading the module.

-- 
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 29165] Don't save ArticleFeedback ratings for pages where it is not enabled (like the front-end startup module does)

2011-06-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29165

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|INVALID |

-- 
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 29165] Don't save ArticleFeedback ratings for pages where it is not enabled (like the front-end startup module does)

2011-06-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29165

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

   Priority|Unprioritized   |High
 CC||tpars...@wikimedia.org
 AssignedTo|tpars...@wikimedia.org  |krinklem...@gmail.com

-- 
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 29165] Don't save ArticleFeedback ratings for pages where it is not enabled (like the front-end startup module does)

2011-06-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29165

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

 Status|REOPENED|ASSIGNED

--- Comment #7 from Krinkle krinklem...@gmail.com 2011-06-03 08:08:13 UTC ---
I'll see if I can get around this in the weekend. Assigning to myself.

-- 
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 29255] Login cannot edit

2011-06-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29255

Niklas Laxström niklas.laxst...@gmail.com changed:

   What|Removed |Added

 CC||niklas.laxst...@gmail.com

--- Comment #1 from Niklas Laxström niklas.laxst...@gmail.com 2011-06-03 
08:08:59 UTC ---
Disable all Use external editor options in your preferences and try again.

-- 
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 29236] Extension:Collection should copy the book title automatically to the stored book page input field

2011-06-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29236

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

 CC||krinklem...@gmail.com

--- Comment #1 from Krinkle krinklem...@gmail.com 2011-06-03 08:13:20 UTC ---
Couldn't help myself noting here,

jQuery and javascript are not on the same level. jQuery is a collection of
javascript functions to simplify many things. They are not separate, writing
jQuery is a weird way of saying writing javascript and calling jQuery
functions.


More on topic though,

Yes, this should be simple to implement.


--
Krinkle



[0] http://en.wikipedia.org/wiki/JQuery

-- 
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 29205] Fix drag and drop functionality in LiquidThreads

2011-06-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29205

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

 CC||krinklem...@gmail.com
 Resolution|FIXED   |DUPLICATE

--- Comment #2 from Krinkle krinklem...@gmail.com 2011-06-03 08:14:25 UTC ---


*** This bug has been marked as a duplicate of bug 28407 ***

-- 
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 28407] Javascript error: $j(.lqt-drop-zone).droppable is not a function

2011-06-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28407

--- Comment #10 from Krinkle krinklem...@gmail.com 2011-06-03 08:14:25 UTC ---
*** Bug 29205 has been marked as a duplicate of this bug. ***

-- 
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 29239] ResourceLoader-ify Central Notice

2011-06-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29239

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

 CC||krinklem...@gmail.com

--- Comment #1 from Krinkle krinklem...@gmail.com 2011-06-03 08:20:02 UTC ---
Just quoting my reply from the depending bug:
(Quote from bug 19437 comment #8)
 (In reply to comment #7)
  Or just RL-ify CentralNotice?
 
 it would have to be part of the extension first (ie. in the extensions'
 directory) or an on-wiki page as script source (ie. 
 MediaWiki:Centralnotice.js)

To what extend is centralnotice.js WMF-specific / what needs to be variable
from the config ?

--
Krinkle

-- 
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 29060] Conflicting message name

2011-06-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29060

--- Comment #5 from Niklas Laxström niklas.laxst...@gmail.com 2011-06-03 
08:30:53 UTC ---
It was planned to be converted to use the normal translation interface. Patches
are welcome.

-- 
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 29256] New: text on wide screen is hard to read : need columns

2011-06-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29256

   Web browser: ---
 Bug #: 29256
   Summary: text on wide screen is hard to read : need columns
   Product: MediaWiki
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Page rendering
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: has...@free.fr
Classification: Unclassified


This bug follow a discussion with Santosh during the Berlin 2011 hackaton.

On a wide screen, the text is a bit hard to read. Newspapers use multiple
columns layout to make it easier for the reader. Technically, we could apply a
two columns layout (with CSS3 'column-count') whenever the screen is too wide.

Currently, text belonging to a section is not wrapped in an element which makes
it hard to interact with the text on a per section basis. The enhancement can
be also be the root for other enhancements:
- hiding section text by default with a button to make it appears
- only show the first section and add previous / next link to read subsequent
sections (much like turning page of a book).

Anyway, given the wikitext:
 == head 1 ==
 section 1 text
 section 1 more text
 === subhead 1.1 ===
 sub section text
 == head 2 ==
 section 2 text

We currently generate HTML which roughly looks like:
 h2head1/h2
 psection 1 text/p
 psection 1 more text/p
 h3 subhead 1.1 h3
 psub section text/p
 h2 head 2 /h2
 psection 2 text/p

The idea would be to wrap all the text which appears between two headers.

First proposal terminate the section regardless of the heading level:

 h2head1/h2
 div id=??? class=mw-text-section
   psection 1 text/p
   psection 1 more text/p
 /div
 h3 subhead 1.1 h3
 div id=??? class=mw-text-section
   psub section text/p
 /div
 h2 head 2 /h2
 div id=??? class=mw-text-section
   psection 2 text/p
 /div

This is suitable to apply a 2 column layout with the following CSS:

 .mw-text-section {
   column-count: 2;
   -moz-column-count: 2;
   -webkit-column-count: 2;
 }

Each section could be layed out like a newspaper page, but any new heading
start a new 2 columns section.


Second proposal, wrap sub sections too and keep track of the nesting level:

 h2head1/h2
 div id=??? class=mw-text-section-1
   div id=??? class=mw-text-section-2
 psection 1 text/p
 psection 1 more text/p
   /div
   h3 subhead 1.1 h3
   div id=??? class=mw-text-section-2
 psub section text/p
   /div  !-- end of subsection 1.1 --
 /div  !-- end of section1 --
 h2 head 2 /h2
 div id=??? class=mw-text-section-1
   psection 2 text/p
 /div

By using mw-text-section-1, each h2 section can still be seen as a page:

.mw-text-section-1 {
   column-count: 2;
   -moz-column-count: 2;
   -webkit-column-count: 2;
 }

The h3 sections would be subtitle inside the column layout.


TODO : submit layout examples

-- 
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 29247] OpenOffice/Libreoffice Wiki Publisher not working

2011-06-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29247

p858snake p858sn...@gmail.com changed:

   What|Removed |Added

   Keywords||upstream
 CC||p858sn...@gmail.com

-- 
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 29255] Login cannot edit

2011-06-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29255

mail6543...@yahoo.com.tw changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WORKSFORME

--- Comment #2 from mail6543...@yahoo.com.tw 2011-06-03 08:52:25 UTC ---
Yeah! You're right, that's the reason.

But does that option mean? Why is the problem?

-- 
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 29256] text on wide screen is hard to read : need columns

2011-06-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29256

--- Comment #1 from Ashar Voultoiz has...@free.fr 2011-06-03 09:12:05 UTC ---
Created attachment 8613
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=8613
basic HTML layout presenting the two proposals

-- 
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 29121] jquery.suggestions.js causes javascript errors in link dialog in skins other than vector

2011-06-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29121

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

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #2 from Roan Kattouw roan.katt...@gmail.com 2011-06-03 09:52:18 
UTC ---
(In reply to comment #1)
 Sounds like some WikiEditor module depends on autoEllipsis but doesn't 
 register
 this dependency.
Turns out it was jquery.suggestions itself that called jquery.autoEllipsis but
didn't list it as a dependency. Fixed in r89401.

-- 
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 29106] Clean up use of JavaScript legacy globals and other code quality issues

2011-06-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29106

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

   What|Removed |Added

 CC||krinklem...@gmail.com

--- Comment #1 from Roan Kattouw roan.katt...@gmail.com 2011-06-03 09:53:46 
UTC ---
Krinkle, could you clean these up?

-- 
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 29104] Several toolbar icons need the splitlines option to be set to false

2011-06-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29104

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

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #1 from Roan Kattouw roan.katt...@gmail.com 2011-06-03 09:56:26 
UTC ---
(In reply to comment #0)
 Created attachment 8570 [details]
 Screenshot
 
 Since splitlines defaults to true,
That was obviously a mistake. Made splitlines default to false in r89402.

-- 
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 29257] New: Datepicker does not save a date entered via browser's autocompletion

2011-06-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29257

   Web browser: ---
 Bug #: 29257
   Summary: Datepicker does not save a date entered via browser's
autocompletion
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: SemanticFormsInputs
AssignedTo: f.tr...@gmx.net
ReportedBy: m...@patrick-nagel.net
Classification: Unclassified


When filling in a form with a datepicker field, using the browser's (in my case
Firefox 4's) autocompletion on previously typed values, causes the value not to
be saved, although it shows in the field as if you had typed it in manually.

Do the following to reproduce:
- Type in 2011-06-03 into a datepicker field, save the form
- Open the form again, delete the content of the datepicker field, save the
form
- Open the form again, and start typing the same date
- Notice how your browser offers the previously typed value, 2011-06-03.
- Click this offered value
- Notice how 2011-06-03 is in the field, as if you had typed it in
- Save the page
- Notice how the the field is still empty

-- 
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 29105] jQuery.textSelection selects wrong text with the splitlines option and a multiline sample text

2011-06-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29105

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

   What|Removed |Added

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

--- Comment #1 from Roan Kattouw roan.katt...@gmail.com 2011-06-03 10:12:17 
UTC ---
(In reply to comment #0)
 either no text should be selected or all the inserted text should be
 selected except the first pre and the last post.
I chose to do the former in r89403, because it was much easier to do and
multiline insertions with splitlines enabled don't occur in practice anyway
with bug 29104 being fixed.

-- 
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 29069] Default option for pressing Enter in search box on Wikimedia Commons

2011-06-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29069

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

   What|Removed |Added

 CC||roan.katt...@gmail.com

--- Comment #2 from Roan Kattouw roan.katt...@gmail.com 2011-06-03 10:13:36 
UTC ---
(In reply to comment #1)
 This doesn't sound like a site request so much as a feature request for the MW
 software.
That's right, we'd have to support this in software first. Shouldn't be too
hard though.

-- 
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 29258] New: Gray bar on IE8

2011-06-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29258

   Web browser: ---
 Bug #: 29258
   Summary: Gray bar on IE8
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: CentralNotice
AssignedTo: rkald...@wikimedia.org
ReportedBy: hart...@videolan.org
Classification: Unclassified


There were some complaints on the Village Pump tech about a gray bar IE8
users were seeing. I too now have found this bar while using an IE8 computer.
It is caused by: 


div class=siteNoticeSmallAnon notice-collapsed-wrapper-boardvote-voting

-- 
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 29259] New: add timezone to time in MediaWiki:Emailauthenticated

2011-06-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29259

   Web browser: ---
 Bug #: 29259
   Summary: add timezone to time in MediaWiki:Emailauthenticated
   Product: MediaWiki
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Email
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: hart...@videolan.org
Classification: Unclassified


MediaWiki:Emailauthenticated should give the timezone of the reported
(server)time, in order to avoid confusion.

-- 
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 29260] New: Create langcom-observers mailing list

2011-06-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29260

   Web browser: ---
 Bug #: 29260
   Summary: Create langcom-observers mailing list
   Product: Wikimedia
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Mailing lists
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: robinp.1...@gmail.com
Classification: Unclassified


Please create the langcom-observ...@lists.wikimedia.org mailing list

Listadmins will probably be:
* robinp.1273 (at) gmail.com
* jhsoby (at) gmail.com
* pathoschild (at) gmail.com

Thank you

-- 
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 19919] Article count in Special:Statistics incorrect

2011-06-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19919

Ashar Voultoiz has...@free.fr changed:

   What|Removed |Added

 CC||has...@free.fr

--- Comment #4 from Ashar Voultoiz has...@free.fr 2011-06-03 13:43:29 UTC ---
r88250 changes Special:Undelete to Only increment the page count if the page
has been created; also simplified a bit the code.

Might help fixing the issue :)

-- 
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 2007] Tracking bug (tracking)

2011-06-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=2007

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

   What|Removed |Added

 Depends on||14261

-- 
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 14261] Extension can't pass error information back to user in API call (tracking)

2011-06-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=14261

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

   What|Removed |Added

 CC||m...@everybody.org
 Blocks||2007
Summary|More information in |Extension can't pass error
   |hookaborted API error   |information back to user in
   |needed  |API call (tracking)

-- 
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 22922] Aborting a block using BlockIp hook shows hookaborted on the block form

2011-06-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22922

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

   What|Removed |Added

 CC||m...@everybody.org
 Depends on||14261

-- 
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 14261] Extension can't pass error information back to user in API call (tracking)

2011-06-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=14261

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

   What|Removed |Added

 Blocks||22922

-- 
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 29261] New: Translate extension should use correct API hook

2011-06-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29261

   Web browser: ---
 Bug #: 29261
   Summary: Translate extension should use correct API hook
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Translate
AssignedTo: niklas.laxst...@gmail.com
ReportedBy: m...@everybody.org
CC: s.mazel...@xs4all.nl
Classification: Unclassified


When creating a page via the API with unbalenced translate tags, I got this
error:

  The server encountered an error: (hookaborted) The modification you tried to
  make was aborted by an extension hook

Looking through bugzilla, it looks like the Translate doesn't use the right
hook.  See Bug #14261.

-- 
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 29261] Translate extension should use correct API hook

2011-06-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29261

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

   What|Removed |Added

 Depends on||14261

-- 
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 14261] Extension can't pass error information back to user in API call (tracking)

2011-06-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=14261

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

   What|Removed |Added

 Blocks||29261

-- 
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 29261] Translate extension should use correct API hook

2011-06-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29261

--- Comment #1 from Niklas Laxström niklas.laxst...@gmail.com 2011-06-03 
14:17:36 UTC ---
I blame MediaWiki. I need to write two hooks to actually do anything useful.

-- 
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 29261] Translate extension should use correct API hook

2011-06-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29261

--- Comment #2 from Niklas Laxström niklas.laxst...@gmail.com 2011-06-03 
14:18:56 UTC ---
Actually:
// Check syntax for \translate
$wgHooks['ArticleSave'][] = 'PageTranslationHooks::tpSyntaxCheck';
$wgHooks['EditFilterMerged'][] =
'PageTranslationHooks::tpSyntaxCheckForEditPage';

If the API can't handle that...

-- 
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 29165] Don't save ArticleFeedback ratings for pages where it is not enabled (like the front-end startup module does)

2011-06-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29165

--- Comment #8 from mybugs.m...@gmail.com 2011-06-03 14:22:30 UTC ---
(In reply to comment #5)
 You're suggesting we implement a check similar to the one in the .startup
 module on the server-side when saving the rating ?

Yep! (But I focused on the problem and forgot to mention this explicitly)
Maybe the whole ext.articleFeedback.startup.js module could be implemented
server side. This way, no JS code from the extension would be sent to the
readers on pages where the extension is not enabled, such as
https://secure.wikimedia.org/wikipedia/en/wiki/Trzebucza?debug=1

 Sounds valid, albeit an edge case, does sound sane.
 
 Reopening.

(In reply to comment #7)
 I'll see if I can get around this in the weekend. Assigning to myself.

Thanks!

-- 
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 29015] Create a Recherche : namespace on frwikiversity and activate it in the default search

2011-06-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29015

David Crochet crochet.da...@free.fr changed:

   What|Removed |Added

   Priority|Normal  |High

-- 
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 27655] Require token for watching/unwatching pages

2011-06-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27655

--- Comment #11 from Liangent liang...@gmail.com 2011-06-03 14:54:58 UTC ---
(In reply to comment #10)
 (In reply to comment #8)
  Why was this fixed in reverse order?
  
  It should have been fixed first in html, then in javascript (which could 
  then
  take advantage of the token in the url).
 
 I disagree about it being the reversed order. They are two distinct methods
 using different protocols and different tokens.
 
 One is through the API, which scripts and programs use. This is through a POST
 request with a standard token that can be retrieved from the API.
 
 The other is on-wiki through index.php. This is trough a GET request with a
 stronger token (on-wiki action links can only be GET and thus need a little
 stronger protection, I'm not sure if that is still the case, but that's the 
 way
 we did it with patrol and rollback links in index.php, so it makes sense to
 that here as well).
 
 Both are independent and need to be fixed seperately. AFAIK the order doesn't
 matter.
 
 The reason the on-wiki javascript-watch button is using the token already and
 the html isn't, is because the javascript button is using the API (not
 index.php), so I adjusted it in advance (since the API watch-module was 
 already
 done) and the javascript wouldn't be done differently if it were fixed the
 other way around (ie. index.php first and api.php later)
 
 --
 
 In the past many gadgets ajaxified functions by making a ajax-request to the
 index.php url (which they scrapped from the page) and giving an OK message
 through dom-manipulation by checking the http response code or by digging
 through the HTML of the response. This isn't very clean and doesn't provide
 very complete or accurate response to the user, and one could argue whether
 this is efficient (as it would cause MediaWiki to render an entire page rather
 than just a simple request with a short JSON response, that is more machine
 readable and language/wiki independent).
 
 Therefor the ajax-watch was switched to using the API a while ago.

There is index.php?action=ajax but I don't know where we are using it.

-- 
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 26499] Include uncompressed size and other metadata in each dump file

2011-06-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26499

Diederik van Liere dvanli...@gmail.com changed:

   What|Removed |Added

   Keywords||analytics

-- 
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 27655] Require token for watching/unwatching pages

2011-06-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27655

--- Comment #12 from Happy-melon happy.melon.w...@gmail.com 2011-06-03 
15:36:35 UTC ---
(In reply to comment #11)
 There is index.php?action=ajax but I don't know where we are using it.

Hopefully nowhere, it's deprecated in favour of the API.

-- 
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 28662] Please enable FlaggedRevs for ba.wikipedia

2011-06-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28662

Chad H. innocentkil...@gmail.com changed:

   What|Removed |Added

 CC||innocentkil...@gmail.com

-- 
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 29262] New: Requesting creation of Wikimedia Kampuchea mailing list

2011-06-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29262

   Web browser: ---
 Bug #: 29262
   Summary: Requesting creation of Wikimedia Kampuchea mailing
list
   Product: Wikimedia
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Mailing lists
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: anirudh...@gmail.com
Classification: Unclassified


Please create a mailing list for general discussion around the Wikimedia
community in Cambodia / Kampuchea.

Suggested name of the mailing list: wikimedi...@lists.wikimedia.org or
wikimedia...@lists.wikimedia.org

-- 
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 29263] New: Add LTR class to the shared CSS to be used for left-to-right text such as SQL queries shown in dberrortext and similar messages in RTL environments

2011-06-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29263

   Web browser: ---
 Bug #: 29263
   Summary: Add LTR class to the shared CSS to be used for
left-to-right text such as SQL queries shown in
dberrortext and similar messages in RTL environments
   Product: MediaWiki
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Internationalization
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: huji.h...@gmail.com
Classification: Unclassified


It would be much easier to have a .ltr class for divs and spans which could
be used in messages like dberrortext or dberrortextcl which always have an LTR
component (the SQL query). This helps avoiding hardcoded styles in those
messages.

-- 
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 29263] Add LTR class to the shared CSS to be used for left-to-right text such as SQL queries shown in dberrortext and similar messages in RTL environments

2011-06-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29263

Huji huji.h...@gmail.com changed:

   What|Removed |Added

 Blocks||745

-- 
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 745] RTL/bidirectional issues (tracking)

2011-06-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=745

Huji huji.h...@gmail.com changed:

   What|Removed |Added

 Depends on||29263

-- 
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 29263] Add LTR class to the shared CSS to be used for left-to-right text such as SQL queries shown in dberrortext and similar messages in RTL environments

2011-06-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29263

Huji huji.h...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #1 from Huji huji.h...@gmail.com 2011-06-03 16:15:24 UTC ---
Fixed with r89419.

-- 
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 745] RTL/bidirectional issues (tracking)

2011-06-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=745

Bug 745 depends on bug 29263, which changed state.

Bug 29263 Summary: Add LTR class to the shared CSS to be used for left-to-right 
text such as SQL queries shown in dberrortext and similar messages in RTL 
environments
https://bugzilla.wikimedia.org/show_bug.cgi?id=29263

   What|Old Value   |New Value

 Status|NEW |RESOLVED
 Resolution||FIXED

-- 
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 29263] Add LTR class to the shared CSS to be used for left-to-right text such as SQL queries shown in dberrortext and similar messages in RTL environments

2011-06-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29263

--- Comment #2 from Huji huji.h...@gmail.com 2011-06-03 16:17:28 UTC ---
Debugged in r89420.

-- 
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 28478] fnc DatabaseSqlite::getFulltextSearchModule error 1: no such module: FTS3

2011-06-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28478

--- Comment #4 from Max Semenik maxsem.w...@gmail.com 2011-06-03 16:26:07 UTC 
---
Did you encounter it after r89352?

-- 
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 29264] New: Wrong error code when no action given

2011-06-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29264

   Web browser: ---
 Bug #: 29264
   Summary: Wrong error code when no action given
   Product: MediaWiki
   Version: (wikimedia-deployment)
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: API
AssignedTo: roan.katt...@gmail.com
ReportedBy: m8r-udf...@mailinator.com
CC: bryan.tongm...@gmail.com, s...@reedyboy.net,
soxre...@gmail.com, vasi...@gmail.com
Classification: Unclassified


When action isn't in the request, it returns with the error code help which
could be more specific

For example:
http://en.wikipedia.org/w/api.php?=queryprop=infotitles=Main%20Pageformat=xml

vs the correct one:
http://en.wikipedia.org/w/api.php?action=queryprop=infotitles=Main%20Pageformat=xml

-- 
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 29265] New: Mediawiki API documentation incomplete

2011-06-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29265

   Web browser: ---
 Bug #: 29265
   Summary: Mediawiki API documentation incomplete
   Product: MediaWiki
   Version: (wikimedia-deployment)
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: API
AssignedTo: roan.katt...@gmail.com
ReportedBy: m8r-udf...@mailinator.com
CC: bryan.tongm...@gmail.com, s...@reedyboy.net,
soxre...@gmail.com, vasi...@gmail.com
Classification: Unclassified


The Mediawiki API documentation at 
http://en.wikipedia.org/w/api.php

is incomplete.

It should mention that there is a MediaWiki-API-Error header returned with
erroneous requests.

There's also no documentation of how to use the maxlag parameter.

-- 
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 29258] Gray bar on IE8

2011-06-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29258

Ryan Kaldari rkald...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #1 from Ryan Kaldari rkald...@wikimedia.org 2011-06-03 17:03:53 
UTC ---
Sigh, why are people recycling banners from 2 years ago. I deleted the useless
empty div (which isn't needed anymore), so it should be fixed 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 29015] Create a Recherche : namespace on frwikiversity and activate it in the default search

2011-06-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29015

--- Comment #4 from Priyanka Dhanda pdha...@wikimedia.org 2011-06-03 17:32:51 
UTC ---
Created attachment 8614
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=8614
result of php maintenance/namespaceDupes.php --wiki=frwikiversity

Done. Attached result.

-- 
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 29015] Create a Recherche : namespace on frwikiversity and activate it in the default search

2011-06-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29015

Priyanka Dhanda pdha...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||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 29265] Mediawiki API documentation incomplete

2011-06-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29265

--- Comment #1 from Reedy s...@reedyboy.net 2011-06-03 17:41:31 UTC ---
Maxlag is documented at the top of the page

-- 
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 29155] Add a what's this link to the AFT

2011-06-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29155

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||DUPLICATE

--- Comment #2 from Krinkle krinklem...@gmail.com 2011-06-03 17:47:25 UTC ---


*** This bug has been marked as a duplicate of bug 28927 ***

-- 
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 28927] ArticleFeedback should have a What is this link on the in article rating box

2011-06-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28927

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

 CC||dtarabore...@wikimedia.org

--- Comment #9 from Krinkle krinklem...@gmail.com 2011-06-03 17:47:25 UTC ---
*** Bug 29155 has been marked as a duplicate of this 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.

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


[Bug 28927] ArticleFeedback should have a What is this link on the in article rating box

2011-06-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28927

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #10 from Krinkle krinklem...@gmail.com 2011-06-03 17:53:36 UTC ---
Done by Trevor in r89365.

-- 
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 29265] Mediawiki API documentation incomplete

2011-06-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29265

Brion Vibber br...@wikimedia.org changed:

   What|Removed |Added

 Blocks||1

--- Comment #2 from Brion Vibber br...@wikimedia.org 2011-06-03 18:14:15 UTC 
---
Maxlag appears to be documented only as maxlag - Maximum lag which I'm not
sure is very helpful. :)

There is a prominent link to http://www.mediawiki.org/wiki/API ... but there's
no obvious link to maxlag info there either.

If you search on mediawiki.org you can turn up this page:

http://www.mediawiki.org/wiki/Manual:Maxlag_parameter

Perhaps we can have the help link to some of these detail pages directly?

-- 
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 1] Documentation is out of date, incomplete (tracking)

2011-06-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=1

Brion Vibber br...@wikimedia.org changed:

   What|Removed |Added

 Depends on||29265

-- 
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 29264] Wrong error code when no action given

2011-06-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29264

--- Comment #1 from Brion Vibber br...@wikimedia.org 2011-06-03 18:16:56 UTC 
---
Hmm... Roan, would an appropriate thing here be to return an error code that
says 'no action' along with the help?

Or is this just the way we handle not having anything else to do?

-- 
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 29266] New: link to sort order for a translation stats page

2011-06-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29266

   Web browser: ---
 Bug #: 29266
   Summary: link to sort order for a translation stats page
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Unprioritized
 Component: Translate
AssignedTo: niklas.laxst...@gmail.com
ReportedBy: m...@everybody.org
CC: s.mazel...@xs4all.nl
Classification: Unclassified


I would like to provide permalinks to a statistics page with the statistics
sorted in a particular order.  Specifically
http://translatewiki.net/wiki/Translating:IHRIS/stats sorted by the IHRIS
Manage or IHRIS Common column so that I can point to the page in emails,
blog posts or what have you and have the translation coverage be immediately
clear -- that is, not require the person clicking the link to also have to
select a sort order.

When I spoke to Krinkle about making this a generic feature for sortable
wikitables, he suggested I, instead, request that it be added to the extension
that I want since, in the general case, it would be difficult to pick *which*
sortable table on the page needed to be sorted.

-- 
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 29165] Don't save ArticleFeedback ratings for pages where it is not enabled (like the front-end startup module does)

2011-06-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29165

--- Comment #9 from Roan Kattouw roan.katt...@gmail.com 2011-06-03 18:33:36 
UTC ---
(In reply to comment #8)
 (In reply to comment #5)
  You're suggesting we implement a check similar to the one in the .startup
  module on the server-side when saving the rating ?
 
 Yep! (But I focused on the problem and forgot to mention this explicitly)
 Maybe the whole ext.articleFeedback.startup.js module could be implemented
 server side. This way, no JS code from the extension would be sent to the
 readers on pages where the extension is not enabled, such as
 https://secure.wikimedia.org/wikipedia/en/wiki/Trzebucza?debug=1
 
No, we can't do that, because server-side output is Squid-cached, and we want
to be able to change the settings for randomly showing the widget (we call this
the 'lottery') quickly.

-- 
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 29264] Wrong error code when no action given

2011-06-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29264

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

   What|Removed |Added

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

--- Comment #2 from Roan Kattouw roan.katt...@gmail.com 2011-06-03 18:35:27 
UTC ---
The default value for the action parameter is 'help', so this is expected
behavior.

-- 
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 29267] New: give always the servername for meta=siteinfosiprop=dbrepllag

2011-06-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29267

   Web browser: ---
 Bug #: 29267
   Summary: give always the servername for
meta=siteinfosiprop=dbrepllag
   Product: MediaWiki
   Version: 1.19-svn
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: API
AssignedTo: roan.katt...@gmail.com
ReportedBy: duplicate...@googlemail.com
CC: bryan.tongm...@gmail.com, s...@reedyboy.net,
soxre...@gmail.com, vasi...@gmail.com
Classification: Unclassified


Using meta=siteinfosiprop=dbrepllagsishowalldb= gives always a servername for
host, but using siprop=dbrepllag gives an ip address.

In my opinion it is nice to use always the servername, because the ip is
useless (private address range in the most cases). Thanks.

-- 
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 28290] Create namespaces Page and Index for Esperanto Wikisource

2011-06-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28290

Robin Pepermans (SPQRobin) robinp.1...@gmail.com changed:

   What|Removed |Added

 CC||robinp.1...@gmail.com

--- Comment #5 from Robin Pepermans (SPQRobin) robinp.1...@gmail.com 
2011-06-03 19:19:35 UTC ---
Probably maintenance/namespaceDupes.php should be run after adding the
namespaces, since there are already existing pages with such titles.

-- 
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 29266] link to sort order for a translation stats page

2011-06-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29266

--- Comment #1 from Niklas Laxström niklas.laxst...@gmail.com 2011-06-03 
19:30:32 UTC ---
It would not be difficult to tell the sortable code how to sort by default.

-- 
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 29015] Create a Recherche : namespace on frwikiversity and activate it in the default search

2011-06-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29015

Priyanka Dhanda pdha...@wikimedia.org changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |

--- Comment #5 from Priyanka Dhanda pdha...@wikimedia.org 2011-06-03 19:39:45 
UTC ---
David,
I could run the cleanupTitles for the bad titles. I'll attach the results of
the dry run. Let me know if you want me to go ahead.

-p

-- 
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 28850] Save categories on Next even if they weren't explicitly added

2011-06-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28850

--- Comment #6 from Gregor Hagedorn g.m.haged...@gmail.com 2011-06-03 
19:42:18 UTC ---
There are two issues here:
a) a button exists to modify a form, adding a new field. That is in fact very
common and a standard feature of semantic mediawikis using semantic forms (i.e.
almost all).

b) if adding a single category: several text fields in the form are filled, the
form submitted, but the content of one field (the category) is silently
ignored. 

The second is the problem. It seems the key is the requirement we want a
single field that autocompletes? I would use jquery.blur() for this - but I
have not made the analysis in any depth, so there may of course be reasons why
this does not work. Or it can be added to the submit button - before
submitting, any non-existing categories are checked a must be verified in a
dialog.

-- 
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 29015] Create a Recherche : namespace on frwikiversity and activate it in the default search

2011-06-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29015

--- Comment #6 from Priyanka Dhanda pdha...@wikimedia.org 2011-06-03 19:42:14 
UTC ---
Created attachment 8615
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=8615
dry-run of cleanupTitles

-- 
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 29015] Create a Recherche : namespace on frwikiversity and activate it in the default search

2011-06-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29015

--- Comment #7 from David Crochet crochet.da...@free.fr 2011-06-03 19:59:21 
UTC ---
Hum.
the search engine find this page Transmutations_biologiques in the main
namespace :
http://fr.wikiversity.org/w/index.php?title=Sp%C3%A9cial%3ARechercheredirs=1search=Transmutations_biologiquesfulltext=Searchns0=1title=Sp%C3%A9cial%3ARechercheadvanced=1fulltext=Advanced+search

but the log say : 

frwikiversity 2011-06-03 19:36:41:  87.09% done on page; ETA 2011-06-03
19:36:41 [21200/24344] 7130.72/sec 0.41% updated
page 29110 (Recherche:Transmutations_biologiques) doesn't match self.
DRY RUN: would rename 29110 (0,'Recherche:Transmutations_biologiques') to
(104,'Transmutations_biologiques')

and these pages do not exist anywhere :
Recherche:Transmutations_biologiques or Transmutations_biologiques do not
exist in ns:0 or ns:104

-- 
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 29015] Create a Recherche : namespace on frwikiversity and activate it in the default search

2011-06-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29015

MZMcBride b...@mzmcbride.com changed:

   What|Removed |Added

 CC||b...@mzmcbride.com

--- Comment #8 from MZMcBride b...@mzmcbride.com 2011-06-03 20:06:07 UTC ---
(In reply to comment #7)
 Hum.
 the search engine find this page Transmutations_biologiques in the main
 namespace :
 http://fr.wikiversity.org/w/index.php?title=Sp%C3%A9cial%3ARechercheredirs=1search=Transmutations_biologiquesfulltext=Searchns0=1title=Sp%C3%A9cial%3ARechercheadvanced=1fulltext=Advanced+search
 
 but the log say : 
 
 frwikiversity 2011-06-03 19:36:41:  87.09% done on page; ETA 2011-06-03
 19:36:41 [21200/24344] 7130.72/sec 0.41% updated
 page 29110 (Recherche:Transmutations_biologiques) doesn't match self.
 DRY RUN: would rename 29110 (0,'Recherche:Transmutations_biologiques') to
 (104,'Transmutations_biologiques')
 
 and these pages do not exist anywhere :
 Recherche:Transmutations_biologiques or Transmutations_biologiques do not
 exist in ns:0 or ns:104

The page does exist, but the maintenance script needs to be run in order to fix
the page title make it accessible again.

$ sql frwikiversity_p;
mysql select page_id, page_namespace, page_title from page where page_id =
29110;
+-++--+
| page_id | page_namespace | page_title   |
+-++--+
|   29110 |  0 | Recherche:Transmutations_biologiques |
+-++--+
1 row in set (0.00 sec)

Priyanka: The dry-run looks fine. I'd go ahead and run it.

-- 
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 29268] New: Importation bug on two pages

2011-06-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29268

   Web browser: ---
 Bug #: 29268
   Summary: Importation bug on two pages
   Product: Wikimedia
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: major
  Priority: Unprioritized
 Component: General/Unknown
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: hubert.bos...@gmail.com
Classification: Unclassified


Hello,

We needed to import some pages from fr.wikipedia to fr.wiktionary.

However, when I proceed as usually, only two of them are refused by
[[special:import]], error: Échec de l’importation : Impossible d’ouvrir le
fichier à importer.

(impossible to open the file to import)

Si I tried to rename one of them without any special character, and to change
the current version of the pages, but the bug persists.

Could you please transfert:
1) http://fr.wikipedia.org/wiki/Liste_d%27expressions_marseillaises
to
http://fr.wiktionary.org/wiki/Annexe:Liste_d%27expressions_marseillaises

2) http://fr.wikipedia.org/wiki/Utilisateur:JackPotte/Bugzilla
to
http://fr.wiktionary.org/wiki/Annexe:Mots français d'origine arabe

Thank you for your attention.

-- 
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 29214] MediaWiki.org loading without stylesheets

2011-06-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29214

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

   What|Removed |Added

   Priority|Unprioritized   |Normal
 Status|NEW |RESOLVED
 CC||m...@everybody.org
 Resolution||DUPLICATE

--- Comment #3 from Mark A. Hershberger m...@everybody.org 2011-06-03 
20:45:58 UTC ---


*** This bug has been marked as a duplicate of bug 29153 ***

-- 
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 29153] Pages loading without formatting too often

2011-06-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29153

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

   What|Removed |Added

 CC||b...@mzmcbride.com

--- Comment #22 from Mark A. Hershberger m...@everybody.org 2011-06-03 
20:45:58 UTC ---
*** Bug 29214 has been marked as a duplicate of this bug. ***

-- 
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 29215] Add import source for dearbcomwiki

2011-06-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29215

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

   What|Removed |Added

   Priority|Unprioritized   |Normal
 CC||m...@everybody.org

-- 
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 29216] Deletion of a page with Suppress data from administrators as well as others does not create an entry in the deletion log

2011-06-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29216

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

   What|Removed |Added

   Priority|Unprioritized   |Normal
 CC||m...@everybody.org

-- 
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 29217] Add Portal namespace to Azerbaijani Wikisource

2011-06-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29217

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

   What|Removed |Added

   Priority|Unprioritized   |Normal
 CC||m...@everybody.org

-- 
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 29217] Add Portal namespace to Azerbaijani Wikisource

2011-06-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29217

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

   What|Removed |Added

   Keywords||shell

-- 
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 29269] New: Enable $wgRawHtml on collabwiki

2011-06-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29269

   Web browser: ---
 Bug #: 29269
   Summary: Enable $wgRawHtml on collabwiki
   Product: Wikimedia
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Site requests
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: jalexan...@wikimedia.org
Classification: Unclassified


Please enable $wgRawHtml on Collabwiki for use with fundraiser page
sandboxing/testing.

-- 
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 29269] Enable $wgRawHtml on collabwiki

2011-06-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29269

James Alexander jalexan...@wikimedia.org changed:

   What|Removed |Added

   Keywords||shell
   Priority|Unprioritized   |High
URL||http://collab.wikimedia.org
   ||/wiki/Main_Page
 CC||jalexan...@wikimedia.org

--- Comment #1 from James Alexander jalexan...@wikimedia.org 2011-06-03 
21:03:24 UTC ---
We would like to get this done for Monday (June 6th) when we have some training
planned.

-- 
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 29218] Latin and Arabic scripts together for Azerbaijanian Wikipedia (LanguageConverter variants for az)

2011-06-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29218

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

   What|Removed |Added

   Priority|Unprioritized   |Normal

-- 
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 29220] When viewing a talk page history, when NOT logged in, different results are shown in internet explorer, compared to firefox

2011-06-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29220

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

   What|Removed |Added

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

--- Comment #6 from Mark A. Hershberger m...@everybody.org 2011-06-03 
21:07:52 UTC ---
When closing the bug, please make sure you include the *reason* you
are closing it.

-- 
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 29221] Expose oldrevid in watchlist output

2011-06-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29221

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

   What|Removed |Added

   Priority|Unprioritized   |Normal
 CC||m...@everybody.org

-- 
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 29222] Tracking bucket not honored for clicktracking URL params (e.g. to action=edit)

2011-06-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29222

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

   What|Removed |Added

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

--- Comment #2 from Mark A. Hershberger m...@everybody.org 2011-06-03 
21:09:31 UTC ---
Closing per comment #1

-- 
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 29223] Querying Wikipedia APIs (any language) for rvdiffto=prev fails for many revids: notcached

2011-06-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29223

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

   What|Removed |Added

   Priority|Unprioritized   |Normal
 CC||m...@everybody.org
 AssignedTo|roan.katt...@gmail.com  |s...@reedyboy.net

-- 
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 29226] PHPUnit should use color if OS supports ANSI

2011-06-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29226

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

   What|Removed |Added

   Priority|Unprioritized   |Low

-- 
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 29268] Importation bug on two pages

2011-06-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29268

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

   What|Removed |Added

 CC||roan.katt...@gmail.com

--- Comment #1 from Roan Kattouw roan.katt...@gmail.com 2011-06-03 21:27:21 
UTC ---
What's going on here? Is the quote throwing something off? Double-escaping?
Lack of escaping?

-- 
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 29229] Extension to provide access via the dict protocol

2011-06-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29229

--- Comment #4 from Mark A. Hershberger m...@everybody.org 2011-06-03 
21:30:18 UTC ---
 Converting wiktionary definitions to plain text is not exactly
 trivial.

Which is why I wouldn't want the module to do it, necessarily.  The
output of

links -dump http://en.wiktionary.org/wiki/quotidian

looks at least partly usable.

-- 
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 29007] Please enable the autopatrol group for the Persian Wikipedia

2011-06-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29007

Priyanka Dhanda pdha...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||pdha...@wikimedia.org
 Resolution||FIXED

--- Comment #1 from Priyanka Dhanda pdha...@wikimedia.org 2011-06-03 21:52:24 
UTC ---
Done


@@ -5696,7 +5696,8 @@
 'fawiki' = array( 
 '*' = array( 'createpage' = false ), # 27195
 'patroller' = array( 'patrol' = true ),
-'rollbacker' = array( 'rollback' = true ),
+'rollbacker' = array( 'rollback' = true ),
+'autopatrol' = array( 'autopatrol' = true ),
//http://bugzilla.wikimedia.org/show_bug.cgi?id=29007
 ),
 'fawikinews' = array(
 'rollbacker' = array( 'rollback' = true ),
@@ -6263,7 +6264,7 @@
 'sysop' = array( 'autopatrolled', 'flood', 'patroller', 'rollbacker'
),
 ),
 '+fawiki' = array(
-'bureaucrat' = array( 'sysop', 'bureaucrat', 'bot', 'patroller' ),
+'bureaucrat' = array( 'sysop', 'bureaucrat', 'bot', 'patroller',
'autopatrol' ),
 'sysop' = array( 'rollbacker' ),
 ),
 '+fawikinews' = array(
@@ -6581,7 +6582,7 @@
 'sysop' = array( 'autopatrolled', 'patroller', 'rollbacker',
'ipblock-exempt','flood' ),
 ),  
 '+fawiki' = array(
-'bureaucrat' = array( 'patroller' ),
+'bureaucrat' = array( 'patroller', 'autopatrol' ),
 'sysop' = array( 'rollbacker', ),
 ),
 '+fawikinews' = array(

-- 
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 26499] Include uncompressed size and other metadata in each dump file

2011-06-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26499

--- Comment #9 from Platonides platoni...@gmail.com 2011-06-03 22:00:31 UTC 
---
Diederik, they are not created uncompressed in memory.

I think we should just move to xz (mainly for the space benefits), which would
provide the uncompressed size as an added value.

-- 
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 29007] Please enable the autopatrol group for the Persian Wikipedia

2011-06-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29007

--- Comment #2 from ebraminio ebrami...@gmail.com 2011-06-03 22:03:36 UTC ---
Hi, Please enable that for admins ('sysop') not 'bureaucrat'. 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


[Bug 26499] Include uncompressed size and other metadata in each dump file

2011-06-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26499

--- Comment #10 from Diederik van Liere dvanli...@gmail.com 2011-06-03 
22:04:31 UTC ---
xz compression sounds good to me!

-- 
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 29007] Please enable the autopatrol group for the Persian Wikipedia

2011-06-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29007

--- Comment #3 from Priyanka Dhanda pdha...@wikimedia.org 2011-06-03 22:12:38 
UTC ---
done

-- 
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


  1   2   >