koha.git
18 years agoMinor display changes.
hdl [Wed, 10 Aug 2005 14:22:48 +0000 (14:22 +0000)]
Minor display changes.
Now displaying publicationyear.
And biblio information in One cell.

18 years agoBug fixing on query getlateorders.
hdl [Wed, 10 Aug 2005 10:22:57 +0000 (10:22 +0000)]
Bug fixing on query getlateorders.
Adding subtotal.
Changing information display orders.
next work is pretty printing.

18 years agocontinuing the road to zebra :
tipaul [Wed, 10 Aug 2005 10:21:14 +0000 (10:21 +0000)]
continuing the road to zebra :
- the biblio add begins to work.
- the biblio modif begins to work.

(still without doing anything on zebra)
(no new change in updatedatabase)

18 years agoAdding lateorders page.
hdl [Tue, 9 Aug 2005 14:13:27 +0000 (14:13 +0000)]
Adding lateorders page.
It provides the user with the list of items that have been ordered for a delay and are NOT yet received.
The user may filter by supplier or branch or delay.
This page is still under developpement.
Goal is to make it ready to print to reorder the books.

2 new functions have been written in Acquisition module :
getsupplierlistwithlateorders
getlateorders

branches has been modified to manage branch independancy.
Request for comment.
STILL UNDER developpment

18 years ago1st commit to go to zebra.
tipaul [Tue, 9 Aug 2005 14:10:27 +0000 (14:10 +0000)]
1st commit to go to zebra.
don't update your cvs if you want to have a working head...

this commit contains :
* updater/updatedatabase : get rid with marc_* tables, but DON'T remove them. As a lot of things uses them, it would not be a good idea for instance to drop them. If you really want to play, you can rename them to test head without them but being still able to reintroduce them...
* Biblio.pm : modify MARCgetbiblio to find the raw marc record in biblioitems.marc field, not from marc_subfield_table, modify MARCfindframeworkcode to find frameworkcode in biblio.frameworkcode, modify some other subs to use biblio.biblionumber & get rid of bibid.
* other files : get rid of bibid and use biblionumber instead.

What is broken :
* does not do anything on zebra yet.
* if you rename marc_subfield_table, you can't search anymore.
* you can view a biblio & bibliodetails, go to MARC editor, but NOT save any modif.
* don't try to add a biblio, it would add data poorly... (don't try to delete either, it may work, but that would be a surprise ;-) )

