]> git.koha-community.org Git - koha.git/log
koha.git
17 years agoUsing Date::Calc
hdl [Tue, 5 Dec 2006 14:57:55 +0000 (14:57 +0000)]
Using Date::Calc
And modifying dates so that PARTIAL dates (Only Year/Month or only Year) are saved into database.
Before, it resulted into null dates.

17 years agoUpdating the templates for layout for the detail one - and adding check display for...
bob_lyon [Mon, 4 Dec 2006 05:32:10 +0000 (05:32 +0000)]
Updating the templates for layout for the detail one - and adding check display for the other

17 years agoUpdating statecollection to do a check for certain koh2marc links to see if they...
bob_lyon [Mon, 4 Dec 2006 05:27:27 +0000 (05:27 +0000)]
Updating statecollection to do a check for certain koh2marc links to see if they exist

17 years agoFixing spelling mistake
bob_lyon [Wed, 29 Nov 2006 01:20:32 +0000 (01:20 +0000)]
Fixing spelling mistake

17 years agoFixed problem with irregularity - helps to call the right subroutine
bob_lyon [Tue, 28 Nov 2006 01:34:47 +0000 (01:34 +0000)]
Fixed problem with irregularity - helps to call the right subroutine

17 years agoFixing problem with not passing enough variables about
bob_lyon [Tue, 28 Nov 2006 00:55:00 +0000 (00:55 +0000)]
Fixing problem with not passing enough variables about

17 years agoFixing the problem with undefined librarian notes making the insert into subscription...
bob_lyon [Mon, 27 Nov 2006 19:49:08 +0000 (19:49 +0000)]
Fixing the problem with undefined librarian notes making the insert into subscriptionhistory fail

17 years agoFixing place for where we get the subscription id from
bob_lyon [Mon, 27 Nov 2006 05:33:23 +0000 (05:33 +0000)]
Fixing place for where we get the subscription id from

17 years agoRemoving warns and data dumps from the code
bob_lyon [Mon, 27 Nov 2006 04:39:35 +0000 (04:39 +0000)]
Removing warns and data dumps from the code

17 years agoAltering template to use newer css calls
bob_lyon [Mon, 27 Nov 2006 04:34:38 +0000 (04:34 +0000)]
Altering template to use newer css calls

17 years agoAdding in column to track the last branch used for a serial to save librarian having...
bob_lyon [Mon, 27 Nov 2006 04:24:17 +0000 (04:24 +0000)]
Adding in column to track the last branch used for a serial to save librarian having to select each time

17 years agoAdded in ability for the calendar popup to work for the preferenced date format
bob_lyon [Mon, 27 Nov 2006 00:27:43 +0000 (00:27 +0000)]
Added in ability for the calendar popup to work for the preferenced date format

17 years agoAdding in new columns for serial and subscription tables so they update existing...
bob_lyon [Sun, 26 Nov 2006 23:38:47 +0000 (23:38 +0000)]
Adding in new columns for serial and subscription tables so they update existing database tables

17 years agoAdding in missing gif for the calendar popup
bob_lyon [Sun, 26 Nov 2006 23:08:04 +0000 (23:08 +0000)]
Adding in missing gif for the calendar popup

17 years agoAllowing for more valid keys to be used in issues amount field
bob_lyon [Sun, 26 Nov 2006 22:56:23 +0000 (22:56 +0000)]
Allowing for more valid keys to be used in issues amount field

17 years agoputting the serials sysprefs into the catalogue tab (do we need a serials tab?)
kados [Sun, 26 Nov 2006 21:39:38 +0000 (21:39 +0000)]
putting the serials sysprefs into the catalogue tab (do we need a serials tab?)

17 years agoAdding in the updated files for the routing serials
bob_lyon [Fri, 24 Nov 2006 00:23:22 +0000 (00:23 +0000)]
Adding in the updated files for the routing serials

17 years agoAdding in new files for the routing serials first
bob_lyon [Fri, 24 Nov 2006 00:18:05 +0000 (00:18 +0000)]
Adding in new files for the routing serials first

17 years agofrench templates for 2.2.7 R_2-2-7
tipaul [Thu, 23 Nov 2006 10:43:56 +0000 (10:43 +0000)]
french templates for 2.2.7

17 years agocommit of french templates for 2.2.7
tipaul [Thu, 23 Nov 2006 10:43:19 +0000 (10:43 +0000)]
commit of french templates for 2.2.7

17 years agotranslation to french updates (for 2.2.7)
tipaul [Thu, 23 Nov 2006 10:42:27 +0000 (10:42 +0000)]
translation to french updates (for 2.2.7)

