Commit graph

3559 commits

Author SHA1 Message Date
tipaul
6b0ee5525b synch'ing 2.2 and head 2005-06-20 14:10:00 +00:00
tipaul
5e44e797eb synch'ing 2.2 and head 2005-06-20 13:15:46 +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
fad33c1caf Reordering dates with usual order and not alphabetical one 2005-06-20 10:28:09 +00:00
hdl
5c1241034b Displaying search results count 2005-06-20 10:14:12 +00:00
rangi
eadd0dba6c This simply wasnt working before.
It is now not erroring, not sure if its actually sending mail, working on
that now
2005-06-20 01:01:06 +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
hdl
7fd0a58305 Displaying dashed isbn. 2005-06-15 16:09:42 +00:00
hdl
1d4d3bdaef Deleting joined tables without condition.
Issues, reserves, items.
Major Bug fixed : Catalogsearch would work no more.
2005-06-15 13:21:22 +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
tipaul
33112dda50 adding $b to mainentry (in UNIMARC, for personal names, $a is the surname, $b is the firstname) 2005-06-07 10:00:47 +00:00
rangi
0c376c1c03 Fix for a bug in full acquisitions basket.pl
Ordernumber not showing
2005-06-06 23:29:36 +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
gmccullagh
dfb739be5a two new files
SearchBiblio.pm forked from SearchMarc.pm
  opac-search-biblio.pl forked from opac-search.pl (just change module)
an attempt at a new search using FULLTEXT indexes.
NB: Boolean won't work without MySQL >v4.0
NNB: Will be slow without indexes added on Biblio table as follows:
  ALTER TABLE biblio ADD FULLTEXT (author,title,unititle,seriestitle);
Only searching on "Any word" field just now.
more to come.
2005-06-03 17:01:53 +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
genjimoto
864ca6dd71 Added avail into the template parameters 2005-06-03 04:15:29 +00:00
genjimoto
09aec48554 Added necessary tables for search for availablity feature into Catalogsearch. Someone needs to speed it up somehow. 2005-06-03 03:58:26 +00:00
genjimoto
0c726309ee Search for availablilty feature implemented. 2005-06-03 03:51:26 +00:00
doxulting
55ff84e127 Plugin for field 141a 2005-06-02 15:52:07 +00:00
doxulting
1183a56114 Plugin for field 140a 2005-06-02 15:51:50 +00:00
doxulting
d4cccfcdfe Plugin for field 135a 2005-06-02 15:51:18 +00:00
doxulting
cfb56e595b Plugin for field 130a 2005-06-02 15:50:59 +00:00