IMPORTANT NOTE : you need MARC::XML package (http://search.cpan.org/~esummers/MARC-XML-0.7/lib/MARC/File/XML.pm), that requires a recent version of MARC::Record
Updatedatabase stores the iso2709 data in biblioitems.marc field & an xml version in biblioitems.marcxml Not sure we will keep it when releasing the stable version, but I think it's a good idea to have something readable in sql, at least for development stage.

18 years agoBug Fixing : taking alphanumeric itemcallnumber into accounts.
hdl [Tue, 9 Aug 2005 12:06:46 +0000 (12:06 +0000)]
Bug Fixing : taking alphanumeric itemcallnumber into accounts.

18 years agoMinor display changes
oleonard [Mon, 8 Aug 2005 16:58:21 +0000 (16:58 +0000)]
Minor display changes

18 years agoProgrammer template
oleonard [Mon, 8 Aug 2005 15:52:57 +0000 (15:52 +0000)]
Programmer template

18 years agoBUG Fixing a user with acquisition rights and no superlibrarian rights couldn't creat...
hdl [Mon, 8 Aug 2005 13:58:07 +0000 (13:58 +0000)]
BUG Fixing a user with acquisition rights and no superlibrarian rights couldn't create a new basket with IndependantBranches management on.

18 years agoManaging branch independancy when creating a new biblio.
hdl [Mon, 8 Aug 2005 13:55:52 +0000 (13:55 +0000)]
Managing branch independancy when creating a new biblio.
A librarian of one branch cannot create a biblio on a branch different form his own, unless superlibrarian.

18 years agominor (graphic) changes in log viewer
tipaul [Mon, 8 Aug 2005 09:11:54 +0000 (09:11 +0000)]
minor (graphic) changes in log viewer

18 years agoCode necessary for IndependantBranches parameter to work. Should have been committed...
hdl [Mon, 8 Aug 2005 08:42:32 +0000 (08:42 +0000)]
Code necessary for IndependantBranches parameter to work. Should have been committed sooner...
Modify Histsearch and getorders to respect branches of librarian.

18 years agoJust a litle comment at the bottom that contains the koha version number
rangi [Mon, 8 Aug 2005 02:15:54 +0000 (02:15 +0000)]
Just a litle comment at the bottom that contains the koha version number

18 years agoPassing through kohaversion to the template
rangi [Mon, 8 Aug 2005 02:09:39 +0000 (02:09 +0000)]
Passing through kohaversion to the template

18 years agoNew programmer templates
oleonard [Sat, 6 Aug 2005 20:19:56 +0000 (20:19 +0000)]
New programmer templates

18 years agoadding some fields available for Letters
tipaul [Fri, 5 Aug 2005 15:50:46 +0000 (15:50 +0000)]
adding some fields available for Letters

18 years agoremoving NEW text, it was for testing purposes.
tipaul [Fri, 5 Aug 2005 15:39:13 +0000 (15:39 +0000)]
removing NEW text, it was for testing purposes.

18 years agoremoving my own adress as "From" ;-)
tipaul [Fri, 5 Aug 2005 14:48:52 +0000 (14:48 +0000)]
removing my own adress as "From" ;-)

18 years ago2 new features :
tipaul [Fri, 5 Aug 2005 14:47:23 +0000 (14:47 +0000)]
2 new features :
- a mail is sent everytime an issue if recieved in serial module. The mail is sent to all borrowers that have put an alert on the subscription (remember that you can put an alert only if the librarian have defined a "letter" as mail to send)
- the librarian can see, for a given subscription, who has put an alert.

18 years agoadding emailaddress to user context.
tipaul [Fri, 5 Aug 2005 14:43:44 +0000 (14:43 +0000)]
adding emailaddress to user context.
Now, we can use userenv->{emailaddress} to get the librarian email address everywhere.

18 years agoAdded styles for "sticky due date" form in circ
oleonard [Thu, 4 Aug 2005 21:17:04 +0000 (21:17 +0000)]
Added styles for "sticky due date" form in circ

18 years agoSynching with rel_2_2.
oleonard [Thu, 4 Aug 2005 20:52:22 +0000 (20:52 +0000)]
Synching with rel_2_2.

18 years agoMore programmer's templates
oleonard [Thu, 4 Aug 2005 19:43:45 +0000 (19:43 +0000)]
More programmer's templates

18 years agoSynch really broke this script...
tipaul [Thu, 4 Aug 2005 16:07:58 +0000 (16:07 +0000)]
Synch really broke this script...

18 years agooops... error in synch between 2.2 and head
tipaul [Thu, 4 Aug 2005 16:02:55 +0000 (16:02 +0000)]
oops... error in synch between 2.2 and head

18 years agofixing a bug preventing compilation
tipaul [Thu, 4 Aug 2005 14:48:53 +0000 (14:48 +0000)]
fixing a bug preventing compilation

18 years agofixing a bug in synch
tipaul [Thu, 4 Aug 2005 14:35:54 +0000 (14:35 +0000)]
fixing a bug in synch

18 years agosynch'ing 2.2 and head
tipaul [Thu, 4 Aug 2005 14:10:52 +0000 (14:10 +0000)]
synch'ing 2.2 and head

18 years agosynch'ing 2.2 and head
tipaul [Thu, 4 Aug 2005 14:02:52 +0000 (14:02 +0000)]
synch'ing 2.2 and head

18 years agosynch'ing 2.2 and head
tipaul [Thu, 4 Aug 2005 13:48:31 +0000 (13:48 +0000)]
synch'ing 2.2 and head

