[Bug 57731] New: Is it a bug? Request for comments/Clarification request: make SpecialChangePassword form text depending on login status of $wgUser

2013-11-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57731

   Web browser: ---
Bug ID: 57731
   Summary: Is it a bug? Request for comments/Clarification
request: make SpecialChangePassword form text
depending on login status of $wgUser
   Product: MediaWiki
   Version: 1.23-git
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: User login and signup
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: m...@tgries.de
CC: swall...@wikimedia.org
Classification: Unclassified
   Mobile Platform: ---

make SpecialChangePassword form text depending on login status of $wgUser

During development of Extension:OpenID I found, that I have to apply a small
patch to ChangePassword for the case that I want the pre-login user to enter
their temporary password.

During development of E:OpenID, I found that the SpecialChangePassword shows
the Temporary password text only if I apply this patch.

https://gerrit.wikimedia.org/r/#/c/96651/

I suppose, but I am not sure, that this was a design mistake (in the old
version of ChangePassword) to check against the passed parameter $user instead
of (new version) to check against $wgUser.

This is a request for comments.

Chris answered on Patch Set 4: Code-Review-1:

 This seems like the wrong way to accomplish this, and seems like it relies on 
 another bug that might disappear.
 I'd rather see this use a parameter to showForm(), or use a flag in the class 
 to indicate what wording you want, and then have your code set that.


I still think, that originally $wgUser was meant, perhaps you can ask around.

For my extension OpenID, which calls under certain conditions ChangePassword,
an additional parameter would be fine, in order to trigger the correct label
text temporary password.

-- 
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 57731] Is it a bug? Request for comments/Clarification request: make SpecialChangePassword form text depending on login status of $wgUser

2013-11-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57731

T. Gries m...@tgries.de changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal

-- 
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 57731] Is it a bug? Request for comments/Clarification request: make SpecialChangePassword form text depending on login status of $wgUser

2013-11-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57731

Gerrit Notification Bot gerritad...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |PATCH_TO_REVIEW

-- 
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 57731] Is it a bug? Request for comments/Clarification request: make SpecialChangePassword form text depending on login status of $wgUser

2013-11-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57731

--- Comment #1 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 96651 had a related patch set uploaded by Wikinaut:
make SpecialChangePassword form text depending on login status of wgUser

https://gerrit.wikimedia.org/r/96651

-- 
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 57579] E:OpenID as consumer: ChangePassword page is shown twice when attaching an OpenID to an existing account using the _temporary_ password

2013-11-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57579

T. Gries m...@tgries.de changed:

   What|Removed |Added

 Depends on||57731

-- 
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 57731] Is it a bug? Request for comments/Clarification request: make SpecialChangePassword form text depending on login status of $wgUser

2013-11-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57731

T. Gries m...@tgries.de changed:

   What|Removed |Added

 Blocks||57579

-- 
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 50644] Support style scoped as HTML element in wiki source

2013-11-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50644

Fomafix foma...@googlemail.com changed:

   What|Removed |Added

 CC||foma...@googlemail.com

--- Comment #5 from Fomafix foma...@googlemail.com ---
It would be possible to emulate a scoped style for browser without support for
scoped styles by changing the selectors to a specific element.

wikicode
style
table.wikitable  tr  th,
table.wikitable  *  tr  th {
  background-color: #fee;
}
/style

is converted to
style scoped
#mw-content-text table.wikitable  tr  th,
#mw-content-text table.wikitable  *  tr  th {
  background-color: #fee;
}
/style

-- 
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 57134] Set WS namespace alias to Wikisource: in Bengali Wikisource

2013-11-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57134

--- Comment #5 from Tomasz W. Kozlowski tom...@twkozlowski.net ---
The patch hasn't been merged yet, so the alias is not available.

-- 
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 57233] beta: Parsoid should continuously deploy master branch

2013-11-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57233

--- Comment #9 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 98014 merged by Faidon Liambotis:
parsoid: role class for beta and factor out common code

https://gerrit.wikimedia.org/r/98014

-- 
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 52019] Vectorize all project logos

2013-11-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=52019

Yuan Siang liverpudlian...@gmail.com changed:

   What|Removed |Added

 CC||liverpudlian...@gmail.com

--- Comment #7 from Yuan Siang liverpudlian...@gmail.com ---
Hello there, this is Yuan Siang, the GCI student who has claimed this task.
After reading through the discussion I would like to clarify, is my task to
provide 5 missing SVG logos on the /logos page, or is this still in the process
of discussion?

Thanks!
Yuan Siang

-- 
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 57732] New: Sitenotice can't be dismissed by unregistered users

2013-11-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57732

   Web browser: ---
Bug ID: 57732
   Summary: Sitenotice can't be dismissed by unregistered users
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: major
  Priority: Unprioritized
 Component: DismissableSiteNotice
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: federicol...@tiscali.it
CC: br...@wikimedia.org
Classification: Unclassified
   Mobile Platform: ---

Per Brion's bug 9209 comment 4, making the sitenotice dismissable (and loaded
via JavaScript) for unregistered users is one of the main requirements of this
extension.

