]> git.koha-community.org Git - koha.git/log
koha.git
18 years agoadds opaclanguages syspref, which allows turning on/off the display of
kados [Wed, 1 Mar 2006 15:51:28 +0000 (15:51 +0000)]
adds opaclanguages syspref, which allows turning on/off the display of
the languages pref on OPAC (default is on)

18 years agoAdding patronimages syspref. Adding opaclayoutstylesheet. Some explainations
kados [Wed, 1 Mar 2006 15:38:53 +0000 (15:38 +0000)]
Adding patronimages syspref. Adding opaclayoutstylesheet. Some explainations
are in order:

Right now there are three stylesheet sysprefs:

opacstylesheet - an external stylesheet specified by URL (replaces all other
stylesheets)

opaccolorstylesheet - local stylesheet specified by filename
opaclayoutstylesheet - local stylesheet specified by filename

18 years agoThis seems to be a fully working version -- it supports repeated tags and
kados [Wed, 1 Mar 2006 14:36:31 +0000 (14:36 +0000)]
This seems to be a fully working version -- it supports repeated tags and
subfields, should preserve any order specified in the template, and also
preserves ALL indicators (not just one per tag set as with the previous
hash of indicators).

18 years agoAdds support for indicators (still seems to be buggy in some instances
kados [Wed, 1 Mar 2006 05:52:33 +0000 (05:52 +0000)]
Adds support for indicators (still seems to be buggy in some instances
of repeated tags)

18 years agoget rid of warns
kados [Wed, 1 Mar 2006 05:21:22 +0000 (05:21 +0000)]
get rid of warns

18 years agoRepeated tags working now. Indicators next
kados [Wed, 1 Mar 2006 05:20:17 +0000 (05:20 +0000)]
Repeated tags working now. Indicators next

18 years agoMore testing
rangi [Wed, 1 Mar 2006 04:52:08 +0000 (04:52 +0000)]
More testing

18 years agoFixing it again, for testing
rangi [Wed, 1 Mar 2006 04:43:25 +0000 (04:43 +0000)]
Fixing it again, for testing

18 years agoThis may actually work .. hopefully anyway
rangi [Wed, 1 Mar 2006 03:47:15 +0000 (03:47 +0000)]
This may actually work .. hopefully anyway

18 years agoCommiting for joshua to test
rangi [Wed, 1 Mar 2006 03:09:15 +0000 (03:09 +0000)]
Commiting for joshua to test

18 years agosome updates.
kados [Wed, 1 Mar 2006 03:02:59 +0000 (03:02 +0000)]
some updates.

18 years agoChange to use MARChtml2xml
kados [Wed, 1 Mar 2006 02:13:45 +0000 (02:13 +0000)]
Change to use MARChtml2xml

18 years agoCommitting a new function for parcel management.
hdl [Mon, 27 Feb 2006 16:43:42 +0000 (16:43 +0000)]
Committing a new function for parcel management.
Was needed but not comitted.
Sorry.

18 years agoaddind LWP::Simple and XML::Simple package (required for amazon package)
tipaul [Mon, 27 Feb 2006 16:31:37 +0000 (16:31 +0000)]
addind LWP::Simple and XML::Simple package (required for amazon package)

18 years agobugfix : don't create an item if a subscription has expired
tipaul [Mon, 27 Feb 2006 15:52:16 +0000 (15:52 +0000)]
bugfix : don't create an item if a subscription has expired

18 years agosetting serialadditems systempreference to 0 by default : no behaviour change when...
tipaul [Mon, 27 Feb 2006 15:40:32 +0000 (15:40 +0000)]
setting serialadditems systempreference to 0 by default : no behaviour change when upgrading Koha

18 years agoremoving useless lines
tipaul [Mon, 27 Feb 2006 15:21:36 +0000 (15:21 +0000)]
removing useless lines

18 years agoadding inventory help (please fix any english error)
tipaul [Mon, 27 Feb 2006 15:14:18 +0000 (15:14 +0000)]
adding inventory help (please fix any english error)

18 years agoadding Amazon.com support for css templates as well as NPL
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

18 years ago1st draft
tipaul [Mon, 27 Feb 2006 13:53:08 +0000 (13:53 +0000)]
1st draft

18 years agouploading release notes for 2.2.5
tipaul [Mon, 27 Feb 2006 13:52:54 +0000 (13:52 +0000)]
uploading release notes for 2.2.5

18 years agoHopefully a fix for a problem Joshua was having with blank tags being added
rangi [Mon, 27 Feb 2006 07:17:55 +0000 (07:17 +0000)]
Hopefully a fix for a problem Joshua was having with blank tags being added

18 years agoremoving unsed call to gettagslib
kados [Sat, 25 Feb 2006 03:56:45 +0000 (03:56 +0000)]
removing unsed call to gettagslib

18 years agoFixes bug with previous commit. addbiblio.pl should now correctly
kados [Sat, 25 Feb 2006 03:55:08 +0000 (03:55 +0000)]
Fixes bug with previous commit. addbiblio.pl should now correctly
NOT save fields that are empty.

18 years agoLast commit included unstable elements for subfield repeatability: removing
kados [Sat, 25 Feb 2006 02:21:45 +0000 (02:21 +0000)]
Last commit included unstable elements for subfield repeatability: removing
until more stable.

18 years agolast commit included unstable elements for subfield repeatability:
kados [Sat, 25 Feb 2006 02:20:19 +0000 (02:20 +0000)]
last commit included unstable elements for subfield repeatability:
removing until stable.

18 years agoMAJOR BUGFIX: previously, when adding a tag, subfield order always started
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.

18 years agoVERY IMPORTANT BUGFIX: before this, if a blank MARC tag or subfield
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.

18 years agoFix for splitting up fixed fields containing | in them causing
kados [Thu, 23 Feb 2006 08:39:11 +0000 (08:39 +0000)]
Fix for splitting up fixed fields containing | in them causing
incorrect storage of fixed fields in Koha DB.

18 years agoRemoving an incorrect message that states that items are not exported--
kados [Thu, 23 Feb 2006 04:53:23 +0000 (04:53 +0000)]
Removing an incorrect message that states that items are not exported--
they are.

18 years agoAdding in ISSN input field + fixing mistake
bob_lyon [Thu, 23 Feb 2006 03:36:18 +0000 (03:36 +0000)]
Adding in ISSN input field + fixing mistake

18 years agoAdding ability to update ISSN number
bob_lyon [Thu, 23 Feb 2006 03:33:17 +0000 (03:33 +0000)]
Adding ability to update ISSN number

18 years agotypo from previous commit
kados [Thu, 23 Feb 2006 03:20:24 +0000 (03:20 +0000)]
typo from previous commit

18 years agoAdds the 'sortbynonfiling' systempref. With this enabled, Koha will
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.

18 years agoAdds the option to sort titles by nonfilingchars in MARC records. Note
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.

18 years agoAdding fix for if delete param is not image button
bob_lyon [Thu, 23 Feb 2006 02:50:36 +0000 (02:50 +0000)]
Adding fix for if delete param is not image button

18 years agoAdding fix for if submit param is not an image button
bob_lyon [Thu, 23 Feb 2006 02:44:10 +0000 (02:44 +0000)]
Adding fix for if submit param is not an image button

18 years agoSynching with default template: changes to allow for reording of subfields as in...
oleonard [Wed, 22 Feb 2006 16:06:36 +0000 (16:06 +0000)]
Synching with default template: changes to allow for reording of subfields as in default template

18 years agoAdding up-arrow graphic for use on addbiblio screen
oleonard [Wed, 22 Feb 2006 16:05:58 +0000 (16:05 +0000)]
Adding up-arrow graphic for use on addbiblio screen

18 years agoTake Note: I think this fixes a bug caused when independentbranches is
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.

18 years agoadding support for intranetcolorstylesheet.
kados [Tue, 21 Feb 2006 20:26:06 +0000 (20:26 +0000)]
adding support for intranetcolorstylesheet.

18 years agosetting default value for LabelMARCView to 'standard'
kados [Tue, 21 Feb 2006 20:00:13 +0000 (20:00 +0000)]
setting default value for LabelMARCView to 'standard'
----------------------------------------------------------------------

18 years agoadding support for LabelMARCView syspref
kados [Tue, 21 Feb 2006 19:57:30 +0000 (19:57 +0000)]
adding support for LabelMARCView syspref

18 years agofixing minor bug in previous commit
kados [Tue, 21 Feb 2006 19:54:55 +0000 (19:54 +0000)]
fixing minor bug in previous commit

18 years agoadding support for LabelMARCView systempref
kados [Tue, 21 Feb 2006 19:48:50 +0000 (19:48 +0000)]
adding support for LabelMARCView systempref

18 years agoFixing bug where flags no set when adding new member ... sloppy
kados [Tue, 21 Feb 2006 18:50:42 +0000 (18:50 +0000)]
Fixing bug where flags no set when adding new member ... sloppy
coding folks!

18 years agoAdding LabeledMARCView systempref to choose whether tags are displayed
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.

18 years agoFinishing basket reception.
hdl [Tue, 21 Feb 2006 16:07:27 +0000 (16:07 +0000)]
Finishing basket reception.
So Now we should be through a first draft of parcel management.

18 years agoModifying link to supplier.pl
hdl [Mon, 20 Feb 2006 14:58:46 +0000 (14:58 +0000)]
Modifying link to supplier.pl

18 years agoAdding a new way to display supplier information: When providing op=display to suppli...
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

18 years agoReverse array filled with elements from repeated subfields from first to last
thd [Mon, 20 Feb 2006 09:18:57 +0000 (09:18 +0000)]
Reverse array filled with elements from repeated subfields from first to last
to avoid last to first concatenation of elements in Koha DB.

18 years agomissing comma
kados [Sat, 18 Feb 2006 14:42:38 +0000 (14:42 +0000)]
missing comma

18 years agoFix for refresh error from HDL.
thd [Sat, 18 Feb 2006 10:06:42 +0000 (10:06 +0000)]
Fix for refresh error from HDL.

18 years agoSynchronised getMARCsubjects in rel_2_2 with HEAD.
thd [Sat, 18 Feb 2006 08:41:44 +0000 (08:41 +0000)]
Synchronised getMARCsubjects in rel_2_2 with HEAD.

18 years agoAdding parcels list to recieveorder.pl
hdl [Tue, 14 Feb 2006 17:07:24 +0000 (17:07 +0000)]
Adding parcels list to recieveorder.pl
getparcels is cutout for that matter.
Will add tomorrow the receive.pl making the proper actions.

18 years agoAttempting to fix permissions on setdebar.pl in CVS
kados [Mon, 13 Feb 2006 07:13:57 +0000 (07:13 +0000)]
Attempting to fix permissions on setdebar.pl in CVS

18 years agoAdding support for intranetstylesheet and intranetcolorstylesheet
kados [Mon, 13 Feb 2006 07:11:54 +0000 (07:11 +0000)]
Adding support for intranetstylesheet and intranetcolorstylesheet

18 years agoFixes a bug I experienced with missing qw(:standard) from CGI declaration
kados [Fri, 10 Feb 2006 01:36:17 +0000 (01:36 +0000)]
Fixes a bug I experienced with missing qw(:standard) from CGI declaration

18 years agoBug fixing and reordening some text.
hdl [Thu, 9 Feb 2006 16:47:29 +0000 (16:47 +0000)]
Bug fixing and reordening some text.

18 years agoAdds opaccolorstylesheet syspref variable to scripts
kados [Thu, 9 Feb 2006 15:01:54 +0000 (15:01 +0000)]
Adds opaccolorstylesheet syspref variable to scripts

18 years agomissing comma
kados [Thu, 9 Feb 2006 13:58:19 +0000 (13:58 +0000)]
missing comma

18 years agomissing comma caused 500
kados [Thu, 9 Feb 2006 13:51:56 +0000 (13:51 +0000)]
missing comma caused 500

18 years agochanging back to opacstylesheet
kados [Thu, 9 Feb 2006 01:10:50 +0000 (01:10 +0000)]
changing back to opacstylesheet

18 years agochange opacstylesheet to opaccolorstylesheet (that's it's name in the
kados [Thu, 9 Feb 2006 00:39:22 +0000 (00:39 +0000)]
change opacstylesheet to opaccolorstylesheet (that's it's name in the
syspref.

18 years agoTemplate bug ... missing --
kados [Wed, 8 Feb 2006 18:43:04 +0000 (18:43 +0000)]
Template bug ... missing --

18 years agoAdds some javascript functions to NPL template to improve handling of
kados [Wed, 8 Feb 2006 18:38:58 +0000 (18:38 +0000)]
Adds some javascript functions to NPL template to improve handling of
missing Amazon images (only used if AmazonContent is enabled).

18 years agomoves the 'use C4::Amazon' line behind the 'if (AmazonContent)
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.
----------------------------------------------------------------------

18 years agoTranslating into English... Better
hdl [Wed, 8 Feb 2006 16:43:49 +0000 (16:43 +0000)]
Translating into English... Better

18 years agoAdding full branches list even when Independantbranches ON and user logged in.
hdl [Wed, 8 Feb 2006 16:38:43 +0000 (16:38 +0000)]
Adding full branches list even when Independantbranches ON and user logged in.

18 years agoBug fixing statecollection itemization :
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)--.

18 years agoA new report contributed by katipo. This template needs major help
kados [Wed, 8 Feb 2006 00:00:58 +0000 (00:00 +0000)]
A new report contributed by katipo. This template needs major help
Owen :-).

18 years agoA new report contributed by katipo. Needs some updating to remove
kados [Wed, 8 Feb 2006 00:00:00 +0000 (00:00 +0000)]
A new report contributed by katipo. Needs some updating to remove
hardcoded statuses

18 years agosmall fix to close out <input> tag properly
kados [Tue, 7 Feb 2006 23:40:21 +0000 (23:40 +0000)]
small fix to close out <input> tag properly
----------------------------------------------------------------------

18 years agoFixing a bug in the query
kados [Tue, 7 Feb 2006 23:19:09 +0000 (23:19 +0000)]
Fixing a bug in the query

18 years agoRemoving extra markup and adding IF around opaccredits variable
oleonard [Tue, 7 Feb 2006 22:50:11 +0000 (22:50 +0000)]
Removing extra markup and adding IF around opaccredits variable

18 years agoBug Fixing empty loops would provide ppl with a bug. Fixing it
hdl [Tue, 7 Feb 2006 16:21:32 +0000 (16:21 +0000)]
Bug Fixing empty loops would provide ppl with a bug. Fixing it

18 years agoAdding a new system preference : serialsadditem
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)