17 years agominor css changes
tipaul [Thu, 23 Nov 2006 10:42:03 +0000 (10:42 +0000)]
minor css changes

17 years agofix for opac-top.inc inclusion
tipaul [Thu, 23 Nov 2006 10:41:41 +0000 (10:41 +0000)]
fix for opac-top.inc inclusion

17 years agofix for #1177 = removal of additionnal authors & bibliosubjects
tipaul [Wed, 22 Nov 2006 16:02:52 +0000 (16:02 +0000)]
fix for #1177 = removal of additionnal authors & bibliosubjects

17 years agothere are some strange problems with mysql_fetchrow_hashref, that reorders silently...
tipaul [Wed, 22 Nov 2006 13:58:11 +0000 (13:58 +0000)]
there are some strange problems with mysql_fetchrow_hashref, that reorders silently the hashref returned.
This hack fixes them by retrieving the results in an array & rebuilding the MARC record from that.
This function is used in acquisition, when the librarian creates a new order from a new biblio : the MARC::Record was incorrect (at least in UNIMARC, but this fix should change nothing in MARC21)

17 years agofixing bugs in new z3950 client : search was not working for 2+ servers.
tipaul [Wed, 22 Nov 2006 10:24:35 +0000 (10:24 +0000)]
fixing bugs in new z3950 client : search was not working for 2+ servers.
+ reindenting with spaces
+ removing some warns

17 years agoclosing <p>
tipaul [Wed, 22 Nov 2006 10:23:51 +0000 (10:23 +0000)]
closing <p>

17 years agoremoving 2 warns
tipaul [Wed, 22 Nov 2006 10:22:08 +0000 (10:22 +0000)]
removing 2 warns

17 years agoremoving a javascript alert.
toins [Wed, 22 Nov 2006 09:40:25 +0000 (09:40 +0000)]
removing a javascript alert.

18 years agoBug fixing : would search twice because searched when authtypecode=''
hdl [Thu, 16 Nov 2006 09:54:25 +0000 (09:54 +0000)]
Bug fixing : would search twice because searched when authtypecode=''

18 years agoremoved need for a writable tmp dir to generate pdf before sending to browser
sushi [Thu, 16 Nov 2006 02:15:49 +0000 (02:15 +0000)]
removed need for a writable tmp dir to generate pdf before sending to browser

18 years agochris's extra line fix, to clear top label margin.
sushi [Tue, 14 Nov 2006 23:25:48 +0000 (23:25 +0000)]
chris's extra line fix, to clear top label margin.

18 years agobug fixing : Now display correct search for multiple marc fields in biblio
hdl [Tue, 14 Nov 2006 13:55:10 +0000 (13:55 +0000)]
bug fixing : Now display correct search for multiple marc fields in biblio

18 years agoBUG Fixing : OPAC would display NO results When multiple fields are queried.
hdl [Tue, 14 Nov 2006 10:43:57 +0000 (10:43 +0000)]
BUG Fixing : OPAC would display NO results When multiple fields are queried.

18 years agoAdding NoTitle when title is empty so that it can be viewed.
hdl [Tue, 14 Nov 2006 10:42:27 +0000 (10:42 +0000)]
Adding NoTitle when title is empty so that it can be viewed.

18 years agoAdding a text if no title is included So that biblio CAN be displayed/modified.
hdl [Tue, 14 Nov 2006 10:02:01 +0000 (10:02 +0000)]
Adding a text if no title is included So that biblio CAN be displayed/modified.

18 years agoBug Fixing : if non valid indicator for title, record display would have ended to...
hdl [Fri, 3 Nov 2006 10:59:51 +0000 (10:59 +0000)]
Bug Fixing : if non valid indicator for title, record display would have ended to error.
Adding a test on indicator value

18 years agoFixing some encoding problems with z3950 and fixing latest commit for z3950 serach...
hdl [Fri, 3 Nov 2006 10:56:59 +0000 (10:56 +0000)]
Fixing some encoding problems with z3950 and fixing latest commit for z3950 serach and results.

18 years agoMajor upgrade to the Z3950 client in Koha. It no longer requires the use of
kados [Fri, 3 Nov 2006 03:29:30 +0000 (03:29 +0000)]
Major upgrade to the Z3950 client in Koha. It no longer requires the use of
the processqueue daemon, but relies on ZOOM Perl's asynch searching. Thanks
to Tumer Garip for commiting this to dev_week and to Chris for helping me
troubleshoot it.

