koha.git
16 years ago(minor) removing useless template params
paul [Fri, 5 Oct 2007 07:50:04 +0000 (02:50 -0500)]
(minor) removing useless template params

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agobump to 3.00.00.006 : issues.issuedate auto fill added on update
paul [Fri, 5 Oct 2007 07:50:03 +0000 (02:50 -0500)]
bump to 3.00.00.006 : issues.issuedate auto fill added on update

In Koha 2.2 there was no field to store the issue date. There was only a timestamp
which is modified every time you do something on the line.
it's fixed in 3.0, but the new issuedate field is empty for 2.2 catalogue migrated to 3.0
This fills the issue date with a value that is probably wrong, but we can't know the correct one.
at least we have something and the stats works (Date::Calc is very unhappy if the field is empty)

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoAdding IndependantBranches Filter + adding some ordering on member list display.
Paul POULAIN [Fri, 5 Oct 2007 07:50:02 +0000 (02:50 -0500)]
Adding IndependantBranches Filter + adding some ordering on member list display.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoRevert "Adding IndependantBranches Filter + adding some ordering on member list display."
Paul POULAIN [Fri, 5 Oct 2007 07:50:01 +0000 (02:50 -0500)]
Revert "Adding IndependantBranches Filter + adding some ordering on member list display."

This reverts commit 0dee069f30f05f0d63d3b5e5047cdd3986aa373c.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoAdding IndependantBranches Filter + adding some ordering on member list display.
Paul POULAIN [Fri, 5 Oct 2007 07:50:00 +0000 (02:50 -0500)]
Adding IndependantBranches Filter + adding some ordering on member list display.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoNo need of wrdl for kw search
Paul POULAIN [Fri, 5 Oct 2007 07:49:59 +0000 (02:49 -0500)]
No need of wrdl for kw search

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoupdating opac searches, same as librarian
Paul POULAIN [Fri, 5 Oct 2007 07:49:58 +0000 (02:49 -0500)]
updating opac searches, same as librarian

(adding explicit wrdl to some queries)

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoupdating french translation
Paul POULAIN [Fri, 5 Oct 2007 07:49:57 +0000 (02:49 -0500)]
updating french translation

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoRevert "fix for bug 1468, but not sure if this is the best"
Joshua Ferraro [Fri, 5 Oct 2007 19:02:44 +0000 (14:02 -0500)]
Revert "fix for bug 1468, but not sure if this is the best"

This reverts commit ae206e86adf8eb281fd1029364c1e705f2ffa197.

16 years agoMerge branches 'master' and 'mymerges'
Joshua Ferraro [Fri, 5 Oct 2007 18:57:49 +0000 (13:57 -0500)]
Merge branches 'master' and 'mymerges'

16 years agoMore work on global resident search, toolbars, and menus.
Owen Leonard [Fri, 5 Oct 2007 07:32:05 +0000 (02:32 -0500)]
More work on global resident search, toolbars, and menus.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoMerge branches 'master' and 'mywork'
Joshua Ferraro [Fri, 5 Oct 2007 18:47:02 +0000 (13:47 -0500)]
Merge branches 'master' and 'mywork'

16 years agofix mail -> male
Joshua Ferraro [Fri, 5 Oct 2007 07:32:07 +0000 (02:32 -0500)]
fix mail -> male

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agosyntax error in memberentry
Joshua Ferraro [Thu, 4 Oct 2007 18:45:32 +0000 (13:45 -0500)]
syntax error in memberentry

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoadding support for M and N sex
Joshua Ferraro [Thu, 4 Oct 2007 18:45:31 +0000 (13:45 -0500)]
adding support for M and N sex

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agofix for bug 1468, but not sure if this is the best
Joshua Ferraro [Thu, 4 Oct 2007 18:45:30 +0000 (13:45 -0500)]
fix for bug 1468, but not sure if this is the best

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years ago#1455 (placing reserve from OPAC)
Paul POULAIN [Wed, 3 Oct 2007 17:01:06 +0000 (19:01 +0200)]
#1455 (placing reserve from OPAC)

SANOP hadn't ported reserve to OPAC yet. that's why opac reserves were no more working.

I've fixed that, but it need more testing...