18 years agoSynching with default and updating HTML structure
oleonard [Mon, 6 Feb 2006 21:38:26 +0000 (21:38 +0000)]
Synching with default and updating HTML structure

18 years agoConverting to comment-style TMPL tag delimiters
oleonard [Mon, 6 Feb 2006 21:28:24 +0000 (21:28 +0000)]
Converting to comment-style TMPL tag delimiters

18 years agoRemoving all color declarations from intranet.css. Original NPL color scheme now...
oleonard [Mon, 6 Feb 2006 20:41:26 +0000 (20:41 +0000)]
Removing all color declarations from intranet.css.  Original NPL color scheme now in colors.npl.css

18 years agoAdding missing declaration of template variables defining intranetstylesheet, intrane...
oleonard [Mon, 6 Feb 2006 20:12:05 +0000 (20:12 +0000)]
Adding missing declaration of template variables defining intranetstylesheet, intranetcolorstylesheet, and intranetnav

18 years agoFixing incorrect path to addchild script
oleonard [Mon, 6 Feb 2006 19:35:42 +0000 (19:35 +0000)]
Fixing incorrect path to addchild script

18 years agoAdding * and ? wildcards for borname filter (replacing them in code with % and _)
hdl [Mon, 6 Feb 2006 14:02:33 +0000 (14:02 +0000)]
Adding * and ? wildcards for borname filter (replacing them in code with % and _)

