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 !
tipaul [Thu, 10 Mar 2005 15:52:28 +0000 (15:52 +0000)]
* adding glass to opac marc detail.
* changing glasses behaviour : It now appears only on subfields that have a "link" value. Avoid useless glasses and removes nothing. **** WARNING **** : if you don't change you MARC parameters, glasses DISAPPEAR, because no subfields have a link value. So you MUST "reactivate" them manually. If you want to enable the search glass on field 225$a (collection in UNIMARC), just put 225a to "link" field (Koha >> parameters >> framework >> 225 field >> subfield >> modify $a >> enter 225a in link input field (without quotes or anything else)
* fixing bug with libopac
tipaul [Thu, 10 Mar 2005 08:44:43 +0000 (08:44 +0000)]
bugfix in baskets :
* The user does not need to have to have librarian rights to use virtual shelves
* error when adding a biblio to an existing basket
tipaul [Tue, 8 Mar 2005 14:03:34 +0000 (14:03 +0000)]
added a stylesheet for the printer (useful in acquisition basket printing. The doNotPrint style can be used anywhere to remove a part of the screen during printing)
tipaul [Tue, 8 Mar 2005 11:08:34 +0000 (11:08 +0000)]
updating merge_authority to have a "batch mode" in this mode all .authid files stored in $KOHAROOT/localfiles/modified_authorities are managed : the corresponding biblios are updated with the modified authority content.
This script can now be put in crontab.