]>
git.koha-community.org Git - koha.git/log
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.
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
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
bob_lyon [Wed, 29 Nov 2006 01:20:32 +0000 (01:20 +0000)]
Fixing spelling mistake
bob_lyon [Tue, 28 Nov 2006 01:34:47 +0000 (01:34 +0000)]
Fixed problem with irregularity - helps to call the right subroutine
bob_lyon [Tue, 28 Nov 2006 00:55:00 +0000 (00:55 +0000)]
Fixing problem with not passing enough variables about
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
bob_lyon [Mon, 27 Nov 2006 05:33:23 +0000 (05:33 +0000)]
Fixing place for where we get the subscription id from
bob_lyon [Mon, 27 Nov 2006 04:39:35 +0000 (04:39 +0000)]
Removing warns and data dumps from the code
bob_lyon [Mon, 27 Nov 2006 04:34:38 +0000 (04:34 +0000)]
Altering template to use newer css calls
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
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
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
bob_lyon [Sun, 26 Nov 2006 23:08:04 +0000 (23:08 +0000)]
Adding in missing gif for the calendar popup
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
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?)
bob_lyon [Fri, 24 Nov 2006 00:23:22 +0000 (00:23 +0000)]
Adding in the updated files for the routing serials
bob_lyon [Fri, 24 Nov 2006 00:18:05 +0000 (00:18 +0000)]
Adding in new files for the routing serials first
tipaul [Thu, 23 Nov 2006 10:43:56 +0000 (10:43 +0000)]
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
tipaul [Thu, 23 Nov 2006 10:42:27 +0000 (10:42 +0000)]
translation to french updates (for 2.2.7)
tipaul [Thu, 23 Nov 2006 10:42:03 +0000 (10:42 +0000)]
minor css changes
tipaul [Thu, 23 Nov 2006 10:41:41 +0000 (10:41 +0000)]
fix for opac-top.inc inclusion
tipaul [Wed, 22 Nov 2006 16:02:52 +0000 (16:02 +0000)]
fix for #1177 = removal of additionnal authors & bibliosubjects
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)
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
tipaul [Wed, 22 Nov 2006 10:23:51 +0000 (10:23 +0000)]
closing <p>
tipaul [Wed, 22 Nov 2006 10:22:08 +0000 (10:22 +0000)]
removing 2 warns
toins [Wed, 22 Nov 2006 09:40:25 +0000 (09:40 +0000)]
removing a javascript alert.
hdl [Thu, 16 Nov 2006 09:54:25 +0000 (09:54 +0000)]
Bug fixing : would search twice because searched when authtypecode=''
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
sushi [Tue, 14 Nov 2006 23:25:48 +0000 (23:25 +0000)]
chris's extra line fix, to clear top label margin.
hdl [Tue, 14 Nov 2006 13:55:10 +0000 (13:55 +0000)]
bug fixing : Now display correct search for multiple marc fields in biblio
hdl [Tue, 14 Nov 2006 10:43:57 +0000 (10:43 +0000)]
BUG Fixing : OPAC would display NO results When multiple fields are queried.
hdl [Tue, 14 Nov 2006 10:42:27 +0000 (10:42 +0000)]
Adding NoTitle when title is empty so that it can be viewed.
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.
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
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.
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.
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.
sushi [Tue, 24 Oct 2006 04:26:15 +0000 (04:26 +0000)]
fixed bad requires for LWP::Simple, XML::Simple, Date::Calc modules
tipaul [Tue, 17 Oct 2006 07:38:34 +0000 (07:38 +0000)]
ukrainian templates for 2.2.6
tipaul [Tue, 17 Oct 2006 07:33:45 +0000 (07:33 +0000)]
french templates for 2.2.6
tipaul [Tue, 17 Oct 2006 07:30:42 +0000 (07:30 +0000)]
ukrainian templates for 2.2.6
tipaul [Tue, 17 Oct 2006 07:26:43 +0000 (07:26 +0000)]
french templates for 2.2.6
oleonard [Tue, 17 Oct 2006 01:04:47 +0000 (01:04 +0000)]
Synching with default templates
oleonard [Mon, 16 Oct 2006 20:46:44 +0000 (20:46 +0000)]
Synching with default
tipaul [Fri, 13 Oct 2006 10:00:30 +0000 (10:00 +0000)]
uptodate french & ukranian translations
tipaul [Fri, 13 Oct 2006 09:59:59 +0000 (09:59 +0000)]
improving & fixing a bug. Run without parameter to see what is new
tipaul [Fri, 13 Oct 2006 09:59:40 +0000 (09:59 +0000)]
removing useless filter
tipaul [Fri, 13 Oct 2006 09:58:35 +0000 (09:58 +0000)]
isbnsearch now don't loose the framework code
tipaul [Fri, 13 Oct 2006 09:58:16 +0000 (09:58 +0000)]
fix to have library informations correctly printed
tipaul [Fri, 13 Oct 2006 08:34:21 +0000 (08:34 +0000)]
removing warn
tipaul [Fri, 13 Oct 2006 08:33:34 +0000 (08:33 +0000)]
removing warns
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
hdl [Wed, 11 Oct 2006 21:07:57 +0000 (21:07 +0000)]
BUG Fixing adding multiple fields now works.
toins [Wed, 11 Oct 2006 16:08:55 +0000 (16:08 +0000)]
Branch for the user logged is selected by default now.
toins [Wed, 11 Oct 2006 14:47:40 +0000 (14:47 +0000)]
'+' don't be deleted when cloning a subfield.
toins [Wed, 11 Oct 2006 14:43:54 +0000 (14:43 +0000)]
Add "previous" when browsing the results.
hdl [Wed, 11 Oct 2006 13:14:46 +0000 (13:14 +0000)]
Adding branch selection if SearchMyLibraryFirst is set
Antoine .... Your turn
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.
hdl [Mon, 9 Oct 2006 07:36:36 +0000 (07:36 +0000)]
Bug Fixing : reports were incorrect when charset=utf8
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
hdl [Fri, 6 Oct 2006 13:48:56 +0000 (13:48 +0000)]
Correcting a Note : items ARE exported.
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.
hdl [Fri, 6 Oct 2006 12:42:10 +0000 (12:42 +0000)]
Adding Auto-Submit when changing branches.
rych [Fri, 6 Oct 2006 02:41:41 +0000 (02:41 +0000)]
Escaping to allow html in sysprefs
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
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
oleonard [Tue, 3 Oct 2006 14:39:07 +0000 (14:39 +0000)]
Correcting path to favicon, removing javascript: pseudo protocol from js link
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
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
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
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
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
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
oleonard [Mon, 2 Oct 2006 15:09:22 +0000 (15:09 +0000)]
Synching revised cloneSubfield javascript from default
sushi [Sun, 1 Oct 2006 22:03:07 +0000 (22:03 +0000)]
commenting out dummy test values for ean13 and 9 barcodes.
kados [Wed, 27 Sep 2006 19:47:19 +0000 (19:47 +0000)]
some English changes ...
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
oleonard [Tue, 26 Sep 2006 12:59:17 +0000 (12:59 +0000)]
Synching with default template: improved help information for subscriptions
tipaul [Tue, 26 Sep 2006 10:05:11 +0000 (10:05 +0000)]
Translation to french for 2.2.6
tipaul [Tue, 26 Sep 2006 10:04:27 +0000 (10:04 +0000)]
release notes
tipaul [Tue, 26 Sep 2006 10:04:16 +0000 (10:04 +0000)]
removing warn
tipaul [Tue, 26 Sep 2006 10:04:06 +0000 (10:04 +0000)]
minor fix for serials management (planned date & publisheddate)
+ updatedonline help
oleonard [Mon, 25 Sep 2006 19:22:09 +0000 (19:22 +0000)]
Fixing user permissions error that prevented correct access policy
oleonard [Mon, 25 Sep 2006 19:01:02 +0000 (19:01 +0000)]
Synching with latest changes to default templates
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...
tipaul [Mon, 25 Sep 2006 14:00:15 +0000 (14:00 +0000)]
fix to modify an institition (I hardcoded)
tipaul [Fri, 22 Sep 2006 15:55:53 +0000 (15:55 +0000)]
removing a filter that librarians did not understand
tipaul [Fri, 22 Sep 2006 15:55:39 +0000 (15:55 +0000)]
too much " in html. translator now happy with the modified line
tipaul [Fri, 22 Sep 2006 15:55:03 +0000 (15:55 +0000)]
adding some explanation to auth form
tipaul [Fri, 22 Sep 2006 15:54:51 +0000 (15:54 +0000)]
removing subfield codes, they are useless for opac
tipaul [Fri, 22 Sep 2006 15:54:33 +0000 (15:54 +0000)]
w3c fix (translator is more happy now)
tipaul [Fri, 22 Sep 2006 15:54:04 +0000 (15:54 +0000)]
removing a useless button (clear all)
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)
tipaul [Fri, 22 Sep 2006 15:52:43 +0000 (15:52 +0000)]
fixing a bug : removing edit & delete order when basket is closed
tipaul [Fri, 22 Sep 2006 15:52:27 +0000 (15:52 +0000)]
fixing a buggy link from order line to basket
tipaul [Fri, 22 Sep 2006 15:52:04 +0000 (15:52 +0000)]
adding a link to the basket
tipaul [Fri, 22 Sep 2006 15:51:40 +0000 (15:51 +0000)]
fixing a bug that seems to be a Perl problem