oleonard [Thu, 31 Mar 2005 16:42:43 +0000 (16:42 +0000)]
Putting message variable back into the script to handle cases where a patron search from the circulation prompt returns zero results. This was removed in a previous update.
tipaul [Thu, 31 Mar 2005 08:04:34 +0000 (08:04 +0000)]
bugfix for new behaviour (copying non-template files during install) still ignore those files during .po creation or update (.po are not friends with binary files ;-) )
tipaul [Wed, 30 Mar 2005 12:28:47 +0000 (12:28 +0000)]
* Useful for translators only : modified tmpl_process to copy files that are not translated (like images, css... previously, they were not copied, it had to be done manually. Errors occurs because changes in english css or images were not reported to the translation directory giving a buggy translation)
* added a -q flag, for silent run of the tmpl_process3.pl (to put it in a crontab for example)
tipaul [Tue, 29 Mar 2005 15:41:42 +0000 (15:41 +0000)]
* new permissions : management & tools. You now have 2 new permissions :
- management : means the user can manage library parameters, but NOT system parameters.
- parameters : means the user can manage all parameters (including system parameters : marc structure, authorised values, system preferences. Was the only flag previously existing)
- tools : means the user can import/export datas & edit barcodes.
note that for compatibility reasons, a user having "parameters" can access everything.
* new permission scheme. In every template new variables are available. They are written CAN_user_permission, with permission being one of the permission flag. templates can now show or hidde menu entries depending on user permissions. For example, a user with just circ permissions should have only the "circulation" button on home page. Templates are NOT updated in this version (except for system parameters, as proof of concept), they will be in the next ones. But the scheme is ready.
tipaul [Fri, 25 Mar 2005 16:26:38 +0000 (16:26 +0000)]
* adding a sub to manually create an issue
* bugfix for date calc on periodicity=2/year
* minor improvement in subscriptionhistory (remove , at start if any, and replace \n by <br/>)
tipaul [Fri, 18 Mar 2005 09:44:07 +0000 (09:44 +0000)]
* removing the onclick behaviour that opened a member page twice (in main window & in a new popup)
* minor bugfix : showing itemcallnumber instead of dewey when a book is overdue
tipaul [Fri, 18 Mar 2005 09:40:41 +0000 (09:40 +0000)]
improving isbnsearch (search before cataloguing)
We now use the official Koha API for search in the catalogue. It means the user don't have to write the title exactly as in biblio.title (empty words are now excluded)
tipaul [Fri, 18 Mar 2005 08:53:38 +0000 (08:53 +0000)]
improving isbnsearch (search before cataloguing)
We now use the official Koha API for search in the catalogue. It means the user don't have to write the title exactly as in biblio.title (empty words are now excluded)
tipaul [Fri, 18 Mar 2005 08:51:26 +0000 (08:51 +0000)]
* setting not for loan on item if itemtype is not for loan
* removing "not reservable" for not for loan items (the info is in the previous column)
* setting "request" button to css=button as all other buttons !