Commit graph

11168 commits

Author SHA1 Message Date
49ae985518 Fixes for Bug 3376, Serials Display in OPAC
- Formatting links to different subscription views as tabs like the links to MARC view, ISBD, etc.
- Styling display of brief subscription view for better clarity
- Moving filter form on full subscription view to sidebar
- jQuery-fying some full subscription view scripts
- Adding branch name to output of full subscription information
- Styling year links for visibility and clarity (I'm not styling them as standard tabs because
  they wouldn't wrap well with many many years' worth of subscriptions)
2010-01-19 22:11:35 +01:00
e63ac283eb Fix for Bug 3951, Menu a mess in WebKit browsers
- removing inline image in favor of CSS background (inline image
  is used in the OPAC to better work with cart button css
- adding "display:none" to "more" menu. "visibility:hidden" by
  itself creates unwanted whitespace in WebKit browsers
- adding explicit width to toplevelmenu to correct display
  problem in WebKit browsers
2010-01-19 21:50:43 +01:00
Nahuel ANGELINETTI
365feb4185 (bug #4052) fix mandatory field/subfield deletion
this fix the way to delete repeatable mandatory fields, the minus char is now shown only on repeatable fields, even if they are mandatory or not.
If the last field is mandatory it won't be deleted.
2010-01-19 21:50:39 +01:00
Henri-Damien LAURENT
6b88ea88bb Fixing dbrev 104
There was two variable declaration missing
2010-01-18 01:05:38 +01:00
Chris Nighswonger
6bbb5a0889 Bugfix: 4046 Misc SQL Syntax Errors
This patch fixes several SQL syntax errors with the ALTER TABLE pragma
2010-01-15 10:24:55 +01:00
7e94056989 Fix for Bug 4035: Today's checkouts grouped with previous checkouts
Creating separate variable to be output to the template so that
the original issuedate can be used in date comparison.
2010-01-15 10:22:04 +01:00
b407a95fb8 Add OverdueNoticeBcc syspref required by overdue_notices.pl 2010-01-15 10:19:26 +01:00
d2912f5e89 Fix for Bug 4024, Search history template problems, and other fixes.
- Markup corrections
- Removing TMPL EXPR
- Converting delete link to FORM ("destructive" actions shouldn't be links)
- Adding "search history" link to logged-in user's sidebar menu
2010-01-15 10:17:11 +01:00
Chris Cormack
89b3e11356 Can now add rental discounts - wr62194 2010-01-15 10:14:55 +01:00
9cdf370f67 Fix for Bug 3589, OpacHighlightedWords sys pref does nothing 2010-01-15 10:12:28 +01:00
Nicole Engard
b47130cfef added serials help files 2010-01-15 10:00:36 +01:00
Chris Nighswonger
47fa09e85c Enhancement: Make web installer log errors to error log
The web installer should log errors to the error log instead of only
dumping them to the browser. This will allow a record of the errors
which may be useful for later debugging.
2010-01-15 10:00:36 +01:00
Kyle M Hall
bac8e37c83 Updated create_koc_db.pl
A new Koha Offline Circulation client has been written by Kyle M Hall in C++/Qt4.
Unfortunately, it requires an SQLite3 databse, where the PHP/Gtk client needs an SQLite2 database.

This update adds the switches --sqlite2 and --sqlite3 to the script to output either format.
2010-01-15 10:00:36 +01:00
Nahuel ANGELINETTI
e85209a933 (bug #4038) fix birth date filter in borrowers stats
this patch format date for SQL if there is non-iso dates.
2010-01-15 10:00:07 +01:00
074efa8dce Overdue Notices: Add a Bcc to messages
If a global syspref OverdueNoticeBcc is present, send overdue notices to
this address. This allow a library to track and gather all outgoing
overdue notices.
2010-01-15 09:59:32 +01:00
afcfb0e8bd overdue_notices.pl send no email directly to patron
Something prevents overdue_notices.pl to send message directly to patron
email.
2010-01-15 09:59:32 +01:00
f1bc7f4094 overdue_notices.pl various bugs in HEAD 3.2
Those bugs must have been introduced by merge?

- Overdue to all libraries with overdue rules doesn't work
- Overdue to a specific library doesn't work also
2010-01-15 09:59:19 +01:00
04cd180144 Adding inline edit links for additem table. Suggested for Bug 2534 2010-01-08 18:40:26 +01:00
Chris Nighswonger
8a63dd55a0 Correcting array element reference syntax which caused unnecessary warns
Also adding conditional to check ENV VAR definition to avoid unnecssary warns.
2010-01-08 18:40:05 +01:00
Matthias Meusburger
2f274f01a1 BZ4026 : Fix record's leader when merging records 2010-01-07 16:43:47 +01:00
Nicole Engard
45b6f2bc65 updated Tools help files 2010-01-07 16:43:34 +01:00
Matthias Meusburger
bcfbe391c7 BZ 4028 : OPAC search history available to non-logged-in users
The "search history" link and the "delete history" link are now correctly displayed after the first search.
Moreover, an additional "delete history" link as been added on the "search history" page itself.
2010-01-07 16:43:34 +01:00
Colin Campbell
f5de454caa Bug 3945 NULL is not a valid Supplier id
Get SuppliersWithLateIssues should return a list of suppliers
If you have subscriptions with no supplier it also returned a
invalid supplier with a null id and null name.
This patch ignores the non-supplier supplier
2010-01-06 17:01:49 +01:00
Colin Campbell
6f58777313 Bug 766 Remove scrolling list from serials claims
Let templating system do what its designed for
pass an array ref with the suppliers
2010-01-05 17:11:31 +01:00
Colin Campbell
e862d7ce60 Fix some code issues in circulation/returns
Fix obvious warning generators
 use of string comparison on numeric values
 use of capture variables without testing comparison
 reuse of variable names in same lexical scope
Tidy some layout issues
 remove commented out code
 remove unused variables
 remove tabs from mixed space tab layouts
 rewrite a couple of expressions where code flow obscured
2010-01-05 13:54:10 +01:00
Nicole Engard
c71b616f84 Bug 3764: Made city/town admin form clear 2010-01-05 13:54:09 +01:00
Nicole Engard
90c1c620f5 Bug 3654: Resubmit: Fixes issues with authorized values
#1 Moves Authorized Values under Basic on the Admin page & menu
 #2 Add defaults for PROC & CART in LOC
 #3 Add MANUAL_INV default
 #4 Add BOR_Notes default
 #5 Fix descriptions and language on authorized values page related
    to these changes
2010-01-05 13:54:09 +01:00
115dd8752f Interface corrections and improvements to OPAC lists
- improving behavior for users with no javascript
- style improvements to list "toolbar"
- adding new toolbar icons
- adding display of subtitle to lists
2010-01-05 13:54:09 +01:00
7cc44be17d Moving some list functions into the standard toolbar.
- Adding download functions to menu button
- Some markup corrections
2010-01-05 13:54:08 +01:00
Matthias Meusburger
1921ad6e69 BZ4019 : Lists Merge Issue
Removes deprecated virtualshelves/merge.pl as well as the link to it.
Records merging is done by selecting two records from a list's content.
2010-01-05 13:54:08 +01:00
Nahuel ANGELINETTI
eb3d8c03a3 (bug #4018) fix coins support in opac detail and xslt 2009-12-31 10:58:05 +01:00
Nicole Engard
25b58a568b bug 4017 fixed delete label to read just delete 2009-12-31 10:58:04 +01:00
3d42e2113e Fix for Bug 4008, footer floating up next to purchase suggestion in OPAC 2009-12-31 10:58:04 +01:00
Nicole Engard
3b8542bbfe bug 3765: move road type after address
I have fixed 2 road type issues.
2009-12-31 10:58:04 +01:00
Liz Rea
860608c246 changing title of help back to Circulation Statistics for consistency 2009-12-31 10:58:04 +01:00
Liz Rea
1adf196d9a Bug 3096: re-adding note field to suggestion management. 2009-12-31 10:58:04 +01:00
b3b466c887 Fix for Bug 4005, Inventory Tool w/ Blank Options
- Using some TMPL_IF logic to hide empty lines
 - Other markup and layout tweaks
2009-12-31 10:58:04 +01:00
Nicole Engard
52acec53c6 bug 4011 remove blank row on stats form 2009-12-31 10:58:03 +01:00
Nicole Engard
2bec9955c2 bug 4009 & 4010 add required fields
Bug 4009: New list w/out title fails silently
  Fixed so Title is required when adding a list

Bug 4010:  Purchase Suggestions Should Require Title
  Fixed text so that it indicates that title is required
  Added check to make sure Title is filled in

For both bugs I added a required style to the CSS
2009-12-31 10:58:03 +01:00
8da13e53ba Fix for Bug 2743, Z39.50, not z39.50 2009-12-31 10:58:03 +01:00
Nicole Engard
6594530254 bug 4006: change categorycode to Patron Category
For usability reasons, I have changed the categorycode label to read 'Patron Cateory' on the Patron page.
2009-12-31 10:58:03 +01:00
baabcf3c75 Fix for Bug 3991, Circulation search submit button wrapping in WebKit browsers
If CircAutocompl is ON, the circ search form has a hidden <div> for use in
displaying live search results. For some reason WebKit browsers (Safari and
Chrome) treat this hidden element as a something that should create a line
break like any other block-level element. Moving the submit button to
before that hidden <div> fixes the problem without disrupting the display
of the live search results.
2009-12-31 10:57:22 +01:00
Nahuel ANGELINETTI
5aad8d7591 Authtypecode return an warning even if subfield is ignored
this patch just add a condition to the sql request to return a warning
only if authtypecode is not in an ignored subfield.
2009-12-31 10:54:26 +01:00
98923d29d8 Fixing typo in the ils-di page 2009-12-23 09:38:46 +01:00
Liz Rea
5f14c1e53e Updates and clarifies the issues_stats (Checkout Statistics) help file. This patch created by Sharon Moreland (smoreland@nekls.org) 2009-12-23 09:37:48 +01:00
Nicole Engard
b5312a17cb 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.
2009-12-22 19:14:52 +01:00
Nicole Engard
7ad3128227 bug 3978 fix column display on vendor search results 2009-12-22 19:14:52 +01:00
Nicole Engard
d2e9c0352b bug 3875: fix language inconsistency on lists 2009-12-22 19:14:52 +01:00
Nicole Engard
317cd79c4d Bugs 3854 & 3855 Minor title and text fixes 2009-12-22 19:14:52 +01:00
Nicole Engard
83f7a91fef bug 3845 fix minor capitalization and spelling errors on suggestion page 2009-12-22 19:14:52 +01:00