I don't know exactly at what point this stopped working, I noticed only now. It
was reported in 2012 at
[[mw:Extension_talk:DismissableSiteNotice#How_can_anons_dismiss_a_notice.3F]].

-- 
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 42045] Option to show user creation entries in the RecentChanges page

2013-11-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42045

--- Comment #3 from h...@apache.org ---
(In reply to comment #2)
 I’ve written an extension recently for exactly this purpose:
 https://www.mediawiki.org/wiki/Extension:RecentChangesLogFilter

Wonderful! Thanks for developing it and for the link!

-- 
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 51479] SF Incorrect page name Some very long page name that will hopefully never get created ABCDEF123 appearing

2013-11-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=51479

--- Comment #9 from s7ep...@gmail.com ---
These lines were put in some MW versions ago to obtain a deep clone of the
Parser object (i.e. clone of the parser and all of the contained objects). This
parser clone is needed to parse the form with a properly initialized parser
(e.g. also including all initialization steps done by any extension) while
keeping the original parser state intact. Then in a later MW version people got
all excited about the new features of newer PHP versions and included unnamed
closures in the Parser (or was it ParserOptions) object. Which are alas not
serializable.

The two easy solutions that obviously do not work are to just use the original
parser and hope it does not break too badly, and to try to make the Parser
serializable again. The first fails with the bug discussed here. The second
fails because we will never ever convince anybody to merge a core patch to make
the Parser serializable again and also because if any extension somehow managed
to attach a closure to the Parser, e.g. via ParserOptions, it fails again.

So there remain two solutions. The first would be to somehow conjure a Parser
object from scratch and get it into a state similar enough to wgParser, that it
serves our purposes. This mostly includes setting the proper ParserOptions and
getting extensions to include their JS and CSS. I do not know if this is even
possible, but it would certainly be a major performance drain.

The second would be to finally completely rewrite that function so that it does
not change the parser state in a destructive way. This however would probably
end up in a complete redesign of SF. Good luck. :P

-- 
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 52019] Vectorize all project logos

2013-11-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=52019

--- Comment #8 from Tomasz W. Kozlowski tom...@twkozlowski.net ---
5 logos seem like a reasonable amount of work to fit in 2-3 hours, so I'd say
go ahead.

-- 
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 57732] Sitenotice can't be dismissed by unregistered users

2013-11-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57732

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

   Priority|Unprioritized   |High

-- 
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 57731] [RFC] make SpecialChangePassword form text depending on login status of $wgUser

2013-11-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57731

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

Summary|Is it a bug? Request for|[RFC] make
   |comments/Clarification  |SpecialChangePassword form
   |request: make   |text depending on login
   |SpecialChangePassword form  |status of $wgUser
   |text depending on login |
   |status of $wgUser   |

-- 
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 57717] Systematic HTTP 503 timeouts by uploading big (100MB) TIFF images

2013-11-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57717

--- Comment #2 from Kelson [Emmanuel Engelhart] kel...@kiwix.org ---
This is done using the API action=upload, without stash, without async. The
most simple way.

-- 
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 56399] extract2.php is noisy with Cannot modify header information - headers already sent

2013-11-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=56399

--- Comment #2 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 92828 abandoned by Reedy:
Wrap extract2.php in ob_start()/ob_flush()

https://gerrit.wikimedia.org/r/92828

-- 
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 57730] Adding an extra |- at the end of a table causes it to be displayed at the end of the article.

2013-11-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57730

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Low
  Component|General/Unknown |Parser
Version|unspecified |1.23-git

-- 
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 57729] Enabling the Education Extension on the ar.wikipedia

2013-11-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57729

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
   Severity|normal  |enhancement

-- 
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 57733] New: Gerrit web interfaces fetch 404 avatar urls

2013-11-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57733

   Web browser: ---
Bug ID: 57733
   Summary: Gerrit web interfaces fetch 404 avatar urls
   Product: Wikimedia
   Version: wmf-deployment
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Git/Gerrit
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: has...@free.fr
CC: christ...@quelltextlich.at, innocentkil...@gmail.com,
marcin.cies...@gmail.com, rlan...@gmail.com
Classification: Unclassified
   Mobile Platform: ---

When browsing the Gerrit web interface, I noticed the browser console reports a
bunch of 404 errors.  The interface attempts to grab avatars for users, URLs
looks like:

 https://gerrit.wikimedia.org/r/accounts/someone%40example.org/avatar?s=12345

Where:
- someone%40example.org is urlencoded email address of users listed as
reviewers of a patchset
- 12345 probably the user id in Gerrit

-- 
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 57733] Gerrit web interfaces fetch 404 avatar urls

2013-11-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57733

--- Comment #1 from Sam Reed (reedy) s...@reedyboy.net ---
I think this is INVALID/WONTFIX - I've spoken to Chad about it before

-- 
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 56350] Gerrit makes many unnecessary requests to fetch gravatars on each page load

2013-11-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=56350

Sam Reed (reedy) s...@reedyboy.net changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #3 from Sam Reed (reedy) s...@reedyboy.net ---


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

-- 
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 48649] Avatars broken (404)

2013-11-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48649

Sam Reed (reedy) s...@reedyboy.net changed:

   What|Removed |Added

 CC||has...@free.fr

--- Comment #7 from Sam Reed (reedy) s...@reedyboy.net ---
*** Bug 57733 has been marked as a duplicate of this bug. ***

-- 
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 48649] Avatars broken (404)

2013-11-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48649

Sam Reed (reedy) s...@reedyboy.net changed:

   What|Removed |Added

 CC||o...@wikimedia.org

--- Comment #6 from Sam Reed (reedy) s...@reedyboy.net ---
*** Bug 56350 has been marked as a duplicate of this bug. ***

-- 
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 57733] Gerrit web interfaces fetch 404 avatar urls

2013-11-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57733

Sam Reed (reedy) s...@reedyboy.net changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #2 from Sam Reed (reedy) s...@reedyboy.net ---


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

-- 
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 57729] Enabling the Education Extension on the ar.wikipedia

2013-11-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57729

Sam Reed (reedy) s...@reedyboy.net changed:

   What|Removed |Added

   Keywords||shell

-- 
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 57592] Retain POSTed information in Special:SetSiteLink after error

2013-11-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57592

--- Comment #6 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 98062 abandoned by Addshore:
Retain form input on Special:SetSiteLink in case of an error

Reason:
Duplicate of Iafa210c12bbcd0633ddfb0b3edffd83774fc13cd

https://gerrit.wikimedia.org/r/98062

-- 
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 56910] Top navigation bar not responsive, covers page content

2013-11-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=56910