Signed-off-by: Chris Cormack <crc@liblime.com>
16 years agoAdding IndependantBranches Filter + adding some ordering on member list display.
Paul POULAIN [Wed, 3 Oct 2007 17:01:05 +0000 (19:01 +0200)]
Adding IndependantBranches Filter + adding some ordering on member list display.

Signed-off-by: Chris Cormack <crc@liblime.com>
16 years agoRevert "Adding IndependantBranches Filter + adding some ordering on member list display."
Paul POULAIN [Wed, 3 Oct 2007 17:01:04 +0000 (19:01 +0200)]
Revert "Adding IndependantBranches Filter + adding some ordering on member list display."

This reverts commit 0dee069f30f05f0d63d3b5e5047cdd3986aa373c.

Signed-off-by: Chris Cormack <crc@liblime.com>
16 years agoAdding IndependantBranches Filter + adding some ordering on member list display.
Paul POULAIN [Wed, 3 Oct 2007 17:01:03 +0000 (19:01 +0200)]
Adding IndependantBranches Filter + adding some ordering on member list display.

Signed-off-by: Chris Cormack <crc@liblime.com>
16 years agoBug Fixing : privilege for blinddetailbibliosearch mistakenly was editauthorities
Henri-Damien LAURENT [Wed, 3 Oct 2007 17:01:02 +0000 (19:01 +0200)]
Bug Fixing : privilege for blinddetailbibliosearch mistakenly was editauthorities

Signed-off-by: Chris Cormack <crc@liblime.com>
16 years agoBUG FIXING : Using LEFT JOIN in replacement of implicit inner joins. WARN NOT FULLY...
Henri-Damien LAURENT [Wed, 3 Oct 2007 17:01:01 +0000 (19:01 +0200)]
BUG FIXING : Using LEFT JOIN in replacement of implicit inner joins. WARN NOT FULLY TESTED

Signed-off-by: Chris Cormack <crc@liblime.com>
16 years agoHistory was broken by my correction on SQL for SearchHistory. Corrected.
Henri-Damien LAURENT [Wed, 3 Oct 2007 17:01:00 +0000 (19:01 +0200)]
History was broken by my correction on SQL for SearchHistory. Corrected.

Signed-off-by: Chris Cormack <crc@liblime.com>
16 years agoNo need of wrdl for kw search
Paul POULAIN [Wed, 3 Oct 2007 17:00:59 +0000 (19:00 +0200)]
No need of wrdl for kw search

Signed-off-by: Chris Cormack <crc@liblime.com>
16 years agoremoving warn
Paul POULAIN [Wed, 3 Oct 2007 17:00:58 +0000 (19:00 +0200)]
removing warn

Signed-off-by: Chris Cormack <crc@liblime.com>
16 years agoupdating opac searches, same as librarian
Paul POULAIN [Wed, 3 Oct 2007 17:00:57 +0000 (19:00 +0200)]
updating opac searches, same as librarian

(adding explicit wrdl to some queries)

Signed-off-by: Chris Cormack <crc@liblime.com>
16 years agobugfix $itemtype => $value
Paul POULAIN [Wed, 3 Oct 2007 17:00:56 +0000 (19:00 +0200)]
bugfix $itemtype => $value

Signed-off-by: Chris Cormack <crc@liblime.com>
16 years ago#1445 checking that there is an expiry date
Paul POULAIN [Wed, 3 Oct 2007 17:00:55 +0000 (19:00 +0200)]
#1445 checking that there is an expiry date

if there is none, automatically warn the librarian

Signed-off-by: Chris Cormack <crc@liblime.com>
16 years ago(minor) updating doc & removing warn
Paul POULAIN [Wed, 3 Oct 2007 17:00:54 +0000 (19:00 +0200)]
(minor) updating doc & removing warn

Signed-off-by: Chris Cormack <crc@liblime.com>
16 years ago#1450 (marc21 plugins)
Paul POULAIN [Wed, 3 Oct 2007 17:00:53 +0000 (19:00 +0200)]
#1450 (marc21 plugins)

dunno why toins missed to report new marc editor changes to marc21 plugins...
(00x & leader.tmpl tested, other not tested, I don't know which field they are for. but it's a copy paste of 1 line, should work anyway)

