[Bug 52673] Globally blocked IPs should have a box with block info on Special:Contributions

2013-12-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=52673

--- Comment #6 from Kunal Mehta (Legoktm)  ---
I lied, this actually isn't that difficult. First step is
Ie196611d504b3969bcdfb5c589716af2f3c54e14, which will allow us to output the
information in the first place. 

After that, we just need to get the information from the globalblocking
database and format it nicely.

-- 
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 58758] Prevent mirrors of Wikipedia from including NOINDEXED pages

2013-12-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58758

--- Comment #7 from Chad H.  ---
Comment 5 made me cry and I would revert any such hackery on the spot :p

(In reply to comment #6)
> I don't think we should prevent people from downloading it if they want it.
> All
> (non-deleted) content should be available for download. We could maybe
> encourage people to download the articles only dump, but its important that
> all
> content is available.

This.

-- 
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 58783] New: Block confirmation screen can be confusing

2013-12-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58783

   Web browser: ---
Bug ID: 58783
   Summary: Block confirmation screen can be confusing
   Product: MediaWiki
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Keywords: design, easy
  Severity: normal
  Priority: Unprioritized
 Component: Special pages
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: bawolff...@gmail.com
CC: q...@wikimedia.org
Classification: Unclassified
   Mobile Platform: ---

This may make a good GCI bug

Steps to reproduce:
*Be an admin
*Go to Special:Block
*Block yourself
*You should then have a confirmation screen. At the top in red it tells you are
you sure, in order to continue you have to click the checkbox at the bottom

This could be unclear. User's may think they just have to click OK again to get
through the screen, and not see the extra checkbox.

The most straightforward way to fix this would be to do 2 things:
*Change the red are you sure message to mention: "If you are sure you want to
do this, check the confirm block checkbox below"
*Make the label for the confirm block checkbox be bold in order to draw
attention to it.

The bolding should probably be accomplished via CSS in a separate file. It
should probably be in a CSS file that is loaded just on Special:Block, not in
the site wide css (i.e. Add a css file to the mediawiki.special.block resource
loader module).

There are probably other ways to improve the usability of this forum. If you
have a different idea for how to make it better, don't hesitate to do that
instead of what I suggested above.

-- 
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 26396] Permit all lowercase (uncapitalized) usernames and user pages

2013-12-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26396

Chad H.  changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|DUPLICATE   |---

--- Comment #24 from Chad H.  ---
Unduping because it's not a dupe. Other bug is a WMF bug (which should probably
be wontfixed IMHO)

-- 
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 56273] UploadWizard UI can not query category which has "category:" prefix

2013-12-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=56273

--- Comment #7 from Bawolff (Brian Wolff)  ---
User should be able to type:
*Foo
*Category:Foo
*Localized namespaces (e.g. Catégorie:Foo if a french wiki)

And have the exact same behaviour. (For example like in
[[Special:RandomInCategory]])

One gotcha to watch out for is things like:
*User:Foo

Which should still be interpreted as Category:User:Foo

-- 
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 58555] Create API Upload Wizard Smoke Tests

2013-12-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58555

--- Comment #19 from Bawolff (Brian Wolff)  ---

>   I can create them with the "Test images" label and I would assume they
> would
> be ignored. Also, keep in mind that theses tests are not supposed to be run
> as
> frequently as unit tests. These tests only make sense to be run agains a new
> deployment candidate. Anyways, let's start running them and if there are any
> issues, I am sure we can address them.

Personally I would suggest asking permission instead of begging forgiveness in
situations such as these.

--

>I guess the main issue is that it will show up in the various change lists
>(less often if you use get a bot flag for the test user). Having many revisions
>might be a problem as well (for articles it used to be; the English Wikipedia
>was borked several times by someone trying to delete a page with a long
>history), but that should not be hard to prevent, as long as we do not forget
>about it.

There are indeed scaling issues with deleting (or moving) an image with a large
number of old versions (Which probably come a lot sooner than the 10
revisions or whatever it was for WP:sandbox). My suggestion would be just not
to delete it. There would hopefully not be scaling issues with just uploading a
lot of new versions, and if there are its something that should be a high
priority to resolve as we do have examples of regularly updated images on
commons that will have large numbers of old versions (At the very least in the
hundreds range).

[Slightly off topic]
Could be interesting to have an icingna type check that runs say every 20
minutes which uploads a small file to upload stash on commons (bonus points for
also doing chunked in addition to normal), then downloads it from the upload
stash, verifying it is the same file. This would leave no footprints in the
wiki, and catch a good portion of the things that can go wrong with the upload
pipeline.

-- 
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 56273] UploadWizard UI can not query category which has "category:" prefix

2013-12-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=56273

--- Comment #6 from Quim Gil  ---
As said, as soon as there is a clear specification I will create the GCI task.
We need more tasks!

-- 
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 58782] action=globalblock needs on-wiki documentation

2013-12-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58782

Kunal Mehta (Legoktm)  changed:

   What|Removed |Added

   Keywords||easy

