koha.git
16 years agoadd security when u delete biblio :
btoumi [Fri, 25 May 2007 09:27:46 +0000 (09:27 +0000)]
add security when u delete biblio :
u must delete linked items before delete biblio

16 years agoChanging signature for NewIssue
hdl [Thu, 24 May 2007 16:11:39 +0000 (16:11 +0000)]
Changing signature for NewIssue
(To be more unify to other subs signature)

16 years agoChanging pattern Number to Number only.
hdl [Wed, 23 May 2007 20:00:28 +0000 (20:00 +0000)]
Changing pattern Number to Number only.
putting | together with create Biblio link.

16 years agoBug Fixing.
hdl [Wed, 23 May 2007 19:57:47 +0000 (19:57 +0000)]
Bug Fixing.
irregular serials are now managed in HasSubscriptionExpired
and abouttoexpire.

Be WARN that Date::Calc is very picky about Date format.
So that null dates are throwing 500 Error.

But Now this should be seldom.

16 years agoBug Fixing :
tipaul [Wed, 23 May 2007 17:35:59 +0000 (17:35 +0000)]
Bug Fixing :
managing abouttoexpire function for irregular serial

Need more work.
HDL from Paul's machine

16 years agoskip move to innoDB for the 4 22 tables, that are used to store MARC records, are...
tipaul [Wed, 23 May 2007 16:33:10 +0000 (16:33 +0000)]
skip move to innoDB for the 4 22 tables, that are used to store MARC records, are useless in Koha 3.0 The process is very very long, so the updatedatabase should speed up a lot (by long I mean 1 hour on my Dual core with SCSI disk, for a 50 000 biblios long table

16 years agofrench translation
tipaul [Wed, 23 May 2007 16:25:02 +0000 (16:25 +0000)]
french translation

16 years agovarious bugfixes (minor) and french translation updated
tipaul [Wed, 23 May 2007 16:19:40 +0000 (16:19 +0000)]
various bugfixes (minor) and french translation updated

16 years agofrench translation
tipaul [Wed, 23 May 2007 16:16:55 +0000 (16:16 +0000)]
french translation

16 years agoadd volume info in result of catalog search
btoumi [Wed, 23 May 2007 12:10:12 +0000 (12:10 +0000)]
add volume info in result of catalog search

16 years agofrench translation
tipaul [Wed, 23 May 2007 10:13:40 +0000 (10:13 +0000)]
french translation

16 years agofrench translation
tipaul [Wed, 23 May 2007 10:03:53 +0000 (10:03 +0000)]
french translation

16 years agoremoving useless dir
tipaul [Wed, 23 May 2007 10:00:23 +0000 (10:00 +0000)]
removing useless dir

16 years agofrench translation
tipaul [Wed, 23 May 2007 09:51:56 +0000 (09:51 +0000)]
french translation

16 years agoUsing
hdl [Wed, 23 May 2007 09:44:15 +0000 (09:44 +0000)]
Using
Overdue flag
And not and expr.
And using toggle to highlight if not an overdue.

16 years agoAdding yr for Date Of publication (would it be in 210$d or 4XX field... Unimarc)
hdl [Tue, 22 May 2007 15:15:21 +0000 (15:15 +0000)]
Adding yr for Date Of publication (would it be in 210$d or 4XX field... Unimarc)

16 years agoGetMarcStructure signature change.
hdl [Tue, 22 May 2007 15:13:44 +0000 (15:13 +0000)]
GetMarcStructure signature change.

16 years agoAdding some indexes.
hdl [Tue, 22 May 2007 15:13:03 +0000 (15:13 +0000)]
Adding some indexes.
Especially date Of Publication.
To be added in advsearch.tmpl

16 years agobug fixing : add new check for isbn because u can find number in begenning of title
btoumi [Tue, 22 May 2007 13:39:26 +0000 (13:39 +0000)]
bug fixing : add new check for isbn because u can find number in begenning of title

16 years agoBugfixes & improvements (various and minor) :
tipaul [Tue, 22 May 2007 09:13:54 +0000 (09:13 +0000)]
Bugfixes & improvements (various and minor) :
- updating templates to have tmpl_process3.pl running without any errors
- adding a drupal-like css for prog templates (with 3 small images)
- fixing some bugs in circulation & other scripts
- updating french translation
- fixing some typos in templates

16 years agoAdding color display for overdue book.
hdl [Tue, 22 May 2007 09:08:58 +0000 (09:08 +0000)]
Adding color display for overdue book.

16 years agoChanging GetMarcStructure signature.
hdl [Tue, 22 May 2007 08:50:47 +0000 (08:50 +0000)]
Changing GetMarcStructure signature.
Deleting first parameter $dbh

16 years agoadd security when u delete biblio :
btoumi [Mon, 21 May 2007 08:44:17 +0000 (08:44 +0000)]
add security when u delete biblio :
u must delete linked items before delete biblio

16 years agobug fix :
btoumi [Mon, 21 May 2007 07:45:45 +0000 (07:45 +0000)]
bug fix :
add sql condition to recover only the right record from issues table

16 years agobug fix: add call of two function from Date::calc
btoumi [Fri, 18 May 2007 12:30:27 +0000 (12:30 +0000)]
bug fix: add call of two function from Date::calc
and  correction of wrong   variable name

16 years agoAdding redirection to serials-collection.pl if no serials selected for edition.
hdl [Fri, 18 May 2007 12:00:17 +0000 (12:00 +0000)]
Adding redirection to serials-collection.pl if no serials selected for edition.

16 years agoModifying display to add some links back to subscription.
hdl [Fri, 18 May 2007 09:27:40 +0000 (09:27 +0000)]
Modifying display to add some links back to subscription.
+ adding see all subscription attached link to the end of subscription table.

16 years agoAdding bibliotitle information to display
hdl [Fri, 18 May 2007 09:25:06 +0000 (09:25 +0000)]
Adding bibliotitle information to display

16 years agoAdding First tab information
hdl [Fri, 18 May 2007 09:23:49 +0000 (09:23 +0000)]
Adding First tab information

16 years agominor bugfixing for reservations
alaurin [Fri, 11 May 2007 16:22:03 +0000 (16:22 +0000)]
minor bugfixing for reservations

16 years agobug fix:
btoumi [Fri, 11 May 2007 16:04:03 +0000 (16:04 +0000)]
bug fix:
problem in  displayed label link  with subject in detail.tmpl
ex: label random => rdom

16 years agoadd security for the item barcode
btoumi [Fri, 11 May 2007 14:49:54 +0000 (14:49 +0000)]
add security for the item barcode

16 years agoadd control of 'return date' if it 's a special or repeatable holidays , and return...
btoumi [Thu, 10 May 2007 15:56:53 +0000 (15:56 +0000)]
add control of 'return date' if it 's a special or repeatable holidays , and return a right return date

16 years agoKoha NoZebra :
tipaul [Thu, 10 May 2007 14:45:15 +0000 (14:45 +0000)]
Koha NoZebra :
- support for authorities
- some bugfixes in ordering and "CCL" parsing
- support for authorities <=> biblios walking

Seems I can do what I want now, so I consider its done, except for bugfixes that will be needed i m sure !

16 years agofixing minor typo, need space after the operators
kados [Wed, 9 May 2007 19:42:48 +0000 (19:42 +0000)]
fixing minor typo, need space after the operators

16 years agoFix for bug 1249: Searching for a title beginning with And, Or, or Not
kados [Wed, 9 May 2007 19:39:02 +0000 (19:39 +0000)]
Fix for bug 1249: Searching for a title beginning with And, Or, or Not
results in an error

16 years agocopyright & licence added
tipaul [Wed, 9 May 2007 10:18:11 +0000 (10:18 +0000)]
copyright & licence added

16 years agoNEW feature : RSS feeds. See POD & koha-devel for details
tipaul [Wed, 9 May 2007 10:09:40 +0000 (10:09 +0000)]
NEW feature : RSS feeds. See POD & koha-devel for details

16 years agobug fixing : modify wrong date format display
btoumi [Mon, 7 May 2007 15:04:50 +0000 (15:04 +0000)]
bug fixing : modify wrong  date format display

16 years agobug fix : adding condition for create the right notify_id
btoumi [Mon, 7 May 2007 14:57:01 +0000 (14:57 +0000)]
bug fix : adding condition for create the right notify_id

16 years agoadding short keyword support (ti for title, au for author, some still to do)
tipaul [Fri, 4 May 2007 16:26:16 +0000 (16:26 +0000)]
adding short keyword support (ti for title, au for author, some still to do)

16 years agovarious bugfixes on parameters modules + adding default NoZebraIndexes systempreferen...
tipaul [Fri, 4 May 2007 16:24:08 +0000 (16:24 +0000)]
various bugfixes on parameters modules + adding default NoZebraIndexes systempreference if it's empty

16 years agobugfixes for acquisition module
tipaul [Fri, 4 May 2007 13:59:53 +0000 (13:59 +0000)]
bugfixes for acquisition module

16 years agobugfixes for NoZebra : handling results_per_page and adding NoZebra support to Simple...
tipaul [Fri, 4 May 2007 13:59:16 +0000 (13:59 +0000)]
bugfixes for NoZebra : handling results_per_page and adding NoZebra support to SimpleSearch

16 years agobugfixing for circulation.
alaurin [Fri, 4 May 2007 10:18:00 +0000 (10:18 +0000)]
bugfixing for circulation.

16 years agoBUGFIX for : NoZebra
tipaul [Thu, 3 May 2007 15:16:02 +0000 (15:16 +0000)]
BUGFIX for : NoZebra
- NoZebra features : seems they work fine now (adding, modifying, deleting)
- Biblio edition major bugfix : before this commit editing a biblio resulted in an item removal in marcxml field

16 years agoNoZebra SQL index management :
tipaul [Wed, 2 May 2007 16:44:31 +0000 (16:44 +0000)]
NoZebra SQL index management :
* adding 3 subs in Biblio.pm
- GetNoZebraIndexes, that get the index structure in a new systempreference (added with this commit)
- _DelBiblioNoZebra, that retrieve all index entries for a biblio and remove in a variable the biblio reference
- _AddBiblioNoZebra, that add index entries for a biblio.
Note that the 2 _Add and _Del subs work only in a hash variable, to speed up things in case of a modif (ie : delete+add). The effective SQL update is done in the ModZebra sub (that existed before, and dealed with zebra index).
I think the code has to be more deeply tested, but it works at least partially.

16 years agoimproving NOzebra search :
tipaul [Wed, 2 May 2007 11:57:11 +0000 (11:57 +0000)]
improving NOzebra search :
- changing nozebra table to have biblionumber,title-ranking; (; is the entry separator. Now, if a value is several times in an index, it is stored only once, with a higher ranking (the ranking is the number of times the word appeard for this index)
- improving search to have ranking value (default order). The ranking is the sum of ranking of all terms. The list is ordered by ranking+title, from most to lower

16 years agobugfix for updatedatabase : when there is no default value (NULL fields) + removing...
tipaul [Mon, 30 Apr 2007 16:16:50 +0000 (16:16 +0000)]
bugfix for updatedatabase : when there is no default value (NULL fields) + removing bibliothesaurus table+adding NoZebra systempref (False by default)

16 years agoAdding Bulkedition to results page.
hdl [Mon, 30 Apr 2007 14:33:11 +0000 (14:33 +0000)]
Adding Bulkedition to results page.

16 years agoChanging
hdl [Mon, 30 Apr 2007 14:32:15 +0000 (14:32 +0000)]
Changing
facets to dl in search page.
facets header to dt.

16 years agoCommiting bulkedition in search page.
hdl [Mon, 30 Apr 2007 14:30:23 +0000 (14:30 +0000)]
Commiting bulkedition in search page.

16 years agoCommiting necessary subs for bulkedition.
hdl [Mon, 30 Apr 2007 14:29:21 +0000 (14:29 +0000)]
Commiting necessary subs for bulkedition.

17 years agokoha NZ speed improvement for title ordering
tipaul [Fri, 27 Apr 2007 19:57:12 +0000 (19:57 +0000)]
koha NZ speed improvement for title ordering

17 years agoRemoving $dbh from GetMarcFromKohaField (dbh is not used in this function.)
hdl [Fri, 27 Apr 2007 14:00:48 +0000 (14:00 +0000)]
Removing $dbh from GetMarcFromKohaField (dbh is not used in this function.)

17 years agoKoha 3.0 nozebra 1st commit : the script misc/migration_tools/rebuild_nozebra.pl...
tipaul [Wed, 25 Apr 2007 16:26:42 +0000 (16:26 +0000)]
Koha 3.0 nozebra 1st commit : the script misc/migration_tools/rebuild_nozebra.pl build the nozebra table, and, if you set NoZebra to Yes, queries will be done through zebra. TODO :
- add nozebra table management on biblio editing
- the index table content is hardcoded. I still have to add some specific systempref to let the library update it
- manage pagination (next/previous)
- manage facets
WHAT works :
- NZgetRecords : has exactly the same API & returns as zebra getQuery, except that some parameters are unused
- search & sort works quite good
- CQL parser is better that what I thought I could do : title="harry and sally" and publicationyear>2000 not itemtype=LIVR should work fine

17 years agoDeleting Sub GetBorrowerIssues.
hdl [Wed, 25 Apr 2007 14:09:10 +0000 (14:09 +0000)]
Deleting Sub GetBorrowerIssues.

17 years agoGetBorrowerIssues is deleted from C4::Circulation
hdl [Wed, 25 Apr 2007 14:07:34 +0000 (14:07 +0000)]
GetBorrowerIssues is deleted from C4::Circulation
Use GetPendingIssues from C4::Members instead.

17 years agoDeleting GetMembersFromSurname
hdl [Wed, 25 Apr 2007 13:38:00 +0000 (13:38 +0000)]
Deleting GetMembersFromSurname
Using SearchMember instead.

17 years agoGetBorrower changed into GetMember
hdl [Wed, 25 Apr 2007 08:40:51 +0000 (08:40 +0000)]
GetBorrower changed into GetMember

17 years agoBIG COMMIT : cleaning of Reserves.pm. See detail on koha-devel
tipaul [Tue, 24 Apr 2007 16:10:36 +0000 (16:10 +0000)]
BIG COMMIT : cleaning of Reserves.pm. See detail on koha-devel

17 years agoremoving reserve.pl (moved to pendingreserves.pl)
tipaul [Tue, 24 Apr 2007 16:09:11 +0000 (16:09 +0000)]
removing reserve.pl (moved to pendingreserves.pl)

17 years agoBug fixing.
hdl [Tue, 24 Apr 2007 16:09:01 +0000 (16:09 +0000)]
Bug fixing.
Template no longer in cvs.
expand_sex_into_predicate replaced by value.

17 years agoStill Code Cleaning.
hdl [Tue, 24 Apr 2007 15:41:27 +0000 (15:41 +0000)]
Still Code Cleaning.
Abiding by Name Convention.
Using Members wherever it should be used.
Borrower is only used for borrower Categories.
+ GetBorrowersWhoHaveNeverBorrowed
and lists like that.

17 years agoBugFixing :
hdl [Tue, 24 Apr 2007 14:17:24 +0000 (14:17 +0000)]
BugFixing :
GetBorrowerAcctRecord now takes a date.

17 years agoDeleting Interface/CGI/
hdl [Tue, 24 Apr 2007 13:58:11 +0000 (13:58 +0000)]
Deleting Interface/CGI/
Output and Template modules.

17 years agoContinuing Code Cleaning.
hdl [Tue, 24 Apr 2007 13:57:13 +0000 (13:57 +0000)]
Continuing Code Cleaning.

17 years agoI forgot this script.
hdl [Tue, 24 Apr 2007 13:56:06 +0000 (13:56 +0000)]
I forgot this script.

17 years agofunctions that were in C4::Interface::CGI::Output are now in C4::Output.
hdl [Tue, 24 Apr 2007 13:54:28 +0000 (13:54 +0000)]
functions that were in C4::Interface::CGI::Output are now in C4::Output.
So this implies quite a change for files.
Sorry about conflicts which will be caused.
directory Interface::CGI should now be dropped.
I noticed that many scripts (reports ones, but also some circ/stats.pl or opac-topissues) still use Date::Manip.

17 years agomoving dotransfer to Biblio.pm::ModItemTransfer + some CheckReserves fixes
tipaul [Tue, 24 Apr 2007 09:07:53 +0000 (09:07 +0000)]
moving dotransfer to Biblio.pm::ModItemTransfer + some CheckReserves fixes

17 years agorenaming reserves & branchreserves to pendingreserves and waitingreserves
tipaul [Mon, 23 Apr 2007 16:42:59 +0000 (16:42 +0000)]
renaming reserves & branchreserves to pendingreserves and waitingreserves

17 years agorenaming currenttransfers to transferstoreceive
tipaul [Mon, 23 Apr 2007 15:21:17 +0000 (15:21 +0000)]
renaming currenttransfers to transferstoreceive

17 years agomoving Reserves2.pm to Reserves.pm
tipaul [Mon, 23 Apr 2007 14:08:47 +0000 (14:08 +0000)]
moving Reserves2.pm to Reserves.pm

17 years agocode convention for SQL
tipaul [Mon, 23 Apr 2007 14:06:18 +0000 (14:06 +0000)]
code convention for SQL

17 years agoreintroducing fixaccountforlostandreturned as requested by rosalie
tipaul [Mon, 23 Apr 2007 13:17:52 +0000 (13:17 +0000)]
reintroducing fixaccountforlostandreturned as requested by rosalie

17 years agoCode Cleaning Members.
hdl [Mon, 23 Apr 2007 13:10:07 +0000 (13:10 +0000)]
Code Cleaning Members.
- checkaccount and getborraccountno => GetBorrowerAcctRecord

Many changes in names,
some changes in function signature.
Will be detailed in a mail to kohadevel.

17 years agoremoving all useless %env / $env
tipaul [Wed, 18 Apr 2007 17:00:14 +0000 (17:00 +0000)]
removing all useless %env / $env

17 years agoremoving "department" and replacing by items.location
tipaul [Wed, 18 Apr 2007 14:20:54 +0000 (14:20 +0000)]
removing "department" and replacing by items.location

17 years agoimproving issues_stats by adding location & itemcallnumber filters
tipaul [Wed, 18 Apr 2007 14:19:52 +0000 (14:19 +0000)]
improving issues_stats by adding location & itemcallnumber filters

17 years agocirculation cleaning continued: working on branchtransfers.pl (unfinished, but at...
tipaul [Tue, 17 Apr 2007 16:24:59 +0000 (16:24 +0000)]
circulation cleaning continued: working on branchtransfers.pl (unfinished, but at least it compiles...

17 years agosome bugfixes for this script that automatically build zebra DB from default config...
tipaul [Tue, 17 Apr 2007 08:50:33 +0000 (08:50 +0000)]
some bugfixes for this script that automatically build zebra DB from default config files

17 years agocirculation cleaning continued: bufixing
tipaul [Tue, 17 Apr 2007 08:44:49 +0000 (08:44 +0000)]
circulation cleaning continued: bufixing

17 years agoAdding Finerules script.
hdl [Mon, 16 Apr 2007 16:54:33 +0000 (16:54 +0000)]
Adding Finerules script.
It tears issuingrules script into two.
+ Fixing save button that would bring back to default branch.

17 years agoLoading FrameworksLoaded for update before modifying.
hdl [Fri, 13 Apr 2007 16:33:54 +0000 (16:33 +0000)]
Loading FrameworksLoaded for update before modifying.

17 years agoAutomatically adding a new syspref called FrameworksLoaded which is updated via webin...
hdl [Fri, 13 Apr 2007 16:30:00 +0000 (16:30 +0000)]
Automatically adding a new syspref called FrameworksLoaded which is updated via webinstaller.
It stores and lists loaded frameworks for management.

17 years agoAdding Version variable to systempreferences.
hdl [Fri, 13 Apr 2007 16:27:55 +0000 (16:27 +0000)]
Adding Version variable to systempreferences.

17 years agoAdding Check for a systempreference Version Variable
hdl [Fri, 6 Apr 2007 15:53:18 +0000 (15:53 +0000)]
Adding Check for a systempreference Version Variable
skips third party software check and mysql check to go to updatedatabase.

Adding similar check to intranet and opac.

BEWARE !!!!!
You may be linked to install if you donot have Version variable set in your systempreferences table.
If so, simply updatedatabase OR add Version 3.0  record to your systempreferences table.

17 years agoCode Cleaning AuthoritiesMarc
hdl [Fri, 6 Apr 2007 14:49:19 +0000 (14:49 +0000)]
Code Cleaning AuthoritiesMarc

17 years agoCode Cleaning : AuthoritiesMARC.
hdl [Fri, 6 Apr 2007 14:48:45 +0000 (14:48 +0000)]
Code Cleaning : AuthoritiesMARC.

17 years agoDeleting Link related scripts
hdl [Fri, 6 Apr 2007 14:47:50 +0000 (14:47 +0000)]
Deleting Link related scripts

17 years agoDeleting link pages.
hdl [Fri, 6 Apr 2007 14:47:12 +0000 (14:47 +0000)]
Deleting link pages.

17 years agobug fix : add another security in check of notify_id
btoumi [Thu, 5 Apr 2007 15:55:56 +0000 (15:55 +0000)]
bug fix : add another security in check of notify_id

17 years agobug fix : add security in check of notify_id
btoumi [Thu, 5 Apr 2007 14:08:17 +0000 (14:08 +0000)]
bug fix : add security in check of notify_id

17 years agoadd "sort by" with heading-entity in authorities search
btoumi [Thu, 5 Apr 2007 12:17:55 +0000 (12:17 +0000)]
add "sort by" with heading-entity in authorities search

17 years agoAdding Circulation and Overdues modules
hdl [Thu, 5 Apr 2007 08:53:31 +0000 (08:53 +0000)]
Adding Circulation and Overdues modules

17 years agoadd "and" condition for branch when search is built (in advanced search)
btoumi [Thu, 5 Apr 2007 07:29:27 +0000 (07:29 +0000)]
add "and" condition for branch when search is built (in advanced search)

17 years agoHUGE COMMIT : code cleaning circulation.
tipaul [Wed, 4 Apr 2007 16:46:22 +0000 (16:46 +0000)]
HUGE COMMIT : code cleaning circulation.

some stuff to do, i'll write a mail on koha-devel NOW !

17 years agobugfixing of warnings in current transfers and waitingreservestranfers
alaurin [Tue, 3 Apr 2007 15:41:36 +0000 (15:41 +0000)]
bugfixing of warnings in current transfers and waitingreservestranfers
same bugfixing as branchreserves

17 years agobugfixing for displaying the maxpicking delays for reservations, now the method of...
alaurin [Tue, 3 Apr 2007 15:04:30 +0000 (15:04 +0000)]
bugfixing for displaying the maxpicking delays for reservations, now the method of date works is using
Add_Delta_Days and not delta year and month
now the system working

17 years agoadd security when u delete biblio :
btoumi [Tue, 3 Apr 2007 14:21:56 +0000 (14:21 +0000)]
add security when u delete biblio :
u must delete linked items before delete biblio