Signed-off-by: Chris Cormack <crc@liblime.com>
16 years agoadd tip to branches for IP feature
Joshua Ferraro [Wed, 3 Oct 2007 12:32:11 +0000 (07:32 -0500)]
add tip to branches for IP feature

Signed-off-by: Chris Cormack <crc@liblime.com>
16 years ago#1449: Installer improved to add a zebra/Nozebra screen
Paul POULAIN [Wed, 3 Oct 2007 10:08:47 +0000 (12:08 +0200)]
#1449: Installer improved to add a zebra/Nozebra screen

+ some minor changes in html

Signed-off-by: Chris Cormack <crc@liblime.com>
16 years agofix to the new input param
Joshua Ferraro [Wed, 3 Oct 2007 00:53:35 +0000 (19:53 -0500)]
fix to the new input param

Signed-off-by: Chris Cormack <crc@liblime.com>
16 years agoadding new input to marc21 plugins
Joshua Ferraro [Wed, 3 Oct 2007 00:39:10 +0000 (19:39 -0500)]
adding new input to marc21 plugins

Signed-off-by: Chris Cormack <crc@liblime.com>
16 years agorestoring marc21 plugin templates
Joshua Ferraro [Wed, 3 Oct 2007 00:29:29 +0000 (19:29 -0500)]
restoring marc21 plugin templates

Signed-off-by: Chris Cormack <crc@liblime.com>
16 years agofix for bug 1451
Joshua Ferraro [Wed, 3 Oct 2007 00:29:28 +0000 (19:29 -0500)]
fix for bug 1451

Signed-off-by: Chris Cormack <crc@liblime.com>
16 years agochmod 644 on all modules
Joshua Ferraro [Wed, 3 Oct 2007 00:06:20 +0000 (19:06 -0500)]
chmod 644 on all modules

Signed-off-by: Chris Cormack <crc@liblime.com>
16 years agoFIX for #1441 (AutoLocate not work as advertised)
Paul POULAIN [Tue, 2 Oct 2007 20:30:07 +0000 (22:30 +0200)]
FIX for #1441 (AutoLocate not work as advertised)

Signed-off-by: Chris Cormack <crc@liblime.com>
16 years agofix for #1430 (subscription add fails)
Paul POULAIN [Tue, 2 Oct 2007 20:30:06 +0000 (22:30 +0200)]
fix for #1430 (subscription add fails)

due to us date format not properly set

Signed-off-by: Chris Cormack <crc@liblime.com>
16 years agounimarc specific : sorting on date-of-publication
Paul POULAIN [Tue, 2 Oct 2007 20:30:05 +0000 (22:30 +0200)]
unimarc specific : sorting on date-of-publication

Signed-off-by: Chris Cormack <crc@liblime.com>
16 years agooups, sorry, missing #
Paul POULAIN [Tue, 2 Oct 2007 20:30:04 +0000 (22:30 +0200)]
oups, sorry, missing #

Signed-off-by: Chris Cormack <crc@liblime.com>
16 years agoAdding itemtypes and branches in MARCdetail BugFixing moremember.tmpl : column descri...
Henri-Damien LAURENT [Tue, 2 Oct 2007 20:30:03 +0000 (22:30 +0200)]
Adding itemtypes and branches in MARCdetail BugFixing moremember.tmpl : column descriptions were messed.

Signed-off-by: Chris Cormack <crc@liblime.com>
16 years agoBug FIXING : Some SQL queries had an old SQL 4.1 form.
Henri-Damien LAURENT [Tue, 2 Oct 2007 20:30:02 +0000 (22:30 +0200)]
Bug FIXING : Some SQL queries had an old SQL 4.1 form.

Fixing it with LEFT JOIN.

MUST Be CAUTIOUS about biblioitems numbers.
Does a biblio have one and only one biblioitem ?
I took this for granted. But maybe it is not supposed to be so.

Signed-off-by: Chris Cormack <crc@liblime.com>
16 years agoBUG FIXING + Modification in API for DelIssue
Henri-Damien LAURENT [Tue, 2 Oct 2007 20:30:01 +0000 (22:30 +0200)]
BUG FIXING + Modification in API for DelIssue

