koha.git
16 years agoremoving useless code
Paul POULAIN [Wed, 24 Oct 2007 18:40:28 +0000 (13:40 -0500)]
removing useless code

the 3 parameters :
intranetcolorstylesheet => C4::Context->preference("intranetcolorstylesheet"),
intranetstylesheet => C4::Context->preference("intranetstylesheet"),
IntranetNav => C4::Context->preference("IntranetNav"),

are filled by Auth.pm automatically, removing them in templates

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agodefaut search on kw,wrdl
Paul POULAIN [Wed, 24 Oct 2007 18:34:11 +0000 (13:34 -0500)]
defaut search on kw,wrdl

without this, the search is done on kw, and truncation is not possible.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoadding CircAutocompl systempreference
Paul POULAIN [Wed, 24 Oct 2007 18:34:10 +0000 (13:34 -0500)]
adding CircAutocompl systempreference

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoIndependantBranches behaviour fix
Paul POULAIN [Wed, 24 Oct 2007 18:31:40 +0000 (13:31 -0500)]
IndependantBranches behaviour fix

if IndependantBranches is set, then the user can't choose it's branch, it's automatically affected to it's own branch.

This fix removes the branch list & choose the branch automatically from the login

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agofrench translation, updated
Paul POULAIN [Wed, 24 Oct 2007 18:31:39 +0000 (13:31 -0500)]
french translation, updated

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agopatch
Frédéric DEMIANS [Wed, 24 Oct 2007 18:11:48 +0000 (13:11 -0500)]
patch

See attached file. Thanks.