18 years agopreventing librarian other than superlibrarian from deleting itemized biblios.
hdl [Tue, 31 Oct 2006 14:33:31 +0000 (14:33 +0000)]
preventing librarian other than superlibrarian from deleting itemized biblios.
count_items added in ISBDdetail and MARCdetail relies on information contained in marcrecord.

18 years agofixed bad requires for LWP::Simple, XML::Simple, Date::Calc modules
sushi [Tue, 24 Oct 2006 04:26:15 +0000 (04:26 +0000)]
fixed bad requires for LWP::Simple, XML::Simple, Date::Calc modules

18 years agoukrainian templates for 2.2.6 R_2-2-6
tipaul [Tue, 17 Oct 2006 07:38:34 +0000 (07:38 +0000)]
ukrainian templates for 2.2.6

18 years agofrench templates for 2.2.6
tipaul [Tue, 17 Oct 2006 07:33:45 +0000 (07:33 +0000)]
french templates for 2.2.6

18 years agoukrainian templates for 2.2.6
tipaul [Tue, 17 Oct 2006 07:30:42 +0000 (07:30 +0000)]
ukrainian templates for 2.2.6

18 years agofrench templates for 2.2.6
tipaul [Tue, 17 Oct 2006 07:26:43 +0000 (07:26 +0000)]
french templates for 2.2.6

18 years agoSynching with default templates
oleonard [Tue, 17 Oct 2006 01:04:47 +0000 (01:04 +0000)]
Synching with default templates

18 years agoSynching with default
oleonard [Mon, 16 Oct 2006 20:46:44 +0000 (20:46 +0000)]
Synching with default

18 years agouptodate french & ukranian translations
tipaul [Fri, 13 Oct 2006 10:00:30 +0000 (10:00 +0000)]
uptodate french & ukranian translations

18 years agoimproving & fixing a bug. Run without parameter to see what is new
tipaul [Fri, 13 Oct 2006 09:59:59 +0000 (09:59 +0000)]
improving & fixing a bug. Run without parameter to see what is new

18 years agoremoving useless filter
tipaul [Fri, 13 Oct 2006 09:59:40 +0000 (09:59 +0000)]
removing useless filter

18 years agoisbnsearch now don't loose the framework code
tipaul [Fri, 13 Oct 2006 09:58:35 +0000 (09:58 +0000)]
isbnsearch now don't loose the framework code

18 years agofix to have library informations correctly printed
tipaul [Fri, 13 Oct 2006 09:58:16 +0000 (09:58 +0000)]
fix to have library informations correctly printed

18 years agoremoving warn
tipaul [Fri, 13 Oct 2006 08:34:21 +0000 (08:34 +0000)]
removing warn

18 years agoremoving warns
tipaul [Fri, 13 Oct 2006 08:33:34 +0000 (08:33 +0000)]
removing warns

18 years agoBUG FIXING : changing ' into " for $tag_agged_field to get processed in add_field
hdl [Thu, 12 Oct 2006 07:22:31 +0000 (07:22 +0000)]
BUG FIXING : changing ' into " for $tag_agged_field to get processed in add_field

18 years agoBUG Fixing adding multiple fields now works.
hdl [Wed, 11 Oct 2006 21:07:57 +0000 (21:07 +0000)]
BUG Fixing adding multiple fields now works.

18 years agoBranch for the user logged is selected by default now.
toins [Wed, 11 Oct 2006 16:08:55 +0000 (16:08 +0000)]
Branch for the user logged is selected by default now.

18 years ago'+' don't be deleted when cloning a subfield.
toins [Wed, 11 Oct 2006 14:47:40 +0000 (14:47 +0000)]
'+' don't be deleted when cloning a subfield.

18 years agoAdd "previous" when browsing the results.
toins [Wed, 11 Oct 2006 14:43:54 +0000 (14:43 +0000)]
Add "previous" when browsing the results.

18 years agoAdding branch selection if SearchMyLibraryFirst is set
hdl [Wed, 11 Oct 2006 13:14:46 +0000 (13:14 +0000)]
Adding branch selection if SearchMyLibraryFirst is set
Antoine .... Your turn

18 years agoBugFixing : re generate fields and subfields to recode them.
hdl [Mon, 9 Oct 2006 13:48:22 +0000 (13:48 +0000)]
BugFixing : re generate fields and subfields to recode them.

BEWARE : Support for Some peculiar characters such as 'oe' has to be improved.

