[Bug 50284] VisualEditor: Disable on pages which are maintained by the Translate extension

2014-01-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50284

John Mark Vandenberg jay...@gmail.com changed:

   What|Removed |Added

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

-- 
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 50284] VisualEditor: Disable on pages which are maintained by the Translate extension

2013-10-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50284

--- Comment #10 from Guillaume Paumier gpaum...@wikimedia.org ---
(In reply to comment #9)
 I just VEdited a page on mw.org (Communication) and it seemed to work (beyond
 the translate tags showing up).

Nope, the error happens when you try to edit a translation, not the source page
:) e.g. try to edit Communication/it

-- 
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 50284] VisualEditor: Disable on pages which are maintained by the Translate extension

2013-09-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50284

--- Comment #9 from Elitre elitr...@gmail.com ---
I just VEdited a page on mw.org (Communication) and it seemed to work (beyond
the translate tags showing up).

-- 
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 50284] VisualEditor: Disable on pages which are maintained by the Translate extension

2013-07-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50284

--- Comment #8 from Niklas Laxström niklas.laxst...@gmail.com ---
I assume VE checks whether the page is editable somewhere? I wonder if changing
the hook in Translate from getUserPermissionsErrorsExpensive to
getUserPermissionsErrors would solve this? Would have to make sure that the
hook is efficient then.

-- 
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 50284] VisualEditor: Disable on pages which are maintained by the Translate extension

2013-07-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50284

James Forrester jforres...@wikimedia.org changed:

   What|Removed |Added

 CC||amir.ahar...@mail.huji.ac.i
   ||l

--- Comment #6 from James Forrester jforres...@wikimedia.org ---
*** Bug 51805 has been marked as a duplicate of this bug. ***

-- 
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 50284] VisualEditor: Disable on pages which are maintained by the Translate extension

2013-07-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50284

James Forrester jforres...@wikimedia.org changed:

   What|Removed |Added

   Priority|Normal  |High
 CC||niklas.laxst...@gmail.com

--- Comment #7 from James Forrester jforres...@wikimedia.org ---
Presumably there is a simple check we can do for whether the page is under the
protection of the Translate extension, so we can do

if (
  …
  if Translate extension installed  !page is Translate-protected
  …
) { do not load }

… in the code in ViewPageTarget init?

-- 
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 50284] VisualEditor: Disable on pages which are maintained by the Translate extension

2013-07-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50284

John Mark Vandenberg jay...@gmail.com changed:

   What|Removed |Added

 CC||aranet...@gmail.com

--- Comment #5 from John Mark Vandenberg jay...@gmail.com ---
*** Bug 51931 has been marked as a duplicate of this bug. ***

-- 
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 50284] VisualEditor: Disable on pages which are maintained by the Translate extension

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

John Mark Vandenberg jay...@gmail.com changed:

   What|Removed |Added

 CC||jay...@gmail.com

--- Comment #4 from John Mark Vandenberg jay...@gmail.com ---
e.g.
https://www.mediawiki.org/wiki/Communication/hu?veaction=edit

-- 
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 50284] VisualEditor: Disable on pages which are maintained by the Translate extension

2013-07-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50284

Dan Wolff 326...@gmail.com changed:

   What|Removed |Added

 CC||326...@gmail.com

--- Comment #3 from Dan Wolff 326...@gmail.com ---
*** Bug 51534 has been marked as a duplicate of this bug. ***

-- 
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 50284] VisualEditor: Disable on pages which are maintained by the Translate extension

2013-07-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50284

Elitre elitr...@gmail.com changed:

   What|Removed |Added

 CC||elitr...@gmail.com

--- Comment #1 from Elitre elitr...@gmail.com ---
Just a note to say that this keeps happening. Thanks!

-- 
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 50284] VisualEditor: Disable on pages which are maintained by the Translate extension

2013-07-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50284

Chris McKenna cmcke...@sucs.org changed:

   What|Removed |Added

 CC||cmcke...@sucs.org

--- Comment #2 from Chris McKenna cmcke...@sucs.org ---
I tested this on mediawiki.org following a report on the English Wikipedia, but
instead of getting an error VisualEditor just silently refused to save the page
- the progress bar appeared for a typical amount of time then I was back to the
save dialog as if I hadn't pressed save. Lather, rinse, repeat.

-- 
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 50284] VisualEditor: Disable on pages which are maintained by the Translate extension

2013-07-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50284

James Forrester jforres...@wikimedia.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 Status|NEW |ASSIGNED
 CC||roan.katt...@gmail.com,
   ||tpars...@wikimedia.org
  Component|General |MediaWiki integration
   Assignee|jforres...@wikimedia.org|krinklem...@gmail.com
Summary|VisualEditor lets users |VisualEditor: Disable on
   |edit Translate  |pages which are maintained
   |translations, but not save  |by the Translate extension
   |them|

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