--- Comment #1 from Kunal Mehta (Legoktm)  ---
https://www.mediawiki.org/w/index.php?title=Extension%3AGlobalBlocking&diff=847018&oldid=795946

-- 
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 58782] New: action=globalblock needs on-wiki documentation

2013-12-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58782

   Web browser: ---
Bug ID: 58782
   Summary: action=globalblock needs on-wiki documentation
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: GlobalBlocking
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: legoktm.wikipe...@gmail.com
CC: agarr...@wikimedia.org, kren...@gmail.com,
wikimedia.b...@snowolf.eu
Blocks: 1
Classification: Unclassified
   Mobile Platform: ---

https://git.wikimedia.org/blob/mediawiki%2Fextensions%2FGlobalBlocking/b62096928fddc0a6b578c58f9e242bd239d9c49f/ApiGlobalBlock.php

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

2013-12-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=1

Kunal Mehta (Legoktm)  changed:

   What|Removed |Added

 Depends on||58782

-- 
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 52734] Special:CentralAuth only shows log extracts to stewards

2013-12-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=52734

Kunal Mehta (Legoktm)  changed:

   What|Removed |Added

   Assignee|wikibugs-l@lists.wikimedia. |legoktm.wikipe...@gmail.com
   |org |

--- Comment #2 from Kunal Mehta (Legoktm)  ---
I didn't realize there was a bug for this, I thought it would be a nice feature
to have. :)

-- 
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 52734] Special:CentralAuth only shows log extracts to stewards

2013-12-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=52734

Gerrit Notification Bot  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 52734] Special:CentralAuth only shows log extracts to stewards

2013-12-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=52734

--- Comment #1 from Gerrit Notification Bot  ---
Change 102060 had a related patch set uploaded by Legoktm:
Show log extract on Special:CentralAuth for all users

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

-- 
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 34970] SUL accounts blocked locally on every wikis they exist should not be able to autocreate

2013-12-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=34970

Kunal Mehta (Legoktm)  changed:

   What|Removed |Added

 CC||legoktm.wikipe...@gmail.com

--- Comment #2 from Kunal Mehta (Legoktm)  ---
(In reply to comment #0)

> When an account is blocked locally on every wikis it exists, it should not be
> able to create automatically a new account on other wikis.

I'm not a huge fan of this idea. Why would that account just not be locked?

-- 
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 58734] Editing Template doesn't effect pages in 1.23wmf7 and 1.23wmf8 branches

2013-12-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58734

omid  changed:

   What|Removed |Added

Summary|Editing Template doesn't|Editing Template doesn't
   |effect pages|effect pages in 1.23wmf7
   ||and 1.23wmf8 branches

-- 
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 58734] Editing Template doesn't effect pages

2013-12-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58734

omid  changed:

   What|Removed |Added

   Severity|major   |critical

-- 
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 18182] Add block-options to Special:CentralAuth

2013-12-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18182

Kunal Mehta (Legoktm)  changed:

   What|Removed |Added

 CC||legoktm.wikipe...@gmail.com

--- Comment #13 from Kunal Mehta (Legoktm)  ---
(In reply to comment #11)
> Can somebody please give some more info on how to add the user block options
> and what should be they?

So in the ipblocks table, we store information like "block anonymous users
only", "enable autoblock", "don't allow editing talk page"
([[mw:Manual:ipblocks table]]).

In CentralAuthUser::localUserData, we're currently only loading the expiry and
reason. We would need to load the other information too, and in the
Special:CentralAuth page, we would need to change the formatBlockStatus
function to also handle options.

-- 
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 58734] Editing Template doesn't effect pages

2013-12-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58734

--- Comment #4 from omid  ---
Exact branch which problem has been occurred in 1.23wmf7 & 1.23wmf8
1.23wmf6 and prior branches are fine.

-- 
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 12363] Page moves into mainspace should appear on Special:Newpages for patrol

2013-12-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=12363

--- Comment #28 from p858snake  ---
Special:MovedPages would probably be better, from the aspect that not everyone
uses the "Article" terminology when referring to pages.

Then just have a couple of filters on the page for "Moved from NS X" and "Moved
to NS X" a long with the standard date filters.

-- 
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 12363] Page moves into mainspace should appear on Special:Newpages for patrol

2013-12-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=12363

--- Comment #27 from Paolo Benvenuto  ---
Maybe nobody has thoght on that, but I'm proposing something "different":

Why can't we leave Special:NewPages as it is, and implement a
Special:NewArticles page which only tracks new entries in ns0, either created
or moved from nsX?

-- 
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 26396] Permit all lowercase (uncapitalized) usernames and user pages

2013-12-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26396

Vishnu Nk  changed:

   What|Removed |Added

 CC||mails2vi...@gmail.com

--- Comment #23 from Vishnu Nk  ---
Im interested in this bug.Please assign it to me

-- 
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 54484] Feature request: Cannot view source of old revisions

2013-12-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=54484