Alvaro a...@bitergia.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #1 from Alvaro a...@bitergia.com ---
Fixed now! Thanks Nemo

-- 
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 9598] Apostrophes should not be indexed as part of words

2013-11-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=9598

Akeron akeron...@yahoo.fr changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 CC||akeron...@yahoo.fr
 Resolution|FIXED   |---

--- Comment #5 from Akeron akeron...@yahoo.fr ---
This bug is still here

For example :
https://en.wikipedia.org/w/index.php?title=Special%3ASearchprofile=defaultsearch=Arc-en-Cielfulltext=Search
 Arc-en-Ciel doesn't match any L'Arc-en-Ciel (with L') directly.

Compare with a search L'Arc-en-Ciel
https://en.wikipedia.org/w/index.php?search=L%27Arc-en-Cieltitle=Special%3ASearchfulltext=1

The L' should not be a part of the word, its another word.

-- 
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 57592] Retain POSTed information in Special:SetSiteLink after error

2013-11-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57592

--- Comment #7 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 98011 merged by jenkins-bot:
Retain form input on Special:SetSiteLink in case of an error

https://gerrit.wikimedia.org/r/98011

-- 
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 32373] Unclosed tables are shown after the following text

2013-11-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32373

Michael M. listenle...@gmail.com changed:

   What|Removed |Added

 CC||molly.whi...@gmail.com

--- Comment #4 from Michael M. listenle...@gmail.com ---
*** Bug 57730 has been marked as a duplicate of this bug. ***

-- 
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 57730] Adding an extra |- at the end of a table causes it to be displayed at the end of the article.

2013-11-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57730

Michael M. listenle...@gmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||listenle...@gmail.com
 Resolution|--- |DUPLICATE

--- Comment #1 from Michael M. listenle...@gmail.com ---


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

-- 
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 57734] New: Special:SetLabel should remember label field across errors

2013-11-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57734

   Web browser: ---
Bug ID: 57734
   Summary: Special:SetLabel should remember label field across
errors
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: WikidataRepo
  Assignee: wikidata-b...@lists.wikimedia.org
  Reporter: addshorew...@gmail.com
CC: wikidata-b...@lists.wikimedia.org
Classification: Unclassified
   Mobile Platform: ---

When using the special page and making an error in your input data all fields
are remembered except for the Label field!

This should also be remembered after POSTing!

-- 
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 57735] New: Special:SetDescription should remember description field across errors

2013-11-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57735

   Web browser: ---
Bug ID: 57735
   Summary: Special:SetDescription should remember description
field across errors
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: WikidataRepo
  Assignee: wikidata-b...@lists.wikimedia.org
  Reporter: addshorew...@gmail.com
CC: wikidata-b...@lists.wikimedia.org
Classification: Unclassified
   Mobile Platform: ---

When using the special page and making an error in your input data all fields
are remembered except for the Description field!

This should also be remembered after POSTing!

-- 
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 57736] New: Special:SetAliases should remember aliases field across errors

2013-11-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57736

   Web browser: ---
Bug ID: 57736
   Summary: Special:SetAliases should remember aliases field
across errors
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: WikidataRepo
  Assignee: wikidata-b...@lists.wikimedia.org
  Reporter: addshorew...@gmail.com
CC: wikidata-b...@lists.wikimedia.org
Classification: Unclassified
   Mobile Platform: ---

When using the special page and making an error in your input data all fields
are remembered except for the Aliases field!

This should also be remembered after POSTing!

-- 
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 57735] Special:SetDescription should remember description field across errors

2013-11-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57735

Addshore addshorew...@gmail.com changed:

   What|Removed |Added

   Keywords||easy, need-volunteer
URL||http://www.google-melange.c
   ||om/gci/task/view/google/gci
   ||2013/5811628293488640
 Whiteboard||gci2013

-- 
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 57736] Special:SetAliases should remember aliases field across errors

2013-11-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57736

Addshore addshorew...@gmail.com changed:

   What|Removed |Added

   Keywords||easy, need-volunteer
URL||http://www.google-melange.c
   ||om/gci/task/view/google/gci
   ||2013/5877255393771520
 Whiteboard||gci2013

-- 
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 57734] Special:SetLabel should remember label field across errors

2013-11-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57734

Addshore addshorew...@gmail.com changed:

   What|Removed |Added

   Keywords||easy, need-volunteer
URL||http://www.google-melange.c
   ||om/gci/task/view/google/gci
   ||2013/5843926447554560
 Whiteboard||gci2013

-- 
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 46224] Create a few basic Selenium test for Download as PDF feature

2013-11-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46224

Gerrit Notification Bot gerritad...@wikimedia.org changed:

   What|Removed |Added

 Status|ASSIGNED|PATCH_TO_REVIEW

-- 
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 46224] Create a few basic Selenium test for Download as PDF feature

2013-11-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46224

--- Comment #9 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 98160 had a related patch set uploaded by Mayankmadan:
Added a test for downloading pdf from a random page

https://gerrit.wikimedia.org/r/98160

-- 
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 57436] Typography refresh dramatically increase Wikibase items label font

2013-11-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57436

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

 CC||wikidata-bugs@lists.wikimed
   ||ia.org
  Component|Vector  |WikidataClient
   Assignee|wikibugs-l@lists.wikimedia. |wikidata-bugs@lists.wikimed
   |org |ia.org

--- Comment #6 from Andre Klapper aklap...@wikimedia.org ---
Tpt: Browser information welcome. Also, how to reproduce the problem (steps)?

Tentatively moving to Wikidata as per comment 4.
Wikidata folks: Feel free to move to MediaWiki  Skin and page rendering as
per comment 5.

-- 
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 57737] New: Broken contribute an image button

2013-11-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57737

   Web browser: Apple Safari