18 years agosynch'ing 2.2 and head
tipaul [Thu, 4 Aug 2005 13:27:37 +0000 (13:27 +0000)]
synch'ing 2.2 and head

18 years agosynch'ing 2.2 and head
tipaul [Thu, 4 Aug 2005 13:19:54 +0000 (13:19 +0000)]
synch'ing 2.2 and head

18 years agosynch'ing 2.2 and head
tipaul [Thu, 4 Aug 2005 12:12:13 +0000 (12:12 +0000)]
synch'ing 2.2 and head

18 years agosynch'ing 2.2 and head
tipaul [Thu, 4 Aug 2005 09:52:32 +0000 (09:52 +0000)]
synch'ing 2.2 and head

18 years agoLetters / alert system, continuing...
tipaul [Thu, 4 Aug 2005 08:55:54 +0000 (08:55 +0000)]
Letters / alert system, continuing...

* adding a package Letters.pm, that manages Letters & alerts.
* adding feature : it's now possible to define a "letter" for any subscription created. If a letter is defined, users in OPAC can put an alert on the subscription. When an issue is marked "arrived", all users in the alert will recieve a mail (as defined in the "letter"). This last part (= send the mail) is not yet developped. (Should be done this week)
* adding feature : it's now possible to "put to an alert" in OPAC, for any serial subscription. The alert is stored in a new table, called alert. An alert can be put only if the librarian has activated them in subscription (and they activate it just by choosing a "letter" to sent to borrowers on new issues)
* adding feature : librarian can see in borrower detail which alerts they have put, and a user can see in opac-detail which alert they have put too.

