Commit graph

1969 commits

Author SHA1 Message Date
hdl
8bdca884aa pruning files from old directory 2006-02-24 11:22:37 +00:00
hdl
d8af689999 Adding admin template files 2006-02-24 11:18:17 +00:00
bob_lyon
6c5769a5eb Using 'loggedinusername' variable to populate hidden field user 2006-02-23 03:56:09 +00:00
tipaul
cba7e167c8 adding a link to viewlog.pl (log viewer) 2006-02-20 14:37:47 +00:00
tipaul
f54229407c templates for log viewer 2006-02-20 14:36:16 +00:00
rangi
3d5d00b463 Little test set up that lets you type cql in which is passed to zebra
install search-test.pl on your opac (or the intranet, if intranet youll need to put the tmpl file in the intranet too)


NOT FOR PRODUCTION, purely for testing
2006-02-16 20:51:07 +00:00
rangi
810cbd36de fixing broken link 2006-02-15 03:16:17 +00:00
rangi
614708756f Removing reference to acqui.simple 2006-02-15 02:20:01 +00:00
rangi
1d5d73557a Putting this in the right place 2006-02-15 02:17:56 +00:00
tipaul
bcbcb9a57c adding some templates I forgot to commit (module sub menus) 2006-02-13 16:39:33 +00:00
tipaul
56a55bd4cb some modifs to enable search on old search API with zebra. seems to work, although it is 100% dirty code that should be rewritten by someone (chris ?)
I just hacked this to have a working search to continue working on Biblio.pm & catlaoguing

+code cleaning (using biblionumber standard API name)
2006-02-13 16:38:29 +00:00
tipaul
804d630bd1 adding detail templates in cvs, in their new catalogue directory 2006-02-13 16:37:57 +00:00
rangi
fd31a3c40a fixing links from acqui.simple to cataloguing 2006-02-09 03:26:03 +00:00
tipaul
362e760a86 just adding menus to the top 2006-01-20 16:12:49 +00:00
tipaul
c5521d18cc updating prog templates for acqui 2006-01-20 16:04:42 +00:00
tipaul
ef71641736 moving cataloguing scripts to a cataloguing directory (more logic than acqui.simple !!!) & updating prog templates 2006-01-19 12:48:00 +00:00
tipaul
247e04d204 templating serials & moving them to a serials directory, more self-explanatory (bull being french) 2006-01-19 12:46:58 +00:00
tipaul
91e99db992 prog templates : completed, fixed & xhtml valid 2006-01-18 17:23:32 +00:00
tipaul
e81b8d5bae prog templates : completed, fixed & xhtml valid 2006-01-18 15:38:17 +00:00
tipaul
d5938493d7 synch'ing head and rel_2_2 (from 2.2.5, including npl templates)
Seems not to break too many things, but i'm probably wrong here.
at least, new features/bugfixes from 2.2.5 are here (tested on some features on my head local copy)

