https://bugzilla.wikimedia.org/show_bug.cgi?id=34730
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Version|1.19 |1.18.1 Target Milestone|1.19wmf deployment |1.19.0 release --- Comment #1 from [email protected] 2012-02-26 14:25:29 UTC --- Er... As Krinkle said on bug 34594 comment 11, this seems to be fixed by recent changes (r107534, I think - see bug 30914), because on ptwikibooks, which is running MW 1.19wmf1 (r112130), the result is as expected. Mark, should we add some regression/unit tests for this? (tags: need-regression-test, need-unittest) == Results on ptwikibooks == 1) Only "Show edit toolbar (requires JavaScript)" enabled ---- $.isEmpty(mw.user.options.values)= false usebetatoolbar=;showtoolbar=1 using "user.options" > $.isEmpty(mw.user.options.values)= false using "user.options" > usebetatoolbar=;showtoolbar=1 ---- 2) Only "Enable enhanced editing toolbar" enabled ---- $.isEmpty(mw.user.options.values)= false usebetatoolbar=1;showtoolbar= using "user.options" > $.isEmpty(mw.user.options.values)= false using "user.options" > usebetatoolbar=1;showtoolbar= ---- 3) Both options enabled ---- $.isEmpty(mw.user.options.values)= false usebetatoolbar=1;showtoolbar=1 using "user.options" > $.isEmpty(mw.user.options.values)= false using "user.options" > usebetatoolbar=1;showtoolbar=1 ---- 4) Both options disabled ---- $.isEmpty(mw.user.options.values)= false usebetatoolbar=;showtoolbar= using "user.options" > $.isEmpty(mw.user.options.values)= false using "user.options" > usebetatoolbar=;showtoolbar= ---- -- 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 [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