DelIssue now takes in a reference hash of data to delete (serialid, subscriptionid and serialseq are required)
DelIssue now delete one peculiar serialid and doesnot proceed only on serialseq any longer.

Signed-off-by: Chris Cormack <crc@liblime.com>
16 years agofilefind.png. Why not having the same architecture between intranet and opac img...
Henri-Damien LAURENT [Tue, 2 Oct 2007 20:30:00 +0000 (22:30 +0200)]
filefind.png. Why not having the same architecture between intranet and opac img or images ?

Signed-off-by: Chris Cormack <crc@liblime.com>
16 years agoBug Fixing : page changes were broken for unimarcfield_4XX.pl
Henri-Damien LAURENT [Tue, 2 Oct 2007 20:29:59 +0000 (22:29 +0200)]
Bug Fixing : page changes were broken for unimarcfield_4XX.pl

Signed-off-by: Chris Cormack <crc@liblime.com>
16 years agosome cleaning in Auth
Paul POULAIN [Tue, 2 Oct 2007 20:29:58 +0000 (22:29 +0200)]
some cleaning in Auth

Signed-off-by: Chris Cormack <crc@liblime.com>
16 years agoremoving un-open TMPL_IF
Paul POULAIN [Tue, 2 Oct 2007 20:29:57 +0000 (22:29 +0200)]
removing un-open TMPL_IF

Signed-off-by: Chris Cormack <crc@liblime.com>
16 years agoRefining holds menu display; restructuring forgotton stopwords.tmpl with breadcrumbs...
Owen Leonard [Tue, 2 Oct 2007 20:01:58 +0000 (15:01 -0500)]
Refining holds menu display; restructuring forgotton stopwords.tmpl with breadcrumbs, layout, etc; Formatting reports-home.tmpl as "dashboard."

Signed-off-by: Chris Cormack <crc@liblime.com>
16 years agoSeveral changes: - add check in link to circulation checkouts listing
Owen Leonard [Tue, 2 Oct 2007 20:01:43 +0000 (15:01 -0500)]
Several changes: - add check in link to circulation checkouts listing

Signed-off-by: Chris Cormack <crc@liblime.com>
16 years agoMore work to toolbars and menus. Adding experimental YUI-based toolbar to detail...
Owen Leonard [Tue, 2 Oct 2007 20:01:29 +0000 (15:01 -0500)]
More work to toolbars and menus. Adding experimental YUI-based toolbar to detail.tmpl. Adding dashboard-style layout to tools-home.tmpl. Correcting markup in request.tmpl. Adding patron information variables to request.pl for display in holds-menu.inc.

Signed-off-by: Chris Cormack <crc@liblime.com>
16 years agoFixes for Bug 1457. Also replacing calendar widget script and css calls with call...
Owen Leonard [Tue, 2 Oct 2007 19:07:47 +0000 (14:07 -0500)]
Fixes for Bug 1457. Also replacing calendar widget script and css calls with call to calendar.inc

Signed-off-by: Chris Cormack <crc@liblime.com>
16 years agoLogical error where closing tags for LI and OL were inside the (2nd half of the)...
Joe Atzberger [Tue, 2 Oct 2007 16:01:45 +0000 (11:01 -0500)]
Logical error where closing tags for LI and OL were inside the (2nd half of the) conditional.

Signed-off-by: Chris Cormack <crc@liblime.com>
16 years agoRemoved obsolete member entry templates.
Chris Catalfo [Tue, 2 Oct 2007 15:56:32 +0000 (10:56 -0500)]
Removed obsolete member entry templates.

Signed-off-by: Chris Cormack <crc@liblime.com>
16 years agoAdded basic MARC21 index definitions.
Chris Catalfo [Tue, 2 Oct 2007 15:28:20 +0000 (10:28 -0500)]
Added basic MARC21 index definitions.

Signed-off-by: Chris Cormack <crc@liblime.com>
16 years agoadding a message if browser table is empty
Paul POULAIN [Tue, 2 Oct 2007 09:33:18 +0000 (11:33 +0200)]
adding a message if browser table is empty

The message point to the wiki page that explain how to set the feature.

