[Bug 71639] [regression] [[mediawiki:sidebar]] no longer supports entirely numeric headers ("* 3829")

2014-10-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=71639

Andre Klapper  changed:

   What|Removed |Added

   Priority|Unprioritized   |High

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 71639] [regression] [[mediawiki:sidebar]] no longer supports entirely numeric headers ("* 3829")

2014-10-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=71639

Kunal Mehta (Legoktm)  changed:

   What|Removed |Added

   Keywords||code-update-regression
   Target Milestone|--- |1.24.0 release

--- Comment #2 from Kunal Mehta (Legoktm)  ---
Setting milestone to 1.24.0 release.

-- 
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 71639] [regression] [[mediawiki:sidebar]] no longer supports entirely numeric headers ("* 3829")

2014-10-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=71639

--- Comment #1 from Kunal Mehta (Legoktm)  ---
Most likely caused by I458c0af3114754ddf3d721f6c374e249f482e4cf.

The bug is that if you set a string which is also an integer to the key of an
array, PHP will cast it to an int, and then we try passing it to wfMessage,
which throws an error. In MonoBookTemplate::customBox we should cast the keys
to strings before passing to wfMessage.

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