Note that the system should be generic enough to manage any type of alert.
I plan to extend it soon to virtual shelves : a borrower will be able to put an alert on a virtual shelf, to be warned when something is changed in the virtual shelf (mail being sent once a day by cron, or manually by the shelf owner. Anyway, a mail won't be sent on every change, users would be spammed by Koha ;-) )

18 years agoLetters / alert system, continuing...
tipaul [Thu, 4 Aug 2005 08:54:54 +0000 (08:54 +0000)]
Letters / alert system, continuing...
* adding a package Letters.pm, that manages Letters & alerts.
* adding feature : it's now possible to define a "letter" for any subscription created. If a letter is defined, users in OPAC can put an alert on the subscription. When an issue is marked "arrived", all users in the alert will recieve a mail (as defined in the "letter"). This last part (= send the mail) is not yet developped. (Should be done this week)
* adding feature : it's now possible to "put to an alert" in OPAC, for any serial subscription. The alert is stored in a new table, called alert. An alert can be put only if the librarian has activated them in subscription (and they activate it just by choosing a "letter" to sent to borrowers on new issues)
* adding feature : librarian can see in borrower detail which alerts they have put, and a user can see in opac-detail which alert they have put too.
Note that the system should be generic enough to manage any type of alert.
I plan to extend it soon to virtual shelves : a borrower will be able to put an alert on a virtual shelf, to be warned when something is changed in the virtual shelf (mail being sent once a day by cron, or manually by the shelf owner. Anyway, a mail won't be sent on every change, users would be spammed by Koha ;-) )

18 years agoSynching with rel_2_2.
oleonard [Wed, 3 Aug 2005 19:30:31 +0000 (19:30 +0000)]
Synching with rel_2_2.

18 years agopruning a warn message.
hdl [Wed, 3 Aug 2005 12:50:08 +0000 (12:50 +0000)]
pruning a warn message.

18 years agoAdding Confirm_deletion javascript.
hdl [Tue, 2 Aug 2005 16:29:17 +0000 (16:29 +0000)]
Adding Confirm_deletion javascript.

18 years agoadding serial module as option
tipaul [Tue, 2 Aug 2005 16:20:15 +0000 (16:20 +0000)]
adding serial module as option

18 years agoadding 2 fields to letter system :
tipaul [Tue, 2 Aug 2005 16:15:34 +0000 (16:15 +0000)]
adding 2 fields to letter system :
* module (acquisition, catalogue...) : it will be usefull to show the librarian only letters he may be interested by.
* title, that will be used as mail subject.

18 years agoBug fixing :
hdl [Tue, 2 Aug 2005 15:49:25 +0000 (15:49 +0000)]
Bug fixing :
Using holdingbranch and not Location to locate an item.

18 years agoAdding Independant branches Management for items, i.e
hdl [Mon, 1 Aug 2005 14:36:49 +0000 (14:36 +0000)]
Adding Independant branches Management for items, i.e
Only items on the same branch as user can be created, modified, deleted.
If trying to get an item which homebranch is different from user branch AND that user is not superlibrarian, then go back to additem.

18 years agoRemoving some unuseful warns.
hdl [Fri, 29 Jul 2005 16:14:37 +0000 (16:14 +0000)]
Removing some unuseful warns.
Adding an error management for memberentry : Branch.

18 years agoFixing bug in deletemem.pl :
hdl [Fri, 29 Jul 2005 16:12:53 +0000 (16:12 +0000)]
Fixing bug in deletemem.pl :
flags verification was not good.

Adding branch Independancy management.
In memberentry.pl and deletemem.pl

18 years agoAdding superlibrarian rights when IndependantBranches is set.
hdl [Fri, 29 Jul 2005 08:33:48 +0000 (08:33 +0000)]
Adding superlibrarian rights when IndependantBranches is set.

18 years agoIf MARC is switched off, it will now jump to detail.pl instead of
rangi [Fri, 29 Jul 2005 00:56:22 +0000 (00:56 +0000)]
If MARC is switched off, it will now jump to detail.pl instead of
MARCdetail.pl when only one result is found
This provides for a more consistent experience

18 years agoFirst step of independacy branch management.
hdl [Thu, 28 Jul 2005 17:38:29 +0000 (17:38 +0000)]
First step of independacy branch management.
Displaying only librarian branch if librarian is not superlibrarian and IndependantBranches is set.

18 years agoAdding branch independancy management.
hdl [Thu, 28 Jul 2005 17:30:18 +0000 (17:30 +0000)]
Adding branch independancy management.
Showing management buttons if same branch librarian.
TODO : control of user branch before displayin modify pages.

18 years agoSome Bug Fixes
hdl [Thu, 28 Jul 2005 15:40:52 +0000 (15:40 +0000)]
Some Bug Fixes

18 years agoIntroducing new "Letters" system : Letters will be used everytime you want to sent...
tipaul [Thu, 28 Jul 2005 15:10:12 +0000 (15:10 +0000)]
Introducing new "Letters" system : Letters will be used everytime you want to sent something to someone (through mail or paper). For example, sending a mail for overdues use letter that you can put as parameters. Sending a mail to a borrower when a suggestion is validated uses a letter too.
the letter table contains 3 fields :
* code => the code of the letter
* name => the complete name of the letter
* content => the complete text. It's a TEXT field type, so has no limits.

My next goal now is to work on point 2-I "serial issue alert"
With this feature, in serials, a user can subscribe the "issue alert". For every issue arrived/missing, a mail is sent to all subscribers of this list. The mail warns the user that the issue is arrive or missing. Will be in head.
(see mail on koha-devel, 2005/04/07)

The "serial issue alert" will be the 1st to use this letter system that probably needs some tweaking ;-)

Once it will be stabilised default letters (in any languages) could be added during installer to help the library begin with this new feature.

18 years agoSynching with 2.2 : Bug Fixing
hdl [Thu, 28 Jul 2005 09:57:52 +0000 (09:57 +0000)]
Synching with 2.2 : Bug Fixing
Moving form page to page lost search parameters.

18 years agoFor instance, the return date does not rely on the borrower expiration date. A system...
tipaul [Thu, 28 Jul 2005 08:38:15 +0000 (08:38 +0000)]
For instance, the return date does not rely on the borrower expiration date. A systempref will be added in Koha, to modify return date calculation schema :
* ReturnBeforeExpiry = yes => return date can't be after expiry date
* ReturnBeforeExpiry = no  => return date can be after expiry date

18 years agoImplementing Independancy Branches management :
hdl [Thu, 28 Jul 2005 07:52:02 +0000 (07:52 +0000)]
Implementing Independancy Branches management :
- Trying to get a basket not owned by so of his own branch leads to mainpage.
- Lists onlys ths baskets owned by someon of user's brach.

Auth.pm now sends a cookie with userenv informations.

18 years agoAdding branch Independancy support for searchsugestion.
hdl [Tue, 26 Jul 2005 17:01:11 +0000 (17:01 +0000)]
Adding branch Independancy support for searchsugestion.

18 years agoBug Fixing for independantBranches support.
hdl [Tue, 26 Jul 2005 15:58:47 +0000 (15:58 +0000)]
Bug Fixing for independantBranches support.
Addign a Cookie containing user specific vars such as :
branch,
firstname,
surname,
cardnumber...
may be criticized from a lawyer point of view, since name and surname are given.
But the real need is for userid and branch.
And it is achieved.
Auth passes now TWO cookies :
a session cookie
And an environment cookie.

18 years agosome bugfixes, but still don't work correctly
tipaul [Tue, 26 Jul 2005 10:12:48 +0000 (10:12 +0000)]
some bugfixes, but still don't work correctly

18 years agoAdding IndependantBranches System preference variable in order to manage Branch indep...
hdl [Tue, 26 Jul 2005 08:19:47 +0000 (08:19 +0000)]
Adding IndependantBranches System preference variable in order to manage Branch independancy.

18 years agoAdding Branch Independancy.
hdl [Tue, 26 Jul 2005 07:50:27 +0000 (07:50 +0000)]
Adding Branch Independancy.
Still under development.

18 years agowe have decided that moving to Koha 3.0 requires being already in Koha 2.2.x
tipaul [Mon, 25 Jul 2005 15:35:38 +0000 (15:35 +0000)]
we have decided that moving to Koha 3.0 requires being already in Koha 2.2.x
So, the updatedatabase script can highly be cleaned (90% removed).
Let's play with the new Koha DB structure now ;-)

18 years agoNew programmer templates
oleonard [Fri, 22 Jul 2005 16:46:26 +0000 (16:46 +0000)]
New programmer templates

18 years agoNew programmer templates
oleonard [Fri, 22 Jul 2005 16:39:56 +0000 (16:39 +0000)]
New programmer templates

18 years agoNew programmer template
oleonard [Fri, 22 Jul 2005 16:31:28 +0000 (16:31 +0000)]
New programmer template

18 years agoadjustment for 2.2.3
hellen [Thu, 21 Jul 2005 15:28:59 +0000 (15:28 +0000)]
adjustment for 2.2.3

18 years agoFirst draft of programmer's templates: a stripped-down version of the templates for...
oleonard [Wed, 20 Jul 2005 21:36:24 +0000 (21:36 +0000)]
First draft of programmer's templates: a stripped-down version of the templates for use by programmers in adding and testing new functionality.  Template-authors can use these templates to track changes that need to be incorporated into their custom templates.

18 years agoFirst draft of programmer's templates: a stripped-down version of the templates for...
oleonard [Wed, 20 Jul 2005 21:23:37 +0000 (21:23 +0000)]
First draft of programmer's templates: a stripped-down version of the templates for use by programmers in adding and testing new functionality.  Template-authors can use these templates to track changes that need to be incorporated into their custom templates.

18 years agoFirst draft of programmer's templates: a stripped-down version of the templates for...
oleonard [Wed, 20 Jul 2005 18:55:20 +0000 (18:55 +0000)]
First draft of programmer's templates: a stripped-down version of the templates for use by programmers in adding and testing new functionality.  Template-authors can use these templates to track changes that need to be incorporated into their custom templates.

18 years agoadjustments for 2.2.3
hellen [Wed, 20 Jul 2005 17:25:07 +0000 (17:25 +0000)]
adjustments for 2.2.3

18 years agoAdding page to display log views.
hdl [Wed, 20 Jul 2005 16:09:03 +0000 (16:09 +0000)]
Adding page to display log views.
can be called by admin/viewlog.pl
Works with C4/Log.pm
uses action_logs table

18 years agoAdding Borrowers count feature.
hdl [Wed, 20 Jul 2005 09:52:31 +0000 (09:52 +0000)]
Adding Borrowers count feature.
Note : This COULD be reported in 2.2 branch.

18 years agoFirst draft of programmer's templates: a stripped-down version of the templates for...
oleonard [Tue, 19 Jul 2005 21:03:33 +0000 (21:03 +0000)]
First draft of programmer's templates: a stripped-down version of the templates for use by programmers in adding and testing new functionality.  Template-authors can use these templates to track changes that need to be incorporated into their custom templates.

18 years agoFirst draft of programmer's templates: a stripped-down version of the templates for...
oleonard [Tue, 19 Jul 2005 20:42:46 +0000 (20:42 +0000)]
First draft of programmer's templates: a stripped-down version of the templates for use by programmers in adding and testing new functionality.  Template-authors can use these templates to track changes that need to be incorporated into their custom templates.

18 years agoSynch with rel_2_2: Enabling alternating table row colors in issues list, showing...
oleonard [Tue, 19 Jul 2005 19:13:19 +0000 (19:13 +0000)]
Synch with rel_2_2: Enabling alternating table row colors in issues list, showing warning about expired borrowers

18 years agoSynch with rel_2_2: Fixing section that was supposed to allow for alternating table...
oleonard [Tue, 19 Jul 2005 18:52:37 +0000 (18:52 +0000)]
Synch with rel_2_2: Fixing section that was supposed to allow for alternating table row colors

18 years agoAdding an object field to action_logs.
hdl [Tue, 19 Jul 2005 16:48:15 +0000 (16:48 +0000)]
Adding an object field to action_logs.
+ Minor Correction to updatedatabase
Changing Activate_Log from choice to YesNo Variable.

18 years agoClean up messages, fill in some blanks, add more notes, test CONFIGURE, add opac...
slef [Tue, 19 Jul 2005 02:39:45 +0000 (02:39 +0000)]
Clean up messages, fill in some blanks, add more notes, test CONFIGURE, add opac files

18 years agoNew installer helper script
slef [Tue, 19 Jul 2005 02:38:12 +0000 (02:38 +0000)]
New installer helper script

18 years agoRemove overlong PM mapping, use libscan() instead, ignore some troublemaker files...
slef [Mon, 18 Jul 2005 20:15:09 +0000 (20:15 +0000)]
Remove overlong PM mapping, use libscan() instead, ignore some troublemaker files - this one copies some files to seemingly-sane targets

18 years agoFirst listing of dist tarball fiels; removed files with spaces in names for now
slef [Mon, 18 Jul 2005 18:15:07 +0000 (18:15 +0000)]
First listing of dist tarball fiels; removed files with spaces in names for now

18 years agoPM mapping of files - first attempt
slef [Mon, 18 Jul 2005 17:59:06 +0000 (17:59 +0000)]
PM mapping of files - first attempt

18 years agoAdd start of 2.3 installer. Remove obsolete? files conflicting with 2.3 installer
slef [Mon, 18 Jul 2005 16:38:57 +0000 (16:38 +0000)]
Add start of 2.3 installer. Remove obsolete? files conflicting with 2.3 installer

18 years agoAdding Log Facility.
hdl [Fri, 15 Jul 2005 16:10:31 +0000 (16:10 +0000)]
Adding Log Facility.
Needs Two Update in database...
On more table (action_logs)
And One more syspref Activate_Log, with On|Off values.
Maintainance has been sweeped of previous Log functions
addbiblio.pl contains a sample of code using Log.pm
To be generalized to Authorities, acquisitions, members soon.

18 years agoadjustments for 2.2.3
hellen [Thu, 14 Jul 2005 19:58:56 +0000 (19:58 +0000)]
adjustments for 2.2.3

18 years agoAdding a log facility for actions watching.
hdl [Thu, 14 Jul 2005 09:53:10 +0000 (09:53 +0000)]
Adding a log facility for actions watching.
Code to be widely used in order to report data modifications.

18 years agoAdding branch specific display to budgets and selection.
hdl [Thu, 14 Jul 2005 09:13:24 +0000 (09:13 +0000)]
Adding branch specific display to budgets and selection.

Be warned that to be able to select a budget which is not from patron's Branch, you should have a '' Branch information.

18 years agoFixing bug that was preventing display of item/barcode information
oleonard [Wed, 13 Jul 2005 21:01:51 +0000 (21:01 +0000)]
Fixing bug that was preventing display of item/barcode information

18 years agoSynching with rel_2_2.
oleonard [Tue, 12 Jul 2005 21:39:40 +0000 (21:39 +0000)]
Synching with rel_2_2.

18 years agoSynching with rel_2_2.
oleonard [Tue, 12 Jul 2005 21:27:11 +0000 (21:27 +0000)]
Synching with rel_2_2.

18 years agoSynching with rel_2_2.
oleonard [Tue, 12 Jul 2005 20:23:15 +0000 (20:23 +0000)]
Synching with rel_2_2.

18 years agoA new page to allow patrons to view their borrowing history
oleonard [Tue, 12 Jul 2005 19:56:17 +0000 (19:56 +0000)]
A new page to allow patrons to view their borrowing history

18 years agoRemoving dead code : Bad Javascript
hdl [Tue, 12 Jul 2005 14:12:44 +0000 (14:12 +0000)]
Removing dead code : Bad Javascript
Thx Owen ;)

