[Koha-devel] Automatic renewal feature

2014-01-17 Thread Holger Meissner
Dear Koha developers, I just created a RFC for a new "automatic renewal" feature in the Koha wiki and would greatly appreciate any feedback on it: http://wiki.koha-community.org/wiki/Automatic_renewal_RFC Especially let me know if you think that I should address bug 7413, before I start working

Re: [Koha-devel] Adding Wysiwyg to (HTML) System Preferences

2014-01-17 Thread MJ Ray
David Cook wrote: > What would folks think about adding the tinymce wysiwyg to some of the > system preferences that deal with HTML? I think it would probably be a useful feature to many libraries and tinymce seems like the best of the current rather weak bunch. A system preference to control it

Re: [Koha-devel] Adding Wysiwyg to (HTML) System Preferences

2014-01-17 Thread Martin Renvoize
I've been thinking of doing something like this for some time, so would love to see it happen. (and I'm sure our customers would love it) I was of two minds whether to implement TinyMCE as wysiwyg, or one of the code editors out there to do syntax highlighting, indenting and linting for all code

Re: [Koha-devel] Adding Wysiwyg to (HTML) System Preferences

2014-01-17 Thread Eric Bégin
I'm thinking about this type of addition for a long time so I'm all for it ! Couldn't we also use a WYSIWYG for editing notifications (when HTML is selected). Cheers, Eric Bégin Solutions inLibro inc. On 2014-01-17 06:14, Martin Renvoize wrote: I've been thinking of doing something like this

Re: [Koha-devel] Automatic renewal feature

2014-01-17 Thread Eric Bégin
Hi Holger, This is a nice feature. Instead of implementing this in the issuing rules, I think we could add an "Automatic renewal" checkbox on the checkout page and adding this value in the issues table. The cronjob would look for those flags in order to automatically renew those loans if no

Re: [Koha-devel] Adding Wysiwyg to (HTML) System Preferences

2014-01-17 Thread Viktor.Sarge
I´d love the possibility to enable an WYSIWYG editor for (all) parts of Koha that outputs HTML. And stopping it from stripping hand-coded HTML that someone put there earlier would be great. (On a side note: is TinyCMS still alive/possible to resurrect? WYSIWYG editing of extra pages created whe

Re: [Koha-devel] Adding Wysiwyg to (HTML) System Preferences

2014-01-17 Thread Sophie Meynieux
+1 for notifications when html is selected Sophie -- Responsable support BibLibre + 33 (0)4 91 81 35 08 http://www.biblibre.com Le 17/01/2014 12:26, Eric Bégin a écrit : I'm thinking about this type of addition for a long time so I'm all for it ! Couldn't we also use a WYSIWYG for editing no

Re: [Koha-devel] Automatic renewal feature

2014-01-17 Thread Holger Meissner
Hi Eric, thanks for your input! I will integrate your idea into the RFC. Eric Bégin wrote: > Instead of implementing this in the issuing rules, I think we could add > an "Automatic renewal" checkbox on the checkout page and adding > this value in the issues table. I think my library needs this a

Re: [Koha-devel] Automatic renewal feature

2014-01-17 Thread Galen Charlton
Hi, On Fri, Jan 17, 2014 at 7:16 AM, Holger Meissner wrote: > Eric Bégin wrote: >> Instead of implementing this in the issuing rules, I think we could add >> an "Automatic renewal" checkbox on the checkout page and adding >> this value in the issues table. > > I think my library needs this as par