18 years agoBug Fixing : reports were incorrect when charset=utf8
hdl [Mon, 9 Oct 2006 07:36:36 +0000 (07:36 +0000)]
Bug Fixing : reports were incorrect when charset=utf8

18 years agoAdding automatic branch selection for connected user in OPAC IF SeachMyLibraryFirst...
hdl [Fri, 6 Oct 2006 15:33:37 +0000 (15:33 +0000)]
Adding automatic branch selection for connected user in OPAC IF SeachMyLibraryFirst is set to 1

18 years agoCorrecting a Note : items ARE exported.
hdl [Fri, 6 Oct 2006 13:48:56 +0000 (13:48 +0000)]
Correcting a Note : items ARE exported.

18 years agoMaking out a difference between NULL values and 0 values in issuing rules.
hdl [Fri, 6 Oct 2006 13:27:57 +0000 (13:27 +0000)]
Making out a difference between NULL values and 0 values in issuing rules.

18 years agoAdding Auto-Submit when changing branches.
hdl [Fri, 6 Oct 2006 12:42:10 +0000 (12:42 +0000)]
Adding Auto-Submit when changing branches.

18 years agoEscaping to allow html in sysprefs
rych [Fri, 6 Oct 2006 02:41:41 +0000 (02:41 +0000)]
Escaping to allow html in sysprefs

18 years agofile label-edit-template.tmpl was added on branch rel_2_2 on 2007-07-10 10:57:56...
sushi [Fri, 6 Oct 2006 02:05:19 +0000 (02:05 +0000)]
file label-edit-template.tmpl was added on branch rel_2_2 on 2007-07-10 10:57:56 +0000

18 years agofile label-create-template.tmpl was added on branch rel_2_2 on 2007-07-10 10:57:56...
sushi [Fri, 6 Oct 2006 02:05:19 +0000 (02:05 +0000)]
file label-create-template.tmpl was added on branch rel_2_2 on 2007-07-10 10:57:56 +0000

18 years agoCorrecting path to favicon, removing javascript: pseudo protocol from js link
oleonard [Tue, 3 Oct 2006 14:39:07 +0000 (14:39 +0000)]
Correcting path to favicon, removing javascript: pseudo protocol from js link

18 years agofile label-templates.tmpl was added on branch rel_2_2 on 2007-07-10 10:57:56 +0000
sushi [Mon, 2 Oct 2006 22:07:19 +0000 (22:07 +0000)]
file label-templates.tmpl was added on branch rel_2_2 on 2007-07-10 10:57:56 +0000

18 years agofile label-templates.pl was added on branch rel_2_2 on 2007-07-10 10:54:04 +0000
sushi [Mon, 2 Oct 2006 22:01:39 +0000 (22:01 +0000)]
file label-templates.pl was added on branch rel_2_2 on 2007-07-10 10:54:04 +0000

18 years agofile label-select-pdf.pl was added on branch rel_2_2 on 2007-07-10 10:54:04 +0000
sushi [Mon, 2 Oct 2006 22:01:39 +0000 (22:01 +0000)]
file label-select-pdf.pl was added on branch rel_2_2 on 2007-07-10 10:54:04 +0000

18 years agofile label-save-template.pl was added on branch rel_2_2 on 2007-07-10 10:54:04 +0000
sushi [Mon, 2 Oct 2006 22:01:39 +0000 (22:01 +0000)]
file label-save-template.pl was added on branch rel_2_2 on 2007-07-10 10:54:04 +0000

18 years agofile label-edit-template.pl was added on branch rel_2_2 on 2007-07-10 10:54:04 +0000
sushi [Mon, 2 Oct 2006 22:01:39 +0000 (22:01 +0000)]
file label-edit-template.pl was added on branch rel_2_2 on 2007-07-10 10:54:04 +0000

18 years agofile label-create-template.pl was added on branch rel_2_2 on 2007-07-10 10:54:03...
sushi [Mon, 2 Oct 2006 22:01:39 +0000 (22:01 +0000)]
file label-create-template.pl was added on branch rel_2_2 on 2007-07-10 10:54:03 +0000

18 years agoSynching revised cloneSubfield javascript from default
oleonard [Mon, 2 Oct 2006 15:09:22 +0000 (15:09 +0000)]
Synching revised cloneSubfield javascript from default

18 years agocommenting out dummy test values for ean13 and 9 barcodes.
sushi [Sun, 1 Oct 2006 22:03:07 +0000 (22:03 +0000)]
commenting out dummy test values for ean13 and 9 barcodes.

