koha.git
17 years agoNo more MARC Records - everything is MARC XML
tgarip1957 [Fri, 1 Sep 2006 15:33:46 +0000 (15:33 +0000)]
No more MARC Records - everything is MARC XML
we read - write only XML

17 years agoNew indexing stylsheets for zebra
tgarip1957 [Fri, 25 Aug 2006 21:17:20 +0000 (21:17 +0000)]
New indexing stylsheets for zebra
we now use stylesheets for indexing and retrieval

17 years agoNew set of routines for HEAD.
tgarip1957 [Fri, 25 Aug 2006 21:07:08 +0000 (21:07 +0000)]
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

17 years agobug fix:modifry wrong url in moremember.tmpl
btoumi [Thu, 24 Aug 2006 15:19:36 +0000 (15:19 +0000)]
bug fix:modifry wrong url in moremember.tmpl

17 years agobug fix: wrong address for redirect in mancredit.pl and mainvoice.pl
btoumi [Thu, 24 Aug 2006 13:06:49 +0000 (13:06 +0000)]
bug fix: wrong address for redirect in mancredit.pl and mainvoice.pl

17 years agobug fix :modify test syntax for borrowermandatoryfield
btoumi [Thu, 24 Aug 2006 08:28:28 +0000 (08:28 +0000)]
bug fix :modify   test syntax  for borrowermandatoryfield

17 years agobug fix :add new condition in javascript to eliminate error when field not exist.
btoumi [Wed, 23 Aug 2006 15:05:18 +0000 (15:05 +0000)]
bug fix :add new condition in javascript to eliminate error when field not exist.

17 years agoadd value for formfieldlist in all template ( A,C,P and I)
btoumi [Wed, 23 Aug 2006 14:40:48 +0000 (14:40 +0000)]
add value for formfieldlist in all template ( A,C,P and I)

17 years agoAdd a forgetted function : getbibliofromitemnumber
toins [Mon, 21 Aug 2006 09:51:15 +0000 (09:51 +0000)]
Add a forgetted function : getbibliofromitemnumber

17 years agodeleting "illegal" PROG included files
tipaul [Fri, 11 Aug 2006 16:39:34 +0000 (16:39 +0000)]
deleting "illegal" PROG included files

17 years agofixing some bugs in subscription add.
tipaul [Fri, 11 Aug 2006 16:33:53 +0000 (16:33 +0000)]
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

17 years agoadding menu-tools item
tipaul [Fri, 11 Aug 2006 16:33:01 +0000 (16:33 +0000)]
adding menu-tools item

17 years agotemplate for opac-zoomsearch.
toins [Fri, 11 Aug 2006 16:19:25 +0000 (16:19 +0000)]
template for opac-zoomsearch.

17 years agousing opac-zoomsearch.pl instead of opac-search.pl
toins [Fri, 11 Aug 2006 16:17:01 +0000 (16:17 +0000)]
using opac-zoomsearch.pl instead of opac-search.pl

17 years agofix broken link.
toins [Fri, 11 Aug 2006 16:16:05 +0000 (16:16 +0000)]
fix broken link.

17 years agoAdd "ISO 10646 (Unicode)" for '100$a'.
toins [Fri, 11 Aug 2006 16:15:24 +0000 (16:15 +0000)]
Add "ISO 10646 (Unicode)" for '100$a'.

17 years agouse C4::Search; replace use C4::SearchMarc;
toins [Fri, 11 Aug 2006 16:08:28 +0000 (16:08 +0000)]
use C4::Search; replace use C4::SearchMarc;

17 years agofix POD error...
toins [Fri, 11 Aug 2006 16:05:55 +0000 (16:05 +0000)]
fix POD error...

17 years agore-input an old function.
toins [Fri, 11 Aug 2006 16:04:07 +0000 (16:04 +0000)]
re-input an old function.

17 years agoAdd a call to C4::Members & GPL added.
toins [Fri, 11 Aug 2006 15:59:14 +0000 (15:59 +0000)]
Add a call to C4::Members & GPL added.

