koha.git
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

17 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)

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

17 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.

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

17 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

17 years agooups, fixing bug in EXPORT...
tipaul [Fri, 30 Mar 2007 13:30:36 +0000 (13:30 +0000)]
oups, fixing bug in EXPORT...

17 years agoreordering template
tipaul [Fri, 30 Mar 2007 13:29:20 +0000 (13:29 +0000)]
reordering template

17 years agoremoving useless package
tipaul [Fri, 30 Mar 2007 12:25:12 +0000 (12:25 +0000)]
removing useless package

17 years agowhy the hell do we need to explicitly utf8 decode this string ? I really don't know...
tipaul [Fri, 30 Mar 2007 12:00:42 +0000 (12:00 +0000)]
why the hell do we need to explicitly utf8 decode this string ? I really don't know, but it seems it's mandatory, otherwise, tag descriptions are not properly encoded...

17 years agosome cleaning (minor, the main one will come later) : removing some unused subs
tipaul [Fri, 30 Mar 2007 11:59:16 +0000 (11:59 +0000)]
some cleaning (minor, the main one will come later) : removing some unused subs

17 years agousing C4::Date instead of C4::Circulation::Date
tipaul [Fri, 30 Mar 2007 11:58:48 +0000 (11:58 +0000)]
using C4::Date instead of C4::Circulation::Date

17 years agoremoving useless package (copy of C4::Date)
tipaul [Fri, 30 Mar 2007 11:58:02 +0000 (11:58 +0000)]
removing useless package (copy of C4::Date)

17 years agoadd security on borrowernumber,barcode for book issues
btoumi [Fri, 30 Mar 2007 08:38:44 +0000 (08:38 +0000)]
add security on borrowernumber,barcode  for book issues

17 years agoCode cleaning of Biblio.pm (continued)
tipaul [Thu, 29 Mar 2007 16:45:53 +0000 (16:45 +0000)]
Code cleaning of Biblio.pm (continued)

All subs have be cleaned :
- removed useless
- merged some
- reordering Biblio.pm completly
- using only naming conventions

Seems to have broken nothing, but it still has to be heavily tested.
Note that Biblio.pm is now much more efficient than previously & probably more reliable as well.

17 years agoCode cleaning :
tipaul [Thu, 29 Mar 2007 13:30:31 +0000 (13:30 +0000)]
Code cleaning :
== Biblio.pm cleaning (useless) ==
* some sub declaration dropped
* removed modbiblio sub
* removed moditem sub
* removed newitems. It was used only in finishrecieve. Replaced by a Koha2Marc+AddItem, that is better.
* removed MARCkoha2marcItem
* removed MARCdelsubfield declaration
* removed MARCkoha2marcBiblio

== Biblio.pm cleaning (naming conventions) ==
* MARCgettagslib renamed to GetMarcStructure
* MARCgetitems renamed to GetMarcItem
* MARCfind_frameworkcode renamed to GetFrameworkCode
* MARCmarc2koha renamed to TransformMarcToKoha
* MARChtml2marc renamed to TransformHtmlToMarc
* MARChtml2xml renamed to TranformeHtmlToXml
* zebraop renamed to ModZebra

== MARC=OFF ==
* removing MARC=OFF related scripts (in cataloguing directory)
* removed checkitems (function related to MARC=off feature, that is completly broken in head. If someone want to reintroduce it, hard work coming...)
* removed getitemsbybiblioitem (used only by MARC=OFF scripts, that is removed as well)

17 years agoremoving marc=off scripts
tipaul [Thu, 29 Mar 2007 13:29:48 +0000 (13:29 +0000)]
removing marc=off scripts

17 years agoadding default value new feature into cataloguing. The system (definition) part has...
tipaul [Thu, 29 Mar 2007 09:42:13 +0000 (09:42 +0000)]
adding default value new feature into cataloguing. The system (definition) part has already been added by toins

17 years agomodify advanced search query structure :
btoumi [Thu, 29 Mar 2007 09:28:07 +0000 (09:28 +0000)]
modify advanced search query structure :
use 'or' instead of 'and' (you  have  no result if you use  'and')