Theopolisme  changed:

   What|Removed |Added

 CC||theopolismew...@gmail.com

--- Comment #7 from Theopolisme  ---
Hmm, so from what I can see, Jon's proposal/request:

* If oldid parameter is present in the url and edit mode is entered
  * Display a header at the top saying that the user is viewing an old revision
  * Display the standard editor , but with the disabled attribute
(copy
and paste/etc still works, just not modifiable)
  * The text in the textarea will be that of the old revision, obtained by
passing the rvstartid parameter in the api request in EditorApi.js
  * Hide the continue button (and just show the cancel link)

For the steps involving disabling the textarea and hiding the "continue", I
imagine this should probably be done by adding a new *viewOnly* option to the
editor (which in the future could definitely be extended to protected pages and
the like, which mirrors behavior on desktop).

Have I missed anything?

-- 
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 12363] Page moves into mainspace should appear on Special:Newpages for patrol

2013-12-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=12363

--- Comment #26 from p858snake  ---
I still feel the same about this as I did back in Comment 4, NewPages as it's
name suggest should be for NEW pages, moves aren't new pages. We should think
about another log page(s) to display move actions specifically (and appropriate
API queries if we don't have them) if we don't have one already.

-- 
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 23653] Global oversighting a username ignores edit limits on hideuser blocks

2013-12-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23653

Kunal Mehta (Legoktm)  changed:

   What|Removed |Added

URL||https://www.google-melange.
   ||com/gci/task/view/google/gc
   ||i2013/5910263559618560

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

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

--- Comment #76 from Quim Gil  ---
(In reply to comment #70)
> https://commons.wikimedia.org/wiki/File:Wikisource-logo-yi.svg
> https://commons.wikimedia.org/wiki/File:Wikibooks-logo-uk.svg
> https://commons.wikimedia.org/wiki/File:Wikibooks-logo-sl.svg
> https://commons.wikimedia.org/wiki/File:Wikibooks-logo-et.svg
> https://commons.wikimedia.org/wiki/File:Wikibooks-logo-az.svg

These look good to me.

> At the current Yiddish (Yi) Wikisource logo under symbol like N-gotic there
> is
> no sub-symbol like T, but text string on
> https://meta.wikimedia.org/wiki/User:Cbrown1023/Logos#Wikisource has this
> sub-T. Title of Yi Wikisource also has sub-T, so I created SVG with sub-T.

Wow, good catch! Sounds reasonable.

-- 
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 23653] Global oversighting a username ignores edit limits on hideuser blocks

2013-12-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23653

Kunal Mehta (Legoktm)  changed:

   What|Removed |Added

   Keywords||easy
 CC||legoktm.wikipe...@gmail.com
 Whiteboard||gci2013

--- Comment #2 from Kunal Mehta (Legoktm)  ---
Global editcount can easily be computed with CentralAuthUser::queryAttached,
and a check should be added in CentralAuthUser::adminLockHide.

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

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

--- Comment #75 from Quim Gil  ---
(In reply to comment #72)
> Norwegian Versions:
> https://commons.wikimedia.org/wiki/File:Wikisource-logo-no-standardized.png
> https://commons.wikimedia.org/wiki/File:Wikisource-logo-no-standardized.svg

Your version includes lower case characters, which is not correct. Wikisource
logos with Latin script use Linux Libertine O using capitals in all characters.
See for instance https://commons.wikimedia.org/wiki/File:Wikisource-logo-eo.svg 

If you fix this I will close the Google Code-in task, although you might get
additional feedback from Tomasz.

-- 
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 58610] Score constructs an FSBackend in a deprecated fashion

2013-12-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58610

Bawolff (Brian Wolff)  changed:

   What|Removed |Added

 Status|PATCH_TO_REVIEW |RESOLVED
 Resolution|--- |FIXED

-- 
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 700] Code quality issues (tracking)

2013-12-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=700

Bug 700 depends on bug 58610, which changed state.

Bug 58610 Summary: Score constructs an FSBackend in a deprecated fashion
https://bugzilla.wikimedia.org/show_bug.cgi?id=58610

   What|Removed |Added

 Status|PATCH_TO_REVIEW |RESOLVED
 Resolution|--- |FIXED

-- 
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 58610] Score constructs an FSBackend in a deprecated fashion

2013-12-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58610

--- Comment #5 from Gerrit Notification Bot  ---
Change 103088 merged by jenkins-bot:
Fix depreciation warnings in FileBackend construction

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

-- 
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 12363] Page moves into mainspace should appear on Special:Newpages for patrol

2013-12-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=12363

Kunal Mehta (Legoktm)  changed:

   What|Removed |Added

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

--- Comment #25 from Kunal Mehta (Legoktm)  ---
(In reply to comment #24)
> Moves from  Draft  namaespace to  mainspace should appear in  the new pages
> Feed.
> They  should appear in  the NPF chronologically  on  the date the move was
> effected.

No. NPF is bug 36930 (I added it as a see also, not sure why it wasn't
already). Also, what namespace the page is coming from shouldn't matter, it
should work for any.

-- 
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 36930] Moved pages appear with the date of initial creation

