koha.git
16 years agopatch to sysprefs and minor fix to Search.pm that
Joshua Ferraro [Tue, 30 Oct 2007 02:13:46 +0000 (21:13 -0500)]
patch to sysprefs and minor fix to Search.pm that

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agofixes to enable truncation to play nicely with
Joshua Ferraro [Mon, 29 Oct 2007 22:42:32 +0000 (17:42 -0500)]
fixes to enable truncation to play nicely with

field weighting, stemming, fuzzy, etc.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agomajor cleanup of buildQuery, creating some internal functions
Joshua Ferraro [Mon, 29 Oct 2007 22:42:31 +0000 (17:42 -0500)]
major cleanup of buildQuery, creating some internal functions

to handle stemming, field weighting, truncation

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agomoving unimarc subtypes to an include, adding UNIMARC flag
Joshua Ferraro [Mon, 29 Oct 2007 22:42:30 +0000 (17:42 -0500)]
moving unimarc subtypes to an include, adding UNIMARC flag

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agofixing re-sorting in staff client
Joshua Ferraro [Mon, 29 Oct 2007 22:42:29 +0000 (17:42 -0500)]
fixing re-sorting in staff client

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agofixing branch limits and searchdomain limits
Joshua Ferraro [Mon, 29 Oct 2007 22:42:28 +0000 (17:42 -0500)]
fixing branch limits and searchdomain limits

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agofixes to searching:
Joshua Ferraro [Mon, 29 Oct 2007 22:42:27 +0000 (17:42 -0500)]
fixes to searching:

* bringing back facets
* bringing back stemming (syspref controlled)
* bringing back field weighting (syspref controlled)
* bringing back language limits
* bringing back year limits
* fixing 'expanded view'
* improvements to template

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoSearching Patch 1: fixing searching in 3.0
Joshua Ferraro [Mon, 29 Oct 2007 22:42:26 +0000 (17:42 -0500)]
Searching Patch 1: fixing searching in 3.0

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoChanges to install.pl
Henri-Damien LAURENT [Mon, 29 Oct 2007 22:15:40 +0000 (17:15 -0500)]
Changes to install.pl

Changing structure :
adding a marcflavour directory to data/language/
This directory shall have the same subdirectory structure as /data/language
This allows for instance adding optionals CD-Framework or Serials Frameworks
keeping default frameworks mandatory.
install.pl was changed in order to manage those changes.
Could be changed in order to skip marcflavour selection if marcflavour directory is not found.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoadding manage reviews to tools
Joshua Ferraro [Mon, 29 Oct 2007 22:13:10 +0000 (17:13 -0500)]
adding manage reviews to tools

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoimprovements to links in tools
Joshua Ferraro [Mon, 29 Oct 2007 22:13:09 +0000 (17:13 -0500)]
improvements to links in tools

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agofixing breadcrumbs in the tools module
Joshua Ferraro [Mon, 29 Oct 2007 22:13:08 +0000 (17:13 -0500)]
fixing breadcrumbs in the tools module

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agofixes for auth_val interface:
Ryan Higgins [Mon, 29 Oct 2007 22:13:07 +0000 (17:13 -0500)]
fixes for auth_val interface:

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoFix for broken Biblio.pm
Chris Cormack [Mon, 29 Oct 2007 22:10:58 +0000 (17:10 -0500)]
Fix for broken Biblio.pm

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoUpdating updatedatabase and kohaversion.pl for new reports tables
Chris Cormack [Mon, 29 Oct 2007 21:56:36 +0000 (16:56 -0500)]
Updating updatedatabase and kohaversion.pl for new reports tables

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agobatch import rework -- implement stage-commit-undo for batch import
Galen Charlton [Mon, 29 Oct 2007 21:45:14 +0000 (16:45 -0500)]
batch import rework -- implement stage-commit-undo for batch import

Revamps the import options on the tools menu to have two parts:

[1] Staging (load file into reservoir)
[2] Managing (review the list of staged batches, then
    choose to commit or undo a given batch.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agomore work on batch import
Galen Charlton [Mon, 29 Oct 2007 21:45:13 +0000 (16:45 -0500)]
more work on batch import

* Completely removed old marc_breeding table
* Started updated Tools import function to stage records

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agomore work on the import changes; introduced C4::Matcher
Galen Charlton [Mon, 29 Oct 2007 21:45:12 +0000 (16:45 -0500)]
more work on the import changes; introduced C4::Matcher

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoadding sample data
Joshua Ferraro [Mon, 29 Oct 2007 21:45:11 +0000 (16:45 -0500)]
adding sample data

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agofixing itemtype image, sample data, improving
Joshua Ferraro [Mon, 29 Oct 2007 21:45:10 +0000 (16:45 -0500)]
fixing itemtype image, sample data, improving

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoimprovements to links in tools
Joshua Ferraro [Mon, 29 Oct 2007 21:45:09 +0000 (16:45 -0500)]
improvements to links in tools

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoadding sample data and improving nomenclature
Joshua Ferraro [Mon, 29 Oct 2007 21:45:08 +0000 (16:45 -0500)]
adding sample data and improving nomenclature

Budgets
Holidays
News
Notices

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agonomenclature changes
Joshua Ferraro [Mon, 29 Oct 2007 21:45:07 +0000 (16:45 -0500)]
nomenclature changes

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agofixing breadcrumbs in the tools module
Joshua Ferraro [Mon, 29 Oct 2007 21:45:06 +0000 (16:45 -0500)]
fixing breadcrumbs in the tools module

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agochanging the filter on import borrowers to patron search
Joshua Ferraro [Mon, 29 Oct 2007 21:45:05 +0000 (16:45 -0500)]
changing the filter on import borrowers to patron search

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoremoving nonsensical op=opac-search from hidden inputs
Joshua Ferraro [Mon, 29 Oct 2007 21:45:04 +0000 (16:45 -0500)]
removing nonsensical op=opac-search from hidden inputs

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoadding itemtype images to sample data
Joshua Ferraro [Mon, 29 Oct 2007 21:45:03 +0000 (16:45 -0500)]
adding itemtype images to sample data

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agobringing back facets to the staff client search
Joshua Ferraro [Mon, 29 Oct 2007 21:45:02 +0000 (16:45 -0500)]
bringing back facets to the staff client search

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoimprove notes for borrower import
Joshua Ferraro [Mon, 29 Oct 2007 21:45:01 +0000 (16:45 -0500)]
improve notes for borrower import

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoadding new Query system preferences
Joshua Ferraro [Mon, 29 Oct 2007 21:45:00 +0000 (16:45 -0500)]
adding new Query system preferences

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoRe-working virtual shelves interface to try to make it cleaner and make the steps...
Owen Leonard [Mon, 29 Oct 2007 21:44:59 +0000 (16:44 -0500)]
Re-working virtual shelves interface to try to make it cleaner and make the steps more clear. Still a couple of bugs: some redirects need to change in the script (after adds, deletes, and edits), to match the changes in what displays at each step. Also, the toolbar delete button needs troubleshooting.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoFix for bug 1518
Chris Cormack [Mon, 29 Oct 2007 19:09:35 +0000 (14:09 -0500)]
Fix for bug 1518

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoFinishing circ page layout changes. Still need to iron out standards for warning...
Owen Leonard [Mon, 29 Oct 2007 18:54:10 +0000 (13:54 -0500)]
Finishing circ page layout changes. Still need to iron out standards for warning/message styles. Also renaming a couple of includes and correcting the relevant files.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoWorking on new layout, with messages in right column
Owen Leonard [Mon, 29 Oct 2007 18:54:09 +0000 (13:54 -0500)]
Working on new layout, with messages in right column

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoImproving the formatting of the "add to shelf" pop-up. Changing the way the list...
Owen Leonard [Mon, 29 Oct 2007 18:54:08 +0000 (13:54 -0500)]
Improving the formatting of the "add to shelf" pop-up. Changing the way the list of existing shelves is passed to the template so that the "existing shelves" option can be hidden if there are no existing shelves.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoUpdating kohastructure.sql with tables needed for reports, updatedatabase
Chris Cormack [Mon, 29 Oct 2007 18:22:59 +0000 (13:22 -0500)]
Updating kohastructure.sql with tables needed for reports, updatedatabase

still to come, but there are outstanding patches that need to be applied
before I can do that.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoCatching up changes in reports
Chris Cormack [Mon, 29 Oct 2007 18:22:58 +0000 (13:22 -0500)]
Catching up changes in reports

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoUpdating guided_reports.pl
Chris Cormack [Mon, 29 Oct 2007 18:22:57 +0000 (13:22 -0500)]
Updating guided_reports.pl

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoTidying up save report confirmation page
Russel Garlick [Mon, 29 Oct 2007 18:22:56 +0000 (13:22 -0500)]
Tidying up save report confirmation page

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoRemoving download report for saved reports and fixing a typo
Russel Garlick [Mon, 29 Oct 2007 18:22:47 +0000 (13:22 -0500)]
Removing download report for saved reports and fixing a typo

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoAttempting to add Notes field to Create from SQL for reports
Russel Garlick [Mon, 29 Oct 2007 18:22:46 +0000 (13:22 -0500)]
Attempting to add Notes field to Create from SQL for reports

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoAdding formatting to Saved Results for Reports
Russel Garlick [Mon, 29 Oct 2007 18:22:45 +0000 (13:22 -0500)]
Adding formatting to Saved Results for Reports

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoFixing breadcrumb links on Scheduler page
Russel Garlick [Mon, 29 Oct 2007 18:22:44 +0000 (13:22 -0500)]
Fixing breadcrumb links on Scheduler page

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoAdding save successful page for guided reports
Russel Garlick [Mon, 29 Oct 2007 18:22:43 +0000 (13:22 -0500)]
Adding save successful page for guided reports

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoCan now view sql, and reports run page shows name
Chris Cormack [Mon, 29 Oct 2007 18:22:42 +0000 (13:22 -0500)]
Can now view sql, and reports run page shows name

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agocatching changes
Chris Cormack [Mon, 29 Oct 2007 18:22:41 +0000 (13:22 -0500)]
catching changes

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoFix for setting datetime columns to date
Chris Cormack [Mon, 29 Oct 2007 18:22:40 +0000 (13:22 -0500)]
Fix for setting datetime columns to date

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoGetting stored results working
Chris Cormack [Mon, 29 Oct 2007 18:22:39 +0000 (13:22 -0500)]
Getting stored results working

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoStoring xml now
Chris Cormack [Mon, 29 Oct 2007 18:22:38 +0000 (13:22 -0500)]
Storing xml now

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoCan now delete reports
Chris Cormack [Mon, 29 Oct 2007 18:21:47 +0000 (13:21 -0500)]
Can now delete reports

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoTweaks to the scheduler
Chris Cormack [Mon, 29 Oct 2007 18:21:46 +0000 (13:21 -0500)]
Tweaks to the scheduler

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoFix to match the changed templates
Chris Cormack [Mon, 29 Oct 2007 18:21:45 +0000 (13:21 -0500)]
Fix to match the changed templates

For Reports

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoFixing links in breadcrumb
Russel Garlick [Mon, 29 Oct 2007 18:21:44 +0000 (13:21 -0500)]
Fixing links in breadcrumb

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoAdding heading to create report from SQL page in Guided Reports
Russel Garlick [Mon, 29 Oct 2007 18:21:43 +0000 (13:21 -0500)]
Adding heading to create report from SQL page in Guided Reports

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoTidying up TransformMarctoKoha
Chris Cormack [Mon, 29 Oct 2007 18:21:42 +0000 (13:21 -0500)]
Tidying up TransformMarctoKoha

Still some work to do, but people can see the idea and decide if its good

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoNew online help for Guided Reports Dictionary
Russel Garlick [Mon, 29 Oct 2007 18:21:41 +0000 (13:21 -0500)]
New online help for Guided Reports Dictionary

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoSplitting reports dictionary out into its own script.
Chris Cormack [Mon, 29 Oct 2007 18:21:40 +0000 (13:21 -0500)]
Splitting reports dictionary out into its own script.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoFixing mess in Auth.pm
Chris Cormack [Mon, 29 Oct 2007 18:21:39 +0000 (13:21 -0500)]
Fixing mess in Auth.pm

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoNew online help text for Guided Reports feature
Russel Garlick [Mon, 29 Oct 2007 18:21:38 +0000 (13:21 -0500)]
New online help text for Guided Reports feature

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoWriting help text and updating reports layout
Russel Garlick [Mon, 29 Oct 2007 18:21:34 +0000 (13:21 -0500)]
Writing help text and updating reports layout

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoRevert "Commenting out some noisy warns"
Chris Cormack [Mon, 29 Oct 2007 18:21:33 +0000 (13:21 -0500)]
Revert "Commenting out some noisy warns"

This reverts commit f4df886c707a97da9296be9dbd59f5c74244d5d1.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoFixing merge error
Chris Cormack [Mon, 29 Oct 2007 18:21:32 +0000 (13:21 -0500)]
Fixing merge error

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoMore work on the scheduler
Chris Cormack [Mon, 29 Oct 2007 18:21:31 +0000 (13:21 -0500)]
More work on the scheduler

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoAdding back button to all steps in build report
Russel Garlick [Mon, 29 Oct 2007 18:21:30 +0000 (13:21 -0500)]
Adding back button to all steps in build report

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoAdding a back button
Russel Garlick [Mon, 29 Oct 2007 18:21:29 +0000 (13:21 -0500)]
Adding a back button

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoAdd a referer variable so we can have a back button
Chris Cormack [Mon, 29 Oct 2007 18:21:28 +0000 (13:21 -0500)]
Add a referer variable so we can have a back button

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoTable fix to step 6
Russel Garlick [Mon, 29 Oct 2007 18:21:27 +0000 (13:21 -0500)]
Table fix to step 6

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoRemoving debug text and tidying up layout of 6 of 6
Russel Garlick [Mon, 29 Oct 2007 18:21:26 +0000 (13:21 -0500)]
Removing debug text and tidying up layout of 6 of 6

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoFixing calendar image path
Russel Garlick [Mon, 29 Oct 2007 18:21:25 +0000 (13:21 -0500)]
Fixing calendar image path

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoAdded text to calendar link to help debug missing image button
Russel Garlick [Mon, 29 Oct 2007 18:20:26 +0000 (13:20 -0500)]
Added text to calendar link to help debug missing image button

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoFixing the date entry that I broke when adding the tables
Russel Garlick [Mon, 29 Oct 2007 18:20:25 +0000 (13:20 -0500)]
Fixing the date entry that I broke when adding the tables

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoFixing layout step 5 of 6
Russel Garlick [Mon, 29 Oct 2007 18:20:24 +0000 (13:20 -0500)]
Fixing layout step 5 of 6

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoAnother fix to tables for 4 of 6
Russel Garlick [Mon, 29 Oct 2007 18:20:23 +0000 (13:20 -0500)]
Another fix to tables for 4 of 6

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoChanges to tables steps 4, 5 and 6
Russel Garlick [Mon, 29 Oct 2007 18:20:22 +0000 (13:20 -0500)]
Changes to tables steps 4, 5 and 6

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoFixing table layout on step 4 of 6
Russel Garlick [Mon, 29 Oct 2007 18:20:21 +0000 (13:20 -0500)]
Fixing table layout on step 4 of 6

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoFixing breadcrumb navigation and layout
Russel Garlick [Mon, 29 Oct 2007 18:20:20 +0000 (13:20 -0500)]
Fixing breadcrumb navigation and layout

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoFixing table bug
Russel Garlick [Mon, 29 Oct 2007 18:20:19 +0000 (13:20 -0500)]
Fixing table bug

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoEditing layout and adding page headings
Russel Garlick [Mon, 29 Oct 2007 18:20:18 +0000 (13:20 -0500)]
Editing layout and adding page headings

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoAdding page heading
Russel Garlick [Mon, 29 Oct 2007 18:20:17 +0000 (13:20 -0500)]
Adding page heading

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@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, 29 Oct 2007 18:20:00 +0000 (13:20 -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>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoAdding link to reviews
Chris Cormack [Mon, 29 Oct 2007 18:19:59 +0000 (13:19 -0500)]
Adding link to reviews

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoBugfixing the template, and removing link to compound reports
Chris Cormack [Mon, 29 Oct 2007 18:19:58 +0000 (13:19 -0500)]
Bugfixing the template, and removing link to compound reports

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoFiles needed by the scheduler
Chris Cormack [Mon, 29 Oct 2007 18:19:57 +0000 (13:19 -0500)]
Files needed by the scheduler

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoAdding scheduler
Chris Cormack [Mon, 29 Oct 2007 18:19:56 +0000 (13:19 -0500)]
Adding scheduler

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoDictionary template
Chris Cormack [Mon, 29 Oct 2007 18:19:55 +0000 (13:19 -0500)]
Dictionary template

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoPretty close to finished the dictionary now
Chris Cormack [Mon, 29 Oct 2007 18:19:54 +0000 (13:19 -0500)]
Pretty close to finished the dictionary now

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoCan now add definitions to reports
Chris Cormack [Mon, 29 Oct 2007 18:19:53 +0000 (13:19 -0500)]
Can now add definitions to reports

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoDictionary now working
Chris Cormack [Mon, 29 Oct 2007 18:19:52 +0000 (13:19 -0500)]
Dictionary now working

Have to integrate with the rest of guided reports

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoMore work on the dictionary, nearly have all the interface done
Chris Cormack [Mon, 29 Oct 2007 18:19:51 +0000 (13:19 -0500)]
More work on the dictionary, nearly have all the interface done

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoAdding reports code
Chris Cormack [Mon, 29 Oct 2007 18:19:48 +0000 (13:19 -0500)]
Adding reports code

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoadding missing 'routingnotes' cols to sql
Mason James [Mon, 29 Oct 2007 07:27:49 +0000 (02:27 -0500)]
adding missing 'routingnotes' cols to sql

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoif() incorrectly eval-ing syspref value 'FALSE' as true, wrapping in boolean.
Mason James [Mon, 29 Oct 2007 06:22:03 +0000 (01:22 -0500)]
if() incorrectly eval-ing syspref value 'FALSE' as true, wrapping in boolean.

if (C4::Boolean::true_p(C4::Context->preference("autoBarcode")) != 0 )

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years ago'save subscription' only shows during editing existing,
Mason James [Mon, 29 Oct 2007 06:22:02 +0000 (01:22 -0500)]
'save subscription' only shows during editing existing,

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoUpdating to .0014 Mason had updated to .0013 but an unapplied patch from Galen alread...
Chris Cormack [Sun, 28 Oct 2007 23:15:54 +0000 (18:15 -0500)]
Updating to .0014 Mason had updated to .0013 but an unapplied patch from Galen already did that

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoupdate for missing subscriptions.lastbranch col in serials
Mason James [Sun, 28 Oct 2007 23:15:53 +0000 (18:15 -0500)]
update for missing subscriptions.lastbranch col in serials

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agocompleted removal of breeding.pl; fixed location of help for import.pl
Galen Charlton [Sat, 27 Oct 2007 19:14:51 +0000 (14:14 -0500)]
completed removal of breeding.pl; fixed location of help for import.pl

per 2006-02-24 comment, breeding.pl had been renamed to import.pl, but
not all of the affected files were changed accordingly.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoimproved import batches part 2 -- replace use of marc_breeding
Galen Charlton [Thu, 25 Oct 2007 18:29:35 +0000 (13:29 -0500)]
improved import batches part 2 -- replace use of marc_breeding

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoadded column to import_records
Galen Charlton [Thu, 25 Oct 2007 18:29:34 +0000 (13:29 -0500)]
added column to import_records

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoDB schema changes for enhancements to reservoir and batch loading
Galen Charlton [Thu, 25 Oct 2007 18:29:33 +0000 (13:29 -0500)]
DB schema changes for enhancements to reservoir and batch loading

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
16 years agoFixing delete shelf button javascript problem. Now works well with and without javasc...
Owen Leonard [Sat, 27 Oct 2007 19:14:53 +0000 (14:14 -0500)]
Fixing delete shelf button javascript problem. Now works well with and without javascript: No-js users will not get a warning, but they will get a form button rather than a link.

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