Commit graph

11317 commits

Author SHA1 Message Date
Nicole Engard
4606b2ff10 Bug 3909 don't show basket link if no basket exists 2009-12-20 14:31:38 +01:00
Liz Rea
64720c381f Puts focus in search box on page load. 2009-12-20 14:31:37 +01:00
Liz Rea
bae21b7fd5 Removed tab indexes in additem.pl to enable tabbing to buttons in order. Previously, tabbing through this form would skip the submit buttons. 2009-12-20 14:31:37 +01:00
Chris Cormack
7a4f725c8b Fixing bug with CanBookBeReserved ... rules for default borrower codes were being ignored 2009-12-20 14:31:37 +01:00
d8b299bcda Removing global database handler, breaking tests and dangerous if we ever use mod_perl - All tests now passing 2009-12-20 14:31:37 +01:00
e85b4557f9 C4::Bookfund no longer exists, removing the test 2009-12-20 14:31:37 +01:00
11c0adea4e C4::Boolean has had its' exception changed to warns, the test was erroring falsely 2009-12-20 14:31:36 +01:00
Chris Nighswonger
b21f235b9e 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.
2009-12-20 14:31:36 +01:00
Chris Nighswonger
1c47bb676f Bugfix: Missing line terminator at the end of an INSERT 2009-12-20 14:31:36 +01:00
Piotr Wejman
3e85a59152 Removing redundant coma in updatedatabase 2009-12-20 14:31:36 +01:00
231ea7c341 Bug 2505 enabling warnings 2009-12-20 14:31:35 +01:00
d51332698b Bug 1807, can now search with : in the box if you want to use ccl do ccl: title=fish 2009-12-20 14:31:35 +01:00
111bdfddfa Bug 1807 - Commenting out flawed nested queries implementation, now users can search using () 2009-12-20 14:31:35 +01:00
f25b5624a4 Markup corrections, removing table sorting from some columns. 2009-12-20 14:31:35 +01:00
558b916e84 Markup cleanup on subscription catalog search form and results page 2009-12-20 14:31:34 +01:00
26c85a4277 Style change to fix Bug 3898, Vendor Search Box Moved on Serials
Patch also includes markup fixes and cleanup for subscription-add.pl
2009-12-20 14:31:34 +01:00
1b1972044c 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.
2009-12-20 14:31:33 +01:00
Nahuel ANGELINETTI
c0edb3adef (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.
2009-12-20 14:31:33 +01:00
Chris Cormack
a05c092e99 Fixing suggestions management page, Authorised values werent being passed through 2009-12-20 14:31:33 +01:00
Paul Poulain
032371aaca 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
2009-12-20 14:31:30 +01:00
Jean-André Santoni
c91fc8a897 [MT2343] Removed useless select in the planning
Cleaned some code too.
2009-12-20 14:31:28 +01:00
Jean-André Santoni
1b1ac1a98c [MT2343] Display branchcodes instead of branchnames in columns 2009-12-20 14:31:28 +01:00
Jean-André Santoni
6f06ae5663 [MT2343] Modified display of Budget Parent to show budget code 2009-12-20 14:31:26 +01:00
Jean-André Santoni
4e2f453e41 [MT2343] Renamed "Budget for period" into "Root Budget" 2009-12-20 14:31:25 +01:00
Jean-André Santoni
1e84ae30c1 [MT2343] Removed the hint for Amount and display Amount as mandatory 2009-12-20 14:31:25 +01:00
Jean-André Santoni
6dcf3f4e9e [MT2343] Added help in the budget adding form 2009-12-20 14:31:25 +01:00
Jean-André Santoni
23b356105a [MT2343] Select in budget add forum
Sorted the branches select.
Modified display to "branchcode - branchname"
Fixed a bug, selection was inverted.
2009-12-20 14:31:23 +01:00
Jean-André Santoni
e3c78da1eb [MT2435] Fixed the SQL syntax error in GetLateOrders 2009-12-20 14:31:23 +01:00
Jean-André Santoni
4dae655e9b [MT2343] Makes action column not sortable in root budgets 2009-12-20 14:31:21 +01:00
Jean-André Santoni
b1fa68c77c [MT2343] Renamed Quit button Cancel, and removed the table in delete confirm 2009-12-20 14:31:21 +01:00
Jean-André Santoni
b14efbc832 [MT2343] Prevents Koha to format total amount in budget period add/edit form
+ Forgot a "my"
2009-12-20 14:31:21 +01:00
Jean-André Santoni
699549e7b4 [2343] Hide "duplicate root budget" if no root budget selected 2009-12-20 14:31:13 +01:00
Jean-André Santoni
43ebd20604 [MT2343] Hide "Edit budget period" in the menu if no root budget selected 2009-12-20 14:31:13 +01:00
Jean-André Santoni
5b8d8af2b4 [MT2339] Added acquisition links in the administration left menu 2009-12-20 14:31:12 +01:00
Jean-André Santoni
cbf9c7497f [MT2338] Prevents users to check 'active' with a currency different from 1 2009-12-20 14:31:12 +01:00
Jean-André Santoni
ce673f13d9 [MT2338] Cancel is now a button 2009-12-20 14:31:12 +01:00
Jean-André Santoni
b641eb0fce [MT2338] Fixed the missing content in the "active" column 2009-12-20 14:31:12 +01:00
Jean-André Santoni
438afa638c [MT2338] Deleted the Hint comment in currencies management 2009-12-20 14:31:12 +01:00
Garry Collum
f68f6c3656 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.
2009-12-20 14:28:55 +01:00
Garry Collum
df781f3901 Bug 3962: Additional patch to fix XHTML errors in aqbudgets.tmpl. 2009-12-20 14:28:55 +01:00
David Birmingham
05081d919c 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.
2009-12-20 14:28:52 +01:00
Garry Collum
cf87a81c06 Bug 3962: Fixes XHTML errors in aqbudgets.tmpl.
Fixes the DOCTYPE, <title> and other XHTML errors in aqbudgets.tmpl.
2009-12-20 14:28:52 +01:00
Garry Collum
898b78535b 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.
2009-12-20 14:28:48 +01:00
Nicole Engard
c505daad7d updated more help files 2009-12-20 14:28:46 +01:00
Nicole Engard
62871fa517 bug 3976 fix typos in budget owner search 2009-12-20 14:28:29 +01:00
Garry Collum
f1da8e8b37 Bug 3963: Additional patch to fix XHTML.
Found more errors in aqbudgetperiods.tmpl and one of its include files.
2009-12-20 14:28:29 +01:00
Garry Collum
24736c57d2 Bug 3963: Invalid XHMTL in aqbudgetperiods.tmpl.
Extra <head> element and a few other minor XHTML errors.
2009-12-20 14:28:29 +01:00
Garry Collum
04e5f1952e Bug 3961: Fixes the missing <body> tag in aqbudget_owner_search.tmpl. 2009-12-20 14:28:28 +01:00
90b83dbd90 Fix for Bug 3960, moving filter form to the sidebar. 2009-12-20 14:28:28 +01:00
40074eaeec 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
2009-12-20 14:28:28 +01:00