- removing useless directories (koha-html and koha-plucene)
2006-01-06 16:39:37 +00:00
tipaul
c40f8c923f utf8 is a : go for beta test in HEAD.
some explanations :
- updater/updatedatabase => will transform all tables in innoDB (not related to utf8, just to warn you) AND collate them in utf8 / utf8_general_ci. The SQL command is : ALTER TABLE tablename DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci.
- *-top.inc will show the pages in utf8
- THE HARD THING : for me, mysql-client and mysql-server were set up to communicate in iso8859-1, whatever the mysql collation ! Thus, pages were improperly shown, as datas were transmitted in iso8859-1 format ! After a full day of investigation, someone on usenet pointed "set NAMES 'utf8'" to explain that I wanted utf8. I could put this in my.cnf, but if I do that, ALL databases will "speak" in utf8, that's not what we want. Thus, I added a line in Context.pm : everytime a DB handle is opened, the communication is set to utf8.
- using marcxml field and no more the iso2709 raw marc biblioitems.marc field.
2006-01-04 15:54:55 +00:00
tipaul
d9be1036aa new features for serial module :
- the last 5 issues are now shown, and their status can be changed (but not reverted to "waited", as there can be only one "waited")
- the library can create a "distribution list". this paper contains a list of borrowers (selected from the borrower list, or manually entered), and print it for a given issue. once printed, the sheet can be put on the issue and distributed to every reader on the list (one by one).
2005-10-27 12:08:44 +00:00
tipaul
b38997925f big commit, still breaking things...
* synch with rel_2_2. Probably the last non manual synch, as rel_2_2 should not be modified deeply.
* code cleaning (cleaning warnings from perl -w) continued
2005-10-26 09:11:02 +00:00
oleonard
aee209d4f9 Neglected to add this file previously. 2005-10-12 15:04:45 +00:00
doxulting
20bb2896d6 Removed extra html tags which were creating mistakes in display 2005-10-04 14:41:48 +00:00
doxulting
83c3b55dc4 Changer submit type. It was preventing setting the banchcode. It is correct in english, hope my change will be reported when translation will be done. 2005-10-03 16:21:10 +00:00
tipaul
3a3f9bbb47 see mail on koha-devel : code cleaning on Search.pm + normalizing API + use of biblionumber everywhere (instead of bn, biblio, ...) 2005-09-22 15:31:05 +00:00
tipaul
e2cc767243 porting 22 fixes to head 2005-09-09 10:04:55 +00:00
oleonard
35af690c60 Looks to me like this isn't used anymore 2005-09-03 18:39:04 +00:00
oleonard
8f3fdfc37f Putting this template in with reserves where it belongs. Adding alternating row colors, formatting links properly to go with updates to the script. 2005-09-03 18:35:37 +00:00
oleonard
a5f4e27446 reservereport.tmpl has been moved to /reports 2005-09-03 18:31:03 +00:00
oleonard
185aa8b8c6 Putting this template in with reserves where it belongs. Also making a few changes: bringing it more in line with other CSS templates, adding alternating row colors, formatting links properly to go with updates to the script. 2005-09-03 18:30:20 +00:00
rangi
87317f1881 Link to reviews displaying if there are any available 2005-09-03 00:28:01 +00:00
rangi
011a170e63 More ugly html, this template is to display reviews, once a user has click on the display review link on the opac-detail.pl page 2005-09-03 00:25:08 +00:00
rangi
e4dd5ee617 Template for editing/adding a review.
This is ugly chris html .. im hoping Owen or someone can fix it up
2005-09-03 00:22:17 +00:00
rangi
09e3e07a8b Change to the template to display a link to add a review 2005-09-03 00:18:29 +00:00
tipaul
66bec3e9ea * road to zebra for MARC=OFF
* removing Acquisitions/branches.pm call, as it's now in Koha.pm
2005-09-02 14:46:40 +00:00
tipaul
3bb687a945 new feature : image for itemtypes.
* run updater/updatedatabase to create imageurl field in itemtypes.
* go to Koha >> parameters >> itemtypes >> modify (or add) an itemtype. You will see around 20 nice images to choose between (thanks to owen). If you prefer your own image, you also can type a complete url (http://www.myserver.lib/path/to/my/image.gif)
* go to OPAC, and search something. In the result list, you now have the picture instead of the text itemtype.
2005-09-02 14:45:29 +00:00
tipaul
cf94bf34fb new feature : image for itemtypes.
* run updater/updatedatabase to create imageurl field in itemtypes.
* go to Koha >> parameters >> itemtypes >> modify (or add) an itemtype. You will see around 20 nice images to choose between (thanks to owen). If you prefer your own image, you also can type a complete url (http://www.myserver.lib/path/to/my/image.gif)
* go to OPAC, and search something. In the result list, you now have the picture instead of the text itemtype.
2005-09-02 14:18:38 +00:00
oleonard
2468218464 Fix for bug 585 (Using 'document.forms[0]' notation prevents use of other forms on page) Changing the reference from [0] to ['f'], with 'f' being the form name, seems to work fine. Also quoting some unquoted attributes and fixing some HTML typos 2005-08-31 15:53:53 +00:00
oleonard
0b8907a1d6 Fixing broken link back to moremember.pl 2005-08-31 15:53:03 +00:00
szrj1m
0429abf931 Added link to 'reservereport.pl'. 2005-08-29 01:41:12 +00:00
szrj1m
f1b044862d Added status field, and patron and title links. 2005-08-26 23:53:59 +00:00
doxulting
07dfffb799 Correct a bug that prevents selectionning an entry with a quote 2005-08-26 12:18:59 +00:00
oleonard
fa31d3b02a Fixes for Bug 926 (forms lack method and/or action attributes). Also hiding 'delete' functionality from opac-shelves.tmpl when user cannot manage shelf, other HTML cleanup 2005-08-24 17:54:51 +00:00
hdl
2dbb086c46 Adding a note field in serial table.
This will allow librarian to mention a note on a peculiar waiting serial number.
2005-08-24 08:49:03 +00:00
oleonard
c9cccdb72f This shelves template doesn't appear to be in use by any scripts. All intranet virtual shelves templates are under \koha-tmpl\intranet-tmpl\default\en\bookshelves 2005-08-22 19:09:49 +00:00
oleonard
1c7c5c1118 Several new item type images, corresponding to item types used by requesting library. 2005-08-22 19:02:21 +00:00
genjimoto
035d27e50e modified template to enable circulation system to show picture of borrower for verification purposes. 2005-08-22 12:54:25 +00:00
genjimoto
d9697428d5 Template for photo upload, see member-picupload.pl and moremember.pl and moremember.tmpl 2005-08-22 04:23:44 +00:00
genjimoto
6658496c62 Added picture display. if this borrower picture exists, it displays. Either way, it has a "Upload Picture" label that calls member-picupload.pl 2005-08-22 04:21:38 +00:00
szrj1m
88008606f5 HTL mod for till reconciliation. 2005-08-22 00:52:35 +00:00
szrj1m
53361c3f9a HTL mod for till reconciliation. 2005-08-22 00:24:07 +00:00
tipaul
22a4029cad *** empty log message *** 2005-08-12 13:57:03 +00:00
tipaul
3b62b061a7 minor change in css (margin between buttons) 2005-08-12 13:53:35 +00:00
tipaul
c815fa459c normalizing API, using biblionumber everywhere 2005-08-12 13:53:09 +00:00
tipaul
6f16f25d3a Ok guys, this time, it seems that item add and modif begin working as expected...
Still a lot of bugs to fix, of course
2005-08-11 09:00:07 +00:00
hdl
18a6bad8ab Minor display changes.
Now displaying publicationyear.
And biblio information in One cell.
2005-08-10 14:22:48 +00:00
hdl
27c2d1a72e Bug fixing on query getlateorders.
Adding subtotal.
Changing information display orders.
next work is pretty printing.
2005-08-10 10:22:57 +00:00
tipaul
139d01cf13 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)
2005-08-10 10:21:14 +00:00
hdl
3a48682514 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
2005-08-09 14:13:27 +00:00
tipaul
4cf30123a4 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.
2005-08-09 14:10:27 +00:00
oleonard
3e1b1149af Minor display changes 2005-08-08 16:58:21 +00:00
oleonard
835140e677 Programmer template 2005-08-08 15:52:57 +00:00
tipaul
190d05b00e minor (graphic) changes in log viewer 2005-08-08 09:11:54 +00:00
rangi
0c281649fa Just a litle comment at the bottom that contains the koha version number 2005-08-08 02:15:54 +00:00
oleonard
9786bdd7ec New programmer templates 2005-08-06 20:19:56 +00:00
tipaul
3897417124 adding some fields available for Letters 2005-08-05 15:50:46 +00:00
tipaul
623ed2b091 removing NEW text, it was for testing purposes. 2005-08-05 15:39:13 +00:00
tipaul
791e786944 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.
2005-08-05 14:47:23 +00:00
oleonard
cf7b493432 Added styles for "sticky due date" form in circ 2005-08-04 21:17:04 +00:00
oleonard
8685f8cac9 Synching with rel_2_2. 2005-08-04 20:52:22 +00:00
oleonard
bbefd8b396 More programmer's templates 2005-08-04 19:43:45 +00:00
tipaul
c52e5b61dd synch'ing 2.2 and head 2005-08-04 14:10:52 +00:00
tipaul
e905da9945 synch'ing 2.2 and head 2005-08-04 14:02:52 +00:00
tipaul
14488354a8 synch'ing 2.2 and head 2005-08-04 13:48:31 +00:00
tipaul
bee8cebb41 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 ;-) )
2005-08-04 08:55:54 +00:00
tipaul
df6c6bcada 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 ;-) )
2005-08-04 08:54:54 +00:00
oleonard
cb39259b1a Synching with rel_2_2. 2005-08-03 19:30:31 +00:00
hdl
5764a0dcf1 Adding Confirm_deletion javascript. 2005-08-02 16:29:17 +00:00
tipaul
991242c415 adding serial module as option 2005-08-02 16:20:15 +00:00
tipaul
145f21e982 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.
2005-08-02 16:15:34 +00:00
hdl
60c06f16c7 Bug fixing :
Using holdingbranch and not Location to locate an item.
2005-08-02 15:49:25 +00:00
hdl
72ea04145b 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.
2005-08-01 14:36:49 +00:00
hdl
0960f3245c Removing some unuseful warns.
Adding an error management for memberentry : Branch.
2005-07-29 16:14:37 +00:00
hdl
87d94a85da Adding branch independancy management.
Showing management buttons if same branch librarian.
TODO : control of user branch before displayin modify pages.
2005-07-28 17:30:18 +00:00
tipaul
8caf4b5277 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.
2005-07-28 15:10:12 +00:00
hdl
b645144bcb Synching with 2.2 : Bug Fixing
Moving form page to page lost search parameters.
2005-07-28 09:57:52 +00:00
oleonard
777680af4b New programmer templates 2005-07-22 16:46:26 +00:00
oleonard
452710a6b3 New programmer templates 2005-07-22 16:39:56 +00:00
oleonard
2dd4767aea New programmer template 2005-07-22 16:31:28 +00:00
hellen
ea53e8ffb8 adjustment for 2.2.3 2005-07-21 15:28:59 +00:00
oleonard
5ca2c6fa93 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. 2005-07-20 21:36:24 +00:00
oleonard
66cbdb6309 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. 2005-07-20 21:23:37 +00:00
oleonard
a21d94ec7c 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. 2005-07-20 18:55:20 +00:00
hellen
db8c316c68 adjustments for 2.2.3 2005-07-20 17:25:07 +00:00
hdl
552d398bf7 Adding page to display log views.
can be called by admin/viewlog.pl
Works with C4/Log.pm
uses action_logs table
2005-07-20 16:09:03 +00:00
hdl
6bbbfe0b18 Adding Borrowers count feature.
Note : This COULD be reported in 2.2 branch.
2005-07-20 09:52:31 +00:00
oleonard
79f14c1f15 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. 2005-07-19 21:03:33 +00:00
oleonard
f1c85801de 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. 2005-07-19 20:42:46 +00:00
oleonard
401152ac40 Synch with rel_2_2: Enabling alternating table row colors in issues list, showing warning about expired borrowers 2005-07-19 19:13:19 +00:00
hellen
64a0716b30 adjustments for 2.2.3 2005-07-14 19:58:56 +00:00
oleonard
5610ad7a58 Fixing bug that was preventing display of item/barcode information 2005-07-13 21:01:51 +00:00
oleonard
f8787f6531 Synching with rel_2_2. 2005-07-12 21:39:40 +00:00
oleonard
27c130fe8f Synching with rel_2_2. 2005-07-12 21:27:11 +00:00
oleonard
40f55224d0 Synching with rel_2_2. 2005-07-12 20:23:15 +00:00
oleonard
26bf462a15 A new page to allow patrons to view their borrowing history 2005-07-12 19:56:17 +00:00
hdl
e874f8f390 Removing dead code : Bad Javascript
Thx Owen ;)
2005-07-12 14:12:44 +00:00
hdl
979940ecba Modifying branch Selection : Now Superlibrarians are always able to see ALL branches budget, not simple librarians. 2005-07-12 13:59:38 +00:00
hellen
2b8d27382c adjustment for 2.2.3 2005-07-08 16:01:39 +00:00
oleonard
23a3f2b5cc 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) 2005-07-07 20:55:53 +00:00
oleonard
7681384bc5 Fixing bug that would prevent deletion of suggetions; corrections to XHTML, other minor improvements 2005-07-07 20:41:15 +00:00
oleonard
33b4c306fc Updating template to match changes to opac-reserve.pl 2005-07-06 21:50:12 +00:00
hdl
b734534b18 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.
2005-07-06 17:47:22 +00:00
oleonard
844c06b5e1 Synching with rel_2_2 2005-07-05 21:25:25 +00:00
oleonard
cf41c0bcfc Synching with rel_2_2 2005-07-05 20:56:30 +00:00
oleonard
e9d1944946 Synching with rel_2_2. 2005-07-05 20:22:55 +00:00
oleonard
65d7b3eb1f Synching with rel_2_2. 2005-07-05 20:17:29 +00:00
hellen
277939a638 adjustments for 2.2.3 2005-07-02 18:09:39 +00:00
oleonard
6d26f943fe Synching with rel_2_2. 2005-06-30 20:34:09 +00:00
oleonard
34c6a58a27 Synching with rel_2_2. 2005-06-30 20:26:37 +00:00
oleonard
179a77dfa0 Synching with rel_2_2. 2005-06-30 20:19:15 +00:00
oleonard
896a2c87d9 Synching with rel_2_2. 2005-06-30 20:09:06 +00:00
oleonard
397d903c82 Synching with rel_2_2. 2005-06-30 20:01:15 +00:00
oleonard
36469e3330 Synching with rel_2_2. 2005-06-30 19:54:23 +00:00
genjimoto
7cffbf3436 theres a leftbloc. Why not a rightbloc? There is now. 2005-06-27 22:23:58 +00:00
genjimoto
7fd4e1f766 CSSed the sidebar implementation 2005-06-27 22:22:52 +00:00
hellen
54b05e1652 adjustments for 2.2.3 2005-06-27 19:23:28 +00:00
hellen
87d33922b4 adjustments for 2.2.3 2005-06-25 12:55:02 +00:00
genjimoto
bacda1c362 Fix so clicking on numbers carries over the itemtype and availaiblity search parameters 2005-06-25 07:26:49 +00:00
genjimoto
fc7596e8bf minor fix 2005-06-25 06:56:47 +00:00
genjimoto
0121dd2dfd New search options bar implemented as per http://katipo.co.nz/gallery/koha2-4/search_ideas_details_001 2005-06-25 05:59:08 +00:00
hdl
42141cd9db Closing suggest window after selection 2005-06-23 08:58:30 +00:00
hdl
12389845c9 Online Help on Scrolling_list building for sort1 and sort2.
Minor Bug Fix for newbiblio.pl : Bsort becomes Asort
2005-06-22 13:14:12 +00:00
hdl
02c6eacdb7 Adding scrolling list for sort1 and sort2 2005-06-22 09:36:24 +00:00
hdl
09a1c1ca99 Adding line counter 2005-06-21 10:09:39 +00:00
hdl
11b7e7a9a1 Displaying line counter 2005-06-21 07:39:20 +00:00
tipaul
22c86baf47 synch'ing 2.2 and head 2005-06-20 14:21:39 +00:00
tipaul
6b0ee5525b synch'ing 2.2 and head 2005-06-20 14:10:00 +00:00
tipaul
d989e33d88 improving systempref selector :
* showing active tab better
* removing useless filter form
* adding some systemprefs to their correct tab
2005-06-20 13:12:11 +00:00
hdl
5c1241034b Displaying search results count 2005-06-20 10:14:12 +00:00
hellen
7345d7e029 translated by hellen 2005-06-18 10:33:29 +00:00
hdl
03e820d08c Displaying system preferences by category 2005-06-17 16:37:00 +00:00
hdl
27ce1d1c23 Detailing the three latest issues on OPAC for serials 2005-06-17 13:44:25 +00:00
hdl
b7946b72e2 Adding 2 status to serial issues :
- delete : to delete the current issue
	- not issued : to distinguish missing from not issued serial number.
