[Bug 21673] Filter Special:NewPages by category

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

Iswariya ichu.ram...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||ichu.ram...@gmail.com,
   ||jayara...@gmail.com
 Resolution||FIXED
 AssignedTo|wikibugs-l@lists.wikimedia. |ichu.ram...@gmail.com
   |org |

--- Comment #1 from Iswariya ichu.ram...@gmail.com 2011-12-06 09:18:31 UTC ---
Reply to :
Provide a way to filter [[Special:NewPages]] by category.
--
--
What you expected works on the latest version. Or if I am wrong, please tell
more clearly about your expectation.

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

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


[Bug 30332] API spamblocklist error should provide *all* blocked URLs, not just one

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

--- Comment #3 from Jarry1250 jarry1...@gmail.com 2011-12-06 10:33:18 UTC ---
Much as I hate gratuitous spam, I'd completely forgotten about this one. Reedy:
any further thoughts? It's still a feature which would be genuinely useful,
although there might be an existing pywikipedia, in which case probably less
so.

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

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


[Bug 26375] Italics should be passed to TOC

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

Antoine hashar Musso has...@free.fr changed:

   What|Removed |Added

 CC||has...@free.fr

--- Comment #4 from Antoine hashar Musso has...@free.fr 2011-12-06 10:51:02 
UTC ---
Bold enabled as a followup with r105284

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

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


[Bug 32798] de.planet stuck

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

Daniel Zahn dz...@wikimedia.org changed:

   What|Removed |Added

 CC||dz...@wikimedia.org

--- Comment #8 from Daniel Zahn dz...@wikimedia.org 2011-12-06 10:56:09 UTC 
---
Fixed by adding de_DE.UTF-8 UTF-8 to /var/lib/locales/supported.d/local and
running dpkg-reconfigure locales...

  de_DE.UTF-8... done

update now works again when having the locales setting enabled, just had a
slightly wrong format before, was just de_DE UTF-8

Enabled locale setting in config.ini for de planet on the server again (but
not in svn yet)

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

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


[Bug 32798] de.planet stuck

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

--- Comment #9 from Daniel Zahn dz...@wikimedia.org 2011-12-06 11:01:48 UTC 
---
as a note: even though this works again, while looking at this i found there
may still be room for improvement in the way planet tries to set the locale in
the first place.. the code is:

---
 if config.has_option(Planet, locale):
# The user can specify more than one locale (separated by :) as
# fallbacks.
locale_ok = False
for user_locale in config.get(Planet, locale).split(':'):
user_locale = user_locale.strip()
try:
locale.setlocale(locale.LC_ALL, user_locale)
except locale.Error:
pass
else:
locale_ok = True
break
if not locale_ok:
print sys.stderr, Unsupported locale setting.
sys.exit(1)

---

But people say:

You should not pass an explicit locale to setlocale, it is wrong. Let it find
out from the environment. You have to pass it an empty string

http://stackoverflow.com/questions/955986/what-is-the-correct-way-to-set-pythons-locale

and problems in general with this not working cross-platform

correct locale name has different names on different installations of python.

http://permalink.gmane.org/gmane.comp.web.planet.devel/889

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

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


[Bug 32124] Incorrect position for Input Method in Monobook skin

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

Santhosh Thottingal santhosh.thottin...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED
 AssignedTo|wikibugs-l@lists.wikimedia. |santhosh.thottingal@gmail.c
   |org |om
   Severity|major   |normal

--- Comment #8 from Santhosh Thottingal santhosh.thottin...@gmail.com 
2011-12-06 11:38:25 UTC ---
r105286 and r105281 fixed this for Narayam and webfonts extension.

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

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


[Bug 31067] Add Wikijunior namespace to Azerbaijani Wikibooks

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

--- Comment #2 from Vugar 1981 vugar...@mail.ru 2011-12-06 11:47:05 UTC ---
http://az.wikibooks.org/wiki/VikiKitab:K%C9%99nd_meydan%C4%B1#Vikiu.C5.9Faq_v.C9.99_Vikikitab_layih.C9.99l.C9.99ri

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

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


[Bug 31068] Add Wikibooks namespace to Azerbaijani Wikibooks

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

--- Comment #2 from Vugar 1981 vugar...@mail.ru 2011-12-06 11:47:45 UTC ---
http://az.wikibooks.org/wiki/VikiKitab:K%C9%99nd_meydan%C4%B1#Vikiu.C5.9Faq_v.C9.99_Vikikitab_layih.C9.99l.C9.99ri

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

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


[Bug 17517] Wikimedia configuration files should have public versioning system

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

--- Comment #8 from Chad H. innocentkil...@gmail.com 2011-12-06 12:46:00 UTC 
---
As discussed on IRC yesterday, we should just move these files to git

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

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


[Bug 32823] Undefined index notices when $wgServer is empty string (introduced with 1.18)

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

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

   What|Removed |Added

  Component|Installation|General/Unknown

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

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


[Bug 30412] RT has no password recovery system

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

Daniel Zahn dz...@wikimedia.org changed:

   What|Removed |Added

 CC||dz...@wikimedia.org