17 years agoallow to search with zoom on opac. (sync with dev_week)
toins [Fri, 11 Aug 2006 15:55:45 +0000 (15:55 +0000)]
allow to search with zoom on opac. (sync with dev_week)

17 years agoSome usefuls functions were commented.
toins [Fri, 11 Aug 2006 15:45:37 +0000 (15:45 +0000)]
Some usefuls functions were commented.

17 years agoreintroducing letters management dropped by toins synch
tipaul [Fri, 11 Aug 2006 14:35:10 +0000 (14:35 +0000)]
reintroducing letters management dropped by toins synch

17 years agofixing a bug in template ('missing /tmpl_if)
tipaul [Fri, 11 Aug 2006 14:34:45 +0000 (14:34 +0000)]
fixing a bug in template ('missing /tmpl_if)

17 years agothe new "includes" features, for personalized templates. Look at koha-devel, i'll...
tipaul [Fri, 11 Aug 2006 10:03:13 +0000 (10:03 +0000)]
the new "includes" features, for personalized templates. Look at koha-devel, i'll write a mail here (& something on the wiki)

17 years agoproof of concept for includes directory (for html template) as way to change libraria...
tipaul [Fri, 11 Aug 2006 09:54:30 +0000 (09:54 +0000)]
proof of concept for includes directory (for html template) as way to change librarian interface.

17 years agoupdating a little the templates (main menu on the left). Another commit will come...
tipaul [Fri, 11 Aug 2006 09:51:45 +0000 (09:51 +0000)]
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.

17 years agoAdd a call to C4::Members & GPL added.
toins [Fri, 11 Aug 2006 09:14:01 +0000 (09:14 +0000)]
Add a call to C4::Members & GPL added.

17 years agoAdd a call to C4::Biblio.pm
toins [Thu, 10 Aug 2006 13:33:57 +0000 (13:33 +0000)]
Add a call to C4::Biblio.pm

17 years agoC4::SearchMarc replaced by C4::Search
toins [Thu, 10 Aug 2006 13:31:22 +0000 (13:31 +0000)]
C4::SearchMarc replaced by C4::Search

17 years agosync with dev_week.
toins [Thu, 10 Aug 2006 13:23:09 +0000 (13:23 +0000)]
sync with dev_week.

17 years agoC4::SearchMarc is deprecated now. it is totaly replaced by C4::Search.
toins [Thu, 10 Aug 2006 13:08:28 +0000 (13:08 +0000)]
C4::SearchMarc is deprecated now. it is totaly replaced by C4::Search.

17 years agothis module is unused now.
toins [Thu, 10 Aug 2006 13:01:07 +0000 (13:01 +0000)]
this module is unused now.

17 years agoC4::SearchMarc is deprecated now.
toins [Thu, 10 Aug 2006 12:58:17 +0000 (12:58 +0000)]
C4::SearchMarc is deprecated now.

17 years agoadd a filter on text file.
toins [Thu, 10 Aug 2006 12:54:45 +0000 (12:54 +0000)]
add a filter on text file.

17 years agosync with dev_week.
toins [Thu, 10 Aug 2006 12:49:37 +0000 (12:49 +0000)]
sync with dev_week.

17 years agosync with dev_week.
toins [Thu, 10 Aug 2006 12:41:04 +0000 (12:41 +0000)]
sync with dev_week.

17 years agoMoved publication, distribution details fields and acquisition info fields
thd [Thu, 10 Aug 2006 01:01:23 +0000 (01:01 +0000)]
Moved publication, distribution details fields and acquisition info fields
to record editor tab 9 for ASMP custom frameworks.

17 years agoImproved subfield visibility settings and corrected one in the wrong tab.
thd [Wed, 9 Aug 2006 21:04:35 +0000 (21:04 +0000)]
Improved subfield visibility settings and corrected one in the wrong tab.

17 years agoSignificantly corrected ASMP custom books framework and added ASMP sound
thd [Wed, 9 Aug 2006 19:27:18 +0000 (19:27 +0000)]
Significantly corrected ASMP custom books framework and added ASMP sound
recordings and videorecordings frameworks.

17 years agoASMP custom MARC 21 bibliographic frameworks.
thd [Tue, 8 Aug 2006 09:09:11 +0000 (09:09 +0000)]
ASMP custom MARC 21 bibliographic frameworks.

17 years agoRemoved ASMP custom frameworks from standard default MARC 21 framework.
thd [Tue, 8 Aug 2006 08:44:03 +0000 (08:44 +0000)]
Removed ASMP custom frameworks from standard default MARC 21 framework.

17 years agoAdded some missing and changed subfields as well as field 662 from last year's
thd [Tue, 8 Aug 2006 05:09:25 +0000 (05:09 +0000)]
Added some missing and changed subfields as well as field 662 from last year's
MARC 21 update.  Lack of sleep had been a problem around that point in my
previous work.  Corrected some hidden values.

17 years agoPOD updated.
toins [Mon, 7 Aug 2006 13:17:42 +0000 (13:17 +0000)]
POD updated.

17 years agofix bad link to order.pl. The new one is to booksellers.pl.
toins [Mon, 7 Aug 2006 13:06:33 +0000 (13:06 +0000)]
fix bad link to order.pl. The new one is to booksellers.pl.

17 years agorolling back previous merge, will do manually
kados [Wed, 2 Aug 2006 16:40:23 +0000 (16:40 +0000)]
rolling back previous merge, will do manually

17 years agocall to suggestion-select.pl changed by call to newordersuggestion.pl
toins [Wed, 2 Aug 2006 08:24:26 +0000 (08:24 +0000)]
call to suggestion-select.pl changed by call to newordersuggestion.pl

17 years agofix bad link.
toins [Wed, 2 Aug 2006 08:22:53 +0000 (08:22 +0000)]
fix bad link.

17 years agonewordersuggestion.tmpl replaces suggestion-select.tmpl
toins [Wed, 2 Aug 2006 08:20:32 +0000 (08:20 +0000)]
newordersuggestion.tmpl replaces suggestion-select.tmpl

17 years agonewordersuggestion.pl replaces suggestion-select.pl
toins [Wed, 2 Aug 2006 08:16:46 +0000 (08:16 +0000)]
newordersuggestion.pl replaces suggestion-select.pl

17 years agochange link to newbiblio.pl to neworderempty.pl .
toins [Wed, 2 Aug 2006 08:10:06 +0000 (08:10 +0000)]
change link to newbiblio.pl to neworderempty.pl .

17 years agochange link to newbiblio to neworderempty.
toins [Wed, 2 Aug 2006 08:08:37 +0000 (08:08 +0000)]
change link to newbiblio to neworderempty.

17 years agoneworderempty.tmpl replaces newbiblio.tmpl
toins [Wed, 2 Aug 2006 08:07:42 +0000 (08:07 +0000)]
neworderempty.tmpl replaces newbiblio.tmpl

17 years agoneworderempty.pl replaces newbiblio.pl
toins [Wed, 2 Aug 2006 08:06:02 +0000 (08:06 +0000)]
neworderempty.pl replaces newbiblio.pl

17 years agoneworderbiblio.pl replaces newbasket2.pl
toins [Wed, 2 Aug 2006 07:55:19 +0000 (07:55 +0000)]
neworderbiblio.pl replaces newbasket2.pl

17 years agoneworderbiblio.tmpl replaces newbasket2.tmpl
toins [Wed, 2 Aug 2006 07:54:55 +0000 (07:54 +0000)]
neworderbiblio.tmpl replaces newbasket2.tmpl

17 years agofix bad link.
toins [Tue, 1 Aug 2006 15:33:52 +0000 (15:33 +0000)]
fix bad link.

17 years agoorder.tmpl is replaced by booksellers.tmpl
toins [Tue, 1 Aug 2006 15:28:55 +0000 (15:28 +0000)]
order.tmpl is replaced by booksellers.tmpl

17 years agoSome SQL code moved into Acquisition.pm
toins [Tue, 1 Aug 2006 15:04:33 +0000 (15:04 +0000)]
Some SQL code moved into Acquisition.pm

17 years agoChange link to order.pl to booksellers.pl
toins [Tue, 1 Aug 2006 15:03:19 +0000 (15:03 +0000)]
Change link to order.pl to booksellers.pl

17 years agoorder.pl renamed to booksellers.pl
toins [Tue, 1 Aug 2006 14:53:12 +0000 (14:53 +0000)]
order.pl renamed to booksellers.pl

17 years agoPOD added.
toins [Tue, 1 Aug 2006 10:17:33 +0000 (10:17 +0000)]
POD added.

17 years agoAdd a call to GetOrderNumber.
toins [Tue, 1 Aug 2006 08:50:11 +0000 (08:50 +0000)]
Add a call to GetOrderNumber.

17 years agoNew Function : ModOrderBiblioNumber.
toins [Tue, 1 Aug 2006 08:47:49 +0000 (08:47 +0000)]
New Function : ModOrderBiblioNumber.

17 years agoFix some broken links & renamed some function.
toins [Tue, 1 Aug 2006 08:33:11 +0000 (08:33 +0000)]
Fix some broken links & renamed some function.
FIXME : Where is finishreceive.tmpl ?

17 years agoGetBasketContent renamed to GetOrders.
toins [Tue, 1 Aug 2006 08:30:58 +0000 (08:30 +0000)]
GetBasketContent renamed to GetOrders.

17 years agoAdd a call to GetOrderNumber
toins [Tue, 1 Aug 2006 08:30:15 +0000 (08:30 +0000)]
Add a call to GetOrderNumber

17 years ago$selected deleted.
toins [Tue, 1 Aug 2006 08:29:36 +0000 (08:29 +0000)]
$selected deleted.

17 years agoGetAllOrders renamed to GetPendingOrders.
toins [Tue, 1 Aug 2006 08:29:02 +0000 (08:29 +0000)]
GetAllOrders renamed to GetPendingOrders.

17 years ago* Function GetBasketContent renamed to GetOrders.
toins [Tue, 1 Aug 2006 08:26:53 +0000 (08:26 +0000)]
* Function GetBasketContent renamed to GetOrders.
* Function GetOrder renamed to GetOrderNumber.
* Function GetSingleOrder renamed to GetOrder.
* GetAllOrders has been merged with GetPendingOrders.

17 years agoAdd a call to Acquisition.pm
toins [Mon, 31 Jul 2006 16:03:46 +0000 (16:03 +0000)]
Add a call to Acquisition.pm

17 years agofix minor bug in POD.
toins [Mon, 31 Jul 2006 15:59:03 +0000 (15:59 +0000)]
fix minor bug in POD.

17 years agoNew function "GetBookFundsId" : this function get the list of bookfund id into an...
toins [Mon, 31 Jul 2006 15:58:26 +0000 (15:58 +0000)]
New function "GetBookFundsId" : this function get the list of bookfund id into an array.

17 years agoPOD added, Call to Bookfund.pm added, SQL code movde in Bookfund.pm.
toins [Mon, 31 Jul 2006 15:56:06 +0000 (15:56 +0000)]
POD added, Call to Bookfund.pm added, SQL code movde in Bookfund.pm.

17 years agoFIXME added.
toins [Mon, 31 Jul 2006 14:49:56 +0000 (14:49 +0000)]
FIXME added.

17 years agoPOD added, Call to Bookseller.pm added. Some functions has been renamed/changed/rewri...
toins [Mon, 31 Jul 2006 14:45:37 +0000 (14:45 +0000)]
POD added, Call to Bookseller.pm added. Some functions has been renamed/changed/rewrited...

17 years agoPOD added. Call to Bookfund.pm & Bookseller.pm added. Some sub renamed/API changed.
toins [Mon, 31 Jul 2006 14:40:54 +0000 (14:40 +0000)]
POD added. Call to Bookfund.pm & Bookseller.pm added. Some sub renamed/API changed.

17 years agoCode cleaned.
toins [Mon, 31 Jul 2006 14:38:14 +0000 (14:38 +0000)]
Code cleaned.

17 years ago3 New functions : NewBookFund, DelBookFund & SearchBookFund.
toins [Mon, 31 Jul 2006 14:36:40 +0000 (14:36 +0000)]
3 New functions : NewBookFund, DelBookFund & SearchBookFund.

17 years agoGPL & POD added,
toins [Mon, 31 Jul 2006 14:30:45 +0000 (14:30 +0000)]
GPL & POD added,

17 years agoCall to Bookfund.pm & Bokkseller.pm added. POD added.
toins [Mon, 31 Jul 2006 14:11:57 +0000 (14:11 +0000)]
Call to Bookfund.pm & Bokkseller.pm added. POD added.

17 years agoSubs renamed
toins [Mon, 31 Jul 2006 14:10:59 +0000 (14:10 +0000)]
Subs renamed

17 years agolist of pending/receive records added.
toins [Mon, 31 Jul 2006 12:49:49 +0000 (12:49 +0000)]
list of pending/receive records added.

17 years agoCode cleaned. POD added. Subs renamed/rewrited/added....
toins [Mon, 31 Jul 2006 09:31:58 +0000 (09:31 +0000)]
Code cleaned. POD added. Subs renamed/rewrited/added....

17 years agoCode cleaned. POD added & some subs renamed/rewrited/added...
toins [Mon, 31 Jul 2006 09:29:45 +0000 (09:29 +0000)]
Code cleaned. POD added & some subs renamed/rewrited/added...

17 years agomodify input parameters for GetOrder.
toins [Fri, 28 Jul 2006 13:20:27 +0000 (13:20 +0000)]
modify input parameters for GetOrder.

17 years agomodify input parameter for GetOrder function.
toins [Fri, 28 Jul 2006 13:19:27 +0000 (13:19 +0000)]
modify input parameter for GetOrder function.

17 years agothis file has been replaced by parcels.tmpl
toins [Fri, 28 Jul 2006 13:16:44 +0000 (13:16 +0000)]
this file has been replaced by parcels.tmpl

17 years agothis file has been replaced by parcel.tmpl
toins [Fri, 28 Jul 2006 13:14:46 +0000 (13:14 +0000)]
this file has been replaced by parcel.tmpl

17 years agothis file has been replaced by orderreceive.tmpl
toins [Fri, 28 Jul 2006 13:12:31 +0000 (13:12 +0000)]
this file has been replaced by orderreceive.tmpl

17 years agoCode cleaned. POD added & somes sub renamed/rewrited.
toins [Thu, 27 Jul 2006 15:08:32 +0000 (15:08 +0000)]
Code cleaned. POD added & somes sub renamed/rewrited.

17 years agoCode cleaned. POD added. Some sub renamed & API changed.
toins [Thu, 27 Jul 2006 14:20:39 +0000 (14:20 +0000)]
Code cleaned. POD added. Some sub renamed & API changed.

17 years agoAdd a call to Bookfund & 1 sub renamed.
toins [Thu, 27 Jul 2006 14:02:47 +0000 (14:02 +0000)]
Add a call to Bookfund & 1 sub renamed.

17 years agoAdd Call to Bookfund.pm
toins [Thu, 27 Jul 2006 14:00:19 +0000 (14:00 +0000)]
Add Call to Bookfund.pm

17 years agoAdd Call to Bookseller.pm & 1 sub renamed.
toins [Thu, 27 Jul 2006 13:58:33 +0000 (13:58 +0000)]
Add Call to Bookseller.pm & 1 sub renamed.

17 years agoAdd call to Bookfund.pm
toins [Thu, 27 Jul 2006 13:57:57 +0000 (13:57 +0000)]
Add call to Bookfund.pm

17 years agoBad param name fixed.
toins [Thu, 27 Jul 2006 13:53:46 +0000 (13:53 +0000)]
Bad param name fixed.

17 years ago1 sub renamed and cleaned.
toins [Thu, 27 Jul 2006 13:52:49 +0000 (13:52 +0000)]
1 sub renamed and cleaned.

17 years agoDeleted a duplicated function.
toins [Thu, 27 Jul 2006 13:48:02 +0000 (13:48 +0000)]
Deleted a duplicated function.

17 years ago1 Sub renamed.
toins [Thu, 27 Jul 2006 13:46:30 +0000 (13:46 +0000)]
1 Sub renamed.