Bug ID: 57737
   Summary: Broken contribute an image button
   Product: MediaWiki extensions
   Version: master
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: MobileFrontend
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: hartman.w...@gmail.com
CC: aricha...@wikimedia.org, jgon...@wikimedia.org,
jrob...@wikimedia.org, kw...@wikimedia.org,
maxsem.w...@gmail.com, mgro...@wikimedia.org,
mpinc...@wikimedia.org, rkald...@wikimedia.org,
tf...@wikimedia.org
Classification: Unclassified
   Mobile Platform: iOS 6.x

Created attachment 13931
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=13931action=edit
screenshot of problem

This is caused by the mixins code for buttons having a higher specificity for
the padding than:

.button.photo {
position: relative;
display: table;
margin: 0 auto;
padding-left: 44px;
text-align: left;
}

-- 
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 41219] No CSS shown on attachment.cgi when attachment was deleted, as CSS is not on bug-attachment.wikimedia.org but bugzilla.wikimedia.org

2013-11-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41219

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

Summary|No CSS shown on |No CSS shown on
   |attachment.cgi when |attachment.cgi when
   |attachment was deleted  |attachment was deleted, as
   ||CSS is not on
   ||bug-attachment.wikimedia.or
   ||g but
   ||bugzilla.wikimedia.org

--- Comment #1 from Andre Klapper aklap...@wikimedia.org ---
!DOCTYPE HTML PUBLIC -//IETF//DTD HTML 2.0//EN
htmlhead
title403 Forbidden/title/headbody
h1Forbidden/h1
pYou don't have permission to access /skins/standard/global.css
on this server./p
hr
addressApache Server at bug-attachment.wikimedia.org Port 80/address
/body/html

-- 
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 57737] Broken contribute an image button

2013-11-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57737

--- Comment #1 from Bingle bingle-ad...@wikimedia.org ---
Prioritization and scheduling of this bug is tracked on Mingle card
https://wikimedia.mingle.thoughtworks.com/projects/mobile/cards/1468

-- 
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 57737] Broken contribute an image button

2013-11-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57737

--- Comment #2 from Derk-Jan Hartman hartman.w...@gmail.com ---
Created attachment 13932
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=13932action=edit
screenshot of css rules in effect

-- 
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 57738] New: Make CiviCRM Bugzilla product a component under Wikimedia product

2013-11-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57738

   Web browser: ---
Bug ID: 57738
   Summary: Make CiviCRM Bugzilla product a component under
Wikimedia product
   Product: Wikimedia
   Version: wmf-deployment
  Hardware: All
OS: All
Status: NEW
  Severity: trivial
  Priority: Unprioritized
 Component: Bugzilla
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: aklap...@wikimedia.org
CC: aklap...@wikimedia.org, fr-t...@wikimedia.org,
s...@reedyboy.net, s...@ludd.net,
thehelpfulonew...@gmail.com
Blocks: 38990
Classification: Unclassified
   Mobile Platform: ---

It is one subdomain under Wikimedia (https://civicrm.wikimedia.org/), so make
it a component under Bugzilla's Wikimedia product, where other servers also
have their dedicated components (e.g. Planet or Bugzilla). 
13 bug reports affected.

-- 
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 57738] Make CiviCRM Bugzilla product a component under Wikimedia product

2013-11-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57738

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
   Severity|trivial |minor

-- 
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 38990] Bugzilla products could use a re-examination

2013-11-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38990

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

 Depends on||57738

-- 
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 53999] SSL component vs. tracking bug vs potential ssl keyword

2013-11-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=53999

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

 Blocks||38990

-- 
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 38990] Bugzilla products could use a re-examination

2013-11-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38990

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

 Depends on||53986

-- 
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 53986] Wikimedia Labs vs Tool Labs tools vs Tools Bugzilla product confusion

2013-11-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=53986

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

 Blocks||38990

-- 
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 38990] Bugzilla products could use a re-examination

2013-11-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38990

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

 Depends on||53999

-- 
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 57739] New: all-titles file doesn't include namespace prefix

2013-11-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57739

   Web browser: ---
Bug ID: 57739
   Summary: all-titles file doesn't include namespace prefix
   Product: Datasets
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: General/Unknown
  Assignee: ar...@wikimedia.org
  Reporter: xavier.combe...@gmail.com
CC: gsv...@gmail.com
Classification: Unclassified
   Mobile Platform: ---

the file *-all-titles.gz seems not include namespace prefix 
for example 

http://dumps.wikimedia.org/commonswiki/20131121/commonswiki-20131121-all-titles.gz

It seems that in the curent process (currently:
http://git.wikimedia.org/blob/operations%2Fdumps.git/11e9b23b4bc76bf3d89e1fb32348c7a11079bd55/xmldumps-backup%2Fworker.py#L4043
)
it's a simple query
query=select page_title from page;

and the namespace is not in page_title

it makes this file nearly useless as one is unable to make the difference
between a title in the main namespace and a title in an other namespace or
between two different namespace

-- 
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 57739] all-titles file doesn't include namespace prefix

2013-11-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57739

--- Comment #1 from Xavier Combelle xavier.combe...@gmail.com ---
a work around is to use stub-meta-current which contain the prefixed titles but
this file is quite bigger as it contains extra informations

-- 
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 57128] ApiQueryAllCampaigns api module has same prefix as user contributions ('uc')

2013-11-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57128

--- Comment #7 from Yuvi Panda yuvipa...@gmail.com ---
uwc sounds fine. We will be killing backwards compatibility, though - but
that's fine by me. We might want to get one of the folks with access to the API
logs to take a look but (this is optional!)

-- 
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 22166] History table formatting looks naff in Bugzilla (Table has no styling)

2013-11-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22166

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

   Severity|trivial |minor

--- Comment #11 from Andre Klapper aklap...@wikimedia.org ---
Same reason why the table on
https://bugzilla.wikimedia.org/userprefs.cgi?tab=saved-searches does not have
any borders.

I played a bit on boogs.wmflabs.org:

Deleting
#bodyContent table {
font-size: 100%;
border: none;
}
#bodyContent td, #bodyContent th {
border: medium none;
}
from vector.css fixes this problem, but then the tabs at the top of
http://boogs.wmflabs.org/userprefs.cgi?tab=saved-searches have ugly fat lines. 

This might be fixed by adding
border: medium none;
to the definition of .tabs td in vector.css.

-- 
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 51545] Allow change patrolling

2013-11-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=51545

Peter Bena benap...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #5 from Peter Bena benap...@gmail.com ---
it already works

-- 
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 34892] Huggle's blockers for next release (tracking)

2013-11-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=34892

Bug 34892 depends on bug 51545, which changed state.

Bug 51545 Summary: Allow change patrolling
https://bugzilla.wikimedia.org/show_bug.cgi?id=51545

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

-- 
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 55793] Scoring should perhaps take into account added text rather than all text

2013-11-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55793

Peter Bena benap...@gmail.com changed:

   What|Removed |Added

   Priority|Low |Lowest

--- Comment #3 from Peter Bena benap...@gmail.com ---
currently this is blocked by upstream bug, I am lowering priority until the
blocking bug is fixed

-- 
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 56580] Version 2.1.21 - Links in Huggle screen not working

2013-11-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=56580

Peter Bena benap...@gmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |WONTFIX

--- Comment #1 from Peter Bena benap...@gmail.com ---
these links shouldn't work by design, if you want to mark page as patrolled,
use good edit feature (available since huggle 3x)

-- 
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 56581] Version 2.1.21 - Tagging pages

2013-11-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=56581

Peter Bena benap...@gmail.com changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

-- 
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 56582] Version 2.1.21 - REDIRECT shows up as X

2013-11-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=56582

Peter Bena benap...@gmail.com changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal

-- 
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 55824] Customize Jenkins email notifications

2013-11-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55824

--- Comment #10 from Geoffrey Mon geof...@gmail.com ---
Cloudbees URL: https://geofbot.ci.cloudbees.com/job/test/

-- 
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 51113] Formatter for URL datatype

2013-11-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=51113

--- Comment #3 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 98121 had a related patch set uploaded by Daniel Kinzler:
Introducing HtmlUrlFormatter

https://gerrit.wikimedia.org/r/98121

-- 
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 51113] Formatter for URL datatype

2013-11-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=51113

Gerrit Notification Bot gerritad...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |PATCH_TO_REVIEW

-- 
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 57740] HTML Formatter for linking EntityIDs

2013-11-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57740

Daniel Kinzler daniel.kinz...@wikimedia.de changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 CC||daniel.kinz...@wikimedia.de
 Whiteboard||backlog
   Severity|normal  |enhancement

-- 
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 57740] New: HTML Formatter for linking EntityIDs

2013-11-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57740

   Web browser: ---
Bug ID: 57740
   Summary: HTML Formatter for linking EntityIDs
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: WikidataRepo
  Assignee: wikidata-b...@lists.wikimedia.org
  Reporter: daniel.kinz...@wikimedia.de
CC: wikidata-b...@lists.wikimedia.org
Classification: Unclassified
   Mobile Platform: ---

The HTML formatter for EntityIds should generate links pointing to the
respective entity pages. Since there are multiple formatters for EntityIds, the
HTML formatter should take one of those as a paramter for generating the
surface text, and should take an EntityTitleLookup for determining the link
target.

Ideally, it would also take a Linker object, but Linker has a largely static
interface.

-- 
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 57741] New: Details formatter for GlobeCoordinates

2013-11-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57741

   Web browser: ---
Bug ID: 57741
   Summary: Details formatter for GlobeCoordinates
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: WikidataRepo
  Assignee: wikidata-b...@lists.wikimedia.org
  Reporter: daniel.kinz...@wikimedia.de
CC: wikidata-b...@lists.wikimedia.org
Classification: Unclassified
   Mobile Platform: ---

We need an FORMAT_HTML_DIFF formatter for GlobCoordinateValues, for use in
diffs.

-- 
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 57741] Details formatter for GlobeCoordinates

2013-11-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57741

Daniel Kinzler daniel.kinz...@wikimedia.de changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 CC||daniel.kinz...@wikimedia.de
 Whiteboard||backlog
   Severity|normal  |enhancement

-- 
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 57742] New: Details formatter for TimeValues

2013-11-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57742

   Web browser: ---
Bug ID: 57742
   Summary: Details formatter for TimeValues
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: WikidataRepo
  Assignee: wikidata-b...@lists.wikimedia.org
  Reporter: daniel.kinz...@wikimedia.de
CC: wikidata-b...@lists.wikimedia.org
Classification: Unclassified
   Mobile Platform: ---

We need an FORMAT_HTML_DIFF formatter for TimeValues, for use in diffs.

-- 
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 57743] New: Sort out relationship between TimeFormatter and TimeIsoFormatter

2013-11-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57743

   Web browser: ---
Bug ID: 57743
   Summary: Sort out relationship between TimeFormatter and
TimeIsoFormatter
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: WikidataRepo
  Assignee: wikidata-b...@lists.wikimedia.org
  Reporter: daniel.kinz...@wikimedia.de
CC: wikidata-b...@lists.wikimedia.org
Classification: Unclassified
   Mobile Platform: ---

There should be two kinds of values for points in time (with a precision,
time zone, calendar, etc) and simple timestamps (just an ISO date string).
There should be formatters for each, where the formatter for the complex time
value uses a formatter for timestamps as a parameter.

-- 
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 57743] Sort out relationship between TimeFormatter and TimeIsoFormatter

2013-11-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57743

Daniel Kinzler daniel.kinz...@wikimedia.de changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 CC||daniel.kinz...@wikimedia.de
   ||, jeroen_ded...@yahoo.com
  Component|WikidataRepo|DataValues
   Assignee|wikidata-bugs@lists.wikimed |wikibugs-l@lists.wikimedia.
   |ia.org  |org
 Whiteboard||cleanup
   Severity|normal  |minor