--- Comment #7 from Daniel Zahn dz...@wikimedia.org 2011-12-06 13:35:49 UTC 
---
Brion, i have reset your RT password manually and sent it to you via gpg
encrypted mail. Used one of your keys i found on a keyserver, tell me if that
doesn't work.

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

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


[Bug 32825] New: Favicon Localization.

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

   Web browser: ---
 Bug #: 32825
   Summary: Favicon Localization.
   Product: MediaWiki
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: major
  Priority: Unprioritized
 Component: Images and files
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: pkavi...@gmail.com
CC: bawolff...@gmail.com, bryan.tongm...@gmail.com
Classification: Unclassified


Created attachment 9621
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=9621
Sinhala Wikipedia Favicon

Please add following Favicon to the si.wiki (Sinhala Wikipedia)

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

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


[Bug 32825] Favicon Localization.

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

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

   What|Removed |Added

   Priority|Unprioritized   |Normal
 CC||innocentkil...@gmail.com
  Component|Images and files|Site requests
Product|MediaWiki   |Wikimedia
   Severity|major   |normal

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

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


[Bug 32551] Descriptionless files

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

Paul Kaganer paul.kaga...@mail.ru changed:

   What|Removed |Added

 CC||paul.kaga...@mail.ru

--- Comment #4 from Paul Kaganer paul.kaga...@mail.ru 2011-12-06 13:58:21 UTC 
---
Here is another similar case from one of the old upgrade/corruption the
database:

Bad fileinfo:
http://commons.wikimedia.org/wiki/File:Nevsky_prospekt_SPb_00162_1_m.jpg
File is exist:
http://upload.wikimedia.org/wikipedia/commons/5/57/Nevsky_prospekt_SPb_4_1_m.jpg
See upload log:
http://commons.wikimedia.org/w/index.php?title=Special:Logtype=user=page=File:Nevsky+prospekt+SPb+00162+1+m.jpgyear=month=-1tagfilter=hide_patrol_log=1

Please fix it as well!

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

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


[Bug 32709] Private Wiki users are always taken to Special:Badtitle on successful login

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

--- Comment #7 from Florian D. trois.sin...@gmail.com 2011-12-06 14:18:35 UTC 
---
As for me, I *do* reproduce it on 1.18.0 release.

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

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


[Bug 30345] Create Data Commons or Wikidata project (tracking)

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