18 years agoModifying branch Selection : Now Superlibrarians are always able to see ALL branches...
hdl [Tue, 12 Jul 2005 13:59:38 +0000 (13:59 +0000)]
Modifying branch Selection : Now Superlibrarians are always able to see ALL branches budget, not simple librarians.

18 years agoadjustment for 2.2.3
hellen [Fri, 8 Jul 2005 16:01:39 +0000 (16:01 +0000)]
adjustment for 2.2.3

18 years agoAdding link to purchase suggestions at the bottom of search results. Also adding...
oleonard [Thu, 7 Jul 2005 20:55:53 +0000 (20:55 +0000)]
Adding link to purchase suggestions at the bottom of search results. Also adding some enhancements from the NPL catalog: Amazon cover thumbnails and alternate search links (Google Scholar and  WorldCat)

18 years agoFixing bug that would prevent deletion of suggetions; corrections to XHTML, other...
oleonard [Thu, 7 Jul 2005 20:41:15 +0000 (20:41 +0000)]
Fixing bug that would prevent deletion of suggetions; corrections to XHTML, other minor improvements

18 years agoUpdating template to match changes to opac-reserve.pl
oleonard [Wed, 6 Jul 2005 21:50:12 +0000 (21:50 +0000)]
Updating template to match changes to opac-reserve.pl

18 years agosynching with rel_2_2
joshferraro [Wed, 6 Jul 2005 21:32:02 +0000 (21:32 +0000)]
synching with rel_2_2

18 years agoAdd branch selection and filter for budgets and funds.
hdl [Wed, 6 Jul 2005 17:47:22 +0000 (17:47 +0000)]
Add branch selection and filter for budgets and funds.
May be too much... Funds could be enough....

It works provided you update your base adding branchcode both in aqbookfund AND aqbudget.
If selection in budget is not needed, I shall remove.

18 years agoSynching with rel_2_2
oleonard [Tue, 5 Jul 2005 21:25:25 +0000 (21:25 +0000)]
Synching with rel_2_2

18 years agoSynching with rel_2_2
oleonard [Tue, 5 Jul 2005 20:56:30 +0000 (20:56 +0000)]
Synching with rel_2_2