koha.git
16 years agoauto focus on login when document is loaded.
toins [Tue, 5 Jun 2007 09:02:49 +0000 (09:02 +0000)]
auto focus on login when document is loaded.

16 years agosome (minor, functionnaly speaking) bugfixes
tipaul [Tue, 5 Jun 2007 08:54:17 +0000 (08:54 +0000)]
some (minor, functionnaly speaking) bugfixes

16 years agofrench translation updated
tipaul [Tue, 5 Jun 2007 08:53:44 +0000 (08:53 +0000)]
french translation updated

16 years agoremoving guessencoding, hard-coding utf-8
tipaul [Tue, 5 Jun 2007 08:53:19 +0000 (08:53 +0000)]
removing guessencoding, hard-coding utf-8

16 years agore-indenting + redirecting to subscription-detail.pl after a renewal.
toins [Tue, 5 Jun 2007 08:46:18 +0000 (08:46 +0000)]
re-indenting + redirecting to subscription-detail.pl after a renewal.

16 years agothis template is not used has a popup. including header to have stylesheet.
toins [Tue, 5 Jun 2007 08:45:18 +0000 (08:45 +0000)]
this template is not used has a popup. including header to have stylesheet.

16 years agofixing template & javascript bug on almost all plugins
tipaul [Tue, 5 Jun 2007 08:38:39 +0000 (08:38 +0000)]
fixing template & javascript bug on almost all plugins

16 years agobug fixxing : add hidden field to allow modification of biblio framework .
btoumi [Fri, 1 Jun 2007 09:55:35 +0000 (09:55 +0000)]
bug fixxing : add hidden field to allow modification of biblio framework .

16 years agocleaning duplicate entries in top menus & fixing a bug in "branch" index (zebra)...
tipaul [Wed, 30 May 2007 09:33:18 +0000 (09:33 +0000)]
cleaning duplicate entries in top menus & fixing a bug in "branch" index (zebra) & updated french translation

16 years agoBugFixing CanBookBeRenewed was too strict. If a book could be renewed 1 time, it...
tipaul [Wed, 30 May 2007 09:12:36 +0000 (09:12 +0000)]
BugFixing CanBookBeRenewed was too strict. If a book could be renewed 1 time, it wouldnot do.

16 years agoBUGFIX : Feature AutoMemberNum was lost
tipaul [Wed, 30 May 2007 08:47:57 +0000 (08:47 +0000)]
BUGFIX : Feature AutoMemberNum was lost

16 years agoBug Fix :
hdl [Tue, 29 May 2007 16:54:50 +0000 (16:54 +0000)]
Bug Fix :
If cannot GetExpirationDate (because frequency is unknown...) Then take todays'date as startdate for the renewal.

16 years agoBug Fix :
hdl [Tue, 29 May 2007 16:36:46 +0000 (16:36 +0000)]
Bug Fix :
When no date, provide a manage tab and allow ppl to click on this tab.

16 years agosome minor bugfixes, templates improvements & zebra default config file changes
tipaul [Tue, 29 May 2007 16:36:11 +0000 (16:36 +0000)]
some minor bugfixes, templates improvements & zebra default config file changes

16 years agoEditing old numbers is allowed when subscription expired.
hdl [Tue, 29 May 2007 16:20:54 +0000 (16:20 +0000)]
Editing old numbers is allowed when subscription expired.
WARNING : Needs HTML::Template::Expr
(should be provided with HTML::Template::Pro)

16 years agomerging opac details only for items with the same branch+location+itemcallnumber...
tipaul [Mon, 28 May 2007 16:28:43 +0000 (16:28 +0000)]
merging opac details only for items with the same branch+location+itemcallnumber && putting publisher before publicationyear && lowering item column size in result page && fixing a missing branch reference in ccl.properties

16 years agofixing bug for authorities zebraqueue reindexing
tipaul [Mon, 28 May 2007 16:26:44 +0000 (16:26 +0000)]
fixing bug for authorities zebraqueue reindexing

16 years agoadding series title to adv search (no need to expand more)
tipaul [Mon, 28 May 2007 15:59:30 +0000 (15:59 +0000)]
adding series title to adv search (no need to expand more)

16 years agoAdding startdate and enddate parameters to GetBookfundBreakdown call.
hdl [Mon, 28 May 2007 15:28:28 +0000 (15:28 +0000)]
Adding startdate and enddate parameters to GetBookfundBreakdown call.

16 years agoDeleting $year paramater in GetBookfundBreakdown
hdl [Mon, 28 May 2007 15:26:43 +0000 (15:26 +0000)]
Deleting $year paramater in GetBookfundBreakdown

16 years agoupdated french translation + improved & fixed default zebra config files
tipaul [Fri, 25 May 2007 16:27:58 +0000 (16:27 +0000)]
updated french translation + improved & fixed default zebra config files

16 years agoBUG FIXING :
tipaul [Fri, 25 May 2007 15:14:43 +0000 (15:14 +0000)]
BUG FIXING :
Serials.pm was not Mysql5 compliant.
(FROM table1, table2 changed to
FROM table1 LEFT JOIN table2 ON....
)

16 years agodelete space in beggining of the script to accept script launch
btoumi [Fri, 25 May 2007 10:00:54 +0000 (10:00 +0000)]
delete space in beggining of the script to accept script launch

16 years agosome changes to default zebra config for better searches
tipaul [Fri, 25 May 2007 09:34:30 +0000 (09:34 +0000)]
some changes to default zebra config for better searches

16 years agosmall script to check XML parser. Remember that PurePerl Parser is buggued and can...
tipaul [Fri, 25 May 2007 09:33:58 +0000 (09:33 +0000)]
small script to check XML parser. Remember that PurePerl Parser is buggued and can t handle utf8 correctly

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