tipaul [Mon, 27 Feb 2006 13:54:50 +0000 (13:54 +0000)]
adding Amazon.com support for css templates as well as NPL
Note for joshua & npl templates : i've added a amazonisbn in the $dat hash, and reintroduced the dashes in {isbn} adapt npl templates as well, or you won't get amazon.com cover anymore
kados [Sat, 25 Feb 2006 02:05:59 +0000 (02:05 +0000)]
MAJOR BUGFIX: previously, when adding a tag, subfield order always started
with 'a' because that was hardcoded into the script. Now, order is governed
by the first defined subfield in the framework.
kados [Sat, 25 Feb 2006 00:33:59 +0000 (00:33 +0000)]
VERY IMPORTANT BUGFIX: before this, if a blank MARC tag or subfield
was submitted, it would be saved. This fix checks to see if it is
blank and if not allows it to be saved.
kados [Thu, 23 Feb 2006 03:19:48 +0000 (03:19 +0000)]
Adds the 'sortbynonfiling' systempref. With this enabled, Koha will
correctly sort title searches according to the nonfiling characters
in the MARC records.
kados [Thu, 23 Feb 2006 03:16:37 +0000 (03:16 +0000)]
Adds the option to sort titles by nonfilingchars in MARC records. Note
that for systems with a lot of records (more than 100,000) this will be
a significant performance hit. Also note that if you don't have your
syspref for sortbynonfiling chars set the code will not execute.
kados [Tue, 21 Feb 2006 20:38:42 +0000 (20:38 +0000)]
Take Note: I think this fixes a bug caused when independentbranches is
turned ON and the patron is not logged in ... but I could be wrong, if
you know how this should work, please take a look. This is in response
to a bug report I recieved that when independentbranches was on,
opac-suggestions.pl was 500ing.
kados [Tue, 21 Feb 2006 18:40:08 +0000 (18:40 +0000)]
Adding LabeledMARCView systempref to choose whether tags are displayed
in standard or economical format. Later, this can be used to display
'strict' format with no labels for insane librarians who want that.
hdl [Mon, 20 Feb 2006 14:58:13 +0000 (14:58 +0000)]
Adding a new way to display supplier information: When providing op=display to supplier.pl, supplier information will be displayed and no modifications can be directly done on that.
Adding three buttons on that page : Receive, Manage orders, edit information
kados [Wed, 8 Feb 2006 17:01:01 +0000 (17:01 +0000)]
moves the 'use C4::Amazon' line behind the 'if (AmazonContent)
conditional to make sure folks don't load modules in Amazon.pm if
they're not using it. Email to koha-devel on its way.
----------------------------------------------------------------------
hdl [Wed, 8 Feb 2006 09:20:11 +0000 (09:20 +0000)]
Bug fixing statecollection itemization :
status and itemcallnumbers were not taken into account.
re writing some code in order to have only a few blocks for serialadditems.
changing status to itemstatus in template wherever it was necessary for script to work -- itemstatus(notforloan) is not status(arrived missing)--.
hdl [Tue, 7 Feb 2006 15:33:35 +0000 (15:33 +0000)]
Adding a new system preference : serialsadditem
Adding two functions in Biblio.pm : getitemlocation and getitemstatus (helpful to get location list and status list, status is supposed to be in relation with items.notforloan)
Adding a new function in Bull.pm : serialsitemize which take serial id and item information and creates the item
Modifying statecollection to add a new line (used for data input)
hdl [Mon, 6 Feb 2006 13:56:22 +0000 (13:56 +0000)]
Adding branch selection for recent acquisitions in a new page
Something will have be done about CGI controls in order to make them more multilanguage compliant (itemtype should be coped on the same basis as branches).
There is a bug to be fixed in opac-search results... forgetting the recent acquisition parameters when changing page.
kados [Sun, 5 Feb 2006 21:53:54 +0000 (21:53 +0000)]
Adds database support for IntranetNav systempref -- used to add HTML
tags to left-hand navigation menu on Intranet.
----------------------------------------------------------------------