-- 
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 38962] Design and decide how redirects should work

2013-11-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38962

--- Comment #10 from Daniel Kinzler daniel.kinz...@wikimedia.de ---
Redirects will be implemented to be supported on the level of EntityContent,
but not Entity. That is, they exist on the level of MediaWiki, not on the level
of the Wikibase data model.

-- 
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 57744] New: Implement Redirects in EntityContent

2013-11-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57744

   Web browser: ---
Bug ID: 57744
   Summary: Implement Redirects in EntityContent
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: WikidataRepo
  Assignee: wikidata-b...@lists.wikimedia.org
  Reporter: daniel.kinz...@wikimedia.de
CC: wikidata-b...@lists.wikimedia.org
Classification: Unclassified
   Mobile Platform: ---

EntityContent should be able to represent redirects (while Entity and the rest
of the Wikibase datamodel should not know about redirects).

-- 
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 57744] Implement Redirects in EntityContent

2013-11-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57744

Daniel Kinzler daniel.kinz...@wikimedia.de changed:

   What|Removed |Added

 CC||daniel.kinz...@wikimedia.de
   See Also||https://bugzilla.wikimedia.
   ||org/show_bug.cgi?id=38962
 Whiteboard||backlog

-- 
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 38962] Design and decide how redirects should work

2013-11-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38962

Daniel Kinzler daniel.kinz...@wikimedia.de changed:

   What|Removed |Added

   See Also||https://bugzilla.wikimedia.
   ||org/show_bug.cgi?id=57744

-- 
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 57745] New: Automatically create redirects when merging items

2013-11-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57745

   Web browser: ---
Bug ID: 57745
   Summary: Automatically create redirects when merging items
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: WikidataRepo
  Assignee: wikidata-b...@lists.wikimedia.org
  Reporter: daniel.kinz...@wikimedia.de
CC: wikidata-b...@lists.wikimedia.org
Classification: Unclassified
   Mobile Platform: ---

Automatically create redirects when merging items

-- 
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 57744] Implement Redirects in EntityContent

2013-11-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57744

--- Comment #1 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 89810 had a related patch set uploaded by Daniel Kinzler:
Allow ItemContent to represent a redirect.

https://gerrit.wikimedia.org/r/89810

-- 
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 57744] Implement Redirects in EntityContent

2013-11-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57744

Gerrit Notification Bot gerritad...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |PATCH_TO_REVIEW

-- 
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 57745] Automatically create redirects when merging items

2013-11-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57745

Daniel Kinzler daniel.kinz...@wikimedia.de changed:

   What|Removed |Added

 Depends on||57744

-- 
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 57744] Implement Redirects in EntityContent

2013-11-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57744

Daniel Kinzler daniel.kinz...@wikimedia.de changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 Status|PATCH_TO_REVIEW |NEW
 Blocks||57745
   Severity|normal  |enhancement

-- 
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 57745] Automatically create redirects when merging items

2013-11-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57745

Daniel Kinzler daniel.kinz...@wikimedia.de changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 CC||daniel.kinz...@wikimedia.de
 Whiteboard||backlog
   Severity|normal  |enhancement

-- 
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 56370] Login captcha shown after too many incorrect attempts to log in looks ugly

2013-11-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=56370

Bartosz Dziewoński matma@gmail.com changed:

   What|Removed |Added

URL||https://en.wikipedia.org/wi
   ||ki/Special:UserLogin
 Whiteboard||gci2013

-- 
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 57746] New: Allow Entity pages to be stored in the ParserCache

2013-11-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57746

   Web browser: ---
Bug ID: 57746
   Summary: Allow Entity pages to be stored in the ParserCache
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: WikidataRepo
  Assignee: wikidata-b...@lists.wikimedia.org
  Reporter: daniel.kinz...@wikimedia.de
CC: wikidata-b...@lists.wikimedia.org
Classification: Unclassified
   Mobile Platform: ---

Since the rendering of Entity pages depend on the user's language, even for
anonymous users, they are currently not cached. This is a big performance
issue.

MediaWiki usually forces the parser cache key for anonymous visitors to
'canonical'. This should be overwritten for Wikibase, and a cache key should be
generated based on the user preferences, just like for logged in users.

On a related note, we could try to avoid MediaWiki parsing and caching pages
directly upon saving them, since it's unclear which cache key is used for that,
and it seems pointless for bot edits.

-- 
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 57746] Allow Entity pages to be stored in the ParserCache

2013-11-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57746

Daniel Kinzler daniel.kinz...@wikimedia.de changed:

   What|Removed |Added

   Keywords||performance
   Priority|Unprioritized   |Normal
 CC||daniel.kinz...@wikimedia.de
 Whiteboard||backlog

-- 
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 56711] Update the wb_terms table so it does not have a numeric entity id

2013-11-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=56711

Daniel Kinzler daniel.kinz...@wikimedia.de changed:

   What|Removed |Added

 CC||daniel.kinz...@wikimedia.de
 Whiteboard|backlog |backlog, termsearch

-- 
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 45529] use composite indexes for efficient term search

2013-11-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=45529

Daniel Kinzler daniel.kinz...@wikimedia.de changed:

   What|Removed |Added

 Whiteboard|backlog |backlog, termsearch

-- 
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 46736] elements in the wb-terms table lack relevant lang and dir attributes

2013-11-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46736

Daniel Kinzler daniel.kinz...@wikimedia.de changed:

   What|Removed |Added

 CC||daniel.kinz...@wikimedia.de
 Whiteboard||termsearch

-- 
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 42992] Optimize TermSqlCache::saveTermsOfEntity

2013-11-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42992