Signed-off-by: Chris Cormack <crc@liblime.com>
16 years agoBUGFIX for browser and nozebra tables
Paul POULAIN [Tue, 2 Oct 2007 09:33:17 +0000 (11:33 +0200)]
BUGFIX for browser and nozebra tables

- adding browser and nozebra table definition to kohastructure & updatedatabase
- bumping to 3.00.00.005

Signed-off-by: Chris Cormack <crc@liblime.com>
16 years agoBUGFIX for 1447: Duplicate record function fails
Paul POULAIN [Tue, 2 Oct 2007 09:33:16 +0000 (11:33 +0200)]
BUGFIX for 1447: Duplicate record function fails

Signed-off-by: Chris Cormack <crc@liblime.com>
16 years agochanging the name of the zebra password file to passwd
Joshua Ferraro [Tue, 2 Oct 2007 04:14:07 +0000 (23:14 -0500)]
changing the name of the zebra password file to passwd

Signed-off-by: Chris Cormack <crc@liblime.com>
16 years agoimprovements to zebra dirs, adding READMEs to preserve empty data dirs
Joshua Ferraro [Tue, 2 Oct 2007 04:08:00 +0000 (23:08 -0500)]
improvements to zebra dirs, adding READMEs to preserve empty data dirs

Signed-off-by: Chris Cormack <crc@liblime.com>
16 years agoupdating fund field length and normalizing brancode
Joshua Ferraro [Tue, 2 Oct 2007 03:46:04 +0000 (22:46 -0500)]
updating fund field length and normalizing brancode

Signed-off-by: Chris Cormack <crc@liblime.com>
16 years agoFix for bug 1454
Chris Cormack [Tue, 2 Oct 2007 03:02:30 +0000 (22:02 -0500)]
Fix for bug 1454

Signed-off-by: Chris Cormack <crc@liblime.com>
16 years agoFix for 1431, checking userid is unique
Chris Cormack [Tue, 2 Oct 2007 01:39:59 +0000 (20:39 -0500)]
Fix for 1431, checking userid is unique

Signed-off-by: Chris Cormack <crc@liblime.com>
16 years agoFix for a bug in reserves, if a charge was incurred we got a server error, and it...
Chris Cormack [Mon, 1 Oct 2007 23:24:07 +0000 (18:24 -0500)]
Fix for a bug in reserves, if a charge was incurred we got a server error, and it wasnt listing the itemtypes available

Signed-off-by: Chris Cormack <crc@liblime.com>
16 years agosample label data
Joshua Ferraro [Mon, 1 Oct 2007 22:29:48 +0000 (17:29 -0500)]
sample label data

Signed-off-by: Chris Cormack <crc@liblime.com>
16 years agomore marc21 sample data
Joshua Ferraro [Mon, 1 Oct 2007 22:29:47 +0000 (17:29 -0500)]
more marc21 sample data

Signed-off-by: Chris Cormack <crc@liblime.com>
16 years agocommenting out set_service_options, but also removes commit op
Joshua Ferraro [Mon, 1 Oct 2007 22:29:46 +0000 (17:29 -0500)]
commenting out set_service_options, but also removes commit op

Signed-off-by: Chris Cormack <crc@liblime.com>
16 years agoUpdate instructions to match latest installer settings.
MJ Ray [Mon, 1 Oct 2007 15:13:58 +0000 (16:13 +0100)]
Update instructions to match latest installer settings.

Signed-off-by: Chris Cormack <crc@liblime.com>
16 years agoUpdate instructions about MySQL and Zebra
MJ Ray [Mon, 1 Oct 2007 15:13:57 +0000 (16:13 +0100)]
Update instructions about MySQL and Zebra

Signed-off-by: Chris Cormack <crc@liblime.com>
16 years agoAdd more zebra configuration
MJ Ray [Mon, 1 Oct 2007 15:13:56 +0000 (16:13 +0100)]
Add more zebra configuration

Signed-off-by: Chris Cormack <crc@liblime.com>
16 years agofixes last two sysprefs explanation values
Joshua Ferraro [Mon, 1 Oct 2007 02:23:18 +0000 (21:23 -0500)]
fixes last two sysprefs explanation values