>From 1c3021f31675193ad2e9b91a95191f9ae0caeff2 Mon Sep 17 00:00:00 2001
From: Frederic Demians <f.demians@tamil.fr>
Date: Wed, 24 Oct 2007 11:50:08 +0200
Subject: [PATCH] Borrower name autocompletion improvement
 Autocompletion is selected by syspref directly in circ-search.inc.
 This way it could be activated elsewhere just by adding CircAutocompl
 param into page using circ-search.inc.
 Done for example in circ/branchtransfers.pl. Must be done in all other
 circ/*.pl pages.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoBiblio.pm bugfixes
Galen Charlton [Wed, 24 Oct 2007 18:11:47 +0000 (13:11 -0500)]
Biblio.pm bugfixes

- uses new C4::Dates instead of C4::Date
- start work on TransformMarcToKoha
  * handle ambiguities in certain column names
  * part of patch inspired by Chris Cormack
- fix bugs preventing biblioitems and items
  from being properly updated
- ensure that biblionumber and biblioitemnumber
  always get mapped to MARC

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoRestructuring branchtransfers.tmpl to use two-column layout for input and messages...
Owen Leonard [Wed, 24 Oct 2007 18:11:46 +0000 (13:11 -0500)]
Restructuring branchtransfers.tmpl to use two-column layout for input and messages; removing unused js block from member.tmpl; Styling news listing to reflect expiration status

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agofixing date display for koha-news
Joshua Ferraro [Tue, 23 Oct 2007 17:51:56 +0000 (12:51 -0500)]
fixing date display for koha-news

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoremove quoted integers and change char to varchar
Joshua Ferraro [Tue, 23 Oct 2007 19:07:21 +0000 (14:07 -0500)]
remove quoted integers and change char to varchar

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoignore "/" when sorting Dewey call numbers
Galen Charlton [Tue, 23 Oct 2007 19:07:20 +0000 (14:07 -0500)]
ignore "/" when sorting Dewey call numbers

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoadding missing systempreferences to en
Joshua Ferraro [Tue, 23 Oct 2007 19:07:19 +0000 (14:07 -0500)]
adding missing systempreferences to en

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoContext.pm: Trivial adjustment for clarity.
Joe Atzberger [Tue, 23 Oct 2007 19:07:18 +0000 (14:07 -0500)]
Context.pm: Trivial adjustment for clarity.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoBit more comments
Chris Cormack [Tue, 23 Oct 2007 02:28:21 +0000 (21:28 -0500)]
Bit more comments

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoScript to check if system preferences exist in the code that dont exist in the database
Chris Cormack [Tue, 23 Oct 2007 02:28:20 +0000 (21:28 -0500)]
Script to check if system preferences exist in the code that dont exist in the database

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoFix for bug 1456
Chris Cormack [Tue, 23 Oct 2007 00:57:01 +0000 (19:57 -0500)]
Fix for bug 1456

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agofix another parentheses problem
Galen Charlton [Tue, 23 Oct 2007 00:55:14 +0000 (19:55 -0500)]
fix another parentheses problem

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agofix problem with prior patch that inadvertantly
Galen Charlton [Tue, 23 Oct 2007 00:55:13 +0000 (19:55 -0500)]
fix problem with prior patch that inadvertantly

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoadded dropdown for classification source for addbiblio and additem
Galen Charlton [Tue, 23 Oct 2007 00:55:12 +0000 (19:55 -0500)]
added dropdown for classification source for addbiblio and additem

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agobib and item editing bugfixes
Galen Charlton [Tue, 23 Oct 2007 00:55:11 +0000 (19:55 -0500)]
bib and item editing bugfixes

- bugfix: update items.cn_sort upon edit of item
- bugfix: make failure of a value_builder plugin non-fatal
- bugfix: remove references to non-existent plugins
          from optional MARC21 frameworks
             bookseller.pl
             marc21_callnumber.pl
             marc21_classcodes.pl
             marc21_locationqualifier.pl
- bugfix: corrected trying to enter 'u*' fields twice in the 'CF'
          format in the optional MARC21 frameworks; resulted in
          most of the framework not being loaded

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agobib and item editing bugfixes
Galen Charlton [Tue, 23 Oct 2007 00:55:10 +0000 (19:55 -0500)]
bib and item editing bugfixes

- bugfix: update items.cn_sort upon edit of item
- bugfix: make failure of a value_builder plugin non-fatal
- bugfix: remove references to non-existent plugins
          from optional MARC21 frameworks
             bookseller.pl
             marc21_callnumber.pl
             marc21_classcodes.pl
             marc21_locationqualifier.pl
- bugfix: corrected trying to enter 'u*' fields twice in the 'CF'
          format in the optional MARC21 frameworks; resulted in
          most of the framework not being loaded

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoFixing and refining toolbars, including fixes for Bug 1509.
Owen Leonard [Mon, 22 Oct 2007 21:54:54 +0000 (16:54 -0500)]
Fixing and refining toolbars, including fixes for Bug 1509.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoWorking on toolbar links, getting javascript interactions to work
Owen Leonard [Mon, 22 Oct 2007 21:54:53 +0000 (16:54 -0500)]
Working on toolbar links, getting javascript interactions to work

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoManaging IndependantBranches when creating a new Biblio
Henri-Damien LAURENT [Mon, 22 Oct 2007 19:43:16 +0000 (14:43 -0500)]
Managing IndependantBranches when creating a new Biblio

librarians can only add/edit/delete items on their own branches.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoFixing a little bug with Context, USER_AGENT changed to HTTP_USER_AGENT
Chris Cormack [Mon, 22 Oct 2007 21:26:35 +0000 (16:26 -0500)]
Fixing a little bug with Context, USER_AGENT changed to HTTP_USER_AGENT

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agofixing koha-news bugs 1508
Joshua Ferraro [Mon, 22 Oct 2007 21:43:20 +0000 (16:43 -0500)]
fixing koha-news bugs 1508
also refactored to use Dates.pm

16 years agobugfix - remove extra /TMPL_IF from template
Galen Charlton [Mon, 22 Oct 2007 19:43:20 +0000 (14:43 -0500)]
bugfix - remove extra /TMPL_IF from template

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agomoremember.pl - partially addresses date bug 1477
Joe Atzberger [Mon, 22 Oct 2007 19:43:19 +0000 (14:43 -0500)]
moremember.pl - partially addresses date bug 1477

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoquell warning about C4::Context::DIR being used only once
Galen Charlton [Mon, 22 Oct 2007 19:43:18 +0000 (14:43 -0500)]
quell warning about C4::Context::DIR being used only once

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoMisplaced closing parethesis was causing javascript error with plugins
Owen Leonard [Mon, 22 Oct 2007 19:43:17 +0000 (14:43 -0500)]
Misplaced closing parethesis was causing javascript error with plugins

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoBug Fix : kohanews was broken when nodate or bad formatted supplied.
Henri-Damien LAURENT [Mon, 22 Oct 2007 19:43:15 +0000 (14:43 -0500)]
Bug Fix : kohanews was broken when nodate or bad formatted supplied.

+ minor change in Languages in order not to have problems with eq

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agofrench translation, updated
Paul POULAIN [Mon, 22 Oct 2007 08:19:50 +0000 (03:19 -0500)]
french translation, updated

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoremoving [ and ] in query hilighting
Paul POULAIN [Mon, 22 Oct 2007 08:19:52 +0000 (03:19 -0500)]
removing [ and ] in query hilighting

otherwise, we have a regexp error 4 lines later

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agobugfix (security flaw) : the additem template was open AFTER doing actions
Paul POULAIN [Mon, 22 Oct 2007 08:19:53 +0000 (03:19 -0500)]
bugfix (security flaw) : the additem template was open AFTER doing actions

when Logguing was ON, this resulted in an internal server error, thus the discovery of this bug.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoadding <div> to each query line
Paul POULAIN [Mon, 22 Oct 2007 08:19:51 +0000 (03:19 -0500)]
adding <div> to each query line

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agomoving some systemprefs to their correct tab
Paul POULAIN [Mon, 22 Oct 2007 08:19:49 +0000 (03:19 -0500)]
moving some systemprefs to their correct tab

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agominor HTML fixes (errors detected by translator)
Paul POULAIN [Mon, 22 Oct 2007 08:19:48 +0000 (03:19 -0500)]
minor HTML fixes (errors detected by translator)

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agobugfix : handling biblionumber in a field < 010
Paul POULAIN [Mon, 22 Oct 2007 08:19:47 +0000 (03:19 -0500)]
bugfix : handling biblionumber in a field < 010

the bug occur only if we have a malformed biblio, so it should "never" happend, but i've seen it once ;-)

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years ago#1432 : duplicated barcodes when item edited
Paul POULAIN [Mon, 22 Oct 2007 08:19:46 +0000 (03:19 -0500)]
#1432 : duplicated barcodes when item edited

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoOverdues fixes (unfinished)
Paul POULAIN [Mon, 22 Oct 2007 08:19:45 +0000 (03:19 -0500)]
Overdues fixes (unfinished)

- reindenting
- upcasing SQL
- the script at least compiles...

... but it does seem not work yet

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agouserid blanked out when editing step1 or step2
Henri-Damien LAURENT [Mon, 22 Oct 2007 08:19:44 +0000 (03:19 -0500)]
userid blanked out when editing step1 or step2

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoempty commit
Paul POULAIN [Mon, 22 Oct 2007 08:19:43 +0000 (03:19 -0500)]
empty commit

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agofixes to moredetail.pl to allow status editing using updateitem.pl
Joshua Ferraro [Mon, 22 Oct 2007 04:40:50 +0000 (23:40 -0500)]
fixes to moredetail.pl to allow status editing using updateitem.pl

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agomarking autocomplete=off for the input box to prevent the
Joshua Ferraro [Mon, 22 Oct 2007 04:40:49 +0000 (23:40 -0500)]
marking autocomplete=off for the input box to prevent the

Also, updating circulation-home.tmpl to check the syspref
to enable autocomplete

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agofixing typo in updatedatabase
Joshua Ferraro [Mon, 22 Oct 2007 03:49:50 +0000 (22:49 -0500)]
fixing typo in updatedatabase

16 years agobump up version number
Galen Charlton [Mon, 22 Oct 2007 02:23:24 +0000 (21:23 -0500)]
bump up version number

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agocall number patch part 4 -- resolve conflict with another DB schema change
Galen Charlton [Mon, 22 Oct 2007 02:23:23 +0000 (21:23 -0500)]
call number patch part 4 -- resolve conflict with another DB schema change

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agocall number work part 3 -- now using new routines to generate call number sort keys
Galen Charlton [Mon, 22 Oct 2007 02:23:27 +0000 (21:23 -0500)]
call number work part 3 -- now using new routines to generate call number sort keys

C4/Biblio.pm - removed following functions:

_biblioitem_cn_sort
_items_cn_sort

TODO: add a new call number filing routine to emulate logic of
_biblioitem_cn_sort for compatibility purposes

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agocall number work part 2 -- added framework for call number filing routines
Galen Charlton [Mon, 22 Oct 2007 02:23:26 +0000 (21:23 -0500)]
call number work part 2 -- added framework for call number filing routines

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoclassification sources part 1 - system preferences
Galen Charlton [Mon, 22 Oct 2007 02:23:25 +0000 (21:23 -0500)]
classification sources part 1 - system preferences

Database schema definitions and system preferences support
for defining classification sources and filing rules.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoWorking on a fix for bug 1456
Chris Cormack [Mon, 22 Oct 2007 02:05:53 +0000 (21:05 -0500)]
Working on a fix for bug 1456

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoadding new syspref: CircAutocompl
Joshua Ferraro [Mon, 22 Oct 2007 01:33:21 +0000 (20:33 -0500)]
adding new syspref: CircAutocompl

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoMaking Koha news display more blog-like, with add/edit/delete links if user has privi...
Owen Leonard [Mon, 22 Oct 2007 01:33:20 +0000 (20:33 -0500)]
Making Koha news display more blog-like, with add/edit/delete links if user has privileges. Delete link doesn't have javascript warning yet.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoadding missing kohaversion.pl
Joshua Ferraro [Mon, 22 Oct 2007 00:59:43 +0000 (19:59 -0500)]
adding missing kohaversion.pl
adding missing line to updatedatabase

16 years agoupdatedatabase for branch category types
Ryan Higgins [Sun, 21 Oct 2007 20:11:39 +0000 (15:11 -0500)]
updatedatabase for branch category types

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoadding branch groups search in intranet.
Ryan Higgins [Sun, 21 Oct 2007 20:11:38 +0000 (15:11 -0500)]
adding branch groups search in intranet.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoExtending branch categories : adding search domains. partial commit.
Ryan Higgins [Sun, 21 Oct 2007 20:11:37 +0000 (15:11 -0500)]
Extending branch categories : adding search domains. partial commit.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agochanging DO_NOT_REMOVE to README.txt
Joshua Ferraro [Sun, 21 Oct 2007 20:11:36 +0000 (15:11 -0500)]
changing DO_NOT_REMOVE to README.txt

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agomoving localfiles to tmp
Joshua Ferraro [Sun, 21 Oct 2007 20:11:35 +0000 (15:11 -0500)]
moving localfiles to tmp

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoimprovements to zebra configuration files
Joshua Ferraro [Sun, 21 Oct 2007 20:11:34 +0000 (15:11 -0500)]
improvements to zebra configuration files

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoimprovements to zebra configuration files
Joshua Ferraro [Sun, 21 Oct 2007 20:11:33 +0000 (15:11 -0500)]
improvements to zebra configuration files

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoChanging searchmember to do an exact search on cardnumber first.
Chris Cormack [Sat, 20 Oct 2007 21:45:31 +0000 (16:45 -0500)]
Changing searchmember to do an exact search on cardnumber first.

To speed up circulations

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoStandardizing YUI toolbar
Owen Leonard [Sat, 20 Oct 2007 21:42:06 +0000 (16:42 -0500)]
Standardizing YUI toolbar

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoVarious tweaks to menus and labels, including adding virtual shelves link to global...
Owen Leonard [Sat, 20 Oct 2007 21:42:05 +0000 (16:42 -0500)]
Various tweaks to menus and labels, including adding virtual shelves link to global nav under "More"

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoMore work on standardizing toolbars. Also standardizing form markup in /tools
Owen Leonard [Sat, 20 Oct 2007 21:42:04 +0000 (16:42 -0500)]
More work on standardizing toolbars. Also standardizing form markup in /tools

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoVarious tweaks to menus and labels, including adding virtual shelves link to global...
Owen Leonard [Sat, 20 Oct 2007 21:42:03 +0000 (16:42 -0500)]
Various tweaks to menus and labels, including adding virtual shelves link to global nav under "More"

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoFix for 1477, reserves/holds not showing in moremember.pl
Chris Cormack [Sat, 20 Oct 2007 04:25:38 +0000 (23:25 -0500)]
Fix for 1477, reserves/holds not showing in moremember.pl

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoCirculation borrower name autocompletion
Frederic Demians [Fri, 19 Oct 2007 19:32:18 +0000 (14:32 -0500)]
Circulation borrower name autocompletion

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoAdding truncation ccl attributes which were missing in my commit.
Henri-Damien LAURENT [Fri, 19 Oct 2007 19:32:19 +0000 (14:32 -0500)]
Adding truncation ccl attributes which were missing in my commit.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agomerging some SQL commands to speed up updatedatabase
Paul POULAIN [Sat, 20 Oct 2007 16:36:18 +0000 (18:36 +0200)]
merging some SQL commands to speed up updatedatabase

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoremoving another non-existant plugin
Joshua Ferraro [Sat, 20 Oct 2007 19:39:55 +0000 (14:39 -0500)]
removing another non-existant plugin

16 years agoremoving non-existant plugin
Joshua Ferraro [Sat, 20 Oct 2007 19:29:18 +0000 (14:29 -0500)]
removing non-existant plugin

16 years agoBug Fixing : Adding item had a javascript Error.
Henri-Damien LAURENT [Fri, 19 Oct 2007 19:00:35 +0000 (21:00 +0200)]
Bug Fixing : Adding item had a javascript Error.

So.
There are no more errors on saving an item.
There are still little problems when you duplicate a subfield :
Display table is not adapted
When you reedit, all the duplicate field values are concatenated.
But apart from that, it works.
Donot have time enough to work on it these days.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agofixing mode to 755
Joshua Ferraro [Fri, 19 Oct 2007 15:33:07 +0000 (10:33 -0500)]
fixing mode to 755

16 years agofixing horrible terrible merge problem by reverting
Joshua Ferraro [Fri, 19 Oct 2007 15:20:25 +0000 (10:20 -0500)]
fixing horrible terrible merge problem by reverting

to HDL's last commit

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agofixes to marc21 bib framework
Joshua Ferraro [Fri, 19 Oct 2007 07:12:27 +0000 (02:12 -0500)]
fixes to marc21 bib framework

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agohandle new call number scheme
Joshua Ferraro [Fri, 19 Oct 2007 07:12:26 +0000 (02:12 -0500)]
handle new call number scheme

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoAdding index on userid in the borrowers table
Chris Cormack [Fri, 19 Oct 2007 05:28:03 +0000 (00:28 -0500)]
Adding index on userid in the borrowers table

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agocirculation.pl cleaned up. I think you'll like the difference. Less
Joe Atzberger [Thu, 18 Oct 2007 23:42:37 +0000 (18:42 -0500)]
circulation.pl cleaned up. I think you'll like the difference. Less

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoImproving Search : Adding truncation management (right, left, rightleft,not inside)
Henri-Damien LAURENT [Thu, 18 Oct 2007 23:53:54 +0000 (18:53 -0500)]
Improving Search : Adding truncation management (right, left, rightleft,not inside)

Bug Fixing : Do Not delete stopwords when phrase search.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoremoving marc21_ plugin that doesn't exist yet from the framework
Joshua Ferraro [Fri, 19 Oct 2007 01:39:38 +0000 (20:39 -0500)]
removing marc21_ plugin that doesn't exist yet from the framework

16 years agoPatch from Galen Charlton, removing $Id$ $Log$ and $Revision$ from files
Chris Cormack [Thu, 18 Oct 2007 23:53:55 +0000 (18:53 -0500)]
Patch from Galen Charlton, removing $Id$ $Log$ and $Revision$ from files

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agofix for bug 1501 - removed reference to marc_biblio from framework test
Galen Charlton [Thu, 18 Oct 2007 23:53:53 +0000 (18:53 -0500)]
fix for bug 1501 - removed reference to marc_biblio from framework test

Also added results of two subtests missing from the template.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agostart of reworking call number handling and other Biblio changes
Galen Charlton [Thu, 18 Oct 2007 23:53:52 +0000 (18:53 -0500)]
start of reworking call number handling and other Biblio changes

Most of this commit by Joshua Ferraro.
updatedatabase changes by Galen Charlton.

Major changes:

This commit includes a lot of fairly major changes
to Koha's Biblio handling, largest is the addition
and deletion of several columns in the biblioitems,
items tables, as well as cleanup of deletedbiblioitems,
deleteditems tables. Some of the changes are simple
cleanup, but most have to do with improvements to
storage of call numbers in Koha.

Also, I had to clean up the _koha_* routines quite a
lot to make them work -- there was lots of data just
being lost because columns weren't being updated.

I'm still not completely convinced that the items
table is being treated as authoritative for items
data, investigating further.

DB Changes (updated in kohastructure.sql and in
updatedatabases):

ADDED:
biblioitems.cn_source   ( auth value, CN_SOURCE, stores the source of the
                          call number: DDC, LCC, NLM, etc.)
biblioitems.cn_class    ( plugin, marc21_callnumber.pl, helps fill in
                          the rest of the biblio-level fields)
biblioitems.cn_item
biblioitems.cn_suffix
biblioitems.cn_sort     ( for zebra sorting, stored as a decimal number)
biblioitems.totalissues ( for counting the total times issued )

items.cn_source         ( auth value, CN_SOURCE, stores DDC, LCC, NLM, etc.)
items.itemcallnumber    ( plugin, marc21_itemcallnumber.pl, helps fill in
                          the itemcallnumber based on the record data )
items.cn_sort           ( for zebra sorting, stored as a decimal number)
items.ccode             ( auth value, CCODE, stores the Collection Code
                          of the item, can be used as call number prefix
                          by some libraries )
items.uri
items.materials
items.damaged

DELETED:
items.itype
items.cutterextra
biblioitems.classification
biblioitems.subclass
biblioitems.dewey
biblioitems.lcsort
biblioitems.lccn
biblioitems.ccode

DB version now 3.00.00.009.

Minor changes:

* Drop revision history from C4/Biblio.pm
* GetMarcAuthors now returns additional authors (7XX), not
  main authors (1XX)
* Debug warnings in C4/Search.pm commented out

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoAdding 2006 MARC 21 bibliographic update. Adjusting SQL syntax. Adjusting Koha 3...
thd [Wed, 17 Oct 2007 20:20:34 +0000 (15:20 -0500)]
Adding 2006 MARC 21 bibliographic update. Adjusting SQL syntax. Adjusting Koha 3.0 biblioitems and items tables mappings.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoviewlog.pl clean up, uses Dates.pm now
Joe Atzberger [Thu, 18 Oct 2007 23:53:51 +0000 (18:53 -0500)]
viewlog.pl clean up, uses Dates.pm now

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoadmin/stopwords.pl -- More cleanup
Joe Atzberger [Thu, 18 Oct 2007 23:42:16 +0000 (18:42 -0500)]
admin/stopwords.pl -- More cleanup

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoadmin/printers - basic cleanup
Joe Atzberger [Thu, 18 Oct 2007 23:42:15 +0000 (18:42 -0500)]
admin/printers - basic cleanup

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoOrdering items on holdingbranch for ISBD.
Henri-Damien LAURENT [Thu, 18 Oct 2007 23:42:14 +0000 (18:42 -0500)]
Ordering items on holdingbranch for ISBD.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoAdding some more information on issuehistory.
Henri-Damien LAURENT [Thu, 18 Oct 2007 23:37:02 +0000 (18:37 -0500)]
Adding some more information on issuehistory.

Adding itemnumber to issuehistory.pl API
so that one could search for issuehistory of a specific item.
(Useful for IndependantBranches)

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoMinor Bug Fix : Using IntranetBiblioDefaultView in Intranet
Henri-Damien LAURENT [Thu, 18 Oct 2007 23:37:01 +0000 (18:37 -0500)]
Minor Bug Fix : Using IntranetBiblioDefaultView in Intranet

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agobug Fixing bugs.koha.org 1479
Henri-Damien LAURENT [Thu, 18 Oct 2007 10:08:17 +0000 (05:08 -0500)]
bug Fixing bugs.koha.org 1479

Porting userinterface improvements from biblios to items.

I have to port that also into serialsadditems.
Maybe there could be a way to have only one place for MARCinput management.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoMinor : Adding item count to result lists.
Henri-Damien LAURENT [Thu, 18 Oct 2007 09:56:30 +0000 (04:56 -0500)]
Minor : Adding item count to result lists.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoBug Fixing : If multiple mandatory subfield and one is empty, unable to save biblio.
Henri-Damien LAURENT [Thu, 18 Oct 2007 09:50:24 +0000 (04:50 -0500)]
Bug Fixing : If multiple mandatory subfield and one is empty, unable to save biblio.

Duplicate a biblio with 3 authors, blank out one among them and try to save.
It was impossible.
Now, it works.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoBug fixing : itemtype values were not shown on ISBD
Henri-Damien LAURENT [Thu, 18 Oct 2007 09:19:46 +0000 (04:19 -0500)]
Bug fixing : itemtype values were not shown on ISBD

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoPatch from Joe Atzberger to remove $Id$ and $Log$ from scripts
Chris Cormack [Thu, 18 Oct 2007 09:05:39 +0000 (04:05 -0500)]
Patch from Joe Atzberger to remove $Id$ and $Log$ from scripts

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoTotal Test Overhaul! Most of these were stubs, and still are.
Joe Atzberger [Thu, 18 Oct 2007 08:46:20 +0000 (03:46 -0500)]
Total Test Overhaul! Most of these were stubs, and still are.

Input.t was replaced because it tested a now obsolete function.
Input.pm has that function commented out.
Several files were renamed to match their counterparts or
correct misspellingz.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoRenamed file to match module. Trivial change.
Joe Atzberger [Thu, 18 Oct 2007 03:19:08 +0000 (22:19 -0500)]
Renamed file to match module. Trivial change.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoAdding new circulation-home, what we ultimately hope to be a "dashboard" interface...
Owen Leonard [Thu, 18 Oct 2007 03:08:06 +0000 (22:08 -0500)]
Adding new circulation-home, what we ultimately hope to be a "dashboard" interface for circulation functions. circulation-home.pl was created by copy-and-paste, so it should be reviewed. Circulation sub-pages' breadcrumb links have been updated to point to circulation-home.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoFormatting admin entry forms, improving breadcrumb navigation.
Owen Leonard [Thu, 18 Oct 2007 02:54:19 +0000 (21:54 -0500)]
Formatting admin entry forms, improving breadcrumb navigation.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>