17 years agoDeleting ignore_errors(1) pour MARC::Charset
hdl [Thu, 29 Mar 2007 08:45:19 +0000 (08:45 +0000)]
Deleting ignore_errors(1) pour MARC::Charset

17 years agoremoving $dbh as a parameter in AuthoritiesMarc functions
hdl [Wed, 28 Mar 2007 10:39:16 +0000 (10:39 +0000)]
removing $dbh as a parameter in AuthoritiesMarc functions
And reporting all differences into the scripts taht relies on those functions.

17 years agoadding a tmpl if on checkbox to save checkbox input
hpassini [Tue, 27 Mar 2007 15:53:40 +0000 (15:53 +0000)]
adding a tmpl if on checkbox to save checkbox input

17 years agoBug Fixing :
hdl [Tue, 27 Mar 2007 14:48:39 +0000 (14:48 +0000)]
Bug Fixing :
- new authoritiessearch API (without $dbh)
- new search API (using ccl)

17 years agoadding 001 tag/subfield
rych [Tue, 20 Mar 2007 05:05:22 +0000 (05:05 +0000)]
adding 001 tag/subfield

17 years agoadding name for template
kados [Tue, 20 Mar 2007 01:45:18 +0000 (01:45 +0000)]
adding name for template
re-tabing

17 years agoadding name for template
kados [Tue, 20 Mar 2007 01:27:40 +0000 (01:27 +0000)]
adding name for template
fixing tabs

17 years agofixing permissions on mainpage
kados [Tue, 20 Mar 2007 01:02:33 +0000 (01:02 +0000)]
fixing permissions on mainpage

17 years ago - adding default value in marc_subfield_structure.
toins [Mon, 19 Mar 2007 18:35:12 +0000 (18:35 +0000)]
 - adding default value in marc_subfield_structure.
 - now marc_subfields_structure displays subfields in tab view.

17 years agofix for bug 1276: Cannot search for patron wtih apostrophe in their name
kados [Sun, 18 Mar 2007 04:13:21 +0000 (04:13 +0000)]
fix for bug 1276: Cannot search for patron wtih apostrophe in their name

17 years agoFix for bug 1308: sort by order is lost when browsing results on more than one page
kados [Sun, 18 Mar 2007 03:50:15 +0000 (03:50 +0000)]
Fix for bug 1308: sort by order is lost when browsing results on more than one page

17 years agoenglish language changes to tmpl
rych [Sun, 18 Mar 2007 03:00:40 +0000 (03:00 +0000)]
english language changes to tmpl

17 years agominor language improvements
kados [Sun, 18 Mar 2007 02:51:25 +0000 (02:51 +0000)]
minor language improvements

17 years agoimproving English
kados [Sun, 18 Mar 2007 02:46:21 +0000 (02:46 +0000)]
improving English

17 years agoimproving English on the Koha Administration screen
kados [Sun, 18 Mar 2007 02:39:20 +0000 (02:39 +0000)]
improving English on the Koha Administration screen

17 years agoimprovements to the language of the installer
kados [Sun, 18 Mar 2007 02:16:23 +0000 (02:16 +0000)]
improvements to the language of the installer
moved borrower categories defaults for English into a separate sql file

17 years agoAdding in Coded values conforming to the Z39.77-2006 Holdings Statements for Bibliogr...
kados [Sun, 18 Mar 2007 01:49:43 +0000 (01:49 +0000)]
Adding in Coded values conforming to the Z39.77-2006 Holdings Statements for Bibliographic Items
Refer to http://www.niso.org/standards/index.html

17 years agoimprovements to the language of the installer
kados [Sat, 17 Mar 2007 23:29:33 +0000 (23:29 +0000)]
improvements to the language of the installer
validation improvements for installer
improvements to descriptions of the optional sql data defaults

17 years ago*** empty log message ***
rych [Sat, 17 Mar 2007 21:57:41 +0000 (21:57 +0000)]
*** empty log message ***

17 years agofix typo
rych [Sat, 17 Mar 2007 21:47:08 +0000 (21:47 +0000)]
fix typo