18 years agoAdding branch selection for recent acquisitions in a new page
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.

18 years agoFix bug in subject link
kados [Mon, 6 Feb 2006 00:45:03 +0000 (00:45 +0000)]
Fix bug in subject link

18 years agoAdds support for IntranetNav systempref to NPL templates
kados [Sun, 5 Feb 2006 22:02:04 +0000 (22:02 +0000)]
Adds support for IntranetNav systempref to NPL templates
----------------------------------------------------------------------

18 years agoAdds script support for IntranetNav ... see mail to koha-devel for
kados [Sun, 5 Feb 2006 21:59:20 +0000 (21:59 +0000)]
Adds script support for IntranetNav ... see mail to koha-devel for
details

18 years agoAdds database support for IntranetNav systempref -- used to add HTML
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.
----------------------------------------------------------------------

18 years agoAdds support for intranetstylesheet system pref in Koha scripts
kados [Sun, 5 Feb 2006 21:45:25 +0000 (21:45 +0000)]
Adds support for intranetstylesheet system pref in Koha scripts

18 years agoAdds support for intranetstylesheet to NPL templates
kados [Sun, 5 Feb 2006 21:38:35 +0000 (21:38 +0000)]
Adds support for intranetstylesheet to NPL templates

18 years agoAdd intranetcolorstulesheet system pref
kados [Sun, 5 Feb 2006 19:59:36 +0000 (19:59 +0000)]
Add intranetcolorstulesheet system pref

