koha.git
14 years agoFixing typo in the ils-di page
Chris Cormack [Wed, 23 Dec 2009 02:34:27 +0000 (15:34 +1300)]
Fixing typo in the ils-di page

14 years agoUpdates and clarifies the issues_stats (Checkout Statistics) help file. This patch...
Liz Rea [Wed, 23 Dec 2009 14:51:05 +0000 (08:51 -0600)]
Updates and clarifies the issues_stats (Checkout Statistics) help file. This patch created by Sharon Moreland (smoreland@nekls.org)

14 years agoBugs: 3965, 3979, 3981 - GST changes in acquisitions
Nicole Engard [Sat, 19 Dec 2009 01:14:01 +0000 (20:14 -0500)]
Bugs: 3965, 3979, 3981 - GST changes in acquisitions

This patch fixes three bugs:

Bug 3965: gist sys pref not taken into account
 changed it so that GST does not show on basket if gist pref set to 0
 changed it so that GST fields don't appear on vendor record if gist pref=0

Bug 3979: gst options not lining up
 fixed layout on vendor add/edit form so GST radio buttons line up right

Bug 3981: GST confusing in en-US
 there is no GST in the US and so GST changed to 'Tax' in templates

Also, a small spacing fix was made to the path on the basket grouping
template.

14 years agobug 3978 fix column display on vendor search results
Nicole Engard [Sat, 19 Dec 2009 01:14:00 +0000 (20:14 -0500)]
bug 3978 fix column display on vendor search results

14 years agobug 3875: fix language inconsistency on lists
Nicole Engard [Sat, 19 Dec 2009 01:13:59 +0000 (20:13 -0500)]
bug 3875: fix language inconsistency on lists

14 years agoBugs 3854 & 3855 Minor title and text fixes
Nicole Engard [Sat, 19 Dec 2009 01:13:58 +0000 (20:13 -0500)]
Bugs 3854 & 3855 Minor title and text fixes

14 years agobug 3845 fix minor capitalization and spelling errors on suggestion page
Nicole Engard [Sat, 19 Dec 2009 01:13:57 +0000 (20:13 -0500)]
bug 3845 fix minor capitalization and spelling errors on suggestion page

14 years agoBug 3839: update admin menus to include links to both new acq admin areas
Nicole Engard [Sat, 19 Dec 2009 01:13:56 +0000 (20:13 -0500)]
Bug 3839: update admin menus to include links to both new acq admin areas

14 years agoBug 3833: additional patch to fix spelling error introduces by first patch
Nicole Engard [Sat, 19 Dec 2009 01:13:55 +0000 (20:13 -0500)]
Bug 3833: additional patch to fix spelling error introduces by first patch

14 years agoreplacement for bug 3817 added patron permissions for tag tool
Nicole Engard [Sat, 19 Dec 2009 01:13:54 +0000 (20:13 -0500)]
replacement for bug 3817 added patron permissions for tag tool

14 years agoBug 3835: Add link to CSV Profiles on Tools menu
Nicole Engard [Sat, 19 Dec 2009 01:13:53 +0000 (20:13 -0500)]
Bug 3835: Add link to CSV Profiles on Tools menu

14 years agoBug 3833: Fix titles for Batchmod files
Nicole Engard [Sat, 19 Dec 2009 01:13:52 +0000 (20:13 -0500)]
Bug 3833: Fix titles for Batchmod files

14 years agoBug 3830: Fix spelling error in patron permissions
Nicole Engard [Sat, 19 Dec 2009 01:13:51 +0000 (20:13 -0500)]
Bug 3830: Fix spelling error in patron permissions

14 years agoBug 3809: minor language change on import patrons tool
Nicole Engard [Sat, 19 Dec 2009 01:13:50 +0000 (20:13 -0500)]
Bug 3809: minor language change on import patrons tool

