]>
git.koha-community.org Git - koha.git/log
Nahuel ANGELINETTI [Wed, 30 Dec 2009 10:36:35 +0000 (11:36 +0100)]
(bug #4018) fix coins support in opac detail and xslt
Nicole Engard [Mon, 28 Dec 2009 10:12:24 +0000 (05:12 -0500)]
bug 4017 fixed delete label to read just delete
Owen Leonard [Tue, 29 Dec 2009 16:01:35 +0000 (11:01 -0500)]
Fix for Bug 4008, footer floating up next to purchase suggestion in OPAC
Nicole Engard [Mon, 28 Dec 2009 04:26:47 +0000 (23:26 -0500)]
bug 3765: move road type after address
I have fixed 2 road type issues.
Liz Rea [Mon, 28 Dec 2009 19:39:56 +0000 (13:39 -0600)]
changing title of help back to Circulation Statistics for consistency
Liz Rea [Mon, 28 Dec 2009 17:28:02 +0000 (11:28 -0600)]
Bug 3096: re-adding note field to suggestion management.
Owen Leonard [Mon, 28 Dec 2009 17:12:40 +0000 (12:12 -0500)]
Fix for Bug 4005, Inventory Tool w/ Blank Options
- Using some TMPL_IF logic to hide empty lines
- Other markup and layout tweaks
Nicole Engard [Mon, 28 Dec 2009 00:59:38 +0000 (19:59 -0500)]
bug 4011 remove blank row on stats form
Nicole Engard [Mon, 28 Dec 2009 00:30:08 +0000 (19:30 -0500)]
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
Owen Leonard [Mon, 28 Dec 2009 16:17:38 +0000 (11:17 -0500)]
Fix for Bug 2743, Z39.50, not z39.50
Nicole Engard [Sun, 27 Dec 2009 22:08:52 +0000 (17:08 -0500)]
bug 4006: change categorycode to Patron Category
For usability reasons, I have changed the categorycode label to read 'Patron Cateory' on the Patron page.
Owen Leonard [Wed, 23 Dec 2009 14:07:25 +0000 (09:07 -0500)]
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.
Nahuel ANGELINETTI [Thu, 22 Jan 2009 10:51:39 +0000 (11:51 +0100)]
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.
Chris Cormack [Wed, 23 Dec 2009 02:34:27 +0000 (15:34 +1300)]
Fixing typo in the ils-di page
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)
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.
Nicole Engard [Sat, 19 Dec 2009 01:14:00 +0000 (20:14 -0500)]
bug 3978 fix column display on vendor search results
Nicole Engard [Sat, 19 Dec 2009 01:13:59 +0000 (20:13 -0500)]
bug 3875: fix language inconsistency on lists
Nicole Engard [Sat, 19 Dec 2009 01:13:58 +0000 (20:13 -0500)]
Bugs 3854 & 3855 Minor title and text fixes
Nicole Engard [Sat, 19 Dec 2009 01:13:57 +0000 (20:13 -0500)]
bug 3845 fix minor capitalization and spelling errors on suggestion page
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
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
Nicole Engard [Sat, 19 Dec 2009 01:13:54 +0000 (20:13 -0500)]
replacement for bug 3817 added patron permissions for tag tool
Nicole Engard [Sat, 19 Dec 2009 01:13:53 +0000 (20:13 -0500)]
Bug 3835: Add link to CSV Profiles on Tools menu
Nicole Engard [Sat, 19 Dec 2009 01:13:52 +0000 (20:13 -0500)]
Bug 3833: Fix titles for Batchmod files
Nicole Engard [Sat, 19 Dec 2009 01:13:51 +0000 (20:13 -0500)]
Bug 3830: Fix spelling error in patron permissions
Nicole Engard [Sat, 19 Dec 2009 01:13:50 +0000 (20:13 -0500)]
Bug 3809: minor language change on import patrons tool
Piotr Wejman [Tue, 8 Dec 2009 22:29:42 +0000 (23:29 +0100)]
Adding pl-PL directory to installer/data/mysql.
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.
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.
Nicole Engard [Fri, 18 Dec 2009 14:09:02 +0000 (09:09 -0500)]
Bug 2662: make rand password consider minPasswordLength pref
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.
Nicole Engard [Wed, 16 Dec 2009 13:23:45 +0000 (08:23 -0500)]
Bug 3952 changed checkout stats to read circulation stats
Nicole Engard [Wed, 16 Dec 2009 07:41:38 +0000 (02:41 -0500)]
bug 3834 put names on patron page last, first
Owen Leonard [Wed, 16 Dec 2009 21:10:06 +0000 (16:10 -0500)]
Fix for Bug 3944, new order template formatting and markup corrections
Owen Leonard [Wed, 16 Dec 2009 20:23:35 +0000 (15:23 -0500)]
Fix for Bug 3940, "Notes on add patron form need formatting"
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.
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.
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
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.
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".
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.
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.
Chris Cormack [Tue, 15 Dec 2009 00:57:25 +0000 (13:57 +1300)]
Bug 3903 - Members names not showing on serial routing list
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
Nicole Engard [Wed, 9 Dec 2009 21:57:05 +0000 (16:57 -0500)]
bug 3899 moved serial enumeration to the proper subfield
Nicole Engard [Wed, 9 Dec 2009 21:48:16 +0000 (16:48 -0500)]
Bug 3909 don't show basket link if no basket exists
Liz Rea [Mon, 14 Dec 2009 21:56:53 +0000 (15:56 -0600)]
Puts focus in search box on page load.
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.
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
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
Chris Cormack [Sun, 13 Dec 2009 09:11:25 +0000 (22:11 +1300)]
C4::Bookfund no longer exists, removing the test
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
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.
Chris Nighswonger [Sat, 12 Dec 2009 19:55:16 +0000 (14:55 -0500)]
Bugfix: Missing line terminator at the end of an INSERT
Piotr Wejman [Sat, 12 Dec 2009 17:34:36 +0000 (18:34 +0100)]
Removing redundant coma in updatedatabase
Chris Cormack [Sat, 12 Dec 2009 09:50:02 +0000 (22:50 +1300)]
Bug 2505 enabling warnings
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
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 ()
Owen Leonard [Fri, 11 Dec 2009 18:07:40 +0000 (13:07 -0500)]
Markup corrections, removing table sorting from some columns.
Owen Leonard [Fri, 11 Dec 2009 16:13:57 +0000 (11:13 -0500)]
Markup cleanup on subscription catalog search form and results page
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
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.
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.
Chris Cormack [Fri, 11 Dec 2009 01:31:17 +0000 (14:31 +1300)]
Fixing suggestions management page, Authorised values werent being passed through
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
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.
Jean-André Santoni [Thu, 3 Dec 2009 15:30:32 +0000 (16:30 +0100)]
[MT2343] Display branchcodes instead of branchnames in columns
Jean-André Santoni [Thu, 3 Dec 2009 14:47:08 +0000 (15:47 +0100)]
[MT2343] Modified display of Budget Parent to show budget code
Jean-André Santoni [Thu, 3 Dec 2009 14:45:34 +0000 (15:45 +0100)]
[MT2343] Renamed "Budget for period" into "Root Budget"
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
Jean-André Santoni [Thu, 3 Dec 2009 14:15:03 +0000 (15:15 +0100)]
[MT2343] Added help in the budget adding form
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.
Jean-André Santoni [Wed, 2 Dec 2009 16:23:55 +0000 (17:23 +0100)]
[MT2435] Fixed the SQL syntax error in GetLateOrders
Jean-André Santoni [Wed, 2 Dec 2009 15:50:37 +0000 (16:50 +0100)]
[MT2343] Makes action column not sortable in root budgets
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
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"
Jean-André Santoni [Wed, 2 Dec 2009 14:29:19 +0000 (15:29 +0100)]
[2343] Hide "duplicate root budget" 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
Jean-André Santoni [Wed, 2 Dec 2009 13:35:56 +0000 (14:35 +0100)]
[MT2339] Added acquisition links in the administration left menu
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
Jean-André Santoni [Wed, 2 Dec 2009 12:30:58 +0000 (13:30 +0100)]
[MT2338] Cancel is now a button
Jean-André Santoni [Wed, 2 Dec 2009 12:20:06 +0000 (13:20 +0100)]
[MT2338] Fixed the missing content in the "active" column
Jean-André Santoni [Wed, 2 Dec 2009 12:11:56 +0000 (13:11 +0100)]
[MT2338] Deleted the Hint comment in currencies management
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.
Garry Collum [Sat, 19 Dec 2009 05:30:48 +0000 (00:30 -0500)]
Bug 3962: Additional patch to fix XHTML errors in aqbudgets.tmpl.
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.
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.
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.
Nicole Engard [Wed, 16 Dec 2009 23:03:49 +0000 (18:03 -0500)]
updated more help files
Nicole Engard [Fri, 18 Dec 2009 01:16:28 +0000 (20:16 -0500)]
bug 3976 fix typos in budget owner search
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.
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.
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.
Owen Leonard [Fri, 18 Dec 2009 20:43:49 +0000 (15:43 -0500)]
Fix for Bug 3960, moving filter form to the sidebar.
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
NYUHSL [Thu, 17 Dec 2009 16:45:35 +0000 (11:45 -0500)]
Updated ScriptAlias to point to opac/opac-search.pl instead of
Owen Leonard [Fri, 18 Dec 2009 14:58:20 +0000 (09:58 -0500)]
Fix for Bug 3956, Basket details table headers misaligned
Nicole Engard [Wed, 16 Dec 2009 23:14:23 +0000 (18:14 -0500)]
Bug 3957 fix title and paths for batchmod files
Nicole Engard [Wed, 16 Dec 2009 22:35:42 +0000 (17:35 -0500)]
updated suggestions help file name to match new naming structure