2013-12-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36930

Kunal Mehta (Legoktm)  changed:

   What|Removed |Added

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

-- 
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-12-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=52019

--- Comment #74 from Thomas Lam  ---
https://commons.wikimedia.org/wiki/File:Wikisource-logo-sr.svg
https://commons.wikimedia.org/wiki/File:Wikisource-logo-mk.svg
https://commons.wikimedia.org/wiki/File:Wikisource-logo-tr.svg
https://commons.wikimedia.org/wiki/File:Wikisource-logo-sl.svg
https://commons.wikimedia.org/wiki/File:Wikisource-logo-lt.svg

-- 
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 58734] Editing Template doesn't effect pages

2013-12-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58734

--- Comment #3 from omid  ---
I've tested latest MediaWiki on Xubuntu php 5.5.3, Still problem exists.

-- 
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 58610] Score constructs an FSBackend in a deprecated fashion

2013-12-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58610

Gerrit Notification Bot  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 58610] Score constructs an FSBackend in a deprecated fashion

2013-12-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58610

--- Comment #4 from Gerrit Notification Bot  ---
Change 103088 had a related patch set uploaded by Theopolisme:
Fix depreciation warnings in FileBackend construction

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

-- 
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 1574] Account cannot be created with initial lower case letter

2013-12-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=1574

Vishnu Nk  changed:

   What|Removed |Added

 CC||mails2vi...@gmail.com

--- Comment #13 from Vishnu Nk  ---
Im interested in this bug..Please assign it to me

-- 
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 58734] Editing Template doesn't effect pages

2013-12-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58734

--- Comment #2 from omid  ---
Thanks Andre for advice.
This problem doesn't exist in mediawiki 1.22 and prior. 
To reproduce the problem, Use git to download and install latest mediawiki.
Create a Template, Title doesn't matter, Keep content simple and type "hi". Use
the Template in any page you want, Mainpage for example, then edit the
template, you can even delete it but It doesn't change Mainpage content. 

However, Since It's not easy to keep this problem hidden I guess this problem
isn't related to Mediawiki itself. 
I've looked my apache error.log and found many "libgcc_s.so.1 must be installed
for pthread_cancel to work" error. 
I should note that I use php 5.5.7, ubuntu 12.04 and apach2 2.4.6

-- 
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 16112] Run "refreshLinks.php --dfn-only" on all wikis periodically

2013-12-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=16112

--- Comment #49 from Vishnu Nk  ---
Can anyone tell me how to get assigned to a bug?
please mail me at :- mails2vi...@gmail.com

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

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

--- Comment #73 from Natasha Murashkina  ---
(In reply to comment #71)

UK logo uses another font. Match the K letter: on current logo it's curve, but
in DajaVu Sans it's plain. Current logo font is taller than DajaVu Sans.

http://goo.gl/BQ5eQs (current logo)
http://goo.gl/4w6LGu (logo with DajaVu Sans)

I have to ask person who made current logo for font, could you point me to the
wiki-page with the current logo where I'll find the user uploaded logo or say
what format it has in Wiki (e.g.
https://commons.wikimedia.org/wiki/File:Wikisource-logo-uk-current.png)?

P.S. Waiting for font may take me lots of time, so if you'll close my current
task and create task with, say, 5+2=7 logos for converting to SVG (cuz it's the
second time I didn't done my work fully), it'll be great.

-- 
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 58781] New: TMH does not i18n-ize transcode reset text

2013-12-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58781

   Web browser: ---
Bug ID: 58781
   Summary: TMH does not i18n-ize transcode reset text
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: TimedMediaHandler
  Assignee: md...@wikimedia.org
  Reporter: bawolff...@gmail.com
CC: aarcos.w...@gmail.com, bawolff...@gmail.com,
fflo...@wikimedia.org, gti...@wikimedia.org,
jger...@wikimedia.org, mtrac...@member.fsf.org
Classification: Unclassified
   Mobile Platform: ---

If you hit reset transcode button, the api is queried, and its non-i18n-ized
response are directly output the user.

This sort of thing should be translated.

(Personally I think the transcode table/links should generally not be done via
the API. It might be better to do this via an action=resettranscode link or
something, so it works without js).

-- 
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 55558] Old wikivoyage logo used on stats.wikimedia.org

2013-12-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=8

Daniel Zahn  changed:

   What|Removed |Added

 Status|PATCH_TO_REVIEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #9 from Daniel Zahn  ---
finally resolved because QChris fixed the repo and could merge it now, thanks
:)

-- 
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 58780] New: HTCP purges sent for random image thumbnails when visiting audio file on every hit

2013-12-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58780

   Web browser: ---
Bug ID: 58780
   Summary: HTCP purges sent for random image thumbnails when
visiting audio file on every hit
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: TimedMediaHandler
  Assignee: md...@wikimedia.org
  Reporter: bawolff...@gmail.com