2005-06-16 19:10:09 +00:00
hellen
6b94a15a2a translated by hellen 2005-06-16 18:31:25 +00:00
hdl
13bb6cea7c Displaying overdues with red font. 2005-06-15 19:55:14 +00:00
joshferraro
15e885efdc Getting rid of pesky favicon.ico log message 2005-06-14 23:22:11 +00:00
joshferraro
a6d1b7351c to get rid of pesky log message complaining about favicon.ico 2005-06-14 23:18:52 +00:00
oleonard
da7c9d2c66 Including marc-editor.css for full serials display 2005-06-09 21:19:06 +00:00
oleonard
09b92f1976 Updated to work with full serials display 2005-06-09 21:17:54 +00:00
oleonard
dbbfb25439 Full view for opac-serials. Includes tabbed view ported from addbiblio in the intranet, but still haven't figured out how to get the container div to extend to the bottom of the content 2005-06-09 21:16:37 +00:00
oleonard
3a531211ee Fixing to conform with NPL template design 2005-06-09 19:41:44 +00:00
oleonard
c9c5586231 Bugfix for display problem, enabling Amazon cover images 2005-06-09 19:21:17 +00:00
hellen
713bcc8f8b translated by hellen 2005-06-09 17:54:31 +00:00
hellen
3798e17b5f translated by hellen 2005-06-09 08:37:41 +00:00
oleonard
fce7d9f9a9 Synching with rel_2_2. 2005-06-08 21:23:43 +00:00
oleonard
d4da77ac5b Synching with rel_2_2. 2005-06-08 20:53:14 +00:00
oleonard
7a01d79d3a Synching with rel_2_2. 2005-06-08 20:43:07 +00:00
oleonard
8b1c2c0977 Synching with rel_2_2. 2005-06-08 20:36:32 +00:00
oleonard
5c47bc6bea Synching with rel_2_2. 2005-06-08 20:15:26 +00:00
oleonard
f3fedaba35 Synching with rel_2_2. 2005-06-08 20:04:44 +00:00
oleonard
0e5b12bb60 Synching with rel_2_2. 2005-06-08 19:18:52 +00:00
oleonard
398b7998a8 Synching with rel_2_2. 2005-06-08 18:48:34 +00:00
oleonard
ea63a0bfcc Synching with rel_2_2. 2005-06-08 18:38:19 +00:00
oleonard
98374b92f3 Synching with rel_2_2. 2005-06-08 17:03:49 +00:00
hellen
07412b989a translated by hellen 2005-06-08 11:28:08 +00:00
oleonard
547d187ba9 Synching with default template 2005-06-07 20:39:56 +00:00
hellen
c0f4264ec1 translated for 2.2.2 by hellen 2005-06-05 18:10:12 +00:00
hellen
a1fb264dad translated for 2.2.2 by hellen 2005-06-05 14:45:17 +00:00
hellen
1cbdebc1d2 translated for 2.2.2 by hellen 2005-06-04 14:10:26 +00:00
hellen
57a8c770d7 translated by hellen 2005-06-03 11:38:11 +00:00
genjimoto
ddbf3d00d1 the avail checkbox now gets checked if the template gets avail in its parameters 2005-06-03 04:16:53 +00:00
doxulting
6b6f9798e7 Template for 141a field plugin 2005-06-02 15:34:40 +00:00
doxulting
5964f61ec9 Template for 140a field plugin 2005-06-02 15:34:17 +00:00
doxulting
1ba53ceb75 Template for 135a field plugin 2005-06-02 15:33:42 +00:00
doxulting
66adb2d592 Template for 130a field plugin 2005-06-02 15:33:17 +00:00
doxulting
494e5540c1 Template for 128c field plugin 2005-06-02 15:32:50 +00:00
doxulting
29948facb7 Template for 128b field plugin 2005-06-02 15:32:21 +00:00
doxulting
d16d1aff00 Template for 128a field plugin 2005-06-02 15:31:54 +00:00
doxulting
73cff6c582 Template for 127a field plugin 2005-06-02 15:31:27 +00:00
doxulting
eb7719e4d7 Template for 126b field plugin 2005-06-02 15:31:04 +00:00
doxulting
11addd60a7 Template for 126a field plugin 2005-06-02 15:30:45 +00:00
doxulting
77ba2d99a1 Template for 125b field plugin 2005-06-02 15:30:22 +00:00
doxulting
bb21107586 Template for 125a field plugin 2005-06-02 15:30:05 +00:00
doxulting
895d9f8ac0 Template for 124g field plugin 2005-06-02 15:29:33 +00:00
doxulting
34f1928d12 Template for 124f field plugin 2005-06-02 15:29:13 +00:00
doxulting
913193a078 Template for 124e field plugin 2005-06-02 15:28:54 +00:00
doxulting
4e2c55c66a Template for 124d field plugin 2005-06-02 15:28:35 +00:00
doxulting
cfc6498f15 Template for 124c field plugin 2005-06-02 15:28:06 +00:00
doxulting
0e327e5523 Template for 124b field plugin 2005-06-02 15:27:42 +00:00
doxulting
cd5f6cc0c7 Template for 124a field plugin 2005-06-02 15:27:20 +00:00
doxulting
f004e9fdd7 Template for 123j field plugin 2005-06-02 15:26:57 +00:00
doxulting
82fe5b419a Template for 123i field plugin 2005-06-02 15:26:36 +00:00
doxulting
f8e19ba533 Template for 123g field plugin 2005-06-02 15:26:17 +00:00
doxulting
f6609fd4d1 Template for 123f field plugin 2005-06-02 15:25:53 +00:00
doxulting
402776bbbb Template for 123e field plugin 2005-06-02 15:25:34 +00:00
doxulting
6e2ca8c2f3 Template for 123d field plugin 2005-06-02 15:25:08 +00:00
doxulting
61ceebf471 Template for 123a field plugin 2005-06-02 15:24:44 +00:00
doxulting
e02ab0499f Template for 122a field plugin 2005-06-02 15:24:20 +00:00
doxulting
8e52509e8d Template for 121b field plugin 2005-06-02 15:23:59 +00:00
doxulting
5eb650682b Template for 121a field plugin 2005-06-02 15:23:38 +00:00
doxulting
d67f7fd303 Template for 120a field plugin 2005-06-02 15:23:13 +00:00
doxulting
291f66b874 Template for 117a field plugin 2005-06-02 15:22:38 +00:00
doxulting
560fe9ef99 Template for 116a field plugin 2005-06-02 15:22:13 +00:00
doxulting
fb4f7dac54 Template for 115b field plugin 2005-06-02 15:21:47 +00:00
doxulting
5d93d939a7 Template for 115a field plugin 2005-06-02 15:21:18 +00:00
doxulting
f0fb333bbf Template for 110a field plugin 2005-06-02 15:20:54 +00:00
doxulting
0beb48ec2a Template for 106a field plugin 2005-06-02 15:20:25 +00:00
doxulting
06bb50211e Template for 105a field plugin 2005-06-02 15:19:57 +00:00
doxulting
fec9018dc3 Template for 100a field plugin 2005-06-02 15:16:54 +00:00
genjimoto
521651614d template to edit the mediatype table. 2005-06-02 03:55:59 +00:00
genjimoto
c9276aa1c6 template to edit the item subcategory table. 2005-06-02 03:55:26 +00:00
genjimoto
e77d06e4ef template to edit the item category table. 2005-06-02 03:55:02 +00:00
genjimoto
0b54c26b3e New Feature: Search options sidebar. Feature request of Rachel@katipo. 2005-06-01 22:20:16 +00:00
genjimoto
bc6d3d8bcf New links to three new table editors: Categorytable, subcategorytable and mediatypetable. 2005-06-01 21:41:03 +00:00
tipaul
e2d56f0f49 some fixes & improvements for dictionnary search in librarian interface 2005-06-01 12:51:02 +00:00
dnmeid
b33c6222ff Some translation adjustments 2005-05-17 13:21:34 +00:00
dnmeid
9539d449b2 First german contribution to 2.2.2
Thanks to Friedrich
2005-05-12 19:26:13 +00:00
tipaul
b8a505877d adding title & author to additem screen (owen suggestion) 2005-05-06 08:25:16 +00:00
hdl
e2085c673a Dictionary call modification 2005-05-04 12:52:34 +00:00
hdl
a71a6a78ad Dictionary feature implemented 2005-05-04 12:46:27 +00:00
tipaul
64cd740d2b synch'ing 2.2 and head 2005-05-04 08:58:30 +00:00
tipaul
4dea4ae494 synch'ing 2.2 and head 2005-05-04 08:50:48 +00:00
oleonard
908cb30f0c Correcting edit link 2005-05-03 18:32:12 +00:00
hdl
150f38baf0 Improving Interface. 2005-05-03 15:00:32 +00:00
oleonard
b0ab35785a Synching with rel_2_2. 2005-05-02 20:16:13 +00:00
oleonard
e70cf8abf6 Synching with rel_2_2. 2005-05-02 20:07:48 +00:00
oleonard
e822d6bd9b Synching with rel_2_2. 2005-05-02 19:54:42 +00:00
oleonard
02e906393e Synching with rel_2_2. 2005-05-02 19:35:17 +00:00
oleonard
3971be1309 Synching with rel_2_2. 2005-05-02 18:06:45 +00:00
hdl
43b137f10e Improving output:
Should be a good start point for choosing what to display.
2005-05-02 15:39:24 +00:00
hdl
8df33e84c9 Template for "Dictionary" search
First pre-release.
Integrating rejected forms
2005-05-02 06:25:01 +00:00
hdl
5d69abf393 Icon proposition for dictionary, may not be in the right directory 2005-05-02 06:21:58 +00:00
hdl
3e3b5e59ec Integrating a call to a dictionary 2005-05-02 06:20:11 +00:00
oleonard
565a5965f3 Adding 'checkall' function for columns of checkboxes 2005-04-27 19:54:38 +00:00
oleonard
40a1341617 Synching with rel_2_2 2005-04-27 19:38:58 +00:00
oleonard
75aaaa1b9e Modifying alternating table row color markup to match update to script 2005-04-27 18:33:29 +00:00
shaunevans
b0abd298c8 fixed branchname and printername in returns.tmpl 2005-04-18 18:54:12 +00:00
doxulting
ec881faa83 Fixed the link to previous and next page which were loosing the frameworkcode 2005-04-14 14:15:01 +00:00
doxulting
bfc6007917 Fixing a link to show the member infos 2005-04-13 14:59:58 +00:00
doxulting
a1c0408395 Fixing translation error 2005-04-13 14:50:18 +00:00
hdl
b605f4d26a Searching for double entries when adding a new authority. 2005-04-05 15:23:40 +00:00
hdl
4ff9cae64b Adding double authority search before creating a new authority 2005-04-05 09:58:47 +00:00
doxulting
f875f7ec54 Fixed bug 968 2005-04-01 14:41:31 +00:00
hdl
9046e316f3 Changing number displayed : Bibid becomes biblionumber 2005-03-30 15:26:31 +00:00
hdl
44b3886050 Modifying Empty Titles process For Translations 2005-03-30 08:08:25 +00:00
hdl
15dde751d0 Improving top lists display 2005-03-29 17:20:03 +00:00
hdl
20137af117 Displaying Biblionumbers rather than bibid 2005-03-29 16:08:14 +00:00
hdl
2a9029faf1 Performance Improvements : Publisher lists and Item Codes becomes free input. 2005-03-29 14:21:37 +00:00
hdl
ba7ea2fa5a Adding lists for borrowers and items with no issues.
Minor bug fixes to Top lists catalogue and borrowers.
2005-03-24 15:19:48 +00:00
hdl
4bf980d128 Fixes on issues_avg_stats
Adding Top lists to reports on Issues for borrowers and Items
2005-03-23 21:51:00 +00:00
doxulting
225e2ab540 Only shows authorized sections to the logged user. 2005-03-23 09:26:48 +00:00
hdl
5489b2771f Adding Stats on Average loan time 2005-03-22 17:03:36 +00:00
hdl
91ee7b5ad8 Fixing : $0 never written 2005-03-21 16:35:46 +00:00
hdl
5a35a5b386 Minor Bug Fixing 2005-03-18 15:52:27 +00:00
oleonard
6019cc6cc4 Just adding a $ 2005-03-17 21:27:23 +00:00
oleonard
8bf8a55dd8 Moving some output into the template from the script 2005-03-17 21:23:31 +00:00
oleonard
62aba84ebd New icons 2005-03-17 19:55:06 +00:00
tipaul
798c2ce678 minor fixes (in query building & html typos), no new features 2005-03-17 14:53:03 +00:00
hdl
950d46af99 Automatic input filling for 4XX Unimarc fields on plugin selections 2005-03-16 16:24:38 +00:00
hdl
0097260501 Adding plugin for Unimarc_field-4XX.pl
Search and results OK.
Process stil to be done.
2005-03-12 16:45:50 +00:00
hdl
93f4a47881 Back to previous version 2005-03-12 16:20:18 +00:00
hdl
52002d5a44 Adding average loan time to stats.
Beware : Unstable calculation
2005-03-09 18:56:15 +00:00
hdl
7a97a934ea Including null values to statistics reports 2005-03-09 14:21:56 +00:00
hdl
6c3f4a3e58 Modifying 0 value display in templates 2005-03-09 12:31:45 +00:00
hdl
b6724d9442 including Null Values and improving result display 2005-03-08 18:14:40 +00:00
doxulting
901cd55f06 Removed unused CSS class definition 2005-03-08 14:15:29 +00:00
doxulting
465e60ca8e Two classes for the columns which don't have to be printed 2005-03-08 14:14:22 +00:00
doxulting
abd7840d20 Adding a call to the new css for media:print 2005-03-08 10:39:14 +00:00
doxulting
fee9983d4e Changed some tag's classes to prevent print of some columns 2005-03-08 10:38:26 +00:00
doxulting
31e35edcc7 Stylesheet to print the content of an acquisition basket (should be extented for other prints) 2005-03-08 10:37:31 +00:00
doxulting
2762fabd84 correcting a copy/paste error 2005-03-07 15:26:17 +00:00
doxulting
cd6ffcb59e the javascript variable 'title' wasn't initialized 2005-03-07 15:19:26 +00:00
tipaul
1923629300 synch'ing with 2.2 2005-03-07 08:55:29 +00:00
hdl
98634c4090 Adding a link to issues stats reports in reports-home 2005-03-03 16:38:24 +00:00
hdl
e18a9798c8 Adding Reports on issues Stats 2005-03-03 16:37:27 +00:00
doxulting
f6d705cd5b Modified Check function to report to user the name of the missing fields, not only their number. 2005-03-03 16:10:35 +00:00
doxulting
228718a689 when changing TMPL_IF to TMPL_UNLESS, had forgotten to change the closing tags. Bug corrected 2005-03-03 10:22:14 +00:00
doxulting
d87679e0eb Adding a new select to allow user to chose the output order (ASC, DESC) 2005-03-03 09:34:11 +00:00
doxulting
e98376a1a4 Adding a new case when =duplicate to allow duplication of a biblio 2005-03-01 16:19:54 +00:00
tipaul
93ff09d081 merging 2.2 branch with head. Sorry for not making it before, many many commits done here 2005-03-01 13:40:35 +00:00
hdl
c4e48a5ff4 Bug fixes 2005-02-28 21:38:34 +00:00
hdl
65ac247ed3 Adding calendar javascript facilities 2005-02-25 20:52:14 +00:00
hdl
208c796619 Adding stats on acquisitions... First Version 2005-02-25 20:50:04 +00:00
hdl
125706e167 Beautifying selection 2005-02-24 23:42:51 +00:00
oleonard
f9229f3163 Synching with default template 2005-02-24 19:49:33 +00:00
doxulting
f08c696bb2 Added a trash icon to every line to allow user to remove an order from the basket without setting its quantity to 0 2005-02-24 15:11:58 +00:00
hdl
6fea10ed0f bugs fixing on catalogue stats reporting 2005-02-24 11:27:32 +00:00
hdl
00efe73c6c Improving borrowers statitics management 2005-02-24 11:26:39 +00:00
tipaul
adbcc2a21f patch to hide empty fields 2005-02-23 14:11:21 +00:00
hdl
80f196aedd Adding catalogue reporting templates 2005-02-23 12:59:14 +00:00
oleonard
f4251d2ce8 Synching with default template 2005-02-22 17:03:42 +00:00
hdl
9f1441e7fd gestion des exportations 2005-02-21 19:18:46 +00:00
hdl
31b4599272 Adding reports 2005-02-19 17:31:42 +00:00
oleonard
47d2e132e7 Changing barcode search type to 'start' instead of '=' (barcode search fails otherwise) 2005-02-17 21:31:36 +00:00
oleonard
400ccf3878 Synching with default template 2005-02-17 21:28:45 +00:00
oleonard
9d2a85292a Adding sort-by option to template 2005-02-17 21:27:08 +00:00
oleonard
36841756d6 Synching with default template 2005-02-17 21:22:54 +00:00
oleonard
236cfde674 Markup correction 2005-02-17 21:20:02 +00:00