Daniel Kinzler daniel.kinz...@wikimedia.de changed:

   What|Removed |Added

   Keywords||performance
   Priority|Normal  |High
 Whiteboard|backlog |backlog, termsearch
   Severity|normal  |major

--- Comment #2 from Daniel Kinzler daniel.kinz...@wikimedia.de ---
bumping some more

-- 
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 57747] New: Port to Postgres Database

2013-11-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57747

   Web browser: ---
Bug ID: 57747
   Summary: Port to Postgres Database
   Product: MediaWiki extensions
   Version: REL1_21 branch
  Hardware: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: Unprioritized
 Component: BlogPage
  Assignee: j...@countervandalism.net
  Reporter: b...@unix-solution.de
Classification: Unclassified
   Mobile Platform: ---

Es ist ein Datenbankfehler aufgetreten. Der Grund kann ein Programmierfehler
sein. Die letzte Datenbankabfrage lautete:

UPDATE user_stats SET stats_opinions_created = NULL WHERE stats_user_id =
'1'

aus der Funktion „BlogHooks::updateCreatedOpinionsCount“. Die Datenbank meldete
den Fehler „23502: FEHLER: NULL-Wert in Spalte »stats_opinions_created«
verletzt Not-Null-Constraint “.

I have chnaged BlockHooks.php line 171/172 to
array( 'stats_opinions_created' = $opinionsCreated ),
array( 'stats_opinions_created' = '1' ), 
and it works.

How can I solve this?

Regards,
basti

-- 
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 57748] New: New users creating /UserProfileIntro sub pages

2013-11-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57748

   Web browser: ---
Bug ID: 57748
   Summary: New users creating /UserProfileIntro sub pages
   Product: Wikipedia App
   Version: Unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: Unprioritized
 Component: Generic
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: bugzi...@kyosuke.org
CC: mgro...@wikimedia.org, yuvipa...@gmail.com
Classification: Unclassified
   Mobile Platform: ---

I think this change introduced a bug: https://gerrit.wikimedia.org/r/#/c/96681/

The term UserProfileIntro shows up in this submission for review:
http://www.gossamer-threads.com/lists/wiki/mediawiki-cvs/408577

On en.wikipedia there is a sudden spurt of new users creating user pages at
User:xxx/UserProfileIntro as can be seen in this 'everything' search on
en.wikipedia:
https://en.wikipedia.org/w/index.php?title=Special:Searchlimit=500offset=0redirs=0profile=allsearch=UserProfileIntro

I see no other common reason for this to be occurring, nor is it apparent that
the new users are aware of the issue.

(I made the assumption that this was specific to the mobile app due to the
title of the code review page. I hope this was correct.)

-- 
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 42992] Optimize TermSqlCache::saveTermsOfEntity to only update the table if actually neccessary

2013-11-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42992

Daniel Kinzler daniel.kinz...@wikimedia.de changed:

   What|Removed |Added

Summary|Optimize|Optimize
   |TermSqlCache::saveTermsOfEn |TermSqlCache::saveTermsOfEn
   |tity|tity to only update the
   ||table if actually
   ||neccessary

-- 
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 57749] Optimize SiteLinkTable::saveLinksOfEntity to only update the table if actually necessary

2013-11-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57749

Daniel Kinzler daniel.kinz...@wikimedia.de changed:

   What|Removed |Added

   Keywords||performance
 CC||daniel.kinz...@wikimedia.de
 Whiteboard||backlog

-- 
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 57749] New: Optimize SiteLinkTable::saveLinksOfEntity to only update the table if actually necessary

2013-11-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57749

   Web browser: ---
Bug ID: 57749
   Summary: Optimize SiteLinkTable::saveLinksOfEntity to only
update the table if actually necessary
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: WikidataRepo
  Assignee: wikidata-b...@lists.wikimedia.org
  Reporter: daniel.kinz...@wikimedia.de
CC: wikidata-b...@lists.wikimedia.org
Classification: Unclassified
   Mobile Platform: ---

Currently, SiteLinkTable::saveLinksOfEntity unconditionally deleted all links
for the item, then adds all links for the item.

Instead, it would be nice to just delete the links that were since removed
from, and add just the ones that got added to the entity.

-- 
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 57597] Prefer double-quoted strings in Ruby code

2013-11-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57597

--- Comment #20 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 97842 merged by Tobias Gritschacher:
Prefer double-quoted strings in Ruby code

https://gerrit.wikimedia.org/r/97842

-- 
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 57750] New: Use diff information to optimize database updates when saving an entity.

2013-11-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57750

   Web browser: ---
Bug ID: 57750
   Summary: Use diff information to optimize database updates when
saving an entity.
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: WikidataRepo
  Assignee: wikidata-b...@lists.wikimedia.org
  Reporter: daniel.kinz...@wikimedia.de
CC: wikidata-b...@lists.wikimedia.org
Classification: Unclassified
   Mobile Platform: ---

Checking/updating secondary tables when saving entities can be costly. Much of
this could be avoided if we could use information what exactly changed about an
entity, instead of just saving all information about it afresh, as if it did
not exist before.

Information about what exactly was changed about an entity already exists
further up the stack of the save operation: EditEntity has a diff, and even
before that, we often have ChangeOps. If we could loop this information through
to the point where it could be used to optimize database access, that would be
quite helpful.

-- 
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 57750] Use diff information to optimize database updates when saving an entity.

2013-11-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57750

Daniel Kinzler daniel.kinz...@wikimedia.de changed:

   What|Removed |Added

   Keywords||performance
 CC||daniel.kinz...@wikimedia.de
   Severity|normal  |enhancement

-- 
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 47135] term_row_id field needs to be converted to a BIGINT.

2013-11-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47135

Daniel Kinzler daniel.kinz...@wikimedia.de changed:

   What|Removed |Added

 Whiteboard||backlog

-- 
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 57747] Port to Postgres Database

2013-11-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57747