CC: aarcos.w...@gmail.com, bawolff...@gmail.com,
fflo...@wikimedia.org, gti...@wikimedia.org,
jger...@wikimedia.org, mtrac...@member.fsf.org,
o...@wikimedia.org
Classification: Unclassified
   Mobile Platform: ---

Testing locally with a flac file. Every time I visit (normal visit, no
action=purge, or anything like that) the image description page, htcp purges
are sent for jpg thumbs of the audio file in 0px (multiple times for the 0px
size) and 120px and some jpg thumbs of old versions. Not only do these
thumbnails not exist (so the purge pointless), its done on every single hit. If
video ever takes off, this would be a lot of extra htcp traffic.


On a page that uses the audio file, it seems to send purges for 220px and 180px
jpg thumbs of the file (which don't exist)

-- 
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 58733] TimedMediaHandler does not clear varnish/squid cache for transcodes

2013-12-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58733

--- Comment #1 from Gerrit Notification Bot  ---
Change 103084 had a related patch set uploaded by Brian Wolff:
Clear Squid/Varnish cache on transcode delete and creation.

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

-- 
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 58733] TimedMediaHandler does not clear varnish/squid cache for transcodes

2013-12-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58733

Gerrit Notification Bot  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 58413] user name is there for every instance where one could type

2013-12-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58413

--- Comment #3 from Oliver Keyes  ---
I think this will be fixed as part of wider changes to the replying/commenting
UI.

-- 
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 58413] user name is there for every instance where one could type

2013-12-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58413

Eduard Braun  changed:

   What|Removed |Added

 CC||eduard.bra...@gmx.de

--- Comment #2 from Eduard Braun  ---
I also think this is unnecessary.

In the current design the own username could even be mistaken as a signature
for the preceding comment.

-- 
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 48665] Images: Parsoid duplicates image attribute after attribute value change

2013-12-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48665

--- Comment #7 from Gerrit Notification Bot  ---
Change 103068 abandoned by Cscott:
WIP: Edited image attributes should override data-parsoid value.

Reason:
Rebased to new repo.

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

-- 
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 49221] Images: vertical alignment duplicated on round-trip

2013-12-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49221

--- Comment #5 from Gerrit Notification Bot  ---
Change 103068 abandoned by Cscott:
WIP: Edited image attributes should override data-parsoid value.

Reason:
Rebased to new repo.

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

-- 
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 49221] Images: vertical alignment duplicated on round-trip

2013-12-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49221

--- Comment #4 from Gerrit Notification Bot  ---
Change 103082 had a related patch set uploaded by Cscott:
WIP: Edited image attributes should override data-parsoid value.

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

-- 
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 48665] Images: Parsoid duplicates image attribute after attribute value change

2013-12-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48665

--- Comment #6 from Gerrit Notification Bot  ---
Change 103082 had a related patch set uploaded by Cscott:
WIP: Edited image attributes should override data-parsoid value.

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

-- 
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 58779] "Edit count" feature is broken (again) on Commons

2013-12-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58779

Pete F  changed:

   What|Removed |Added

   Assignee|wikibugs-l@lists.wikimedia. |cybernet...@yahoo.com
   |org |

--- Comment #2 from Pete F  ---
I found the prior bug: 53494 (and assigned accordingly)

-- 
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 58661] Flow: Stop using header to collapse a thread

2013-12-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58661

Eduard Braun  changed:

   What|Removed |Added

 CC||eduard.bra...@gmx.de

--- Comment #2 from Eduard Braun  ---
See also bug 57696 (Hiding topics and posts in Flow should work consistently)
My proposed solution to resolve the inconsistency would fix this bug, too.

-- 
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 57696] Hiding topics and posts in Flow should work consistently

2013-12-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57696

Eduard Braun  changed:

   What|Removed |Added

 CC||eduard.bra...@gmx.de

--- Comment #2 from Eduard Braun  ---
See also bug 58661 (Flow: Stop using header to collapse a thread)
The solution I proposed above would fix this bug, too.

-- 
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 58779] "Edit count" feature is broken (again) on Commons

2013-12-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58779

Bawolff (Brian Wolff)  changed:

   What|Removed |Added

 CC||bawolff...@gmail.com

--- Comment #1 from Bawolff (Brian Wolff)  ---
btw, 460 = Campaign namespace

-- 
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 58779] New: "Edit count" feature is broken (again) on Commons

2013-12-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58779

   Web browser: ---
Bug ID: 58779
   Summary: "Edit count" feature is broken (again) on Commons
   Product: Wikimedia Labs
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: major
  Priority: Unprioritized
 Component: General
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: pete.public.em...@gmail.com
CC: abog...@wikimedia.org, benap...@gmail.com,
rlan...@gmail.com
Classification: Unclassified
   Mobile Platform: ---

When trying to use the edit count feature on Wikimedia Commons (for example,
this URL for my account:
http://tools.wmflabs.org/xtools/pcount/index.php?name=Peteforsyth&lang=commons&wiki=wikimedia
) one gets no meaningful results, but a page full of error messages, like this:

