]>
git.koha-community.org Git - koha.git/log
kados [Thu, 6 Apr 2006 07:28:01 +0000 (07:28 +0000)]
A new export script contributed by Tumer Garip allows exporting by
timestamp.
kados [Thu, 6 Apr 2006 02:15:35 +0000 (02:15 +0000)]
Fixes a bug that Paul noticed earlier today: UNIMARC tag/subfield labels
were getting mangled when displayed in the MARC editor for edits.
hdl [Wed, 5 Apr 2006 15:43:27 +0000 (15:43 +0000)]
Bugfixing declaring $branchname.
Changing Union for left join.
hdl [Wed, 5 Apr 2006 15:06:58 +0000 (15:06 +0000)]
Adding branchname to userenv.
kados [Wed, 5 Apr 2006 14:58:04 +0000 (14:58 +0000)]
adding TemplateEncoding syspref: allows librarian to specify the
encoding to use on templates.
kados [Wed, 5 Apr 2006 14:54:33 +0000 (14:54 +0000)]
Adding TemplateEncoding syspref
kados [Wed, 5 Apr 2006 14:52:51 +0000 (14:52 +0000)]
adding TemplateEncoding syspref
tipaul [Wed, 5 Apr 2006 09:52:25 +0000 (09:52 +0000)]
bugfix for catalogue display
tipaul [Wed, 5 Apr 2006 09:30:30 +0000 (09:30 +0000)]
ordering bsort1 & 2 by description
tipaul [Wed, 5 Apr 2006 09:28:53 +0000 (09:28 +0000)]
tweaks for opac css
tipaul [Tue, 4 Apr 2006 16:37:01 +0000 (16:37 +0000)]
previous stylesheet (green)
slef [Tue, 4 Apr 2006 15:16:08 +0000 (15:16 +0000)]
First check for English language.
Minor change to Amazon (avoid giving legal advice).
tipaul [Tue, 4 Apr 2006 14:12:04 +0000 (14:12 +0000)]
2.2.6 will never exist, it will be called 2.4.0.
KADOS / JOSHUA : pls proof read my release notes, they should be done & complete now.
tipaul [Tue, 4 Apr 2006 14:07:33 +0000 (14:07 +0000)]
reordering template opening
tipaul [Tue, 4 Apr 2006 14:07:03 +0000 (14:07 +0000)]
removing empty line
tipaul [Tue, 4 Apr 2006 14:06:38 +0000 (14:06 +0000)]
some changes in css templates to deal with new OPAC systempreferences
tipaul [Tue, 4 Apr 2006 14:06:10 +0000 (14:06 +0000)]
some changes in > and < links
tipaul [Tue, 4 Apr 2006 14:04:39 +0000 (14:04 +0000)]
graphic tweaking
tipaul [Tue, 4 Apr 2006 14:03:43 +0000 (14:03 +0000)]
online help updated or added
tipaul [Tue, 4 Apr 2006 14:03:11 +0000 (14:03 +0000)]
adding bookseller email
tipaul [Tue, 4 Apr 2006 14:02:50 +0000 (14:02 +0000)]
* porting npl improvements to default theme
* NEW IMPROVEMENT : tag repeat can be done with javascript only (no server call). Look/search "CloneTag"
tipaul [Tue, 4 Apr 2006 13:56:44 +0000 (13:56 +0000)]
some minor spelling changes
tipaul [Tue, 4 Apr 2006 13:55:50 +0000 (13:55 +0000)]
removing warn
tipaul [Tue, 4 Apr 2006 13:55:34 +0000 (13:55 +0000)]
adding bookseller email
tipaul [Tue, 4 Apr 2006 13:54:10 +0000 (13:54 +0000)]
advancedMARCeditor systempref management
tipaul [Tue, 4 Apr 2006 13:33:52 +0000 (13:33 +0000)]
* removing smart::comment dependency
* formatting dates
* managing highlight
tipaul [Tue, 4 Apr 2006 13:32:53 +0000 (13:32 +0000)]
managing an empty parameter
tipaul [Tue, 4 Apr 2006 13:32:08 +0000 (13:32 +0000)]
just some tweakings (no changes).
nonfillingchar systempref won't work in UNIMARC (as there is no indicator to set it)
tipaul [Tue, 4 Apr 2006 13:15:50 +0000 (13:15 +0000)]
add the last 5 arrived serials for a given subscription (to enable "rollback")
tipaul [Tue, 4 Apr 2006 13:14:54 +0000 (13:14 +0000)]
* removing Smart::Comment dependency (should not be required for 2.4, only for 3.0)
* fixing some SQL bug
tipaul [Tue, 4 Apr 2006 13:13:47 +0000 (13:13 +0000)]
* using a left join to avoid missing some lines.
* fixing a bug when a parameter is empty.
tipaul [Tue, 4 Apr 2006 08:18:14 +0000 (08:18 +0000)]
* fixing a bug with hide_marc systempref (the image don't exist anymore if hide_marc is set)
* emptying the value, not the subfield code (depends on hide_marc too : the input is in [0] or [1])
kados [Mon, 3 Apr 2006 23:43:20 +0000 (23:43 +0000)]
fixing a bug in the way that max is generated when finding the next
borrowernumber. Now, using mysql 4.1 we can convert to an integer
to get an accurate next value.
tipaul [Mon, 3 Apr 2006 14:19:29 +0000 (14:19 +0000)]
fixing an error in help message
tipaul [Mon, 3 Apr 2006 12:52:50 +0000 (12:52 +0000)]
oups, sorry kados, I had removed something you wrote for MARC21 authorities...
tipaul [Mon, 3 Apr 2006 12:40:14 +0000 (12:40 +0000)]
adding patron image support in default template
tipaul [Mon, 3 Apr 2006 10:35:30 +0000 (10:35 +0000)]
changing the <table> for a more readable look
tipaul [Mon, 3 Apr 2006 10:29:23 +0000 (10:29 +0000)]
kados added a "any item type" to the itemtype list. (march 8th). This string was in Perl, thus untranslatable. With this fix, it is now moved to the template.
kados [Sun, 2 Apr 2006 18:33:40 +0000 (18:33 +0000)]
removing warn.
kados [Sun, 2 Apr 2006 18:32:20 +0000 (18:32 +0000)]
fixing extra leader position.
kados [Sun, 2 Apr 2006 15:57:56 +0000 (15:57 +0000)]
removing encode, cleaning up a bit.
kados [Sun, 2 Apr 2006 14:52:23 +0000 (14:52 +0000)]
adding dateentered ... thanks Tumer
kados [Fri, 31 Mar 2006 18:07:44 +0000 (18:07 +0000)]
Permits exporting bib data as MARC from the command line
tipaul [Thu, 30 Mar 2006 14:20:03 +0000 (14:20 +0000)]
don't use + on a numeric value when you want to do a concat !!!
oleonard [Tue, 28 Mar 2006 19:35:46 +0000 (19:35 +0000)]
Another alternate OPAC color scheme (designed for http://afognak.org/)
oleonard [Sat, 25 Mar 2006 15:02:05 +0000 (15:02 +0000)]
Renaming CSS files to follow a standard convention:
opac-layout. * .css contains layout, font, and formatting information
opac-colors. * .css contains color, background-color, and border information
oleonard [Wed, 22 Mar 2006 18:32:34 +0000 (18:32 +0000)]
Adding reserve link to book bag. Link acts on parent window. It's not bulk reserves from the book bag, but it's something.
oleonard [Wed, 22 Mar 2006 18:24:08 +0000 (18:24 +0000)]
Adding button image for 'remove from this list' (used in book bag)
hdl [Wed, 22 Mar 2006 14:21:02 +0000 (14:21 +0000)]
Bug fixing : link with MARC subjects in detail page were invalid. Fixing it.
kados [Tue, 21 Mar 2006 14:47:12 +0000 (14:47 +0000)]
fixes a bug where if the record contained wide chars already it would
throw a 500 error.
kados [Tue, 21 Mar 2006 04:38:53 +0000 (04:38 +0000)]
improved handling of visibility
kados [Tue, 21 Mar 2006 04:38:14 +0000 (04:38 +0000)]
improved handling of visibility.
kados [Tue, 21 Mar 2006 03:39:35 +0000 (03:39 +0000)]
add support for hidden fields being hidden in the editor
kados [Tue, 21 Mar 2006 01:30:31 +0000 (01:30 +0000)]
bugfixing form submission
tipaul [Mon, 20 Mar 2006 15:16:08 +0000 (15:16 +0000)]
* check that an item is not on loan before deleting it (proposal from Tümer)
* escape " to &
kados [Sun, 19 Mar 2006 03:06:38 +0000 (03:06 +0000)]
improvements to plugin
kados [Sun, 19 Mar 2006 02:51:20 +0000 (02:51 +0000)]
new plugin for fixed field 003
kados [Sat, 18 Mar 2006 22:55:26 +0000 (22:55 +0000)]
add syspref for the MARC Organization Code of the library
kados [Sat, 18 Mar 2006 13:20:21 +0000 (13:20 +0000)]
keep subfields expanded if values exist
kados [Sat, 18 Mar 2006 13:15:53 +0000 (13:15 +0000)]
minor cleanup of css
kados [Fri, 17 Mar 2006 10:49:22 +0000 (10:49 +0000)]
Heavy revisions to MARC Editor ... I'll send a mail to koha-devel asap.
kados [Fri, 17 Mar 2006 05:25:37 +0000 (05:25 +0000)]
setting default for leader position 9 to unicode ('a')
kados [Thu, 16 Mar 2006 17:54:37 +0000 (17:54 +0000)]
remove incorrect DISABLE READONLY from input tag -- thanks paul!
tipaul [Wed, 15 Mar 2006 15:31:20 +0000 (15:31 +0000)]
update of release notes for 2.2.6
tipaul [Wed, 15 Mar 2006 15:10:29 +0000 (15:10 +0000)]
added a new feature in summary building (for an authority)
If you enter [XXX*] ([250*] for example), the whole field will be displayed as it's saved. This will solve the problem with reordered subfields.
tipaul [Wed, 15 Mar 2006 10:46:31 +0000 (10:46 +0000)]
removing hardcoded link in summary of authority (on $heading) : it can be set in the template (in the # of biblios column) :
<a href="/cgi-bin/koha/opac-search.pl?type=opac&op=do_search&marclist=<!-- TMPL_VAR NAME="biblio_fields" -->&operator==&value=<!-- TMPL_VAR NAME="authid" -->&and_or=and&excluding="><!-- TMPL_VAR NAME="used" --></a> <!-- TMPL_VAR NAME="used" -->
that's what I did for css templates, it work like a charm. It's better I think because when the library defines it's own summary, the hardcoded link didn't appear.
tipaul [Wed, 15 Mar 2006 10:43:14 +0000 (10:43 +0000)]
porting authorities headings to css templates
kados [Wed, 15 Mar 2006 06:17:08 +0000 (06:17 +0000)]
refining visibility scheme further -- I don't think the leader would
ever be hidden from the Intranet
kados [Wed, 15 Mar 2006 06:03:49 +0000 (06:03 +0000)]
change 'hidden' to check encoded scheme
kados [Wed, 15 Mar 2006 05:34:15 +0000 (05:34 +0000)]
fixing visibility flag: if ((<=-4)||(>=5)) { not in the editor unless exists
r is added}
kados [Wed, 15 Mar 2006 05:32:34 +0000 (05:32 +0000)]
removing duplicate
kados [Wed, 15 Mar 2006 05:15:52 +0000 (05:15 +0000)]
adding information about new visibility feature to help file
kados [Wed, 15 Mar 2006 05:08:07 +0000 (05:08 +0000)]
slight adjustment to visibility comparison
kados [Wed, 15 Mar 2006 04:54:11 +0000 (04:54 +0000)]
refining addbiblio.pl to allow for greater complexity in visibility flag
(called 'Hidden'). See email to koha-devel.
kados [Wed, 15 Mar 2006 04:53:20 +0000 (04:53 +0000)]
refining MARC detail in opac to check if visibility flag is >0 rather
than if it just exists.
kados [Tue, 14 Mar 2006 22:55:31 +0000 (22:55 +0000)]
adds further functionality to not load subfields marked '3' in the
Hidden in frameworks. Once this is confirmed stable I'll send an email
to koha-devel as it's quite an important feature.
kados [Tue, 14 Mar 2006 18:52:01 +0000 (18:52 +0000)]
bugfix for previous commit -- now you can actually save a value in
'Hidden'.
kados [Tue, 14 Mar 2006 18:29:34 +0000 (18:29 +0000)]
add support for 'Hidden' in marc_subfields_structure.pl to have a value
from 0-9 rather than just a checkbox
kados [Tue, 14 Mar 2006 18:00:29 +0000 (18:00 +0000)]
adds visibility status to MARC subfields.
kados [Tue, 14 Mar 2006 17:57:32 +0000 (17:57 +0000)]
adds the ability to 'hide' and 'make visible' subfields in the marc
editor. Relies on the MARC Framework's 'hidden' being set to '2'.
oleonard [Tue, 14 Mar 2006 17:17:38 +0000 (17:17 +0000)]
Adding method for on-the-spot renewal of patron records impending or past expiration dates. Also modifying 'lift debarment' form to use new setstatus script
oleonard [Tue, 14 Mar 2006 17:14:24 +0000 (17:14 +0000)]
setstatus.pl will now process 'lift debarral' requests as well as 'update borrower expiry' requests
oleonard [Tue, 14 Mar 2006 17:01:56 +0000 (17:01 +0000)]
Adding expiry variable to template so that date can be displayed with warnings about pending expiration.
kados [Tue, 14 Mar 2006 15:29:46 +0000 (15:29 +0000)]
hide authorities heading search in OPAC if Disable_Dictionary is set.
kados [Tue, 14 Mar 2006 15:29:15 +0000 (15:29 +0000)]
hide authorities search if Disable_Dictionary is set
kados [Mon, 13 Mar 2006 21:51:30 +0000 (21:51 +0000)]
adding ability to set 'renewaldate' to allow a 'renew' button from
circ screen as requested by NPL.
oleonard [Mon, 13 Mar 2006 19:49:45 +0000 (19:49 +0000)]
Another set of alternate OPAC stylesheets (designed originally for http://smfpl.org/)
oleonard [Mon, 13 Mar 2006 19:38:13 +0000 (19:38 +0000)]
Adding style declaration for 'overdue'
oleonard [Mon, 13 Mar 2006 19:36:59 +0000 (19:36 +0000)]
1. Removing unecessary NPL-specific markup
2. Highlighting overdue count in search results table
oleonard [Mon, 13 Mar 2006 19:30:05 +0000 (19:30 +0000)]
1. Formatting 'fines' amount to two decimal places
2. Sending through 'overdues' and 'issues' variables separately (instead of just as odissue) so that overdues can be styled separately.
kados [Mon, 13 Mar 2006 18:37:18 +0000 (18:37 +0000)]
bugfixing
tipaul [Mon, 13 Mar 2006 17:39:16 +0000 (17:39 +0000)]
notes for 2.2.6 (that will be 2.4.0)
oleonard [Fri, 10 Mar 2006 16:36:53 +0000 (16:36 +0000)]
This template was added for NPL but not default
kados [Fri, 10 Mar 2006 05:04:22 +0000 (05:04 +0000)]
check for existance of $record before trying as_xml operation
kados [Fri, 10 Mar 2006 04:11:23 +0000 (04:11 +0000)]
convert to utf-8 on import
kados [Fri, 10 Mar 2006 02:35:07 +0000 (02:35 +0000)]
IMPORTANT:
MARC::Record objects coming in from the reservoir are probably going to
be encoded as MARC-8. This enures that they will be converted into UTF-8
before being displayed to the user (if they are in fact MARC-8). It's most
easily done by turning the record into a MARC::File::XML object and then
going back to MARC::Record -- easiest to do for me that is. Of course, a
better solution is to create a routine that changes the encoding of a
MARC::Record object (I was surprised to find such did not exist). I have
tested this method for MARC21, but I'm not familiar with the issues with
encoding in UNIMARC: are UNIMARC records ever encoded in charater sets
other than MARC-8 and UTF-8? (if so, I will need to adjust this code).
oleonard [Thu, 9 Mar 2006 20:43:35 +0000 (20:43 +0000)]
This file is no longer necessary due to fixes for Bug 585
oleonard [Thu, 9 Mar 2006 20:36:22 +0000 (20:36 +0000)]
Swapping out intranet-nav.inc for intranet-nav-brief.inc.
oleonard [Thu, 9 Mar 2006 20:35:07 +0000 (20:35 +0000)]
Swapping out intranet-nav.inc for intranet-nav-brief.inc. The latter is no longer necessary because of improvements to in-page javascripts (Bug 585)
oleonard [Thu, 9 Mar 2006 20:24:55 +0000 (20:24 +0000)]
Removing NPL-specific markup. Some reformatting to make more translator-friendly.