18 years agosome English changes ...
kados [Wed, 27 Sep 2006 19:47:19 +0000 (19:47 +0000)]
some English changes ...

18 years agofix bug in MARC editor, when you have hide_marc=ON and want to repeat a subfield...
toins [Wed, 27 Sep 2006 14:17:29 +0000 (14:17 +0000)]
fix bug in MARC editor, when you have hide_marc=ON and want to repeat a subfield that is the only subfield of the field

18 years agoSynching with default template: improved help information for subscriptions
oleonard [Tue, 26 Sep 2006 12:59:17 +0000 (12:59 +0000)]
Synching with default template: improved help information for subscriptions

18 years agoTranslation to french for 2.2.6
tipaul [Tue, 26 Sep 2006 10:05:11 +0000 (10:05 +0000)]
Translation to french for 2.2.6

18 years agorelease notes
tipaul [Tue, 26 Sep 2006 10:04:27 +0000 (10:04 +0000)]
release notes

18 years agoremoving warn
tipaul [Tue, 26 Sep 2006 10:04:16 +0000 (10:04 +0000)]
removing warn

18 years agominor fix for serials management (planned date & publisheddate)
tipaul [Tue, 26 Sep 2006 10:04:06 +0000 (10:04 +0000)]
minor fix for serials management (planned date & publisheddate)
+ updatedonline help

18 years agoFixing user permissions error that prevented correct access policy
oleonard [Mon, 25 Sep 2006 19:22:09 +0000 (19:22 +0000)]
Fixing user permissions error that prevented correct access policy

18 years agoSynching with latest changes to default templates
oleonard [Mon, 25 Sep 2006 19:01:02 +0000 (19:01 +0000)]
Synching with latest changes to default templates

18 years agofix for encoding issues. Usefull only for libraries with UNIMARC & latin1 framework.
tipaul [Mon, 25 Sep 2006 14:02:42 +0000 (14:02 +0000)]
fix for encoding issues. Usefull only for libraries with UNIMARC & latin1 framework.

Note that this hack is necessary because of ZOOM behaviour that is different to Net::Z3950.
It must NOT be reported to rel_3 or dev_week, because they are full unicode.

PS : yes, it's quite a dirty hack, because it don't solve the problem, it just override it...

18 years agofix to modify an institition (I hardcoded)
tipaul [Mon, 25 Sep 2006 14:00:15 +0000 (14:00 +0000)]
fix to modify an institition (I hardcoded)

18 years agoremoving a filter that librarians did not understand
tipaul [Fri, 22 Sep 2006 15:55:53 +0000 (15:55 +0000)]
removing a filter that librarians did not understand

18 years agotoo much " in html. translator now happy with the modified line
tipaul [Fri, 22 Sep 2006 15:55:39 +0000 (15:55 +0000)]
too much " in html. translator now happy with the modified line

18 years agoadding some explanation to auth form
tipaul [Fri, 22 Sep 2006 15:55:03 +0000 (15:55 +0000)]
adding some explanation to auth form

18 years agoremoving subfield codes, they are useless for opac
tipaul [Fri, 22 Sep 2006 15:54:51 +0000 (15:54 +0000)]
removing subfield codes, they are useless for opac

18 years agow3c fix (translator is more happy now)
tipaul [Fri, 22 Sep 2006 15:54:33 +0000 (15:54 +0000)]
w3c fix (translator is more happy now)

18 years agoremoving a useless button (clear all)
tipaul [Fri, 22 Sep 2006 15:54:04 +0000 (15:54 +0000)]
removing a useless button (clear all)

18 years agochanging spelling to avoid some problems when translating "issues" to french (issues...
tipaul [Fri, 22 Sep 2006 15:53:39 +0000 (15:53 +0000)]
changing spelling to avoid some problems when translating "issues" to french (issues for serials & issues for circulation)

18 years agofixing a bug : removing edit & delete order when basket is closed
tipaul [Fri, 22 Sep 2006 15:52:43 +0000 (15:52 +0000)]
fixing a bug : removing edit & delete order when basket is closed

18 years agofixing a buggy link from order line to basket
tipaul [Fri, 22 Sep 2006 15:52:27 +0000 (15:52 +0000)]
fixing a buggy link from order line to basket

18 years agoadding a link to the basket
tipaul [Fri, 22 Sep 2006 15:52:04 +0000 (15:52 +0000)]
adding a link to the basket

18 years agofixing a bug that seems to be a Perl problem
tipaul [Fri, 22 Sep 2006 15:51:40 +0000 (15:51 +0000)]
fixing a bug that seems to be a Perl problem