--- Comment #1 from basti b...@unix-solution.de ---
Sorry something get wrong on my post (2013-11-29 15:23:09) here.
I try to port BlogPage to postgres and $opinionsCreated seems to be allways
null.

there is my postgres code i have create:

// SQL from comments-extention

-- set Schemata 
SET search_path = mediawiki;

CREATE TABLE Comments
(
  commentid SERIAL NOT NULL,
  Comment_Page_ID integer NOT NULL DEFAULT 0,
  Comment_user_id integer NOT NULL DEFAULT 0,
  Comment_Username varchar(200) NOT NULL DEFAULT '',
  Comment_Text text NOT NULL,
  Comment_Date timestamp without time zone NOT NULL,
  Comment_Parent_ID integer NOT NULL DEFAULT 0,
  Comment_IP varchar(45) NOT NULL DEFAULT '',
  Comment_Plus_Count integer NOT NULL DEFAULT 0,
  Comment_Minus_Count integer NOT NULL DEFAULT 0,
  CONSTRAINT comments_pkey PRIMARY KEY (commentid)
);

CREATE TABLE Comments_Vote
(
  comment_vote_id SERIAL PRIMARY KEY,
  Comment_Vote_user_id integer NOT NULL DEFAULT 0,
  Comment_Vote_Username varchar(200) NOT NULL DEFAULT '',
  Comment_Vote_Score integer NOT NULL DEFAULT 0,
  Comment_Vote_Date timestamp without time zone NOT NULL,
  Comment_Vote_IP varchar(45) NOT NULL DEFAULT ''
);

CREATE TABLE Comments_block (
  cb_id SERIAL PRIMARY KEY,
  cb_user_id integer NOT NULL default '0',
  cb_user_name varchar(255) NOT NULL default '',
  cb_user_id_blocked integer default NULL,
  cb_user_name_blocked varchar(255) NOT NULL default '',
  cb_date timestamp without time zone NOT NULL
);

-- set rights to the wikiuser, replace my_wikiuser with your defined database
username

ALTER TABLE mediawiki.Comments
  OWNER TO my_wikiuser;

ALTER TABLE mediawiki.Comments_Vote
  OWNER TO my_wikiuser;

ALTER TABLE mediawiki.Comments_block
  OWNER TO my_wikiuser;

-- maybe some more mysqlcompat functions are need
-- http://pgfoundry.org/projects/mysqlcompat/

-- or http://okbob.blogspot.de/2009/08/mysql-functions-for-postgresql.html

CREATE OR REPLACE FUNCTION ifnull(anyelement, anyelement)
  RETURNS anyelement AS
$BODY$
  SELECT COALESCE($1, $2)
$BODY$
  LANGUAGE sql IMMUTABLE

//END SQL from comments-extention

// SQL from SocialProfile/UserStats extention

-- Postgres version

CREATE TABLE user_stats (
  stats_user_idINTEGER  NOT NULL  DEFAULT 0  PRIMARY
KEY,
  stats_year_idINTEGER  NOT NULL  DEFAULT 0,
  stats_user_name  TEXT NOT NULL  DEFAULT '',
  stats_user_image_count   INTEGER  NOT NULL  DEFAULT 0,
  stats_comment_count  INTEGER  NOT NULL  DEFAULT 0,
  stats_comment_score  INTEGER  NOT NULL  DEFAULT 0,
  stats_comment_score_positive_rec INTEGER  NOT NULL  DEFAULT 0,
  stats_comment_score_negative_rec INTEGER  NOT NULL  DEFAULT 0,
  stats_comment_score_positive_given   INTEGER  NOT NULL  DEFAULT 0,
  stats_comment_score_negative_given   INTEGER  NOT NULL  DEFAULT 0,
  stats_comment_blockedINTEGER  NOT NULL  DEFAULT 0,
  stats_vote_count INTEGER  NOT NULL  DEFAULT 0,
  stats_edit_count INTEGER  NOT NULL  DEFAULT 0,
  stats_opinions_created   INTEGER  NOT NULL  DEFAULT 0,
  stats_opinions_published INTEGER  NOT NULL  DEFAULT 0,
  stats_referrals  INTEGER  NOT NULL  DEFAULT 0,
  stats_referrals_completedINTEGER  NOT NULL  DEFAULT 0,
  stats_challenges_count   INTEGER  NOT NULL  DEFAULT 0,
  stats_challenges_won INTEGER  NOT NULL  DEFAULT 0,
  stats_challenges_rating_positive INTEGER  NOT NULL  DEFAULT 0,
  stats_challenges_rating_negative INTEGER  NOT NULL  DEFAULT 0,
  stats_friends_count  INTEGER  NOT NULL  DEFAULT 0,
  stats_foe_count  INTEGER  NOT NULL  DEFAULT 0,
  stats_gifts_rec_countINTEGER  NOT NULL  DEFAULT 0,
  stats_gifts_sent_count   INTEGER  NOT NULL  DEFAULT 0,
  stats_weekly_winner_countINTEGER  NOT NULL  DEFAULT 0,
  stats_monthly_winner_count   INTEGER  NOT NULL  DEFAULT 0,
  stats_total_points   INTEGERDEFAULT 0,
  stats_overall_rank   INTEGER  NOT NULL  DEFAULT 0,
  up_complete  INTEGER,
  user_board_count INTEGER   DEFAULT 0,
  user_board_sent  INTEGER   DEFAULT 0,
  user_board_count_privINTEGER   DEFAULT 0,
  stats_picturegame_votes  INTEGER   DEFAULT 0,
  stats_picturegame_createdINTEGER   DEFAULT 0,
  user_status_countINTEGER   DEFAULT 0,
  stats_poll_votes INTEGER   DEFAULT 0,
  user_status_agreeINTEGER   DEFAULT 0,
  stats_quiz_questions_answeredINTEGER   DEFAULT 0,
  stats_quiz_questions_correct INTEGER   DEFAULT 

  1   2   3   >