--- Comment #5 from Jan Kucera (Kozuch) garba...@seznam.cz 2011-12-06 
14:51:43 UTC ---
(In reply to comment #4)
 Should this become a new project in Bugzilla?

Well, I am not sure how the German guys want to handle the project at all...
Better to ask them (at WMDE).

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

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


[Bug 32808] NetworkAuth: $u is undefined

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

Olaf Lenz o...@lenz.name changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |

--- Comment #2 from Olaf Lenz o...@lenz.name 2011-12-06 14:57:10 UTC ---
Sorry, I have to reopen the bug. The fixes in r105184 have actually really
messed up the code, as it changed the logics. I attach a patch that fixes the
fix.

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

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


[Bug 32808] NetworkAuth: $u is undefined

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

Olaf Lenz o...@lenz.name changed:

   What|Removed |Added

   Attachment #9614|0   |1
is obsolete||

--- Comment #3 from Olaf Lenz o...@lenz.name 2011-12-06 14:57:50 UTC ---
Created attachment 9622
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=9622
Patch that fixes the broken fix.

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

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


[Bug 32808] NetworkAuth: $u is undefined

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

--- Comment #4 from Reedy s...@reedyboy.net 2011-12-06 14:59:40 UTC ---
(In reply to comment #2)
 Sorry, I have to reopen the bug. The fixes in r105184 have actually really
 messed up the code, as it changed the logics. I attach a patch that fixes the
 fix.

It was done purposely as it was horrendously written, having empty cases and
such, so I inverted the logic to tidy it up somewhat

After the followup in r105185 it's fine

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

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


[Bug 32808] NetworkAuth: $u is undefined

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

Reedy s...@reedyboy.net changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||FIXED

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

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


[Bug 32808] NetworkAuth: $u is undefined

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

Olaf Lenz o...@lenz.name changed:

   What|Removed |Added

   Attachment #9622|0   |1
is obsolete||

--- Comment #5 from Olaf Lenz o...@lenz.name 2011-12-06 15:12:10 UTC ---
Created attachment 9623
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=9623
Patch that fixes the (still) broken fix.

Sorry, but no, it's not fine. 
The '!' in front of the User::isUsableName( $u-getName() ) is too much.
My patch furthermore puts all clause into one expression, which makes the whole
thing more readble.

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

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


[Bug 32808] NetworkAuth: $u is undefined

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

--- Comment #6 from Reedy s...@reedyboy.net 2011-12-06 15:17:06 UTC ---
r105300

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

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


[Bug 32825] Favicon for siwiki

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

Reedy s...@reedyboy.net changed:

   What|Removed |Added

   Keywords||shell
Summary|Favicon Localization.   |Favicon for siwiki
   Severity|normal  |enhancement

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

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


[Bug 32822] Upload image, delete and upload it again causes database error with postgresql

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

Reedy s...@reedyboy.net changed:

   What|Removed |Added

   Keywords||postgresql

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

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


[Bug 32819] Deploy InteractiveBlockMessage on enwiki

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

--- Comment #1 from Reedy s...@reedyboy.net 2011-12-06 15:33:53 UTC ---
Note, said discussion hasn't concluded/been closed

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

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


[Bug 5543] text in PRE tags does not display correctly in Internet Explorer

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

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

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||dvanli...@gmail.com
 Resolution||WORKSFORME

--- Comment #2 from Diederik van Liere dvanli...@gmail.com 2011-12-06 
15:37:40 UTC ---
Per comment 1, unable to reproduce.

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

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


[Bug 32785] Attempt to action=edit a page in the Media: namespace

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

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

   What|Removed |Added

   Priority|Unprioritized   |Normal

--- Comment #7 from Mark A. Hershberger m...@everybody.org 2011-12-06 
15:42:57 UTC ---
(In reply to comment #5)
 remark as unprioritized for priority.

Why?  Please don't do that, especially without a better reason why.

(In reply to comment #6)
 On further investigation it appears to be fixed by r101656

Thanks!

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

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


[Bug 32806] Collection doesn't work on Indonesian (id.wikipedia)

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

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

   What|Removed |Added

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

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

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


[Bug 21499] Special:FundraiserStatistics not using 2009 data

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

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

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||dvanli...@gmail.com,
   ||fr-t...@wikimedia.org
  Component|General/Unknown |Fundraising - misc
 Resolution||FIXED

--- Comment #1 from Diederik van Liere dvanli...@gmail.com 2011-12-06 
15:43:38 UTC ---
The new Special:FundraiserStatistics does compare the last three years. Marking
the bug as FIXED.

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

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


[Bug 21200] dump format could declare which namespaces it covers

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

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

   What|Removed |Added

 CC||dvanli...@gmail.com,
   ||tf...@wikimedia.org
  Component|General/Unknown |General/Unknown
 AssignedTo|wikibugs-l@lists.wikimedia. |ar...@wikimedia.org
   |org |
Product|Wikimedia   |XML Snapshots

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

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


[Bug 32807] Sort and #expr doesn't work on dot-separated decimals

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

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

   What|Removed |Added

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

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

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


[Bug 32813] dumpInterwiki.php spews many warnings

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

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

   What|Removed |Added

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

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

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


[Bug 32807] Sort and #expr doesn't work on dot-separated decimals

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

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

   What|Removed |Added

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

--- Comment #1 from Niklas Laxström niklas.laxst...@gmail.com 2011-12-06 
15:51:21 UTC ---
Garbage in, garbage out. Please don't feed formatted numbers to #expr.

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


[Bug 32815] Add user preference to deactivate/delete user account

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

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

   What|Removed |Added

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

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

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


[Bug 32820] Provide option on instance creation to format, partition and mount /dev/vdb

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

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

   What|Removed |Added

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

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

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


[Bug 32822] Upload image, delete and upload it again causes database error with postgresql

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

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

   What|Removed |Added

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

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

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


[Bug 32823] Undefined index notices when $wgServer is empty string (introduced with 1.18)

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

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

   What|Removed |Added

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

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

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


[Bug 32826] New: Titles in indic languages are partially cut

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

   Web browser: ---
 Bug #: 32826
   Summary: Titles in indic languages are partially cut
   Product: MediaWiki
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Keywords: i18n
  Severity: normal
  Priority: Unprioritized
 Component: User interface
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: santhosh.thottin...@gmail.com
Classification: Unclassified


Bug 30809  and Bug 29405 are applicable for Many more Indic languages.  Indian
languages requires line hight  a bit bigger than latin languages, because the
stacked , below/over base matra signs etc. The Hindi issue was addressed in
r99389 and later fixed for Assamese Bengali, Hindi, Malayalam , Odiya in
r104160

But this fix should be done for other supported languages too.

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

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


[Bug 30332] API spamblocklist error should provide *all* blocked URLs, not just one

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

--- Comment #4 from Jarry1250 jarry1...@gmail.com 2011-12-06 16:57:18 UTC ---
Created attachment 9624
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=9624
Functional patch v1 (doesn't apply)

A patch (couldn't get it to apply) but at least illustrative of the solution to
this problem (the changes have the desired effect, have tested). Essentially,
the tradeoff is that spammers get the full report of what they have tried to
add that they cannot, in return for a slightly longer wait. This should be of
benefit to any automated tools or content adders in dubious areas, who no
longer have to query and requery: they can get a single report, remove all of
the offending links, and then be certain that their next attempt will succeed.

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

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


[Bug 30332] API spamblocklist error should provide *all* blocked URLs, not just one

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

Jarry1250 jarry1...@gmail.com changed:

   What|Removed |Added

   Keywords||need-review, patch

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

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


[Bug 32817] #arraymap separator insertion after occurrence of variable

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

Yaron Koren yaro...@gmail.com changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||INVALID

--- Comment #6 from Yaron Koren yaro...@gmail.com 2011-12-06 17:18:49 UTC ---
Yes, you're missing something - the optional last parameter, new_delimiter.
By default it's a comma, but it can be set to anything else, including blank.
I'm setting this back to invalid.

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

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


[Bug 17955] Show end of image names in categories

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

--- Comment #9 from Saibo saibotr...@arcor.de 2011-12-06 17:28:42 UTC ---
(In reply to comment #8)
 No, it is not user-customizable, only for the whole wiki. It is a option, to
 make it user-customizable, but setting it on all wmf wikis looks easy.

Yes, sure it would be easy - but it is not really an option to make it. A lot
people will not like it, I guess.

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

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


[Bug 30332] API spamblocklist error should provide *all* blocked URLs, not just one

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

--- Comment #5 from Reedy s...@reedyboy.net 2011-12-06 17:47:35 UTC ---
(In reply to comment #4)
 Created attachment 9624 [details]
 Functional patch v1 (doesn't apply)
 
 A patch (couldn't get it to apply) but at least illustrative of the solution 
 to
 this problem (the changes have the desired effect, have tested). Essentially,
 the tradeoff is that spammers get the full report of what they have tried to
 add that they cannot, in return for a slightly longer wait. This should be of
 benefit to any automated tools or content adders in dubious areas, who no
 longer have to query and requery: they can get a single report, remove all of
 the offending links, and then be certain that their next attempt will succeed.

How did you create it?

Start with a working copy of MediaWiki from svn, make the changes, then create
the patch (svn diff  bug30332.diff)

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

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


[Bug 30332] API spamblocklist error should provide *all* blocked URLs, not just one

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

--- Comment #6 from Jarry1250 jarry1...@gmail.com 2011-12-06 18:04:27 UTC ---
(In reply to comment #5)
 How did you create it?
 
 Start with a working copy of MediaWiki from svn, make the changes, then create
 the patch (svn diff  bug30332.diff)

Well, I was trying to create a patch against the 'installed' version of the
SpamBlacklist extension. I think that was the problem (since the 'installed'
version is not versioned).

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

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


[Bug 32823] Undefined index notices when $wgServer is empty string (introduced with 1.18)

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

--- Comment #1 from Brion Vibber br...@wikimedia.org 2011-12-06 18:08:17 UTC 
---
MediaWiki really, really doesn't expect $wgServer to be empty... not sure what
other problems might crop up.

This particular part looks like it might be fixed by merging r94352 (though
whether that'd break other things after I don't know).

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

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


[Bug 32822] Upload image, delete and upload it again causes database error with postgresql

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

--- Comment #2 from Brion Vibber br...@wikimedia.org 2011-12-06 18:09:15 UTC 
---
Looks like something's missing quotes -- eek!

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

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


[Bug 32822] Upload image, delete and upload it again causes database error with postgresql

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

--- Comment #3 from Brion Vibber br...@wikimedia.org 2011-12-06 18:13:46 UTC 
---
r92081 introduced use of $db-timestamp here without the quotes (previously it
was wfTimestamp(TS_MW) which at least produced a number that worked without
quotes, though it would have been wrong presumably for some db types such as
PG)

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

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


[Bug 26065] Upload wizard doesn't allow batch editing of files uploaded together

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

Erik Moeller e...@wikimedia.org changed:

   What|Removed |Added

 CC||e...@wikimedia.org

--- Comment #8 from Erik Moeller e...@wikimedia.org 2011-12-06 18:14:21 UTC 
---
With multi-file selection implemented, this is definitely becoming a hotter
feature request. Here's how I'd suggest implementing this:

For the first file in a batch of 1, show an expandable copy this information
to all the files below. When expanded, it shows four default-checked
checkboxes:

[X] copy title (will use auto-numbering)
[X] copy descriptions and categories
[X] copy location data
[X] copy other information

[Copy]

The logic here is that we should allow the user to selectively copy content
which can legitimately vary (locations in a batch could easily vary, but if
descriptions are identical then categories probably are, too). 

The [Copy] action would be pretty straightforward, except for the
auto-numbering bit. Here I'd suggest checking for the rightmost digit in the
title and incrementing that if it exists, or adding a 001 format digit to the
title if there isn't one, and incrementing from there.

Thoughts?

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

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


[Bug 32822] Upload image, delete and upload it again causes database error with postgresql

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

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

   What|Removed |Added

 Status|NEW |ASSIGNED
 AssignedTo|wikibugs-l@lists.wikimedia. |br...@wikimedia.org
   |org |

--- Comment #4 from Brion Vibber br...@wikimedia.org 2011-12-06 18:15:52 UTC 
---
r105322 should fix that part on trunk. Looking for the other bit...

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

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


[Bug 32822] Upload image, delete and upload it again causes database error with postgresql

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

--- Comment #5 from Brion Vibber br...@wikimedia.org 2011-12-06 18:18:37 UTC 
---
Not sure what's up with the initial problem; can you confirm if the
'uploadstash' table is actually present? Maybe the updaters didn't work or
didn't get run?

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

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


[Bug 25040] Create a staging server for payments

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

Arthur Richards aricha...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||aricha...@wikimedia.org
 Resolution||WONTFIX

--- Comment #1 from Arthur Richards aricha...@wikimedia.org 2011-12-06 
18:21:04 UTC ---
Currently we have a stop-gap measure in place for this. However,there is an RT
ticket open for this already to get a real staging environment set up (#2076).
To avoid redundancy, I'm closing this issue as wontfix.

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

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


[Bug 30805] Country list on credit card form not up to date

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

Arthur Richards aricha...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #1 from Arthur Richards aricha...@wikimedia.org 2011-12-06 
18:23:29 UTC ---
Resolved in r100749

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

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


[Bug 32783] Bug in payments.wikimedia.org (GlobalCollectGatewayResult)

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

Katie Horn kh...@wikimedia.org changed:

   What|Removed |Added

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

--- Comment #2 from Katie Horn kh...@wikimedia.org 2011-12-06 18:31:13 UTC ---
This seems to have been happening to about 6% of our GlobalCollect donors upon
return to the payments cluster from the GlobalCollect iFrame. This was solved
by adding an additional value in the session to indicate that we already popped
out of the iFrame, rather than relying on the referer header to tell us if the
user was coming to the results page from an external source or not.

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

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


[Bug 26065] Upload wizard doesn't allow batch editing of files uploaded together

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

--- Comment #9 from Ian Baker iba...@wikimedia.org 2011-12-06 18:58:11 UTC ---
Erik, I like this UI concept.  I think categories and description should be
separated, though.  While the categories will probably match for matching
descriptions, the reverse may not be true.  That is, the files may be
categorized the same, but have different descriptions.

The other question is, should this overwrite anything already entered in the
form?  I'm thinking it should.  At least, that's what I'd expect in this case. 
We could have a control for overwrite vs preserve, but I think that would add
needless interface complexity.

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

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


[Bug 32792] Proofread Page extension inconsistently expects escaped spaces in namespaces

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

--- Comment #2 from Minh Nguyễn m...@1ec5.org 2011-12-06 19:21:19 UTC ---
Some of the shared Wikisource scripts, such as
[[OldWikisource:PageNumbers.js]], depend on the Proofread Page extension
loading the ext.proofreadpage.article module. In case anyone uses the
Vietnamese Wikisource to investigate this issue, please note that we've added a
hacky JavaScript workaround to load the module and add the Source tab
ourselves, but the quality bar and index pages are actually still broken.

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


[Bug 31995] Addition of PPFrame::getTitle

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

Daniel Werner danwe...@web.de changed:

   What|Removed |Added

 CC||danwe...@web.de

--- Comment #5 from Daniel Werner danwe...@web.de 2011-12-06 19:23:23 UTC ---
Great, it once took me a while to get the idea that there was a public $mTitle.
For additions like this I would really appreciate to see the '@since' in the
function documentation. Would make it a lot easier to keep backwards
compatibility in extensions.

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

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


[Bug 32817] #arraymap separator insertion after occurrence of variable

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

--- Comment #7 from fastgoldf...@gmail.com 2011-12-06 19:24:17 UTC ---
It would have been helpful if you had mention that critical fact. Why did you
not say it? It would have save some hours in this debugging process.

At first it appeared the feature is actually a bug, since it produces output
when none is required. Also, the new delimiter parameter cannot be used to
output a comma and space like this:

{{#arraymap:{{{Type|}}}|,|VariableValue|[[Type::VariableValue]]: {{#show:
VariableValue | ?Type name}}|, }}

Even though that is the default new delimiter output when nothing is specified
includes a space after the comma, when done like this:

{{#arraymap:{{{Type|}}}|,|VariableValue|[[Type::VariableValue]]: {{#show:
VariableValue | ?Type name}} }}

or like this:

{{#arraymap:{{{Type|}}}|,|VariableValue|[[Type::VariableValue]]: {{#show:
VariableValue | ?Type name

note the whitespace at the end, which was present only for readability, is
(properly) ignored by #arraymap, and was removed in the above example.

I tried using the C escape sequence \s to produce a space after the comma in
the new delimiter parameter, like this:

{{#arraymap:{{{Type|}}}|,|VariableValue|[[Type::VariableValue]]: {{#show:
VariableValue | ?Type name}}|,\s}}

But that does not work. Further research shows that PHP (the underlying
language) does not appear to have an escape character for a space:

http://php.net/manual/en/language.types.string.php

However, it DOES work with HTML entities, as described here:

http://en.wikipedia.org/wiki/List_of_XML_and_HTML_character_entity_references

and used like this:

{{#arraymap:{{{Type|}}}|,|VariableValue|[[Type::VariableValue]]: {{#show:
VariableValue | ?Type name}}|,nbsp;}}

So, the default new delimiter is presented in the documentation as being
optional, when actually it is not in the case where no output is expected. I
will leave this bug report marked as invalid, and I will update the
documentation with the information I have tested about how the #arraymap parser
function works.

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

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


[Bug 24284] Replace {{{0}}} with called-as name.

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

Daniel Werner danwe...@web.de changed:

   What|Removed |Added

 CC||danwe...@web.de

--- Comment #18 from Daniel Werner danwe...@web.de 2011-12-06 19:39:25 UTC ---
A while ago I have written the extension 'Parser Fun' which has a feature for
displaying the templates name via {{THIS}}, also works with other site
information related variables like {{THIS:NAMESPACE}} or {{THIS:PAGENAMEE}} and
 offers a hook to make it work with any other extensions variables.

I also like the idea of knowing the caller templates name, even though I don't
really have any idea where I would use it right now.

Please see http://www.mediawiki.org/wiki/Extension:Parser_Fun for details on my
{{THIS}} implementation.

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

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


[Bug 32826] Titles in indic languages are partially cut

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

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

   What|Removed |Added

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

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

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


[Bug 32827] New: [Regression] Block log for IP ranges not shown on Special:Block

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

   Web browser: ---
 Bug #: 32827
   Summary: [Regression] Block log for IP ranges not shown on
Special:Block
   Product: MediaWiki
   Version: 1.18
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Special pages
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: trijns...@hotmail.com
Classification: Unclassified


For example: http://meta.wikimedia.org/wiki/Special:Block/218.207.161.192/28

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

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


[Bug 32827] [Regression] Block log for IP ranges not shown on Special:Block

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

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

   Keywords||code-update-regression
   Priority|Unprioritized   |Normal
 CC||krinklem...@gmail.com
   Target Milestone|--- |1.18.x release

--- Comment #1 from Krinkle krinklem...@gmail.com 2011-12-06 19:53:08 UTC ---
See also
http://meta.wikimedia.org/wiki/Special:Log/block?target=User:218.207.161.192/28
(the user does indeed have a block log)

Also when looking at Special:Block for other usernames or IPs the log is
included below fine.

Also tried on trunk-dev, still happening.

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

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


[Bug 32827] [Regression] Block log for IP ranges not shown on Special:Block

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

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

   Priority|Normal  |High

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are 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 32827] [Regression] Block log for IP ranges not shown on Special:Block

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

--- Comment #2 from Trijnstel trijns...@hotmail.com 2011-12-06 19:55:16 UTC 
---
The link Krinkle gave doesn't work, see this instead
http://meta.wikimedia.org/w/index.php?title=Special%3ALogtype=blockuser=page=User%3A218.207.161.192%2F28year=month=-1tagfilter=

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

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


[Bug 32817] #arraymap separator insertion after occurrence of variable

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

--- Comment #8 from fastgoldf...@gmail.com 2011-12-06 20:01:18 UTC ---
Done fixing up docs. Take a look, see if you like it:

http://www.mediawiki.org/wiki/Extension:Semantic_Forms/Semantic_Forms_and_templates

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

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


[Bug 31709] parser template stack

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

Daniel Werner danwe...@web.de changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WORKSFORME

--- Comment #1 from Daniel Werner danwe...@web.de 2011-12-06 20:03:14 UTC ---
Actually, the {{THISPAGENAME}} is possible via PPFrame::getTitle() or in older
MW versions PPFrame::$mTitle, overlooked that before. I have written an
extension 'Parser Fun' which introduces a {{THIS}} variable for that.
Still not sure about the whole stack though. Just looked into the code, I think
PPTemplateFrame_DOM::$parent works for that.

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

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


[Bug 32822] Upload image, delete and upload it again causes database error with postgresql

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

--- Comment #6 from Simon Dwyer m...@simmyd.net 2011-12-06 20:13:39 UTC ---
I didnt need to run the updater as this was a fresh install. 

so r105322 should fix my inital problem?  i only added this uploadhash one
because i thought they might be related. do i need to make a second bug report?

Thanks for the help

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

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


[Bug 32822] Upload image, delete and upload it again causes database error with postgresql

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

--- Comment #7 from Simon Dwyer m...@simmyd.net 2011-12-06 20:16:16 UTC ---
ahh r105322 fixes the maintenance uploadstash.  so initial problem is still
being looked at.

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

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


[Bug 17108] Make Hide Cookies notice independent

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

Arthur Richards aricha...@wikimedia.org changed:

   What|Removed |Added

   Keywords||fun-com

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

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


[Bug 20231] Allow archiving of CentralNotice templates

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

Arthur Richards aricha...@wikimedia.org changed:

   What|Removed |Added

   Keywords||fun-com

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

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


[Bug 32822] Upload image, delete and upload it again causes database error with postgresql

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

--- Comment #8 from Brion Vibber br...@wikimedia.org 2011-12-06 20:17:27 UTC 
---
No, r105322 will fix the second problem (cleanupUploadStash.php)

It looks like your first problem is because the postgresql tables.sql in 1.18.0
didn't get updated to include the uploadstash table!

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

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


[Bug 25194] Session handling on CC form wonky, particularly on cc validation errors

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

Arthur Richards aricha...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #2 from Arthur Richards aricha...@wikimedia.org 2011-12-06 
20:18:41 UTC ---
This was resolved with the rewrite of DonationInterface which included improved
session handling.

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

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


[Bug 32822] Upload image, delete and upload it again causes database error with postgresql

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

--- Comment #9 from Brion Vibber br...@wikimedia.org 2011-12-06 20:19:23 UTC 
---
r100640 added the table to postgres's tables.sql, but didn't make it into
1.18.0. Looks like it may also be missing an updater...

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

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


[Bug 20665] Preview function for CentralNotice

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

Arthur Richards aricha...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||DUPLICATE

--- Comment #1 from Arthur Richards aricha...@wikimedia.org 2011-12-06 
20:19:25 UTC ---
Marking as duplicate of bug 25387

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

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

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


[Bug 25387] Add a live preview link in the Central Notice interface

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

Arthur Richards aricha...@wikimedia.org changed:

   What|Removed |Added

 CC||b...@caseybrown.org

--- Comment #1 from Arthur Richards aricha...@wikimedia.org 2011-12-06 
20:19:25 UTC ---
*** Bug 20665 has been marked as a duplicate of this bug. ***

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

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


[Bug 25426] Add campaign owners

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

Arthur Richards aricha...@wikimedia.org changed:

   What|Removed |Added

   Keywords||fun-com

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

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


[Bug 32822] Upload image, delete and upload it again causes database error with postgresql

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

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

   What|Removed |Added

 Blocks||32711

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

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


[Bug 32711] 1.18.0 issues (tracking)

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

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

   What|Removed |Added

 Depends on||32822

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

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


[Bug 26593] Add ability to have simple variants that dont require a whole banner to be created

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

Arthur Richards aricha...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

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

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


[Bug 30009] CentralNotice on [[Special:Log]]

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

Arthur Richards aricha...@wikimedia.org changed:

   What|Removed |Added

   Keywords||fun-com

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

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


[Bug 30818] Special:FundraisingStatistics should display selected years and localizable by timezone

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

Arthur Richards aricha...@wikimedia.org changed:

   What|Removed |Added

   Keywords|testme  |

--- Comment #2 from Arthur Richards aricha...@wikimedia.org 2011-12-06 
20:25:28 UTC ---
The functionality that is in trunk is a bit wonky and vulnerable to cache
stampeding as well as trivial cache pollution.

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

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


[Bug 31596] CentralNotice should rely on its own caching mechanism

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

Arthur Richards aricha...@wikimedia.org changed:

   What|Removed |Added

   Keywords||fun-com, fundraising

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

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


[Bug 31595] CentralNotice banners should exist in their own namepsace

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

Arthur Richards aricha...@wikimedia.org changed:

   What|Removed |Added

   Keywords||fun-com, fundraising

--- Comment #1 from Arthur Richards aricha...@wikimedia.org 2011-12-06 
20:27:19 UTC ---
This was mentioned to my Tim Starling a while back and I didn't add a
description hoping he'd add it in his own words since I didn't have full
details about what he was envisioning.

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

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


[Bug 32822] Upload image, delete and upload it again causes database error with postgresql

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

--- Comment #10 from Simon Dwyer m...@simmyd.net 2011-12-06 20:27:41 UTC ---
Thanks for looking into this.  So i will have to wait for the next point
release to create my site with postgresql?  or will r100640 get merged into
trunk and i can pull off the svn/git?

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

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


[Bug 32441] Year filtering on Special:FundraiserStatistics broken

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

Arthur Richards aricha...@wikimedia.org changed:

   What|Removed |Added

   Keywords||fun-com, fundraising
 CC||aricha...@wikimedia.org

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

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


[Bug 32828] New: Expose API for ContributionReporting stats

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

   Web browser: ---
 Bug #: 32828
   Summary: Expose API for ContributionReporting stats
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Unprioritized
 Component: ContributionReporting
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: aricha...@wikimedia.org
CC: fr-t...@wikimedia.org, tf...@wikimedia.org
Classification: Unclassified


It would be awesome if ContributionReporting exposed an API for accessing
fundraising-related data. At the moment, there are a couple of special pages
that do things like just display a string for daily/monthly/yearly totals, but
it would be slick if this was API accessible.

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

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


[Bug 32828] Expose API for ContributionReporting stats

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

Arthur Richards aricha...@wikimedia.org changed:

   What|Removed |Added

   Keywords||fun-com, fundraising

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

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


[Bug 24950] Make CentralNotice option checkboxes sortable

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

Arthur Richards aricha...@wikimedia.org changed:

   What|Removed |Added

   Keywords||fun-com

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

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


[Bug 32482] CentralNotice needs a better way to manage shared messages

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

Arthur Richards aricha...@wikimedia.org changed:

   What|Removed |Added

   Keywords||fun-com, fundraising
 Status|ASSIGNED|NEW
 CC||aricha...@wikimedia.org

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

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


[Bug 26593] Add ability to have simple variants that dont require a whole banner to be created

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

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

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |

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

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


[Bug 28903] Make banner translations get deleted when banners are removed automatically

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

Jeremy Postlethwaite jpostlethwa...@wikimedia.org changed:

   What|Removed |Added

 Status|ASSIGNED|NEW

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

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


[Bug 16321] All messages in CentralNotice are defaulted to English regardless of content language

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

Arthur Richards aricha...@wikimedia.org changed:

   What|Removed |Added

   Priority|Normal  |Low
   Severity|normal  |minor

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

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


[Bug 25846] JS error malformed URI sequence in Special:BannerController

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

Arthur Richards aricha...@wikimedia.org changed:

   What|Removed |Added

   Keywords||fun-com

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

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


[Bug 32829] New: Method to quote characters with special meaning before sending them to PPFrame-expand()

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

   Web browser: ---
 Bug #: 32829
   Summary: Method to quote characters with special meaning before
sending them to PPFrame-expand()
   Product: MediaWiki
   Version: 1.19-svn
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Parser
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: danwe...@web.de
Classification: Unclassified


In three of my extensions I ran into the following problem:
Assume you have some user input, for example through a parser function. Now you
want to use that string as a part of some wiki markup (which could be another
user-input) that should be expanded by PPFrame::expand().
For example the following user input:
$a = foo}}foo
$b = baa|aa
$c = xxx

And the actuall string which should be expanded after the variables are
inserted:
{{#ifeq:{{#len: $a }} | 8 | $b | $c }}

This will go terribly wrong! The user input in $a1 and $a2 will break the whole
thing since the whole will look like this then:
{{#ifeq:{{#len: foo}}foo }} | 8 | baa|aa | xxx }}

So we need some way to be able to expand something before sending it to
PPFrame::expand().
To begin with, 'wfEscapeWikiText()' might work in some cases but its very bad
since it will raise new problems, wiki markup just won't work as intended with
these escaped characters. Also, it escapes by far to much characters. I believe
the critical character (sequences) are just =, |, {{ and }}, please
proof me wrong if I forgot any (: and ; at line starts don't seem to be a
problem here).

There could be several ways of solving this whole thing

1. One very simple but not 100% effective is already described in bug #32746. A
global function 'wfEscapeForExpansion()' which does some kind of virtual
bracketed implode on characters with special meanings. These then require some
template or parser function within the wiki so PPFrame::explode() will explode
them first and they have their original meaning back without actually
influencing anything.
Cons: Requires templates/parser functions, using 'wfEscapeForExpansion()' and
then calling PPFrame::explode() with PPFrame::NO_TEMPLATES flag will return
unintended output since no templates at all are getting parsed.

2. introducing another syntax construct for this, but do we really want that?

3 I don't really know the internals of PPFrame::explode() but there must be
some other, more elegant way.

I believe Tim Starling mentioned something about him going to build something
for this problem, but at that time it seemed there was no interest in it or
some other reason why he didn't in the end.
Anyway, I am not really happy with the way my extensions are handling this
right now, which would be method 1 but with a config variable per extension
which has to hold the template names that should be used to escape the
problematic characters.

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

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


[Bug 32828] Expose API for ContributionReporting stats

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

Arthur Richards aricha...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||DUPLICATE

--- Comment #1 from Arthur Richards aricha...@wikimedia.org 2011-12-06 
20:39:26 UTC ---
Oops this was already opened as a bug.

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

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

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


[Bug 26026] Add API module for Special:FundraiserStatistics

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

--- Comment #8 from Arthur Richards aricha...@wikimedia.org 2011-12-06 
20:39:26 UTC ---
*** Bug 32828 has been marked as a duplicate of this bug. ***

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

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


[Bug 16821] Make centralnotice collapse preference global/cross-site

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

Arthur Richards aricha...@wikimedia.org changed:

   What|Removed |Added

   Keywords||fun-com
 Status|ASSIGNED|NEW

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

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


[Bug 31985] Convert unsubscribe page in thank_you to .tpl

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

Arthur Richards aricha...@wikimedia.org changed:

   What|Removed |Added

   Keywords||fun-com

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

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


[Bug 32540] Add support for language variants to the thank_you module

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

Arthur Richards aricha...@wikimedia.org changed:

   What|Removed |Added

   Keywords||fun-com
 CC||aricha...@wikimedia.org

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

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


[Bug 24864] Batch Update via Profile function broken

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

Arthur Richards aricha...@wikimedia.org changed:

   What|Removed |Added

 Resolution|LATER   |FIXED

--- Comment #2 from Arthur Richards aricha...@wikimedia.org 2011-12-06 
20:47:27 UTC ---
This should have been resolved by our upgrade to CiviCRM 3.4

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

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


[Bug 32822] Upload image, delete and upload it again causes database error with postgresql

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

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

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED

--- Comment #11 from Brion Vibber br...@wikimedia.org 2011-12-06 20:51:28 UTC 
---
r105349 on REL1_18 should fix it on the branch for the next point release.


You should be able to pull the files out of SVN on trunk or on the branch -- if
you want you can probably just grab this and run it into your db:

https://svn.wikimedia.org/viewvc/mediawiki/branches/REL1_18/phase3/maintenance/postgres/archives/patch-uploadstash.sql?view=markup

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

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


  1   2   3   >