14 years agoAdding pl-PL directory to installer/data/mysql.
Piotr Wejman [Tue, 8 Dec 2009 22:29:42 +0000 (23:29 +0100)]
Adding pl-PL directory to installer/data/mysql.

14 years agoFix for Bug 3271, Missing message when adding to a list with no items selected
Owen Leonard [Mon, 21 Dec 2009 15:13:20 +0000 (10:13 -0500)]
Fix for Bug 3271, Missing message when adding to a list with no items selected

The shelf js was trying to access a variable set by the Cart-related js. With
the cart disabled, the variable was missing. The patch sets this variable
for cases when the Cart is turned off.

14 years agoFix for Bug 3229, The "Sort By" feature for lists does not work.
Owen Leonard [Mon, 21 Dec 2009 14:18:41 +0000 (09:18 -0500)]
Fix for Bug 3229, The "Sort By" feature for lists does not work.

White space in table cells can often break the javascript tablesorter.
The previous patch to tie the js tablesorter to the shelf sort
parameters should work now.

14 years agoBug 2662: make rand password consider minPasswordLength pref
Nicole Engard [Fri, 18 Dec 2009 14:09:02 +0000 (09:09 -0500)]
Bug 2662: make rand password consider minPasswordLength pref

14 years agoUpdate Debian Lenny installation procedure
Frédéric Demians [Mon, 21 Dec 2009 09:55:55 +0000 (10:55 +0100)]
Update Debian Lenny installation procedure

- Install Debian Lenny packages required by Koha directly with apt-get
  rather than with dselect.
- Update documentation about Zebra indexer configuration via
  rebuild_zebra.pl rather than zebraqueue_daemon.pl script.

14 years agoBug 3952 changed checkout stats to read circulation stats
Nicole Engard [Wed, 16 Dec 2009 13:23:45 +0000 (08:23 -0500)]
Bug 3952 changed checkout stats to read circulation stats

14 years agobug 3834 put names on patron page last, first
Nicole Engard [Wed, 16 Dec 2009 07:41:38 +0000 (02:41 -0500)]
bug 3834 put names on patron page last, first

14 years agoFix for Bug 3944, new order template formatting and markup corrections
Owen Leonard [Wed, 16 Dec 2009 21:10:06 +0000 (16:10 -0500)]
Fix for Bug 3944, new order template formatting and markup corrections

14 years agoFix for Bug 3940, "Notes on add patron form need formatting"
Owen Leonard [Wed, 16 Dec 2009 20:23:35 +0000 (15:23 -0500)]
Fix for Bug 3940, "Notes on add patron form need formatting"

14 years agoFix for Bug 3687, Empty "Add to" with cart off and non-logged-in user.
Owen Leonard [Wed, 16 Dec 2009 20:01:27 +0000 (15:01 -0500)]
Fix for Bug 3687, Empty "Add to" with cart off and non-logged-in user.

14 years agoMarkup, breadcrumbs, and language corrections.
Owen Leonard [Wed, 16 Dec 2009 17:11:37 +0000 (12:11 -0500)]
Markup, breadcrumbs, and language corrections.

Also adding a link back to smart-rules.pl from clone-rules.pl results page.

14 years agoBug 3930 link to biblio was missing in manage staged marc import
Chris Cormack [Wed, 16 Dec 2009 00:56:18 +0000 (13:56 +1300)]
Bug 3930 link to biblio was missing in manage staged marc import

14 years agoFix for Bug 3926 (suggestion edit form combines data)
Owen Leonard [Tue, 15 Dec 2009 18:13:49 +0000 (13:13 -0500)]
Fix for Bug 3926 (suggestion edit form combines data)

Breaking patron information variable into separate surname, firstname, branch, category, and borrowernumber variables and using those variables to tweak the display.