18 years agoAdd support for intranetcolorstylesheet systempref (why do we have
kados [Sat, 4 Feb 2006 21:57:16 +0000 (21:57 +0000)]
Add support for intranetcolorstylesheet systempref (why do we have
two report-homes?

18 years agoAdd support for intranetcolorstylesheet systempref
kados [Sat, 4 Feb 2006 21:56:18 +0000 (21:56 +0000)]
Add support for intranetcolorstylesheet systempref

18 years agoAdds support for intranetcolorstylesheet
kados [Sat, 4 Feb 2006 21:26:47 +0000 (21:26 +0000)]
Adds support for intranetcolorstylesheet

18 years agoAdds intranetcolorstylesheet to npl templates
kados [Sat, 4 Feb 2006 18:39:48 +0000 (18:39 +0000)]
Adds intranetcolorstylesheet to npl templates

18 years agoSeperate color from layout in NPL stylesheets
kados [Sat, 4 Feb 2006 18:27:43 +0000 (18:27 +0000)]
Seperate color from layout in NPL stylesheets

18 years agoAdds opaccolorstylesheet, intranetstylesheet, intranetcolorstylesheet
kados [Sat, 4 Feb 2006 18:17:00 +0000 (18:17 +0000)]
Adds opaccolorstylesheet, intranetstylesheet, intranetcolorstylesheet
to systemprefs.

18 years agoFix searchdesc variable to have proper spaces for display in OPAC
kados [Sat, 4 Feb 2006 17:01:31 +0000 (17:01 +0000)]
Fix searchdesc variable to have proper spaces for display in OPAC

18 years agoAdds support for opaccredits systempref to NPL templates
kados [Sat, 4 Feb 2006 16:52:01 +0000 (16:52 +0000)]
Adds support for opaccredits systempref to NPL templates

18 years agoAdding support for opaccredits to opac scripts
kados [Sat, 4 Feb 2006 16:47:21 +0000 (16:47 +0000)]
Adding support for opaccredits to opac scripts