Notice: Undefined offset: 490 in /data/project/xtools/Graph.php on line 189

(followed by identical statements about different offset and line numbers).

This problem happened a few months ago, and was fixed; if I recall correctly,
it had something to do with a new namespace being added on Commons. Is it
possible to update the edit count tool so that it's not so sensitive to name
space changes?

-- 
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 12363] Page moves into mainspace should appear on Special:Newpages for patrol

2013-12-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=12363

c...@edubkk.org changed:

   What|Removed |Added

 CC||c...@edubkk.org

--- Comment #24 from c...@edubkk.org ---
Just  a review to  ensure that  I  understand what  is wanted:

Moves from  Draft  namaespace to  mainspace should appear in  the new pages
Feed.
They  should appear in  the NPF chronologically  on  the date the move was
effected.

-- 
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 58683] Use black font color for messages and interface by default

2013-12-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58683

--- Comment #3 from Oliver Keyes  ---
I agree. Gmail uses black, facebook uses black, linkedin uses black, loomio
uses black, wordpress (by default) uses black. This is not a coincidence. I'd
really love to see the supporting evidence for dark-grey-on-lighter-grey.

-- 
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 58683] Use black font color for messages and interface by default

2013-12-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58683

Eduard Braun  changed:

   What|Removed |Added

 CC||eduard.bra...@gmx.de

--- Comment #2 from Eduard Braun  ---
I totally concur. This is problem seems actually to appear in two increments:

1) Text that is actually designed to be gray (somewhere around #666). This is
very hard to read and should not used at all. Either the information is
important (than it can be colored black) or it is not (then it can be left out
or linked to).
This nuisance even affects text that is clearly important and should *never* be
colored in gray, e.g. the header of Flow pages or text in editboxes (replying
is the most important feature of talk pages after all; why is the text
gray???).

2) Text that is black by design but colored in a very dark gray for "technical"
reasons (somewhere around #333). It is often said black on white would be too
harsh to read. This is actually a web developer's myth. Every software uses
black on white and also most printed media uses black on white (at least as far
at it is technically possible).
If real black text on white background actually hurts your eyes, then you
should adjust your display (probably turn down brightness). We shouldn't mess
with text colors to compensate for users not having their hardware set up
correctly. Maybe some users have very dark displays with low contrast - further
reducing contrast by using dark gray text will even reduce readability for
them.

-- 
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 58758] Prevent mirrors of Wikipedia from including NOINDEXED pages

2013-12-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58758

Bawolff (Brian Wolff)  changed:

   What|Removed |Added

 CC||bawolff...@gmail.com

--- Comment #6 from Bawolff (Brian Wolff)  ---
I don't think we should prevent people from downloading it if they want it. All
(non-deleted) content should be available for download. We could maybe
encourage people to download the articles only dump, but its important that all
content is available.

-- 
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 58732] Missing message timedmedia-flac

2013-12-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58732

--- Comment #3 from Gerrit Notification Bot  ---
Change 103060 merged by jenkins-bot:
Add timedmedia-flac message

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

-- 
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 58732] Missing message timedmedia-flac

2013-12-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58732

Bawolff (Brian Wolff)  changed:

   What|Removed |Added

 Status|PATCH_TO_REVIEW |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 58336] Schema validation issues on mediawiki.org

2013-12-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58336

--- Comment #3 from Jon  ---
I thought the revision was set in Echo extension but it sounds from what you
are saying it is in a config file somewhere?

This doesn't seem like the best idea - MobileFrontend used to do that and it
made updating schemas tricky. I'd really advise doing the same in Echo to avoid
these types of confusion and also allow you to run 2 different revisions of
schemas on 2 different codebases more easily.

Here's how we do it:
https://github.com/wikimedia/mediawiki-extensions-MobileFrontend/blob/master/includes/MobileFrontend.hooks.php#L706

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

2013-12-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=20257

Bug 20257 depends on bug 58736, which changed state.

Bug 58736 Summary: GlobalPreferences can't be installed with sqlite database
https://bugzilla.wikimedia.org/show_bug.cgi?id=58736

   What|Removed |Added

 Status|PATCH_TO_REVIEW |RESOLVED
 Resolution|--- |FIXED

-- 
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 58736] GlobalPreferences can't be installed with sqlite database

2013-12-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58736

Kunal Mehta (Legoktm)  changed:

   What|Removed |Added

 Status|PATCH_TO_REVIEW |RESOLVED
 Resolution|--- |FIXED
   Assignee|wikibugs-l@lists.wikimedia. |legoktm.wikipe...@gmail.com
   |org |

--- Comment #4 from Kunal Mehta (Legoktm)  ---
Thanks, fixed!

-- 
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 58736] GlobalPreferences can't be installed with sqlite database

2013-12-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58736

--- Comment #3 from Gerrit Notification Bot  ---
Change 103076 merged by jenkins-bot:
SQLite support

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

-- 
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 58736] GlobalPreferences can't be installed with sqlite database

