[Bug 29236] Extension:Collection should copy the book title automatically to the stored book page input field

2012-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29236

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

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #6 from Mark A. Hershberger m...@everybody.org 2012-01-03 
22:27:09 UTC ---
(In reply to comment #4)
 Here is a quick patch to get it working, is this suitable?

We don't usually put javascript in-line like that.  I took your hint, though,
and applied it in r107951 in what I think will be a more suitable form.  Thanks
for your 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 29236] Extension:Collection should copy the book title automatically to the stored book page input field

2012-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29236

--- Comment #7 from T. Gries m...@tgries.de 2012-01-03 22:43:17 UTC ---
Is there somewhere a reference (test) implementation to see this working ?

-- 
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 29236] Extension:Collection should copy the book title automatically to the stored book page input field

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

Sumana Harihareswara suma...@panix.com changed:

   What|Removed |Added

   Keywords||need-review, patch
 CC||suma...@panix.com

--- Comment #5 from Sumana Harihareswara suma...@panix.com 2011-12-26 
03:03:27 UTC ---
Thanks for the patch!  Marking it patch and need-review as a signal that
this patch awaits review by developers.

-- 
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 29236] Extension:Collection should copy the book title automatically to the stored book page input field

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

--- Comment #4 from John Norrington johnno...@gmail.com 2011-12-25 04:36:43 
UTC ---
Created attachment 9761
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=9761
Collection.template.php patch

Here is a quick patch to get it working, is this suitable?

-- 
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 29236] Extension:Collection should copy the book title automatically to the stored book page input field

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

mybugs.m...@gmail.com changed:

   What|Removed |Added

   Keywords||easy
 CC||mybugs.m...@gmail.com

--- Comment #2 from mybugs.m...@gmail.com 2011-08-24 16:21:46 UTC ---
Adding easy keyword, per Krinkle's comment.

PS: this feature was also requested on
[[mw:Extension:Collection/Wishlist#Modifying_an_existing_book]]

-- 
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 29236] Extension:Collection should copy the book title automatically to the stored book page input field

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

--- Comment #3 from T. Gries m...@tgries.de 2011-08-24 18:27:11 UTC ---
(In reply to comment #2)
 Adding easy keyword, per Krinkle's comment.
 
 PS: this feature was also requested on
 [[mw:Extension:Collection/Wishlist#Modifying_an_existing_book]]

thanks, I added the bug number there

-- 
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 29236] Extension:Collection should copy the book title automatically to the stored book page input field

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

Volker Haas volker.h...@pediapress.com changed:

   What|Removed |Added

   Priority|Normal  |Low
 CC||volker.h...@pediapress.com
   Severity|normal  |enhancement

-- 
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 29236] Extension:Collection should copy the book title automatically to the stored book page input field

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

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

 CC||krinklem...@gmail.com

--- Comment #1 from Krinkle krinklem...@gmail.com 2011-06-03 08:13:20 UTC ---
Couldn't help myself noting here,

jQuery and javascript are not on the same level. jQuery is a collection of
javascript functions to simplify many things. They are not separate, writing
jQuery is a weird way of saying writing javascript and calling jQuery
functions.


More on topic though,

Yes, this should be simple to implement.


--
Krinkle



[0] http://en.wikipedia.org/wiki/JQuery

-- 
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 29236] Extension:Collection should copy the book title automatically to the stored book page input field

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

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