Signed-off-by: Chris Cormack <crc@liblime.com>
16 years agoAdding two missing sysprefs
Joshua Ferraro [Mon, 1 Oct 2007 02:05:44 +0000 (21:05 -0500)]
Adding two missing sysprefs

Signed-off-by: Chris Cormack <crc@liblime.com>
16 years agofix bad call to GetMarcFromKohaField in bulkmarcimport, and add -fk param, allowing...
Ryan Higgins [Mon, 1 Oct 2007 00:44:16 +0000 (19:44 -0500)]
fix bad call to GetMarcFromKohaField in bulkmarcimport, and add -fk param, allowing disabling of fk constraints during import.

Signed-off-by: Chris Cormack <crc@liblime.com>
16 years agoFix for bug 1436, changing to use issuedate, not timestamp for sorting issues
Chris Cormack [Mon, 1 Oct 2007 01:43:07 +0000 (20:43 -0500)]
Fix for bug 1436, changing to use issuedate, not timestamp for sorting issues

Signed-off-by: Chris Cormack <crc@liblime.com>
16 years agonomenclature fixes, changing document to item
Joshua Ferraro [Mon, 1 Oct 2007 00:35:22 +0000 (19:35 -0500)]
nomenclature fixes, changing document to item

Signed-off-by: Chris Cormack <crc@liblime.com>
16 years agoVast improvements to marc21 bib and auth definitions
Joshua Ferraro [Sun, 30 Sep 2007 05:15:37 +0000 (00:15 -0500)]
Vast improvements to marc21 bib and auth definitions

Signed-off-by: Chris Cormack <crc@liblime.com>
16 years agoRemove NOT NULL for new columns in biblioitems as they
Joshua Ferraro [Sun, 30 Sep 2007 23:59:25 +0000 (18:59 -0500)]
Remove NOT NULL for new columns in biblioitems as they

Signed-off-by: Chris Cormack <crc@liblime.com>
16 years agoFix for bug 1437, items not showing on moredetail.pl
Chris Cormack [Sun, 30 Sep 2007 22:49:53 +0000 (17:49 -0500)]
Fix for bug 1437, items not showing on moredetail.pl

Signed-off-by: Chris Cormack <crc@liblime.com>
16 years agomore sample data for English
Joshua Ferraro [Sun, 30 Sep 2007 21:49:58 +0000 (16:49 -0500)]
more sample data for English

