]>
git.koha-community.org Git - koha.git/log
Paul POULAIN [Wed, 24 Oct 2007 19:42:10 +0000 (14:42 -0500)]
rebuild_unimarc_100 : better handling of unusual cases
If 100$a repeated, the scripts failed to handle that correctly
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Paul POULAIN [Wed, 24 Oct 2007 19:42:09 +0000 (14:42 -0500)]
temp
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Paul POULAIN [Wed, 24 Oct 2007 19:42:08 +0000 (14:42 -0500)]
important fixes in ccl.properties
(just spelling, but very important, without them, authorities won't work)
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Paul POULAIN [Wed, 24 Oct 2007 19:42:07 +0000 (14:42 -0500)]
french translation files (.po) again...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Paul POULAIN [Wed, 24 Oct 2007 19:42:06 +0000 (14:42 -0500)]
french translation updated (again...)
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Paul POULAIN [Wed, 24 Oct 2007 19:35:25 +0000 (14:35 -0500)]
reverting defaut-search-on-kw-wrdl and doing it elsewhere
The patch default search on kw-wrdl is bugguy, as there ca be 2 idx (maybe an API limit,not sure)
So i've reverted it and added kw,wrdl on every place there is a query (the search boxes)
QUESTION : isn't it possible to have a single query for catalogue, that is TMPL_INCLUDE'd ?
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Paul POULAIN [Wed, 24 Oct 2007 19:35:24 +0000 (14:35 -0500)]
blue.css : adding some styles
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Paul POULAIN [Wed, 24 Oct 2007 19:35:23 +0000 (14:35 -0500)]
less verbose
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Paul POULAIN [Wed, 24 Oct 2007 19:15:23 +0000 (14:15 -0500)]
new tables created with innoDB & utf8 automatically
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Paul POULAIN [Wed, 24 Oct 2007 19:04:35 +0000 (14:04 -0500)]
french translation po files (updated)
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Paul POULAIN [Wed, 24 Oct 2007 19:00:00 +0000 (14:00 -0500)]
french translations (updated)
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Paul POULAIN [Wed, 24 Oct 2007 18:48:54 +0000 (13:48 -0500)]
reintroducing intranetcolorstylesheet
with a small blue.css file.
intranetcolorstylesheet is the last css included in the template.
(It should be used only for colors & graphic things)
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Paul POULAIN [Wed, 24 Oct 2007 18:48:53 +0000 (13:48 -0500)]
H:T:Pro fix for translator
PLEASE : do not include tmpl_if in <input>, the translator too get confused
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Paul POULAIN [Wed, 24 Oct 2007 18:48:52 +0000 (13:48 -0500)]
IntranetNav (reintroduced)
The content of IntranetNav is added before the "more" list, on top of the page.
Users will be able to add some frequently used links.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
Chris Cormack [Tue, 23 Oct 2007 02:28:21 +0000 (21:28 -0500)]
Bit more comments
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
Joshua Ferraro [Mon, 22 Oct 2007 21:43:20 +0000 (16:43 -0500)]
fixing koha-news bugs 1508
also refactored to use Dates.pm
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
Joshua Ferraro [Mon, 22 Oct 2007 03:49:50 +0000 (22:49 -0500)]
fixing typo in updatedatabase
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>
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>
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>
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>
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>
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>
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>
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>
Joshua Ferraro [Mon, 22 Oct 2007 00:59:43 +0000 (19:59 -0500)]
adding missing kohaversion.pl
adding missing line to updatedatabase
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
Joshua Ferraro [Sat, 20 Oct 2007 19:39:55 +0000 (14:39 -0500)]
removing another non-existant plugin
Joshua Ferraro [Sat, 20 Oct 2007 19:29:18 +0000 (14:29 -0500)]
removing non-existant plugin
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>
Joshua Ferraro [Fri, 19 Oct 2007 15:33:07 +0000 (10:33 -0500)]
fixing mode to 755
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>
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>
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>
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>
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>
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>
Joshua Ferraro [Fri, 19 Oct 2007 01:39:38 +0000 (20:39 -0500)]
removing marc21_ plugin that doesn't exist yet from the framework
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>
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>
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>
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>
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>