Commit graph

4576 commits

Author SHA1 Message Date
tgarip1957
046c147949 Cleaning up 2006-09-07 00:40:11 +00:00
tgarip1957
7e52a5665c Clean up before final commits 2006-09-06 16:21:03 +00:00
bob_lyon
b01a3de0c4 Adding ability to return search results for biblios that have no biblioitems 2006-09-05 22:24:10 +00:00
bob_lyon
3915174372 adding ability to make the search to return biblios with no items by using a hidden field
- if this functionality is not needed for ones koha then deleting the 'acq_search' line will let the search behave as before
2006-09-05 21:30:58 +00:00
bob_lyon
976e6d8b5c Adding ability to return biblios that have no biblio items to avoid making orphan biblios 2006-09-05 21:26:19 +00:00
bob_lyon
212b12972f Adding ability to return biblio results from acquisition search that contain no items
- to aviod making orphan biblios
2006-09-05 21:21:21 +00:00
thd
a2163e8f69 Added additional record types and made some corrections for appearance in the
record editor.
2006-09-05 14:05:45 +00:00
tgarip1957
2dcb587229 Use async ZOOM search for Z3950
A new async mode ZEBRA updating routine. We do not wailt for zebra updates anymore whether using shadow with BatchMode or not. Zebra updates in the background. System preference zebrawait determines how long zebra waits idle
2006-09-01 23:01:33 +00:00
tgarip1957
30e64942f4 Z3950 search when adding a bibblio using ZOOM.
Servers chosen on the fly
If during a modification allows imported file to replace existing biblio
2006-09-01 22:28:34 +00:00
tgarip1957
3129c52ff7 A basic search script catalogue-search.pl demonstrates the use of koha_attr table to create PQF free searches 2006-09-01 22:25:05 +00:00
tgarip1957
0b5c3f94e7 New XML API
Event & Net::Z3950 dependency removed
HTML::Template::Pro dependency added
2006-09-01 22:16:00 +00:00
tgarip1957
643fb3fa26 Settings for UTF-8 only. New dependency HTML::Template::Pro 2006-09-01 22:07:23 +00:00
tgarip1957
aa52969153 New XML handling of data 2006-09-01 22:05:51 +00:00
tgarip1957
fe59c6c516 New framework handling. New koha_attr table for mapping MARC to koha 2006-09-01 22:03:00 +00:00
thd
ad657e71eb For MARC 21, instead of deleting the whole subfield when a character does not
translate properly from MARC8 into UTF-8, only the problem characters are
deleted.
2006-09-01 17:11:53 +00:00
tgarip1957
e928ba3e05 MARCXML only. No more MARC record. No more non-marc handling
Install LibXML or Expat for fast parsing. either will work
Bug in addbiblio when adding authorities fixed
2006-09-01 15:45:01 +00:00
tgarip1957
538ac9c2d7 Read XML. Sytem preference retrive_from to wheter read from SQL DB or ZEBRA DB 2006-09-01 15:36:42 +00:00
tgarip1957
99d79a6f7f No more MARC Records - everything is MARC XML
we read - write only XML
2006-09-01 15:33:46 +00:00
tgarip1957
7b64e4a8af New indexing stylsheets for zebra
we now use stylesheets for indexing and retrieval
2006-08-25 21:17:20 +00:00
tgarip1957
0451359813 New set of routines for HEAD.
Uses a complete new ZEBRA Indexing.
ZEBRA is now XML and comprises of a KOHA meta record. Explanatory notes will be on koha-devel
Fixes UTF8 problems
Fixes bug with authorities
SQL database major changes.
Separate biblioograaphic and holdings records. Biblioitems table depreceated
etc. etc.
Wait for explanatory document on koha-devel
2006-08-25 21:07:08 +00:00
btoumi
91ca86f596 bug fix:modifry wrong url in moremember.tmpl 2006-08-24 15:19:36 +00:00
btoumi
2f8c39d679 bug fix: wrong address for redirect in mancredit.pl and mainvoice.pl 2006-08-24 13:06:49 +00:00
btoumi
7390b53613 bug fix :modify test syntax for borrowermandatoryfield 2006-08-24 08:28:28 +00:00
btoumi
6226f5aa62 bug fix :add new condition in javascript to eliminate error when field not exist. 2006-08-23 15:05:18 +00:00
btoumi
6428692ace add value for formfieldlist in all template ( A,C,P and I) 2006-08-23 14:40:48 +00:00
toins
b364247586 Add a forgetted function : getbibliofromitemnumber 2006-08-21 09:51:15 +00:00
tipaul
17f0d8636b deleting "illegal" PROG included files 2006-08-11 16:39:34 +00:00
tipaul
b1f388bbee fixing some bugs in subscription add.
However, alt_subscription-add.pl seems so nice that I think it could be the official subscription-add... will drop a mail on koha-devel about this
2006-08-11 16:33:53 +00:00
tipaul
01d9a65f9c adding menu-tools item 2006-08-11 16:33:01 +00:00
toins
2c006df1fb template for opac-zoomsearch. 2006-08-11 16:19:25 +00:00
toins
e1b114b133 using opac-zoomsearch.pl instead of opac-search.pl 2006-08-11 16:17:01 +00:00
toins
216ac05deb fix broken link. 2006-08-11 16:16:05 +00:00
toins
4f83ee3c7c Add "ISO 10646 (Unicode)" for '100$a'. 2006-08-11 16:15:24 +00:00
toins
f9c678aaaa use C4::Search; replace use C4::SearchMarc; 2006-08-11 16:08:28 +00:00
toins
2a1972fda0 fix POD error... 2006-08-11 16:05:55 +00:00
toins
2ca5f288f4 re-input an old function. 2006-08-11 16:04:07 +00:00
toins
a367ee8bdd Add a call to C4::Members & GPL added. 2006-08-11 15:59:14 +00:00
toins
1bc7d0b313 allow to search with zoom on opac. (sync with dev_week) 2006-08-11 15:55:45 +00:00
toins
28e96084be Some usefuls functions were commented. 2006-08-11 15:45:37 +00:00
tipaul
a60ebe1c31 reintroducing letters management dropped by toins synch 2006-08-11 14:35:10 +00:00
tipaul
84184158eb fixing a bug in template ('missing /tmpl_if) 2006-08-11 14:34:45 +00:00
tipaul
967ec60b62 the new "includes" features, for personalized templates. Look at koha-devel, i'll write a mail here (& something on the wiki) 2006-08-11 10:03:13 +00:00
tipaul
a4a6b581f5 proof of concept for includes directory (for html template) as way to change librarian interface. 2006-08-11 09:54:30 +00:00
tipaul
ae529d34ae updating a little the templates (main menu on the left). Another commit will come very soon to validate the proof of concept of "includes" directory as having an easy personalized librarian (or OPAC) interface. 2006-08-11 09:51:45 +00:00
toins
a0b6741c93 Add a call to C4::Members & GPL added. 2006-08-11 09:14:01 +00:00
toins
400bd1dfba Add a call to C4::Biblio.pm 2006-08-10 13:33:57 +00:00
toins
3dd098c303 C4::SearchMarc replaced by C4::Search 2006-08-10 13:31:22 +00:00
toins
181175a218 sync with dev_week. 2006-08-10 13:23:09 +00:00
toins
8bd1fdc6ac C4::SearchMarc is deprecated now. it is totaly replaced by C4::Search. 2006-08-10 13:08:28 +00:00
toins
b9db60d518 this module is unused now. 2006-08-10 13:01:07 +00:00