[Bug 27164] Decouple the edit toolbar: make the activator more re-usable

2011-02-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27164

Jan Paul Posma jp.po...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #7 from Jan Paul Posma jp.po...@gmail.com 2011-02-26 18:34:41 UTC 
---
Fixed in r82706.

-- 
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 27164] Decouple the edit toolbar: make the activator more re-usable

2011-02-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27164

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

 CC||krinklem...@gmail.com

--- Comment #6 from Krinkle krinklem...@gmail.com 2011-02-09 15:29:16 UTC ---
Please note that LiquidThreads does this already (in most cases replying
somewhere puts up a textarea with the editor) - depending on how they did it
this may be what this bug requests (thus FIXED or 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 27164] Decouple the edit toolbar: make the activator more re-usable

2011-02-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27164

Jan Paul Posma jp.po...@gmail.com changed:

   What|Removed |Added

Summary|Decouple the edit toolbar   |Decouple the edit toolbar:
   ||make the activator more
   ||re-usable

--- Comment #5 from Jan Paul Posma jp.po...@gmail.com 2011-02-08 22:54:26 UTC 
---
Ah, great! I was under the impression that it wasn't as easy as that. In that
case we can keep this bug to make the activator more re-usable, since you have
had more requests for that. Thanks for the clarification!

-- 
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 27164] Decouple the edit toolbar

2011-02-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27164

--- Comment #4 from Trevor Parscal tpars...@wikimedia.org 2011-02-07 17:29:35 
UTC ---
To be clear, the toolbar code is mostly very modular, and this is a use case we
paid attention to in it's design. There are two components to the toolbar, the
plugin and the activator. The configuration (what buttons are where, what they
do, what the look like, what label text they use) is in the activator -
ext.wikiEditor.toolbar. The code that takes that config and builds a toolbar
from it is jquery.wikiEditor.toolbar.

There have been other requests, which I agree with, which propose to make the
configuration more configurable. I just wanted to point out, that all that
needs to happen is work to make the activator more re-usable. The jQuery
extension is highly reusable, and can even be used more than once on a single
page.

-- 
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 27164] Decouple the edit toolbar

2011-02-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27164

--- Comment #1 from Jan Paul Posma jp.po...@gmail.com 2011-02-04 20:41:09 UTC 
---
Oops, hit return by accident.

The toolbar should be decoupled from the edit page to allow applying it to an
arbitrary textarea. This is required for extensions like InlineEditor.

-- 
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 27164] Decouple the edit toolbar

2011-02-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27164

Jan Paul Posma jp.po...@gmail.com changed:

   What|Removed |Added

 Blocks||27165

-- 
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 27164] Decouple the edit toolbar

2011-02-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27164

MZMcBride b...@mzmcbride.com changed:

   What|Removed |Added

 CC||b...@mzmcbride.com

--- Comment #2 from MZMcBride b...@mzmcbride.com 2011-02-04 20:45:22 UTC ---
This sounds like a duplicate of bug 26918 (or maybe of bug 26914 comment 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 27164] Decouple the edit toolbar

2011-02-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27164

--- Comment #3 from Jan Paul Posma jp.po...@gmail.com 2011-02-04 22:33:51 UTC 
---
No, that's about being able to select an editing interface in the global or
user settings. What I'd like, is to be able to use the WikiEditor toolbar in
other places. So this is purely about the toolbar, not about the editing
interface.

For example, the toolbar could be used in my InlineEditor extension, or in
LiquidThreads, or in any other place where wikitext can be used.

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