erickson [Tue, 22 Sep 2009 21:15:44 +0000 (21:15 +0000)]
When a hold has expired waiting for a copy to become available and is subsequently cancelled, set the cancel cause value and tell the notification innards to react as necessary (e.g. send the patron an email)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14105
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Tue, 22 Sep 2009 21:09:46 +0000 (21:09 +0000)]
When a hold has gone around the org-unit loop (if configured) X number of times without finding a copy and is subsequently cancelled, set the cancel cause value and tell the notification innards to react as necessary (e.g. send the patron an email)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14104
dcc99617-32d9-48b4-a31d-
7c20da2025e4
miker [Tue, 22 Sep 2009 20:56:16 +0000 (20:56 +0000)]
adding the new shelf_time field to action::hold_request Class::DBI representation
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14103
dcc99617-32d9-48b4-a31d-
7c20da2025e4
dbs [Tue, 22 Sep 2009 20:33:57 +0000 (20:33 +0000)]
Commit typo patch from Jason Stephenson (April 28, 2009)
Attached is a small patch that fixes a typo in config.pm in Evergreen-ILS-1.4.0.4/Open-ILS/src/perlmods/OpenILS/Application/Storage/CDBI
I came across it while perusing the code.
Jason
Developer's Certificate of Origin 1.1
By making a contribution to this project, I certify that:
(a) The contribution was created in whole or in part by me and I have the right to submit it under the open source license indicated in the file; or
(b) The contribution is based upon previous work that, to the best of my knowledge, is covered under an appropriate open source license and I have the right under that license to submit that work with modifications, whether created in whole or in part by me, under the same open source license (unless I am permitted to submit under a different license), as indicated in the file; or
(c) The contribution was provided directly to me by some other person who certified (a), (b) or (c) and I have not modified it.
(d) I understand and agree that this project and the contribution are public and that a record of the contribution (including all personal information I submit with it, including my sign-off) is maintained indefinitely and may be redistributed consistent with this project or the open source license(s) involved.
Signed-off-by: Jason Stephenson jstephenson@mvlc.org
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14098
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Tue, 22 Sep 2009 19:48:44 +0000 (19:48 +0000)]
user editor: check the claims returned count update permission to see if that field needs to be disabled for editing
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14097
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Tue, 22 Sep 2009 19:47:13 +0000 (19:47 +0000)]
added permission for allowing (or not) changing the claims returned count for a user
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14096
dcc99617-32d9-48b4-a31d-
7c20da2025e4
scottmk [Tue, 22 Sep 2009 19:24:08 +0000 (19:24 +0000)]
Changing the rules for database upgrades: config.upgrade_log.version
will henceforth be all-numeric.
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14095
dcc99617-32d9-48b4-a31d-
7c20da2025e4
miker [Tue, 22 Sep 2009 17:49:09 +0000 (17:49 +0000)]
IE does not appreciate direct parent/child CSS selectors, so we will use the more generic descendant selector; improve the display of title data by providing a space between subfields (XML processors, particularly those rendering HTML, normalizes whitespace by default)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14091
dcc99617-32d9-48b4-a31d-
7c20da2025e4
scottmk [Tue, 22 Sep 2009 17:38:26 +0000 (17:38 +0000)]
Renaming an upgrade script to avoid a numbering collision
D upgrade/0011.schema.circ-checkin-ws-and-scan-time.sql
A upgrade/0013.schema.circ-checkin-ws-and-scan-time.sql
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14090
dcc99617-32d9-48b4-a31d-
7c20da2025e4
miker [Tue, 22 Sep 2009 17:37:09 +0000 (17:37 +0000)]
make the IE fix for pulling out formatting code less IE specific in case we run into some other browser for which dojox.data.dom.textContent() does not work properly
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14089
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Tue, 22 Sep 2009 17:20:05 +0000 (17:20 +0000)]
curse of interface duplication. Fix DOB behavior for vertical patron summary
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14088
dcc99617-32d9-48b4-a31d-
7c20da2025e4
scottmk [Tue, 22 Sep 2009 17:17:16 +0000 (17:17 +0000)]
1. Add new column parent_circ to action.circulation, to connect
renewals to the original circulations (or to previous renewals).
2. Add a pesky semicolon to a previous upgrade script.
M Open-ILS/src/sql/Pg/090.schema.action.sql
A Open-ILS/src/sql/Pg/upgrade/0012.schema.circ-parent-circ.sql
M Open-ILS/src/sql/Pg/upgrade/0011.schema.circ-checkin-ws-and-scan-time.sql
M Open-ILS/examples/fm_IDL.xml
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14087
dcc99617-32d9-48b4-a31d-
7c20da2025e4
scottmk [Tue, 22 Sep 2009 17:03:13 +0000 (17:03 +0000)]
Add upgrade script for changes previously committed, adding two columns
to action.circulation.
A Open-ILS/src/sql/Pg/upgrade/0011.schema.circ-checkin-ws-and-scan-time.sql
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14086
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Tue, 22 Sep 2009 17:01:18 +0000 (17:01 +0000)]
an upgrade script for adding the circ.staff_client.do_not_auto_attempt_print org unit setting type
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14085
dcc99617-32d9-48b4-a31d-
7c20da2025e4
scottmk [Tue, 22 Sep 2009 16:48:24 +0000 (16:48 +0000)]
Add upgrade script for changes previously committed, adding a dummy_isbn
column to asset.copy and auditor.asset_copy_history.
A Open-ILS/src/sql/Pg/upgrade/0010.schema.asset-copy-dummy-isbn.sql
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14084
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Tue, 22 Sep 2009 16:11:51 +0000 (16:11 +0000)]
This I18N'izes the string "HOLDS SHELF", and adds "PUBLIC HOLDS SHELF" and "PRIVATE HOLDS SHELF".
The latter two get used if the org unit setting circ.holds.behind_desk_pickup_supported is set to true, and more specifically, PRIVATE HOLDS SHELF gets used if the hold user has a user setting of circ.holds_behind_desk
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14083
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Tue, 22 Sep 2009 05:21:59 +0000 (05:21 +0000)]
New behavior for checkout attempt against an open circulation:
If existing circ is for a different patron, offer:
Cancel
Normal Checkin then Checkout
(if Overdue) Forgiving Checkin then Checkout
If existing circ is for the same patron, offer:
Cancel
Normal Checkin then Checkout
Renew
Unless circ.checkout_auto_renew_age is set and the circulation is older than that specified interval, in which case, automatically try a renewal instead of a checkout.
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14082
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Tue, 22 Sep 2009 03:54:02 +0000 (03:54 +0000)]
remove debugging alert
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14081
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Tue, 22 Sep 2009 03:51:49 +0000 (03:51 +0000)]
after applying penalty, fetch new patron with .standing_penalties. The constructed/fake penalty wasn't good enough for further action with pcrud, only for display
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14080
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Tue, 22 Sep 2009 03:11:24 +0000 (03:11 +0000)]
Org unit setting (not wired into Settings Editor), circ.staff_client.do_not_auto_attempt_print:
Disable automatic print attempts from staff client interfaces for the receipt types in this list. Possible values: "Checkout", "Bill Pay", "Hold Slip", "Transit Slip", and/or "Hold/Transit Slip". This is different from the
Auto-Print checkbox in the pertinent interfaces in that it disables automatic print attempts altogether, rather than encouraging silent printing by suppressing the print dialog. The Auto-Print checkbox in these interfaces have no
effect on the behavior for this setting. In the case of the Hold, Transit, and Hold/Transit slips, this also suppresses the alert dialogs that precede the print dialog (the ones that offer Print and Do Not Print as options).
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14079
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Mon, 21 Sep 2009 20:06:41 +0000 (20:06 +0000)]
Splits the hard-coded hold/transit slip logic into 3 types of slips (hold_slip, transit_slip, and hold_transit_slip), and ties them into the receipt template system. The ui.circ.old_harcoded_slip_template (not yet wired in) org
unit setting will revert to the hard-coded logic. The new templates are not 100% identical to the hard-coded slips, mainly because they're brain-dead simple and don't lend themselves to conditional display logic without delving
into inline javascript. Testing welcome.
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14078
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Mon, 21 Sep 2009 16:37:19 +0000 (16:37 +0000)]
added various hold cancelation hooks for (eventually) notifying patrons when a hold was cancelled for a given reason
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14077
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Mon, 21 Sep 2009 16:13:51 +0000 (16:13 +0000)]
accidentally duplicated a seed value, removing
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14076
dcc99617-32d9-48b4-a31d-
7c20da2025e4
miker [Mon, 21 Sep 2009 15:10:55 +0000 (15:10 +0000)]
properly populate %services hash of configured Z servers
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14072
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Mon, 21 Sep 2009 14:57:17 +0000 (14:57 +0000)]
New org setting to turn on behind-the-desk hold pickup option for patrons
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14071
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Mon, 21 Sep 2009 14:54:19 +0000 (14:54 +0000)]
must remember to add seed data to the global seed data file in addition to the upgrade files
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14070
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Mon, 21 Sep 2009 13:59:02 +0000 (13:59 +0000)]
if an open circ exists for the same user, go ahead and return the circ, regardless of auto-renew
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14069
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Mon, 21 Sep 2009 13:53:52 +0000 (13:53 +0000)]
Added support for auto-renewal ages. If a checkout occurs and the item is already checked out to the same patron and they have had the item for more than a configred amount of time, tell the caller and let the caller decide if it should force a renewal
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14068
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Sun, 20 Sep 2009 14:16:51 +0000 (14:16 +0000)]
setting checkin_scan_time on circs at checkin time. This captures the true scan time regardless of the backdate, er, date.
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14067
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Fri, 18 Sep 2009 22:58:20 +0000 (22:58 +0000)]
reworked error handling for setting claimed returned. added PATRON_EXCEEDS_CLAIMS_RETURN_COUNT as an overridable event
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14066
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Fri, 18 Sep 2009 22:57:49 +0000 (22:57 +0000)]
better support for ils events where .ils_event == null. Can now include the textcode string in the list of overridable events one feeds the network.request methods.
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14065
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Fri, 18 Sep 2009 22:29:48 +0000 (22:29 +0000)]
seed new databases with the circ.max_patron_claim_return_count org unit setting type
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14064
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Fri, 18 Sep 2009 21:34:00 +0000 (21:34 +0000)]
if no legacy map for in-db checkout/renew is defined, default to the fail message from the in-db process
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14062
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Fri, 18 Sep 2009 20:33:05 +0000 (20:33 +0000)]
receipt template for Item Renew interface
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14061
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Fri, 18 Sep 2009 20:29:15 +0000 (20:29 +0000)]
Renew Item interface, where you can scan in the item barcodes and a renewal attempt is made automatically.
Not as clean as it could be if implemented from scratch; it's a paired down derivative of the checkin interface.
Possible TODO: Provide an Override checkbox so that all subsequent renewal attempts are made with .override
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14060
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Fri, 18 Sep 2009 20:26:54 +0000 (20:26 +0000)]
just in case code ever tries to get the OPAC to show the magic PreCat record, don't let it
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14059
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Fri, 18 Sep 2009 19:37:33 +0000 (19:37 +0000)]
new feature: Added max-claims-returned-count setting. if a patron hits this amount, it requires staff override to mark an additional item as claims returned.
new perm SET_CIRC_CLAIMS_RETURNED.override
new api call open-ils.circ.circulation.set_claims_returned.override
updated some inline docs
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14058
dcc99617-32d9-48b4-a31d-
7c20da2025e4
scottmk [Fri, 18 Sep 2009 18:49:25 +0000 (18:49 +0000)]
Add new column checkin_scan_time to action.circulation,
and change IDL accordingly.
For changing an existing table:
ALTER TABLE action.circulation
ADD COLUMN checkin_scan_time TIMESTAMPTZ;
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14057
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Fri, 18 Sep 2009 18:40:08 +0000 (18:40 +0000)]
marc record in Alternate Item Detail -> Cataloging Info tab
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14056
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Fri, 18 Sep 2009 18:39:32 +0000 (18:39 +0000)]
in case marc_view.xul gets sent a pre-cat
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14055
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Fri, 18 Sep 2009 18:16:50 +0000 (18:16 +0000)]
make sure previous display fields are cleared between items
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14054
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Fri, 18 Sep 2009 18:10:57 +0000 (18:10 +0000)]
changing the value of a datepicker within a change event handler can fire another event.. alert boxes also seem to make it act funny. Replacing with a sound effect for now
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14053
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Fri, 18 Sep 2009 17:30:03 +0000 (17:30 +0000)]
replace Checkin Effective Date textbox with datepicker for popup-calendar
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14052
dcc99617-32d9-48b4-a31d-
7c20da2025e4
miker [Fri, 18 Sep 2009 17:23:00 +0000 (17:23 +0000)]
Bug reported by Wiktor Rzeczkowski from McMaster University: [parallel_]pg_loader.pl was not taught about the changes to the materialized_simple_record trigger
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14048
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Fri, 18 Sep 2009 15:28:17 +0000 (15:28 +0000)]
repaired perl syntax on map call
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14047
dcc99617-32d9-48b4-a31d-
7c20da2025e4
miker [Fri, 18 Sep 2009 13:45:13 +0000 (13:45 +0000)]
cache the target weight for the entire hold targetting run, not just for this hold
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14046
dcc99617-32d9-48b4-a31d-
7c20da2025e4
miker [Thu, 17 Sep 2009 20:19:28 +0000 (20:19 +0000)]
loop-based targeting (does not need the views defined the other day ... may remove those at some point), cut the first; org unit weighting for hold targeting
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14045
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Thu, 17 Sep 2009 20:03:30 +0000 (20:03 +0000)]
Added org setting for overriding the circ lib when creating a new pre-cat copy. This allows the lib to automatically
route all pre-cat copies to a different branch at post-circ checkin time.
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14044
dcc99617-32d9-48b4-a31d-
7c20da2025e4
dbs [Thu, 17 Sep 2009 16:40:18 +0000 (16:40 +0000)]
Avoid skewed display of record summary when bibtemplate displays extra fields.
Having a massive rowspan doesn't seem to negatively effect the display, so
better safe than sorry.
This should probably be backported all the way to rel_1_6_0.
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14043
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Thu, 17 Sep 2009 16:37:41 +0000 (16:37 +0000)]
quick links for copying address info to the clipboard in tab-delimited format
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14042
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Thu, 17 Sep 2009 16:13:46 +0000 (16:13 +0000)]
display dummy fields for pre-cats if no mvr. fix checkin_workstation field if no checkin_workstation
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14041
dcc99617-32d9-48b4-a31d-
7c20da2025e4
miker [Thu, 17 Sep 2009 16:02:04 +0000 (16:02 +0000)]
use try/catch instead of eval/$@
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14040
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Thu, 17 Sep 2009 15:50:50 +0000 (15:50 +0000)]
checkin_workstation is now fleshed
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14039
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Thu, 17 Sep 2009 15:34:59 +0000 (15:34 +0000)]
flesh checkin_workstation on copy detail retrieve. changed reltyp for workstation and checkin_worksation to has_a
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14038
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Thu, 17 Sep 2009 15:31:14 +0000 (15:31 +0000)]
dummy isbn support for isbn column in lists
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14037
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Thu, 17 Sep 2009 15:21:26 +0000 (15:21 +0000)]
Display Checkin Workstation in alternate item detail view. Right now it's displaying the workstation id.
Could we get open-ils.circ.copy_details.retrieve.barcode to flesh .checkin_workstation?
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14036
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Thu, 17 Sep 2009 15:20:07 +0000 (15:20 +0000)]
capture pre-cat circ modifier in pre-cat copy creation
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14035
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Thu, 17 Sep 2009 15:06:19 +0000 (15:06 +0000)]
Add ISBN and Circ Modifier options to Pre-Cat dialog. Circ Modifier value gets remembered between pre-cat invocations for a given staff client session. General reworking of the dialog to better handle closure of the window on
non-submits.
TODO: Test against middle layer .checkout.full once it supports circ_modifier argument. We're broken until then.
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14034
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Thu, 17 Sep 2009 14:29:45 +0000 (14:29 +0000)]
fix Unset for circ modifier in Item Attribute Editor
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14033
dcc99617-32d9-48b4-a31d-
7c20da2025e4
miker [Thu, 17 Sep 2009 01:54:21 +0000 (01:54 +0000)]
use Safe to protect against EVIL evals coming in from the outside world -- we share the environment into the Safe compartment using the name $current_environment
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14032
dcc99617-32d9-48b4-a31d-
7c20da2025e4
dbs [Wed, 16 Sep 2009 03:38:25 +0000 (03:38 +0000)]
Following r14030, add the Makefile.am that is required for the Web portions.
(Oh, the perils of grepping for "^M" in 'svn stat' output...)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14031
dcc99617-32d9-48b4-a31d-
7c20da2025e4
dbs [Wed, 16 Sep 2009 03:34:38 +0000 (03:34 +0000)]
Make building & installing the core components of Evergreen optional.
For now, this will be of most interest to those interested in building only
the staff client, say, on platforms where many of the dependencies of the
other components of Evergreen are not readily available. If you disable the
core components using configure, then dependency checking for those core
components is skipped and the staff client will be build and installed to
the desired location.
For example:
./autogen.sh
./configure --prefix=/openils --disable-core --disable-apache-modules
sudo make install
... will result in the Evergreen Web files, reporter, and staff client
being built and their respective server components installed in
/openils/var/web/...
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14030
dcc99617-32d9-48b4-a31d-
7c20da2025e4
miker [Tue, 15 Sep 2009 20:24:27 +0000 (20:24 +0000)]
completing previous commit (hold loop calcuation upgrade scripts)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14029
dcc99617-32d9-48b4-a31d-
7c20da2025e4
miker [Tue, 15 Sep 2009 20:23:42 +0000 (20:23 +0000)]
moving the the upgrade SQL scripts to an unversioned "upgrade" directory instead of one labeled for 1.6; adding the min-version insert for config.upgrade_log; adding views and an index for hold loop calculation
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14028
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Tue, 15 Sep 2009 17:32:10 +0000 (17:32 +0000)]
capturing ISBN value for pre-cat copies. setting checkin_workstation value at circ checkin time
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14027
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Tue, 15 Sep 2009 17:22:12 +0000 (17:22 +0000)]
spawn the right (horizontal versus vertical) patron display
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14026
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Tue, 15 Sep 2009 16:53:44 +0000 (16:53 +0000)]
Initial stab at modeling database changes as atomic mini-scripts for ease of development and eventual automatic upgrades
Created new upgrade directory for the 1.6 to trunk upgrade path.
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14025
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Tue, 15 Sep 2009 16:25:41 +0000 (16:25 +0000)]
during inspect, return policy data even if the patron is not allowed to checkout without override
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14023
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Tue, 15 Sep 2009 16:12:42 +0000 (16:12 +0000)]
for now, don't allow inspect calls on copies that have not been created in the db, IOW pre-cat copies that have never circulated
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14021
dcc99617-32d9-48b4-a31d-
7c20da2025e4
scottmk [Tue, 15 Sep 2009 15:22:40 +0000 (15:22 +0000)]
Add checkin_workstation column to action.circulation.
For changing an existing table:
ALTER TABLE action.circulation
ADD COLUMN checkin_workstation INT
REFERENCES actor.workstation(id)
ON DELETE SET NULL
DEFERRABLE INITIALLY DEFERRED;
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14020
dcc99617-32d9-48b4-a31d-
7c20da2025e4
scottmk [Tue, 15 Sep 2009 14:41:28 +0000 (14:41 +0000)]
Add dummy_isbn column to asset.copy.
For changing an existing table:
ALTER TABLE asset.copy
ADD COLUMN dummy_isbn TEXT;
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14019
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Tue, 15 Sep 2009 02:48:41 +0000 (02:48 +0000)]
simple auth was buggy; due to chrome/remote restrictions in xulrunner 1.9? made separate chrome and remote versions, which is.. simpler :)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14018
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Mon, 14 Sep 2009 03:18:12 +0000 (03:18 +0000)]
fire a command event on checkboxes if persist_helper makes them checked. This handles checkboxes like Stack Subfields and Fast Item Add in the marc editor
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14017
dcc99617-32d9-48b4-a31d-
7c20da2025e4
phasefx [Sun, 13 Sep 2009 15:08:19 +0000 (15:08 +0000)]
Patch from Warren Layton for asciibetical ordering of services in z39.50 client. Native Catalog always goes to the top. Thanks!
---
The attached patch presents the Z39.50 targets in the Staff Client in
alphabetical order - a problem for us because we're starting to have
quite a few configured.
I'm not sure if this is the most elegant solution so feedback is
definitely welcome.
Cheers,
Warren
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14014
dcc99617-32d9-48b4-a31d-
7c20da2025e4
scottmk [Sun, 13 Sep 2009 02:26:10 +0000 (02:26 +0000)]
Added the const qualifier to several variables.
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14013
dcc99617-32d9-48b4-a31d-
7c20da2025e4
scottmk [Sun, 13 Sep 2009 02:12:02 +0000 (02:12 +0000)]
In main: add the const qualifier to the classname variable.
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14012
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Fri, 11 Sep 2009 13:27:20 +0000 (13:27 +0000)]
Patch from Ben Ostrowsky to add some comments to the z39 config table
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14010
dcc99617-32d9-48b4-a31d-
7c20da2025e4
dbs [Fri, 11 Sep 2009 03:55:49 +0000 (03:55 +0000)]
Catch a few more common problems in settings-tester.pl:
* Check for <database> elements to ensure that Evergreen version of opensrf.xml is in place
* Check for oils_web.xml (required as of Evergreen 1.6)
Also, a bit of clean-up:
* Ensure all output is available to be gathered
* Short-circuit pointless database tests if the database connection fails
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14009
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Thu, 10 Sep 2009 18:21:04 +0000 (18:21 +0000)]
Patch from Joe Atzberger to repair fund delete param description
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14006
dcc99617-32d9-48b4-a31d-
7c20da2025e4
miker [Thu, 10 Sep 2009 16:21:33 +0000 (16:21 +0000)]
reverse-choro-date1 tiebreaker on search sorts
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14005
dcc99617-32d9-48b4-a31d-
7c20da2025e4
kgs [Wed, 9 Sep 2009 21:15:08 +0000 (21:15 +0000)]
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14004
dcc99617-32d9-48b4-a31d-
7c20da2025e4
kgs [Wed, 9 Sep 2009 20:54:15 +0000 (20:54 +0000)]
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14003
dcc99617-32d9-48b4-a31d-
7c20da2025e4
kgs [Wed, 9 Sep 2009 20:53:54 +0000 (20:53 +0000)]
Moving styleguide files to the styleguide directory
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14002
dcc99617-32d9-48b4-a31d-
7c20da2025e4
kgs [Wed, 9 Sep 2009 20:34:34 +0000 (20:34 +0000)]
Adding first of a series of files to the styleguide section.
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14001
dcc99617-32d9-48b4-a31d-
7c20da2025e4
kgs [Wed, 9 Sep 2009 20:31:19 +0000 (20:31 +0000)]
Moving styleguide folder into 1.6 docs repository.
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14000
dcc99617-32d9-48b4-a31d-
7c20da2025e4
kgs [Wed, 9 Sep 2009 20:29:35 +0000 (20:29 +0000)]
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13999
dcc99617-32d9-48b4-a31d-
7c20da2025e4
kgs [Wed, 9 Sep 2009 20:29:22 +0000 (20:29 +0000)]
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13998
dcc99617-32d9-48b4-a31d-
7c20da2025e4
kgs [Wed, 9 Sep 2009 20:29:07 +0000 (20:29 +0000)]
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13997
dcc99617-32d9-48b4-a31d-
7c20da2025e4
kgs [Wed, 9 Sep 2009 20:28:55 +0000 (20:28 +0000)]
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13996
dcc99617-32d9-48b4-a31d-
7c20da2025e4
kgs [Wed, 9 Sep 2009 20:27:56 +0000 (20:27 +0000)]
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13995
dcc99617-32d9-48b4-a31d-
7c20da2025e4
kgs [Wed, 9 Sep 2009 20:27:44 +0000 (20:27 +0000)]
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13994
dcc99617-32d9-48b4-a31d-
7c20da2025e4
kgs [Wed, 9 Sep 2009 20:27:35 +0000 (20:27 +0000)]
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13993
dcc99617-32d9-48b4-a31d-
7c20da2025e4
kgs [Wed, 9 Sep 2009 20:27:21 +0000 (20:27 +0000)]
Creating parallel structure to website for Evergreen documentation. The next sets of files will reflect this.
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13992
dcc99617-32d9-48b4-a31d-
7c20da2025e4
kgs [Wed, 9 Sep 2009 19:48:18 +0000 (19:48 +0000)]
Deleting unneeded files.
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13991
dcc99617-32d9-48b4-a31d-
7c20da2025e4
kgs [Wed, 9 Sep 2009 19:47:50 +0000 (19:47 +0000)]
Deleting unneeded folder.
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13990
dcc99617-32d9-48b4-a31d-
7c20da2025e4
kgs [Wed, 9 Sep 2009 19:47:37 +0000 (19:47 +0000)]
Deleting unneeded folder.
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13989
dcc99617-32d9-48b4-a31d-
7c20da2025e4
kgs [Wed, 9 Sep 2009 19:47:22 +0000 (19:47 +0000)]
Removing folders so that trunk and the web have parallel structures.
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13988
dcc99617-32d9-48b4-a31d-
7c20da2025e4
kgs [Wed, 9 Sep 2009 17:58:19 +0000 (17:58 +0000)]
reorganizing the hierarchy according to newfound wisdom
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13987
dcc99617-32d9-48b4-a31d-
7c20da2025e4
erickson [Wed, 9 Sep 2009 13:16:52 +0000 (13:16 +0000)]
prevent negative paging display offset. added paginator to event def grids
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13985
dcc99617-32d9-48b4-a31d-
7c20da2025e4
miker [Tue, 8 Sep 2009 15:14:45 +0000 (15:14 +0000)]
turn off array expansion in DBD::Pg (new feature)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13983
dcc99617-32d9-48b4-a31d-
7c20da2025e4