2013-12-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58736

--- Comment #2 from Gerrit Notification Bot  ---
Change 103076 had a related patch set uploaded by Legoktm:
SQLite support

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

-- 
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 58736] GlobalPreferences can't be installed with sqlite database

2013-12-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58736

Gerrit Notification Bot  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 58336] Schema validation issues on mediawiki.org

2013-12-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58336

--- Comment #2 from bs...@wikimedia.org ---

This is not really an Echo problem.  In site configuration file, the Echo
interaction schema is still pointing to revision: 5539940, which doesn't have
'mobile-overlay' defined.  The fix is easy, just update the schema to latest in
the file and deploy the change.

Whenever something is added to the schema and the code needs to use the new
definition, the schema id needs to be updated in site configuration file.

-- 
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 58336] Schema validation issues on mediawiki.org

2013-12-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58336

Jon  changed:

   What|Removed |Added

 CC||agarr...@wikimedia.org,
   ||bs...@wikimedia.org,
   ||legoktm.wikipe...@gmail.com
  Component|MobileFrontend  |Echo

-- 
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 57994] action=mobileview should support a prop=pageimage that gives back the PageImage filename for that image

2013-12-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57994

Jon  changed:

   What|Removed |Added

 Status|PATCH_TO_REVIEW |RESOLVED
 Resolution|--- |FIXED

-- 
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 56544] Lazy loading main page puts the last modified bar at the top of the page

2013-12-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=56544

Jon  changed:

   What|Removed |Added

 Status|PATCH_TO_REVIEW |RESOLVED
 Resolution|--- |FIXED

-- 
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 58778] MediaViewer conflicts with Zero

2013-12-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58778

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

-- 
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 45479] [TUX] Provide shortcuts for inserting suggestions

2013-12-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=45479

Gerrit Notification Bot  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 45479] [TUX] Provide shortcuts for inserting suggestions

2013-12-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=45479

--- Comment #1 from Gerrit Notification Bot  ---
Change 103072 had a related patch set uploaded by Nikerabbit:
Add useful shortcuts to TUX editor

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

-- 
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 58778] MediaViewer conflicts with Zero

2013-12-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58778

Jon  changed:

   What|Removed |Added

 CC||ab...@wikimedia.org,
   ||yu...@wikimedia.org
  Component|MobileFrontend  |MobileFrontend (Beta)

-- 
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 58778] New: MediaViewer conflicts with Zero

2013-12-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58778

   Web browser: ---
Bug ID: 58778
   Summary: MediaViewer conflicts with Zero
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: MobileFrontend
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: jrob...@wikimedia.org
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: ---

With ZeroRatedMobileAccess enabled clicking on an image opens the image preview
as well as the interstitial which is supposed to protect you from loading.

We should think carefully about how we can support both.

-- 
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-12-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=51479

--- Comment #17 from s7ep...@gmail.com ---
Yaron,

the fix should be straight-forward. In SFFormLinker::createLinkedPage before
calling SFFormPrinter::formHTML set $wgParser to a new Parser and restore it
afterwards.

However, while you already are at it, you may also consider moving that call to
formHTML into the job. Keeping an expensive function like that outside the job
defies the purpose of jobs.

And I am not sure it is necessary to use that bogus title. I had to stop
digging, but shouldn'it be possible to use $title->getText() or something like
that?

And of course there is the fact that if you have more than one property that
defines a form to be used for one red-linked page only one of the properties
will be successful. Without notice or warning and with the decision which form
is used non-determined.

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

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

--- Comment #16 from Al Johnson  ---
@Stephen, I was hoping for a programmatic fix/workaround so the user never sees
this.  I can't launch a new site like this.  I really dread rolling all the way
back to the SemanticBundle alpha release :(

-- 
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 48665] Images: Parsoid duplicates image attribute after attribute value change

2013-12-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48665

Gerrit Notification Bot  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 49221] Images: vertical alignment duplicated on round-trip

2013-12-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49221

--- Comment #3 from Gerrit Notification Bot  ---
Change 103068 had a related patch set uploaded by Cscott:
WIP: Edited image attributes should override data-parsoid value.

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

-- 
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 48665] Images: Parsoid duplicates image attribute after attribute value change

2013-12-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48665

--- Comment #5 from Gerrit Notification Bot  ---
Change 103068 had a related patch set uploaded by Cscott:
WIP: Edited image attributes should override data-parsoid value.

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

-- 
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 49221] Images: vertical alignment duplicated on round-trip

2013-12-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49221

Gerrit Notification Bot  changed:

   What|Removed |Added

 Status|RESOLVED|PATCH_TO_REVIEW
 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 58777] Switch to html-syntax in multi-paragraph list items

2013-12-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58777

--- Comment #1 from Gabriel Wicke  ---
Another instance: 

echo 'FooBar' | node parse --html2wt
: Foo
Bar

-- 
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 58777] New: Switch to html-syntax in multi-paragraph list items

2013-12-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58777

   Web browser: ---