14 years ago(bug #3925) fix build_holds_queue.pl
Nahuel ANGELINETTI [Tue, 15 Dec 2009 11:09:56 +0000 (12:09 +0100)]
(bug #3925) fix build_holds_queue.pl

This fix sql query when item-level_itype is set to "off".

14 years agoRemove diagnostic output from t/Members_Attributes.t
Jesse Weaver [Tue, 15 Dec 2009 06:12:48 +0000 (23:12 -0700)]
Remove diagnostic output from t/Members_Attributes.t

While this might be useful for developers, is mostly pointless
otherwise. Should be replaced with a true test of these four
functions.

14 years agoBug 3890: Nothing in Type Pull Down on Purchase Suggestions.
Garry Collum [Tue, 15 Dec 2009 01:37:03 +0000 (20:37 -0500)]
Bug 3890: Nothing in Type Pull Down on Purchase Suggestions.

This patch adds a description of the itype next to the image that i suppose to appear in the selection list.

Fixed the path of the image in opac-suggestions.pl, but I'm not sure if you can actually display an image in a <SELECT> list option.

Also removed an extra </label> closing tag.

14 years agoBug 3903 - Members names not showing on serial routing list
Chris Cormack [Tue, 15 Dec 2009 00:57:25 +0000 (13:57 +1300)]
Bug 3903 - Members names not showing on serial routing list

14 years agobug 3894 moved pull down to the proper place in the form
Nicole Engard [Wed, 9 Dec 2009 22:19:45 +0000 (17:19 -0500)]
bug 3894 moved pull down to the proper place in the form

14 years agobug 3899 moved serial enumeration to the proper subfield
Nicole Engard [Wed, 9 Dec 2009 21:57:05 +0000 (16:57 -0500)]
bug 3899 moved serial enumeration to the proper subfield

14 years agoBug 3909 don't show basket link if no basket exists
Nicole Engard [Wed, 9 Dec 2009 21:48:16 +0000 (16:48 -0500)]
Bug 3909 don't show basket link if no basket exists

14 years agoPuts focus in search box on page load.
Liz Rea [Mon, 14 Dec 2009 21:56:53 +0000 (15:56 -0600)]
Puts focus in search box on page load.

14 years agoRemoved tab indexes in additem.pl to enable tabbing to buttons in order. Previously...
Liz Rea [Mon, 14 Dec 2009 21:10:49 +0000 (15:10 -0600)]
Removed tab indexes in additem.pl to enable tabbing to buttons in order. Previously, tabbing through this form would skip the submit buttons.

14 years agoFixing bug with CanBookBeReserved ... rules for default borrower codes were being...
Chris Cormack [Mon, 14 Dec 2009 01:07:21 +0000 (14:07 +1300)]
Fixing bug with CanBookBeReserved ... rules for default borrower codes were being ignored

14 years agoRemoving global database handler, breaking tests and dangerous if we ever use mod_per...
Chris Cormack [Sun, 13 Dec 2009 09:18:30 +0000 (22:18 +1300)]
Removing global database handler, breaking tests and dangerous if we ever use mod_perl - All tests now passing

14 years agoC4::Bookfund no longer exists, removing the test
Chris Cormack [Sun, 13 Dec 2009 09:11:25 +0000 (22:11 +1300)]
C4::Bookfund no longer exists, removing the test

14 years agoC4::Boolean has had its' exception changed to warns, the test was erroring falsely
Chris Cormack [Sun, 13 Dec 2009 09:11:24 +0000 (22:11 +1300)]
C4::Boolean has had its' exception changed to warns, the test was erroring falsely

14 years agoBugfix for various bugs in mandatory and sample data for webinstaller
Chris Nighswonger [Sat, 12 Dec 2009 20:17:13 +0000 (15:17 -0500)]
Bugfix for various bugs in mandatory and sample data for webinstaller

NOTE: This patch removes the sample budgets data which was obsoleted by the new
aquisitions module. The changes introduced with this new module will require
a completely new set of sample data to be written.

14 years agoBugfix: Missing line terminator at the end of an INSERT
Chris Nighswonger [Sat, 12 Dec 2009 19:55:16 +0000 (14:55 -0500)]
Bugfix: Missing line terminator at the end of an INSERT

14 years agoRemoving redundant coma in updatedatabase
Piotr Wejman [Sat, 12 Dec 2009 17:34:36 +0000 (18:34 +0100)]
Removing redundant coma in updatedatabase

14 years agoBug 2505 enabling warnings
Chris Cormack [Sat, 12 Dec 2009 09:50:02 +0000 (22:50 +1300)]
Bug 2505 enabling warnings

14 years agoBug 1807, can now search with : in the box if you want to use ccl do ccl: title=fish
Chris Cormack [Sat, 12 Dec 2009 09:09:13 +0000 (22:09 +1300)]
Bug 1807, can now search with : in the box if you want to use ccl do ccl: title=fish

14 years agoBug 1807 - Commenting out flawed nested queries implementation, now users can search...
Chris Cormack [Sat, 12 Dec 2009 08:15:44 +0000 (21:15 +1300)]
Bug 1807 - Commenting out flawed nested queries implementation, now users can search using ()

14 years agoMarkup corrections, removing table sorting from some columns.
Owen Leonard [Fri, 11 Dec 2009 18:07:40 +0000 (13:07 -0500)]
Markup corrections, removing table sorting from some columns.

14 years agoMarkup cleanup on subscription catalog search form and results page
Owen Leonard [Fri, 11 Dec 2009 16:13:57 +0000 (11:13 -0500)]
Markup cleanup on subscription catalog search form and results page

14 years agoStyle change to fix Bug 3898, Vendor Search Box Moved on Serials
Owen Leonard [Fri, 11 Dec 2009 16:02:19 +0000 (11:02 -0500)]
Style change to fix Bug 3898, Vendor Search Box Moved on Serials

Patch also includes markup fixes and cleanup for subscription-add.pl

14 years agoFix for Bug 3905 (Serial routing list add patron popup pagination broken)
Owen Leonard [Fri, 11 Dec 2009 15:01:46 +0000 (10:01 -0500)]
Fix for Bug 3905 (Serial routing list add patron popup pagination broken)

This patch also includes formatting fixes and style updates. The patron search filter form is incorporated now within serials/member-search.tmpl in order to have a markup structure more suited to the pop-up.

14 years ago(bug #3897) hold policies and circcontrol
Nahuel ANGELINETTI [Fri, 11 Dec 2009 09:16:46 +0000 (10:16 +0100)]
(bug #3897) hold policies and circcontrol

This patch fix hold policies way to do, make it using circcontrol syspref to know the branch the rule must be based.

14 years agoFixing suggestions management page, Authorised values werent being passed through
Chris Cormack [Fri, 11 Dec 2009 01:31:17 +0000 (14:31 +1300)]
Fixing suggestions management page, Authorised values werent being passed through

14 years agoupdatedatabase change : set CAS auth OFF by default
Paul Poulain [Tue, 8 Dec 2009 08:14:25 +0000 (09:14 +0100)]
updatedatabase change : set CAS auth OFF by default

ON by default will confuse most libraries, and it won't work as the CAS server won't be defined

14 years ago[MT2343] Removed useless select in the planning
Jean-André Santoni [Thu, 3 Dec 2009 15:42:53 +0000 (16:42 +0100)]
[MT2343] Removed useless select in the planning

Cleaned some code too.

14 years ago[MT2343] Display branchcodes instead of branchnames in columns
Jean-André Santoni [Thu, 3 Dec 2009 15:30:32 +0000 (16:30 +0100)]
[MT2343] Display branchcodes instead of branchnames in columns

14 years ago[MT2343] Modified display of Budget Parent to show budget code
Jean-André Santoni [Thu, 3 Dec 2009 14:47:08 +0000 (15:47 +0100)]
[MT2343] Modified display of Budget Parent to show budget code

14 years ago[MT2343] Renamed "Budget for period" into "Root Budget"
Jean-André Santoni [Thu, 3 Dec 2009 14:45:34 +0000 (15:45 +0100)]
[MT2343] Renamed "Budget for period" into "Root Budget"

14 years ago[MT2343] Removed the hint for Amount and display Amount as mandatory
Jean-André Santoni [Thu, 3 Dec 2009 14:19:43 +0000 (15:19 +0100)]
[MT2343] Removed the hint for Amount and display Amount as mandatory

14 years ago[MT2343] Added help in the budget adding form
Jean-André Santoni [Thu, 3 Dec 2009 14:15:03 +0000 (15:15 +0100)]
[MT2343] Added help in the budget adding form

14 years ago[MT2343] Select in budget add forum
Jean-André Santoni [Thu, 3 Dec 2009 12:43:33 +0000 (13:43 +0100)]
[MT2343] Select in budget add forum

Sorted the branches select.
Modified display to "branchcode - branchname"
Fixed a bug, selection was inverted.

14 years ago[MT2435] Fixed the SQL syntax error in GetLateOrders
Jean-André Santoni [Wed, 2 Dec 2009 16:23:55 +0000 (17:23 +0100)]
[MT2435] Fixed the SQL syntax error in GetLateOrders

14 years ago[MT2343] Makes action column not sortable in root budgets
Jean-André Santoni [Wed, 2 Dec 2009 15:50:37 +0000 (16:50 +0100)]
[MT2343] Makes action column not sortable in root budgets

14 years ago[MT2343] Renamed Quit button Cancel, and removed the table in delete confirm
Jean-André Santoni [Wed, 2 Dec 2009 15:40:31 +0000 (16:40 +0100)]
[MT2343] Renamed Quit button Cancel, and removed the table in delete confirm

14 years ago[MT2343] Prevents Koha to format total amount in budget period add/edit form
Jean-André Santoni [Wed, 2 Dec 2009 15:23:05 +0000 (16:23 +0100)]
[MT2343] Prevents Koha to format total amount in budget period add/edit form

+ Forgot a "my"

14 years ago[2343] Hide "duplicate root budget" if no root budget selected
Jean-André Santoni [Wed, 2 Dec 2009 14:29:19 +0000 (15:29 +0100)]
[2343] Hide "duplicate root budget" if no root budget selected

14 years ago[MT2343] Hide "Edit budget period" in the menu if no root budget selected
Jean-André Santoni [Wed, 2 Dec 2009 14:04:44 +0000 (15:04 +0100)]
[MT2343] Hide "Edit budget period" in the menu if no root budget selected

14 years ago[MT2339] Added acquisition links in the administration left menu
Jean-André Santoni [Wed, 2 Dec 2009 13:35:56 +0000 (14:35 +0100)]
[MT2339] Added acquisition links in the administration left menu

14 years ago[MT2338] Prevents users to check 'active' with a currency different from 1
Jean-André Santoni [Wed, 2 Dec 2009 13:03:33 +0000 (14:03 +0100)]
[MT2338] Prevents users to check 'active' with a currency different from 1

14 years ago[MT2338] Cancel is now a button
Jean-André Santoni [Wed, 2 Dec 2009 12:30:58 +0000 (13:30 +0100)]
[MT2338] Cancel is now a button

14 years ago[MT2338] Fixed the missing content in the "active" column
Jean-André Santoni [Wed, 2 Dec 2009 12:20:06 +0000 (13:20 +0100)]
[MT2338] Fixed the missing content in the "active" column

14 years ago[MT2338] Deleted the Hint comment in currencies management
Jean-André Santoni [Wed, 2 Dec 2009 12:11:56 +0000 (13:11 +0100)]
[MT2338] Deleted the Hint comment in currencies management

14 years agoBug 3964: Fixes several XHMTL errors in aqplan.tmpl.
Garry Collum [Sat, 19 Dec 2009 21:30:23 +0000 (16:30 -0500)]
Bug 3964: Fixes several XHMTL errors in aqplan.tmpl.

aqplan.tmpl still contains some errors after this patch, mainly id elements that start with an numeric value.  But I need to examine the code more throughly before these are fixed.

14 years agoBug 3962: Additional patch to fix XHTML errors in aqbudgets.tmpl.
Garry Collum [Sat, 19 Dec 2009 05:30:48 +0000 (00:30 -0500)]
Bug 3962: Additional patch to fix XHTML errors in aqbudgets.tmpl.

14 years agoChanges to advance_notices.pl cronjob
David Birmingham [Fri, 18 Dec 2009 23:04:01 +0000 (18:04 -0500)]
Changes to advance_notices.pl cronjob

Enabled the -n (nomail) option, which was previously doing nothing.  In
addition, I have added an -itemscontent option to allow for <<items.content>>
to be used in the notices for DUE and PREDUE.

14 years agoBug 3962: Fixes XHTML errors in aqbudgets.tmpl.
Garry Collum [Fri, 18 Dec 2009 22:35:48 +0000 (17:35 -0500)]
Bug 3962: Fixes XHTML errors in aqbudgets.tmpl.

Fixes the DOCTYPE, <title> and other XHTML errors in aqbudgets.tmpl.

14 years agoBug 3955: Fixes leading space error in search.
Garry Collum [Fri, 18 Dec 2009 18:52:56 +0000 (13:52 -0500)]
Bug 3955: Fixes leading space error in search.

Leading spaces in a search term were causing an error to be thrown in a join operator when auto-truncations is turned on. This patch removes the leading spaces.

14 years agoupdated more help files
Nicole Engard [Wed, 16 Dec 2009 23:03:49 +0000 (18:03 -0500)]
updated more help files

14 years agobug 3976 fix typos in budget owner search
Nicole Engard [Fri, 18 Dec 2009 01:16:28 +0000 (20:16 -0500)]
bug 3976 fix typos in budget owner search

14 years agoBug 3963: Additional patch to fix XHTML.
Garry Collum [Sat, 19 Dec 2009 05:13:30 +0000 (00:13 -0500)]
Bug 3963: Additional patch to fix XHTML.

Found more errors in aqbudgetperiods.tmpl and one of its include files.

14 years agoBug 3963: Invalid XHMTL in aqbudgetperiods.tmpl.
Garry Collum [Sat, 19 Dec 2009 04:51:06 +0000 (23:51 -0500)]
Bug 3963: Invalid XHMTL in aqbudgetperiods.tmpl.

Extra <head> element and a few other minor XHTML errors.

14 years agoBug 3961: Fixes the missing <body> tag in aqbudget_owner_search.tmpl.
Garry Collum [Fri, 18 Dec 2009 21:44:10 +0000 (16:44 -0500)]
Bug 3961: Fixes the missing <body> tag in aqbudget_owner_search.tmpl.

14 years agoFix for Bug 3960, moving filter form to the sidebar.
Owen Leonard [Fri, 18 Dec 2009 20:43:49 +0000 (15:43 -0500)]
Fix for Bug 3960, moving filter form to the sidebar.

14 years agoFix for Bug 3949, "already received box has funny shading" and other cosmetic changes
Owen Leonard [Fri, 18 Dec 2009 20:10:03 +0000 (15:10 -0500)]
Fix for Bug 3949, "already received box has funny shading" and other cosmetic changes

- moving filter form to sidebar
- correcting markup
- moving table row show/hide message out of the table and adjusting for zero- vs. 1-based js counts

14 years agoUpdated ScriptAlias to point to opac/opac-search.pl instead of
NYUHSL [Thu, 17 Dec 2009 16:45:35 +0000 (11:45 -0500)]
Updated ScriptAlias to point to opac/opac-search.pl instead of

14 years agoFix for Bug 3956, Basket details table headers misaligned
Owen Leonard [Fri, 18 Dec 2009 14:58:20 +0000 (09:58 -0500)]
Fix for Bug 3956, Basket details table headers misaligned

14 years agoBug 3957 fix title and paths for batchmod files
Nicole Engard [Wed, 16 Dec 2009 23:14:23 +0000 (18:14 -0500)]
Bug 3957 fix title and paths for batchmod files

14 years agoupdated suggestions help file name to match new naming structure
Nicole Engard [Wed, 16 Dec 2009 22:35:42 +0000 (17:35 -0500)]
updated suggestions help file name to match new naming structure

14 years agoBug 3877 - Fixing layout of radio buttons
Chris Cormack [Thu, 10 Dec 2009 03:45:24 +0000 (16:45 +1300)]
Bug 3877 - Fixing layout of radio buttons

14 years agoBug 3861 cannot place hold in opac
Chris Cormack [Thu, 10 Dec 2009 02:02:38 +0000 (15:02 +1300)]
Bug 3861 cannot place hold in opac

14 years agoBug 3840: Change 'New' button to 'New Vendor' for clarity
Nicole Engard [Wed, 9 Dec 2009 05:22:16 +0000 (00:22 -0500)]
Bug 3840: Change 'New' button to 'New Vendor' for clarity

14 years agoBug 3857: Add tools menu to left of CSV Profiles page
Nicole Engard [Wed, 9 Dec 2009 03:11:11 +0000 (22:11 -0500)]
Bug 3857: Add tools menu to left of CSV Profiles page

14 years agoAdding missing definition of lib_opac column in authorised_values table [BUG 3887]
Piotr Wejman [Wed, 9 Dec 2009 20:38:19 +0000 (21:38 +0100)]
Adding missing definition of lib_opac column in authorised_values table [BUG 3887]

14 years agoAdded missing drop table lines (labels_batches & labels_layouts)
Piotr Wejman [Wed, 9 Dec 2009 20:27:22 +0000 (21:27 +0100)]
Added missing drop table lines (labels_batches & labels_layouts)

14 years agoupdated help files with new documentation
Nicole Engard [Wed, 9 Dec 2009 01:59:44 +0000 (20:59 -0500)]
updated help files with new documentation

14 years agoAdd basic restrictive robots.txt file to opac
Michael Hafen [Wed, 9 Dec 2009 17:09:56 +0000 (10:09 -0700)]
Add basic restrictive robots.txt file to opac

I don't need Google and MSN looking at every view of every title in my catalog.
So I'll ask all search engine robots to leave the OPAC alone.

14 years agoMarkup reformatting following established patterns. Also changing name output to...
Owen Leonard [Wed, 9 Dec 2009 15:50:13 +0000 (10:50 -0500)]
Markup reformatting following established patterns. Also changing name output to "surname, firstname"

14 years agoReformatting routing list edit screen according to existing markup patterns
Owen Leonard [Wed, 9 Dec 2009 15:22:54 +0000 (10:22 -0500)]
Reformatting routing list edit screen according to existing markup patterns

14 years agobug 3882 changed 'reserves' to 'holds' in template
Nicole Engard [Tue, 8 Dec 2009 20:30:27 +0000 (15:30 -0500)]
bug 3882 changed 'reserves' to 'holds' in template

14 years agoMinor markup corrections for quick spine label creator, adding tools menu
Owen Leonard [Tue, 8 Dec 2009 17:59:57 +0000 (12:59 -0500)]
Minor markup corrections for quick spine label creator, adding tools menu

14 years agoAdds auto print/auto close functionality to hold transit slip.
Liz Rea [Mon, 7 Dec 2009 04:10:12 +0000 (22:10 -0600)]
Adds auto print/auto close functionality to hold transit slip.