Signed-off-by: Chris Cormack <crc@liblime.com>
16 years agofix column spelling errors and inconsistency btwn kohastructure and Biblio.pm (editio...
Ryan Higgins [Sun, 30 Sep 2007 20:38:40 +0000 (15:38 -0500)]
fix column spelling errors and inconsistency btwn kohastructure and Biblio.pm (editionreponsability).

Signed-off-by: Chris Cormack <crc@liblime.com>
16 years agoBUGFIX: we show the 1st page, that is numbered 0
Paul POULAIN [Sun, 30 Sep 2007 20:22:35 +0000 (22:22 +0200)]
BUGFIX: we show the 1st page, that is numbered 0

Without this, the search in catalogue showed the # of results, but not the results !

Signed-off-by: Chris Cormack <crc@liblime.com>
16 years agoBUGFIX (minor)
Paul POULAIN [Sun, 30 Sep 2007 20:22:34 +0000 (22:22 +0200)]
BUGFIX (minor)

authority list ordering was bugguy

Signed-off-by: Chris Cormack <crc@liblime.com>
16 years agoFIX for 1418 (Notices (letters) overdues actions busted)
Paul POULAIN [Sun, 30 Sep 2007 20:22:33 +0000 (22:22 +0200)]
FIX for 1418 (Notices (letters) overdues actions busted)

Signed-off-by: Chris Cormack <crc@liblime.com>
16 years agojust reindenting
Paul POULAIN [Sun, 30 Sep 2007 20:22:32 +0000 (22:22 +0200)]
just reindenting

Signed-off-by: Chris Cormack <crc@liblime.com>
16 years agoBug Fixing :
Paul POULAIN [Sun, 30 Sep 2007 20:22:31 +0000 (22:22 +0200)]
Bug Fixing :

Signed-off-by: Chris Cormack <crc@liblime.com>
16 years agoBUGFIX : I forgot to add the random part of UpSubfield(...)
Paul POULAIN [Sun, 30 Sep 2007 20:22:30 +0000 (22:22 +0200)]
BUGFIX : I forgot to add the random part of UpSubfield(...)

Signed-off-by: Chris Cormack <crc@liblime.com>
16 years agochanging nomenclature of notice/status triggers feature
Joshua Ferraro [Sun, 30 Sep 2007 19:30:47 +0000 (14:30 -0500)]
changing nomenclature of notice/status triggers feature

Signed-off-by: Chris Cormack <crc@liblime.com>
16 years agolisting valid authority types
Joshua Ferraro [Sun, 30 Sep 2007 16:46:52 +0000 (11:46 -0500)]
listing valid authority types

Signed-off-by: Chris Cormack <crc@liblime.com>
16 years agomore auth cleaning
Joshua Ferraro [Sun, 30 Sep 2007 06:12:26 +0000 (01:12 -0500)]
more auth cleaning

Signed-off-by: Chris Cormack <crc@liblime.com>
16 years agominor cleanup of authorities home
Joshua Ferraro [Sun, 30 Sep 2007 06:12:25 +0000 (01:12 -0500)]
minor cleanup of authorities home

Signed-off-by: Chris Cormack <crc@liblime.com>
16 years agorevive IntranetmainUserblock syspref, three-column design for mainpage
Joshua Ferraro [Sun, 30 Sep 2007 05:55:38 +0000 (00:55 -0500)]
revive IntranetmainUserblock syspref, three-column design for mainpage

Signed-off-by: Chris Cormack <crc@liblime.com>
16 years agoimprovements to nomenclature for English
Joshua Ferraro [Sun, 30 Sep 2007 04:55:07 +0000 (23:55 -0500)]
improvements to nomenclature for English

Signed-off-by: Chris Cormack <crc@liblime.com>
16 years agoimprovements to the system preferences
Joshua Ferraro [Sun, 30 Sep 2007 04:37:21 +0000 (23:37 -0500)]
improvements to the system preferences

Signed-off-by: Chris Cormack <crc@liblime.com>
16 years agofixing sloppy coding in moremember.pl: 500 error when paton missing branchcode
Joshua Ferraro [Sun, 30 Sep 2007 02:45:04 +0000 (21:45 -0500)]
fixing sloppy coding in moremember.pl: 500 error when paton missing branchcode

 Got an error: Can't use an undefined value as a HASH reference at
                /home/jmf/koha_30_prerelease/koha/production/intranet/cgi-bin/members/moremember.pl line 191.

Signed-off-by: Chris Cormack <crc@liblime.com>
16 years agoremove test data from branches template
Joshua Ferraro [Sun, 30 Sep 2007 01:05:27 +0000 (20:05 -0500)]
remove test data from branches template

Signed-off-by: Chris Cormack <crc@liblime.com>
16 years agonomenclature to branches
Joshua Ferraro [Sun, 30 Sep 2007 01:05:26 +0000 (20:05 -0500)]
nomenclature to branches

Signed-off-by: Chris Cormack <crc@liblime.com>
16 years agofixing marc21 authorities defs
Joshua Ferraro [Sun, 30 Sep 2007 01:05:25 +0000 (20:05 -0500)]
fixing marc21 authorities defs

Signed-off-by: Chris Cormack <crc@liblime.com>
16 years agonomenclature changes and improvements to breadcrumb logic
Joshua Ferraro [Sun, 30 Sep 2007 01:05:24 +0000 (20:05 -0500)]
nomenclature changes and improvements to breadcrumb logic

Signed-off-by: Chris Cormack <crc@liblime.com>
16 years agoSmall nomenclature change, add types
Joshua Ferraro [Sun, 30 Sep 2007 01:05:23 +0000 (20:05 -0500)]
Small nomenclature change, add types

Signed-off-by: Chris Cormack <crc@liblime.com>
16 years agoimproving sample patron data
Joshua Ferraro [Sat, 29 Sep 2007 21:45:42 +0000 (16:45 -0500)]
improving sample patron data

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