Bug ID: 58777
   Summary: Switch to html-syntax  in multi-paragraph list
items
   Product: Parsoid
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: serializer
  Assignee: gwi...@wikimedia.org
  Reporter: gwi...@wikimedia.org
CC: ssas...@wikimedia.org
Classification: Unclassified
   Mobile Platform: ---

echo 'Some contentfoomore content' |
node parse --html2wt
* Some content
** foo
more content

-- 
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 58777] Switch to html-syntax in multi-paragraph list items

2013-12-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58777

Gabriel Wicke  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 58727] Add page ID redirection to Special:Redirect

2013-12-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58727

--- Comment #3 from This, that and the other  ---
Cool! Thanks Tyler. Possibly the swiftest +2 I've ever seen.

-- 
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 58770] Expand location fields by default if EXIF metadata is present

2013-12-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58770

--- Comment #3 from Tisza Gergő  ---
Usability-wise, this makes sense; I don't see how it would help with privacy,
though, unless UploadWizard actually changes the file when the location fields
are updated.

-- 
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 50996] VisualEditor: Double-clicking on a node (image/template/reference/…) should open its dialog

2013-12-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50996

--- Comment #7 from Gerrit Notification Bot  ---
Change 84461 abandoned by Robmoen:
WIP: Create ve.ce.ClickableNode mixin

Reason:
old

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

-- 
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 58469] Regression: External link syntax is not escaped

2013-12-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58469

ssas...@wikimedia.org changed:

   What|Removed |Added

 Status|PATCH_TO_REVIEW |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 50996] VisualEditor: Double-clicking on a node (image/template/reference/…) should open its dialog

2013-12-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50996

--- Comment #6 from Gerrit Notification Bot  ---
Change 103062 had a related patch set uploaded by Robmoen:
Create mixin for node that responds to node click events

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

-- 
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 56066] Raise PHP memory limit for command line

2013-12-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=56066

Matthew Flaschen  changed:

   What|Removed |Added

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

--- Comment #1 from Matthew Flaschen  ---
Fixed in Ori's version of phpsh instead
(https://github.com/atdt/phpsh/commit/8a47fac3aaa85b8e1c379a7af73eb6a0f908dc5b),
which is now use for MediaWiki-Vagrant (done in
https://gerrit.wikimedia.org/r/#/c/103049/).

So we can keep using -1 for the CLI memory limit.

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

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

--- Comment #15 from s7ep...@gmail.com ---
(In reply to comment #14)
> Refreshing the page or doing another save does not fix this (restore the
> proper
> title) for me most of the time.  

You have to actually change the page on edit, else the editing is discarded.
Inserting or removing a space or newline somewhere should do the trick.

-- 
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 57854] Selser: Missing after unedited link and inserted linktrail-like text

2013-12-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57854

ssas...@wikimedia.org changed:

   What|Removed |Added

 Status|PATCH_TO_REVIEW |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 58732] Missing message timedmedia-flac

2013-12-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58732

Gerrit Notification Bot  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 58732] Missing message timedmedia-flac

2013-12-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58732

--- Comment #2 from Gerrit Notification Bot  ---
Change 103060 had a related patch set uploaded by Theopolisme:
Add timedmedia-flac message

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

-- 
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 58776] New: support for sqlite journal in memory

2013-12-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58776

   Web browser: ---
Bug ID: 58776
   Summary: support for sqlite journal in memory
   Product: MediaWiki
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Database
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: has...@free.fr
Classification: Unclassified
   Mobile Platform: ---

To be able to rollback transactions, sqlite write a journal file on disk which
is kind of slow. When one doesn't care about dataloss (ex a dev wiki), it would
be nice to have the journal held in memory and thus saving disk I/O.

Doc:
http://www.sqlite.org/pragma.html#pragma_journal_mode

Whenever a connection to a sqlite file is made, one can issue the command:

 pragma journal_mode=memory;


Should probably be yet another global variable such as $wgSqliteJournalMode

-- 
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 58775] New: Support elements

2013-12-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58775

   Web browser: ---
Bug ID: 58775
   Summary: Support  elements
   Product: VisualEditor
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: General
  Assignee: jforres...@wikimedia.org
  Reporter: gwi...@wikimedia.org
CC: jforres...@wikimedia.org, jh...@wikimedia.org,
krinklem...@gmail.com, ryasm...@wikimedia.org
Classification: Unclassified
   Mobile Platform: ---

Support adding and removing  elements.

-- 
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 54475] People that can't edit get confusing behaviour when they follow an edit link

2013-12-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=54475

Jon  changed:

   What|Removed |Added

 Status|PATCH_TO_REVIEW |RESOLVED
 Resolution|--- |FIXED

-- 
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 54475] People that can't edit get confusing behaviour when they follow an edit link

2013-12-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=54475

--- Comment #4 from Gerrit Notification Bot  ---
Change 102923 merged by jenkins-bot:
Add intermediate Special:MobileEditor to catch users without JavaScript

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

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