]> git.evergreen-ils.org Git - Evergreen.git/log
Evergreen.git
14 years agoCorrect long-standing, wide-spread "recurance" and "recuring" typos.
dbs [Mon, 16 Nov 2009 14:46:19 +0000 (14:46 +0000)]
Correct long-standing, wide-spread "recurance" and "recuring" typos.

We'll miss you - *sniff*

git-svn-id: svn://svn.open-ils.org/ILS/trunk@14920 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoPatch from Lebbeous Fogle-Weekley to add a sample long wait notice for holds
erickson [Mon, 16 Nov 2009 13:40:23 +0000 (13:40 +0000)]
Patch from Lebbeous Fogle-Weekley to add a sample long wait notice for holds

git-svn-id: svn://svn.open-ils.org/ILS/trunk@14919 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agogoogle closure compiler: experiment with compressing staff client javascript
phasefx [Mon, 16 Nov 2009 08:19:44 +0000 (08:19 +0000)]
google closure compiler: experiment with compressing staff client javascript

git-svn-id: svn://svn.open-ils.org/ILS/trunk@14918 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoWhitespace patch to bring MFHD code into line with new perltidy standard
djfiander [Sat, 14 Nov 2009 19:59:50 +0000 (19:59 +0000)]
Whitespace patch to bring MFHD code into line with new perltidy standard

git-svn-id: svn://svn.open-ils.org/ILS/trunk@14917 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoHave List Actions -> Print List CSV & Print List Expanded Format use the displayed...
phasefx [Sat, 14 Nov 2009 09:11:53 +0000 (09:11 +0000)]
Have List Actions -> Print List CSV & Print List Expanded Format use the displayed column order instead of the original column order, for better WYSIWYP(rint) :)

git-svn-id: svn://svn.open-ils.org/ILS/trunk@14916 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoList Actions -> Print List Expanded Format
phasefx [Sat, 14 Nov 2009 08:36:57 +0000 (08:36 +0000)]
List Actions -> Print List Expanded Format

Similar to Print List CSV in that in prints visible columns without using a template, but it pivots the data vertically, similar to the \x option in psql.

So instead of getting something like:

"Alert Message"\t"Barcode"\r\n
"3 dvd's"\t"b1"\r\n
"2 cassettes"\t"b2"\r\n

You'll instead get:

=-=-=
Alert Message: 3 dvd's
Barcode: b1

=-=-=
Alert Message: 2 cassettes
Barcode: b2

git-svn-id: svn://svn.open-ils.org/ILS/trunk@14915 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoadd standard List Actions to Triggered Events UI
phasefx [Sat, 14 Nov 2009 08:08:37 +0000 (08:08 +0000)]
add standard List Actions to Triggered Events UI

git-svn-id: svn://svn.open-ils.org/ILS/trunk@14914 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agostring-ify lib var so we get the ID instead of the ref value
erickson [Fri, 13 Nov 2009 20:38:13 +0000 (20:38 +0000)]
string-ify lib var so we get the ID instead of the ref value

git-svn-id: svn://svn.open-ils.org/ILS/trunk@14913 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoMinor typo: Environmet -> Environment
dbs [Fri, 13 Nov 2009 20:16:37 +0000 (20:16 +0000)]
Minor typo: Environmet -> Environment

git-svn-id: svn://svn.open-ils.org/ILS/trunk@14912 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agothey say don't repeat yourself, so just paraphrase
phasefx [Fri, 13 Nov 2009 19:41:40 +0000 (19:41 +0000)]
they say don't repeat yourself, so just paraphrase

git-svn-id: svn://svn.open-ils.org/ILS/trunk@14911 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoUI entry points for Triggered Events from Item Status and Items Out
phasefx [Fri, 13 Nov 2009 19:31:18 +0000 (19:31 +0000)]
UI entry points for Triggered Events from Item Status and Items Out

git-svn-id: svn://svn.open-ils.org/ILS/trunk@14910 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agotriggered events ui: add reactor and validator related columns, and prefix field...
phasefx [Fri, 13 Nov 2009 18:51:25 +0000 (18:51 +0000)]
triggered events ui: add reactor and validator related columns, and prefix field labels with class labels

git-svn-id: svn://svn.open-ils.org/ILS/trunk@14909 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agofm_columns flag for prefixing the class label to the field label
phasefx [Fri, 13 Nov 2009 18:42:02 +0000 (18:42 +0000)]
fm_columns flag for prefixing the class label to the field label

git-svn-id: svn://svn.open-ils.org/ILS/trunk@14908 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoadding support for user-opt-in when allowed on the event definition
miker [Fri, 13 Nov 2009 18:23:03 +0000 (18:23 +0000)]
adding support for user-opt-in when allowed on the event definition

git-svn-id: svn://svn.open-ils.org/ILS/trunk@14907 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agotypo spotted by Lebbeous
miker [Fri, 13 Nov 2009 18:20:09 +0000 (18:20 +0000)]
typo spotted by Lebbeous

git-svn-id: svn://svn.open-ils.org/ILS/trunk@14906 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoadd support for typed user settings as a prereq for opt-in on selected trigger defini...
miker [Fri, 13 Nov 2009 17:50:16 +0000 (17:50 +0000)]
add support for typed user settings as a prereq for opt-in on selected trigger definitions

git-svn-id: svn://svn.open-ils.org/ILS/trunk@14905 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoremove the NOT NULL from here to match the upgrade script
phasefx [Fri, 13 Nov 2009 17:04:16 +0000 (17:04 +0000)]
remove the NOT NULL from here to match the upgrade script

git-svn-id: svn://svn.open-ils.org/ILS/trunk@14904 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoCopy Message button for all yns_alert dialogs. Mainly for error alerts, but the...
phasefx [Fri, 13 Nov 2009 16:55:58 +0000 (16:55 +0000)]
Copy Message button for all yns_alert dialogs.  Mainly for error alerts, but the dialog does get used for pre-cats, etc.

git-svn-id: svn://svn.open-ils.org/ILS/trunk@14903 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoinitial org settings for defining behavior of the automated clear holds shelf process
erickson [Fri, 13 Nov 2009 16:55:43 +0000 (16:55 +0000)]
initial org settings for defining behavior of the automated clear holds shelf process

git-svn-id: svn://svn.open-ils.org/ILS/trunk@14902 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoadd logic to support max_fine capping at item price, if OU setting is, ur, set
miker [Fri, 13 Nov 2009 16:37:25 +0000 (16:37 +0000)]
add logic to support max_fine capping at item price, if OU setting is, ur, set

git-svn-id: svn://svn.open-ils.org/ILS/trunk@14901 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoAdded org setting for turning on/off the cap-max-circ-fines-at-item-price functionality
erickson [Fri, 13 Nov 2009 16:20:06 +0000 (16:20 +0000)]
Added org setting for turning on/off the cap-max-circ-fines-at-item-price functionality

git-svn-id: svn://svn.open-ils.org/ILS/trunk@14900 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agonew API call that fetches all payments for a given user, with optional limits/filters
erickson [Fri, 13 Nov 2009 14:15:07 +0000 (14:15 +0000)]
new API call that fetches all payments for a given user, with optional limits/filters

git-svn-id: svn://svn.open-ils.org/ILS/trunk@14899 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoApply patch from Warren Layton to make the existing default group permission map...
dbs [Fri, 13 Nov 2009 05:24:42 +0000 (05:24 +0000)]
Apply patch from Warren Layton to make the existing default group permission map entries explicit

Now, I have no idea what the base permission setup should look like
for the average library. However, figuring out what permissions are
currently being applied is difficult with lines such as:

  INSERT INTO permission.grp_perm_map VALUES (57, 2, 15, 0, false);

...when it could be rewritten as:

  -- Add basic patron permissions to the Patrons group
  INSERT INTO permission.grp_perm_map (grp, perm, depth, grantable)
VALUES (2, (SELECT id FROM permission.perm_list WHERE code =
'RENEW_CIRC'), 0, false);

To me, this patch makes it very clear which permissions are assigned
to which groups (the permissions for the Acquisition groups are
currently set in this way, too). This added clarity may help when
someone more knowledgeable than me tries to figure out what the "base
permission setup" should be for each group.

================================================
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: Warren A. Layton <warren.layton@googlemail.com>
================================================

git-svn-id: svn://svn.open-ils.org/ILS/trunk@14898 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoAdd Russian and Czech to the enabled languages list
dbs [Fri, 13 Nov 2009 05:16:29 +0000 (05:16 +0000)]
Add Russian and Czech to the enabled languages list

git-svn-id: svn://svn.open-ils.org/ILS/trunk@14897 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoForward port cs-CZ and ru-RU translations to trunk
dbs [Fri, 13 Nov 2009 05:08:12 +0000 (05:08 +0000)]
Forward port cs-CZ and ru-RU translations to trunk

git-svn-id: svn://svn.open-ils.org/ILS/trunk@14894 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agomore columns for the triggered events UI. Some label collisions/ambiguity; could...
phasefx [Fri, 13 Nov 2009 04:01:27 +0000 (04:01 +0000)]
more columns for the triggered events UI.  Some label collisions/ambiguity; could override/hand-craft the labels, but maybe something like adding the class label for the column-come-lately's

git-svn-id: svn://svn.open-ils.org/ILS/trunk@14891 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoallow for blanket attribute tweaks for every column being produced by fm_columns
phasefx [Fri, 13 Nov 2009 03:59:20 +0000 (03:59 +0000)]
allow for blanket attribute tweaks for every column being produced by fm_columns

git-svn-id: svn://svn.open-ils.org/ILS/trunk@14890 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoFilters for the triggered events interface, and support for items instead of patrons...
phasefx [Thu, 12 Nov 2009 22:41:20 +0000 (22:41 +0000)]
Filters for the triggered events interface, and support for items instead of patrons as an entry point (just need to wire that up).  Lists and streaming rows can be brittle if the lists are cleared while data is still streaming in.  I've tried to fix that by disabling the buttons until an oncomplete is encountered, but it's still brittle.

git-svn-id: svn://svn.open-ils.org/ILS/trunk@14889 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agodebug tweak
phasefx [Thu, 12 Nov 2009 22:14:48 +0000 (22:14 +0000)]
debug tweak

git-svn-id: svn://svn.open-ils.org/ILS/trunk@14888 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoadded flag to mark claims returned which tells the code to use the circ due date...
erickson [Thu, 12 Nov 2009 22:11:29 +0000 (22:11 +0000)]
added flag to mark claims returned which tells the code to use the circ due date as the claims returned date.  good for batch processing of claims return items

git-svn-id: svn://svn.open-ils.org/ILS/trunk@14887 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoadded carriage return to newlines in addr template to so windows will display the...
erickson [Thu, 12 Nov 2009 22:03:56 +0000 (22:03 +0000)]
added carriage return to newlines in addr template to so windows will display the output correctly when pasted

git-svn-id: svn://svn.open-ils.org/ILS/trunk@14886 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoPatch from Lebbeous Fogle-Weekley to add seed data for a sample hold-shelf-expire...
erickson [Thu, 12 Nov 2009 21:07:02 +0000 (21:07 +0000)]
Patch from Lebbeous Fogle-Weekley to add seed data for a sample hold-shelf-expire notice

git-svn-id: svn://svn.open-ils.org/ILS/trunk@14885 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agomagic Control+Shift+F7 key instead of Control+Alt+F7 for debug tool (I'm using X...
phasefx [Thu, 12 Nov 2009 20:31:35 +0000 (20:31 +0000)]
magic Control+Shift+F7 key instead of Control+Alt+F7 for debug tool (I'm using X again and that key sequence gets clobbered)

git-svn-id: svn://svn.open-ils.org/ILS/trunk@14884 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoinstead of an explicit put-copy-into-missing status operation when an item is marked...
erickson [Thu, 12 Nov 2009 18:07:05 +0000 (18:07 +0000)]
instead of an explicit put-copy-into-missing status operation when an item is marked claims returned, allow for a configurable status

git-svn-id: svn://svn.open-ils.org/ILS/trunk@14883 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoAdded ability to retrieve/edit a staged user and subsequently save as a "real" user.
erickson [Thu, 12 Nov 2009 17:03:58 +0000 (17:03 +0000)]
Added ability to retrieve/edit a staged user and subsequently save as a "real" user.
importing Stage module into Actor.pm
Added retrieve by username API to Stage.pm

git-svn-id: svn://svn.open-ils.org/ILS/trunk@14882 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoPatch from Lebbeous Fogle-Weekley to add a renewal type field (opac/desk/phone) to...
erickson [Thu, 12 Nov 2009 14:37:02 +0000 (14:37 +0000)]
Patch from Lebbeous Fogle-Weekley to add a renewal type field (opac/desk/phone) to the new copy details UI

git-svn-id: svn://svn.open-ils.org/ILS/trunk@14881 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoPatch from Joe Atzberger to add org settings and perms for alert/deny if local copy...
erickson [Thu, 12 Nov 2009 14:18:56 +0000 (14:18 +0000)]
Patch from Joe Atzberger to add org settings and perms for alert/deny if local copy is available for a hold

git-svn-id: svn://svn.open-ils.org/ILS/trunk@14880 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoTurn off bubbling for the oils_persist event (makes things less noisy with iframes...
phasefx [Thu, 12 Nov 2009 06:03:26 +0000 (06:03 +0000)]
Turn off bubbling for the oils_persist event (makes things less noisy with iframes, etc.).  Support @oils_persist_peers for persisting related elements (mainly to support radio group style widgets)

git-svn-id: svn://svn.open-ils.org/ILS/trunk@14879 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoMagic Control+Alt+F7 Key for debugging
phasefx [Thu, 12 Nov 2009 05:16:44 +0000 (05:16 +0000)]
Magic Control+Alt+F7 Key for debugging

git-svn-id: svn://svn.open-ils.org/ILS/trunk@14878 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoSome refactoring. Works with <toolbarbutton type="checked"> now, and monitors all...
phasefx [Thu, 12 Nov 2009 00:07:13 +0000 (00:07 +0000)]
Some refactoring.  Works with <toolbarbutton type="checked"> now, and monitors all the attributes listed in @oils_persist whenever the virtual oils_persist event is triggered.  Provides a way to fire said event manually, and
offers @oils_persist_events for providing a specific list of events with which to trigger the oils_persist virtual event.

git-svn-id: svn://svn.open-ils.org/ILS/trunk@14877 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agonull workstation sanity checks part 2
erickson [Wed, 11 Nov 2009 22:01:29 +0000 (22:01 +0000)]
null workstation sanity checks part 2

git-svn-id: svn://svn.open-ils.org/ILS/trunk@14876 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agopersist_helper: Some abstraction with an oils_persist virtual event. Better handling...
phasefx [Wed, 11 Nov 2009 21:47:19 +0000 (21:47 +0000)]
persist_helper: Some abstraction with an oils_persist virtual event.  Better handling of non-true values.  More debugging statements.  A failed attempt to have oils_persist="checked" work with <toolbarbutton type="checkbox"/> (such buttons will get stuck into the unchecked state after being checked and unchecked)

git-svn-id: svn://svn.open-ils.org/ILS/trunk@14875 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoadding datetime::set perl mod to debs
erickson [Wed, 11 Nov 2009 21:40:37 +0000 (21:40 +0000)]
adding datetime::set perl mod to debs

git-svn-id: svn://svn.open-ils.org/ILS/trunk@14874 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoPatch from Lebbeous Fogle-Weekley to prevent staff client exceptions when encounting...
erickson [Wed, 11 Nov 2009 21:28:43 +0000 (21:28 +0000)]
Patch from Lebbeous Fogle-Weekley to prevent staff client exceptions when encounting null workstations on circs in copy details UI

git-svn-id: svn://svn.open-ils.org/ILS/trunk@14873 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agofor consistency, also flesh the copy in the resulting circ/hold objects
erickson [Wed, 11 Nov 2009 21:25:06 +0000 (21:25 +0000)]
for consistency, also flesh the copy in the resulting circ/hold objects

git-svn-id: svn://svn.open-ils.org/ILS/trunk@14872 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agocreated a companion method to return trigger events for circ and hold event defs...
erickson [Wed, 11 Nov 2009 21:21:32 +0000 (21:21 +0000)]
created a companion method to return trigger events for circ and hold event defs based on copy instead of user

git-svn-id: svn://svn.open-ils.org/ILS/trunk@14871 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoprotect against missing (or no) HOO and closure rows
miker [Wed, 11 Nov 2009 20:19:31 +0000 (20:19 +0000)]
protect against missing (or no) HOO and closure rows

git-svn-id: svn://svn.open-ils.org/ILS/trunk@14870 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoadd initial cut of support for in-db array datatype operators
miker [Wed, 11 Nov 2009 18:52:01 +0000 (18:52 +0000)]
add initial cut of support for in-db array datatype operators

git-svn-id: svn://svn.open-ils.org/ILS/trunk@14869 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agofixing typo in crazy-search (user search); moving to DateTime::SpanSet for time overl...
miker [Wed, 11 Nov 2009 18:50:41 +0000 (18:50 +0000)]
fixing typo in crazy-search (user search); moving to DateTime::SpanSet for time overlap calculation and support "after midnight" closing times

git-svn-id: svn://svn.open-ils.org/ILS/trunk@14868 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agosyntax thinko, doh
phasefx [Wed, 11 Nov 2009 18:05:59 +0000 (18:05 +0000)]
syntax thinko, doh

git-svn-id: svn://svn.open-ils.org/ILS/trunk@14867 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoadded support for optional limit, offset, and order_by filters to open-ils.trigger...
erickson [Wed, 11 Nov 2009 15:40:09 +0000 (15:40 +0000)]
added support for optional limit, offset, and order_by filters to open-ils.trigger.events_by_target

git-svn-id: svn://svn.open-ils.org/ILS/trunk@14866 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoInterface for viewing pending action/trigger notices for a patron, with the ability...
phasefx [Wed, 11 Nov 2009 09:13:02 +0000 (09:13 +0000)]
Interface for viewing pending action/trigger notices for a patron, with the ability to reset or cancel the notices.

git-svn-id: svn://svn.open-ils.org/ILS/trunk@14865 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoSimplify list construction in xul (provide a default map_row_to_columns function...
phasefx [Wed, 11 Nov 2009 08:05:07 +0000 (08:05 +0000)]
Simplify list construction in xul (provide a default map_row_to_columns function), give the option for using fm_IDL.xml for column definitions, and use dojo.date.locale for timestamp columns when using fm_IDL.xml.

Simple example:

Given this XUL:

<tree id="atev_list" flex="1" />

Then this Javascript will build columns based on the "atev" class:

JSAN.use('util.list');
var list = new util.list('atev_list');
list.init(
{
columns: [ 'atev' ]
}
);

If we need to customize certain columns, we could do it like so:

JSAN.use('util.list');
var list = new util.list('atev_list');
list.init(
{
columns: list.fm_columns('atev', {
'atev_id' : { 'primary' : true },
'atev_run_time' : { 'flex' : 1 },
'atev_isdeleted' : { 'hidden' : false, 'onclick' : 'alert("Boo!")' }
})
}
);

git-svn-id: svn://svn.open-ils.org/ILS/trunk@14864 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoUnlink the lock file as soon as possible if 1) we have not already looked at it and...
miker [Wed, 11 Nov 2009 02:04:45 +0000 (02:04 +0000)]
Unlink the lock file as soon as possible if 1) we have not already looked at it and 2) it contains our pid.  This is to allow multiple, concurrent runners where possible, after the find-events phase

git-svn-id: svn://svn.open-ils.org/ILS/trunk@14863 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agowhen creating events, filter the defs on granularity if the user requested that;...
miker [Wed, 11 Nov 2009 00:05:35 +0000 (00:05 +0000)]
when creating events, filter the defs on granularity if the user requested that; do not add granularity to the event object, it has no such field

git-svn-id: svn://svn.open-ils.org/ILS/trunk@14862 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years ago"Periodique" is a better translation for "Serial" in French than "Collections".
dbs [Tue, 10 Nov 2009 21:58:01 +0000 (21:58 +0000)]
"Periodique" is a better translation for "Serial" in French than "Collections".

Doubly true when "Collection" appeared adjacent to it for English "Collection".

git-svn-id: svn://svn.open-ils.org/ILS/trunk@14859 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agodoh! thinko on param name
miker [Tue, 10 Nov 2009 19:42:02 +0000 (19:42 +0000)]
doh! thinko on param name

git-svn-id: svn://svn.open-ils.org/ILS/trunk@14857 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoPatch from Lebbeous Fogle-Weekley to support configured staff client idle timeout...
erickson [Tue, 10 Nov 2009 18:43:19 +0000 (18:43 +0000)]
Patch from Lebbeous Fogle-Weekley to support configured staff client idle timeout delays.  When staff has been
idle for X amount of time (per org unit setting), the staff client display will minimize.  Staff is not
logged out of the server based on this setting.  Use this in environments where unattended staff clients should
be minimized for privacy reasons.

git-svn-id: svn://svn.open-ils.org/ILS/trunk@14855 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoremoving needless (and problematic) distinct clause, and fixing order_by syntax
miker [Tue, 10 Nov 2009 16:56:58 +0000 (16:56 +0000)]
removing needless (and problematic) distinct clause, and fixing order_by syntax

git-svn-id: svn://svn.open-ils.org/ILS/trunk@14851 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agosubsequent patch from Lebbeous Fogle-Weekley to prevent display of bare nulls in...
erickson [Mon, 9 Nov 2009 21:10:22 +0000 (21:10 +0000)]
subsequent patch from Lebbeous Fogle-Weekley to prevent display of bare nulls in address template

git-svn-id: svn://svn.open-ils.org/ILS/trunk@14848 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoMozilla has a printer settings object which we serialize when saving the settings...
phasefx [Mon, 9 Nov 2009 18:46:36 +0000 (18:46 +0000)]
Mozilla has a printer settings object which we serialize when saving the settings.  But those objects are not necessarily compatible across xulrunner versions.  This changeset will load what settings it can and warn the user that they need to reconfigure their printer settings.  We also attempt to load the printer settings up-front during the login process for earlier warning.

git-svn-id: svn://svn.open-ils.org/ILS/trunk@14844 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agopatch from Lebbeous Fogle-Weekley to make address clipboard copying come from a strin...
erickson [Mon, 9 Nov 2009 18:30:11 +0000 (18:30 +0000)]
patch from Lebbeous Fogle-Weekley to make address clipboard copying come from a string property instead of hard-coded format

git-svn-id: svn://svn.open-ils.org/ILS/trunk@14843 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agorepaired column order in sample 7-day notice entry
erickson [Mon, 9 Nov 2009 16:14:28 +0000 (16:14 +0000)]
repaired column order in sample 7-day notice entry

git-svn-id: svn://svn.open-ils.org/ILS/trunk@14842 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoMinor tweak to avoid undefined behavior.
scottmk [Mon, 9 Nov 2009 14:46:20 +0000 (14:46 +0000)]
Minor tweak to avoid undefined behavior.

In SELECT() we issue a debug message to display the locale.  However
the locale can be NULL.  I added an explicit test to replace a NULL
with "(none)".

M    Open-ILS/src/c-apps/oils_cstore.c

git-svn-id: svn://svn.open-ils.org/ILS/trunk@14841 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoCorrect the view that pulls together the ISSNs for a given record.
dbs [Sun, 8 Nov 2009 01:56:27 +0000 (01:56 +0000)]
Correct the view that pulls together the ISSNs for a given record.

When we started wrapping ISSNs in spaces, the old view definition started
returning NULL results as the ISSN always began in a space.

git-svn-id: svn://svn.open-ils.org/ILS/trunk@14826 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoNormalize ISSNs on ingest so that "1972-156X" gets added as " 1972 156x " to mfr...
dbs [Sun, 8 Nov 2009 01:29:04 +0000 (01:29 +0000)]
Normalize ISSNs on ingest so that "1972-156X" gets added as " 1972 156x " to mfr / mkfe

This enables keyword searching of this subset of ISSNs to work because it
sidesteps the full text search tokenizer that would otherwise have indexed
the values as "1972", "-156", and "x".

git-svn-id: svn://svn.open-ils.org/ILS/trunk@14825 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoforward porting r14821: make sure there is a space before and after normalized date...
miker [Sat, 7 Nov 2009 20:02:32 +0000 (20:02 +0000)]
forward porting r14821: make sure there is a space before and after normalized date ranges

git-svn-id: svn://svn.open-ils.org/ILS/trunk@14824 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoadd virtual duedate field to non-cat circs, and offset the calculated duedate just...
miker [Sat, 7 Nov 2009 14:25:53 +0000 (14:25 +0000)]
add virtual duedate field to non-cat circs, and offset the calculated duedate just like real circs

git-svn-id: svn://svn.open-ils.org/ILS/trunk@14820 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoadded workstation fleshing to some circ retrieval methods
erickson [Fri, 6 Nov 2009 23:28:34 +0000 (23:28 +0000)]
added workstation fleshing to some circ retrieval methods

git-svn-id: svn://svn.open-ils.org/ILS/trunk@14819 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoPatch from Lebbeous Fogle-Weekley to add support for controlling access of org unit...
erickson [Fri, 6 Nov 2009 23:24:38 +0000 (23:24 +0000)]
Patch from Lebbeous Fogle-Weekley to add support for controlling access of org unit settings
based on the new in-database org settings permission setup

git-svn-id: svn://svn.open-ils.org/ILS/trunk@14818 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agotweak work log statement in Checkout interface to handle on the fly renewals
phasefx [Fri, 6 Nov 2009 22:02:15 +0000 (22:02 +0000)]
tweak work log statement in Checkout interface to handle on the fly renewals

git-svn-id: svn://svn.open-ils.org/ILS/trunk@14817 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoplugged in details on replaced addr for approval of changes process
erickson [Fri, 6 Nov 2009 21:11:28 +0000 (21:11 +0000)]
plugged in details on replaced addr for approval of changes process

git-svn-id: svn://svn.open-ils.org/ILS/trunk@14816 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoWire up the org unit settings related to the Work Log interface
phasefx [Fri, 6 Nov 2009 21:09:48 +0000 (21:09 +0000)]
Wire up the org unit settings related to the Work Log interface

git-svn-id: svn://svn.open-ils.org/ILS/trunk@14815 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoTweak the Work/Activity Log interface in the staff client so that it has a sticky...
phasefx [Fri, 6 Nov 2009 20:48:16 +0000 (20:48 +0000)]
Tweak the Work/Activity Log interface in the staff client so that it has a sticky numberbox for how many log entries to retrieve (subject to an overall max cap configurable by org unit settings).
Some cosmetic tweaks as well.

git-svn-id: svn://svn.open-ils.org/ILS/trunk@14814 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agooils_persist support for textbox values
phasefx [Fri, 6 Nov 2009 20:32:42 +0000 (20:32 +0000)]
oils_persist support for textbox values

git-svn-id: svn://svn.open-ils.org/ILS/trunk@14813 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agofix logic error with the patron log. The array should work more like a Set. We...
phasefx [Fri, 6 Nov 2009 18:35:15 +0000 (18:35 +0000)]
fix logic error with the patron log.  The array should work more like a Set.  We only want to see the last X unique patrons who had activity logged

git-svn-id: svn://svn.open-ils.org/ILS/trunk@14808 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agodon't pre-validate events when grouping, just fetch and group
erickson [Fri, 6 Nov 2009 17:08:54 +0000 (17:08 +0000)]
don't pre-validate events when grouping, just fetch and group

git-svn-id: svn://svn.open-ils.org/ILS/trunk@14807 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agothinko in push-due_date trigger function
miker [Fri, 6 Nov 2009 14:56:50 +0000 (14:56 +0000)]
thinko in push-due_date trigger function

git-svn-id: svn://svn.open-ils.org/ILS/trunk@14803 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoAdd a new set of unapi/supercat holding-enriched formats, -uris
dbs [Fri, 6 Nov 2009 05:20:39 +0000 (05:20 +0000)]
Add a new set of unapi/supercat holding-enriched formats, -uris

These formats focus on returning just URIs, rather than the bulky copy
information returned by -full. Accordingly, the default data type
requested by BibTemplate.js has been changed to 'marcxml-uris', as
out of the box no functionality in the default or craftsman skins
require copy information.

Some of the duplicate code in OpenILS::WWW::SuperCat.pm has been refactored
into subroutines.

To aid the human reader of the -uris and -full output, line breaks
and indentation has been introduced to the contents of the <volumes> element.

git-svn-id: svn://svn.open-ils.org/ILS/trunk@14802 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoup the timeout for batch event running to accomodate the initial wait for event retri...
erickson [Fri, 6 Nov 2009 04:16:22 +0000 (04:16 +0000)]
up the timeout for batch event running to accomodate the initial wait for event retrieval and grouping

git-svn-id: svn://svn.open-ils.org/ILS/trunk@14801 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agorepaired mbts array ref
erickson [Thu, 5 Nov 2009 22:45:12 +0000 (22:45 +0000)]
repaired mbts array ref

git-svn-id: svn://svn.open-ils.org/ILS/trunk@14797 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agouse new mbts mat view directly instead of jumping through the billable xact. remove...
erickson [Thu, 5 Nov 2009 22:25:08 +0000 (22:25 +0000)]
use new mbts mat view directly instead of jumping through the billable xact.  remove explicit xact management and rely on authoritative

git-svn-id: svn://svn.open-ils.org/ILS/trunk@14796 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoUse open-ils.circ.renewal_chain.retrieve_by_circ.atomic to retrieve the original...
phasefx [Thu, 5 Nov 2009 21:37:23 +0000 (21:37 +0000)]
Use open-ils.circ.renewal_chain.retrieve_by_circ.atomic to retrieve the original circ for a sequence of circ renewals and display the workstation for that original circ in the alternate copy details page

git-svn-id: svn://svn.open-ils.org/ILS/trunk@14795 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agofix thinko on granularity filter -- granularity is on the defintion, not the event
miker [Thu, 5 Nov 2009 20:29:40 +0000 (20:29 +0000)]
fix thinko on granularity filter -- granularity is on the defintion, not the event

git-svn-id: svn://svn.open-ils.org/ILS/trunk@14794 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoWe shouldn't expect a fleshed acp.circulations in the staff client
phasefx [Thu, 5 Nov 2009 20:13:43 +0000 (20:13 +0000)]
We shouldn't expect a fleshed acp.circulations in the staff client

git-svn-id: svn://svn.open-ils.org/ILS/trunk@14793 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoadd workstation-related circ columns and relabel Checkout Library to Checkout or...
phasefx [Thu, 5 Nov 2009 20:08:29 +0000 (20:08 +0000)]
add workstation-related circ columns and relabel Checkout Library to Checkout or Renew Library, given how circs are implemented

git-svn-id: svn://svn.open-ils.org/ILS/trunk@14792 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoforward-porting r14786 and r14787: use a trigger to push day-granular circ due_date...
miker [Thu, 5 Nov 2009 19:27:38 +0000 (19:27 +0000)]
forward-porting r14786 and r14787: use a trigger to push day-granular circ due_date to the end of the calendar day

git-svn-id: svn://svn.open-ils.org/ILS/trunk@14791 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoPatch from Lebbeous Fogle-Weekley to add arbitrary event runtime grouping (granularit...
miker [Thu, 5 Nov 2009 19:27:04 +0000 (19:27 +0000)]
Patch from Lebbeous Fogle-Weekley to add arbitrary event runtime grouping (granularity) to action-trigger events; also includes support for specifying granularity to action_trigger_runner.pl and the server-side batch events

git-svn-id: svn://svn.open-ils.org/ILS/trunk@14790 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoenable the print button for these interfaces
phasefx [Thu, 5 Nov 2009 18:10:39 +0000 (18:10 +0000)]
enable the print button for these interfaces

git-svn-id: svn://svn.open-ils.org/ILS/trunk@14782 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoremoved validator version of max delay age
erickson [Thu, 5 Nov 2009 02:43:21 +0000 (02:43 +0000)]
removed validator version of max delay age
replaced max delay params with max delay column in seed data for default overdue/courtesy notices
sort between params in trigger max-delay by oldest date first

git-svn-id: svn://svn.open-ils.org/ILS/trunk@14781 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoGeneric date/timestamp dialog and a change to Shelf Expire Time as an example of...
phasefx [Wed, 4 Nov 2009 22:04:57 +0000 (22:04 +0000)]
Generic date/timestamp dialog and a change to Shelf Expire Time as an example of how to use it.  Need to start plugging it into places like Edit Due Date, etc

git-svn-id: svn://svn.open-ils.org/ILS/trunk@14779 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agowrong identifiers for the plural versions of these strings
phasefx [Wed, 4 Nov 2009 21:28:23 +0000 (21:28 +0000)]
wrong identifiers for the plural versions of these strings

git-svn-id: svn://svn.open-ils.org/ILS/trunk@14775 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agomissed a function export, even though it's harmless to do so with JSAN
phasefx [Wed, 4 Nov 2009 20:10:30 +0000 (20:10 +0000)]
missed a function export, even though it's harmless to do so with JSAN

git-svn-id: svn://svn.open-ils.org/ILS/trunk@14774 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoadded missing semicolon
erickson [Wed, 4 Nov 2009 19:51:01 +0000 (19:51 +0000)]
added missing semicolon

git-svn-id: svn://svn.open-ils.org/ILS/trunk@14773 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoforward porting r14769: add max_delay field to optionally pre-invalidate events based...
miker [Wed, 4 Nov 2009 19:43:46 +0000 (19:43 +0000)]
forward porting r14769: add max_delay field to optionally pre-invalidate events based on a delay window, instead of simply the minimum delay time

git-svn-id: svn://svn.open-ils.org/ILS/trunk@14772 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agogui for Edit Shelf Expire Time for holds
phasefx [Wed, 4 Nov 2009 19:32:28 +0000 (19:32 +0000)]
gui for Edit Shelf Expire Time for holds

git-svn-id: svn://svn.open-ils.org/ILS/trunk@14768 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoShelf Time and Shelf Expire Time columns for holds
phasefx [Wed, 4 Nov 2009 19:07:15 +0000 (19:07 +0000)]
Shelf Time and Shelf Expire Time columns for holds

git-svn-id: svn://svn.open-ils.org/ILS/trunk@14767 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoadd detail to some error logs. add a few info logs to help detect where we are in...
erickson [Wed, 4 Nov 2009 17:03:05 +0000 (17:03 +0000)]
add detail to some error logs.  add a few info logs to help detect where we are in the process

git-svn-id: svn://svn.open-ils.org/ILS/trunk@14766 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agodon't die silently, let's log some error output to look for patterns
erickson [Wed, 4 Nov 2009 16:23:38 +0000 (16:23 +0000)]
don't die silently, let's log some error output to look for patterns

git-svn-id: svn://svn.open-ils.org/ILS/trunk@14765 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoSet the encoding for oilsweb templates for systems that haven't set a default charset...
dbs [Wed, 4 Nov 2009 15:08:38 +0000 (15:08 +0000)]
Set the encoding for oilsweb templates for systems that haven't set a default charset header in Apache

This resolves a problem seen on Karmic where corrupted characters
were displayed in Vandelay and other TT2 interfaces.

git-svn-id: svn://svn.open-ils.org/ILS/trunk@14764 dcc99617-32d9-48b4-a31d-7c20da2025e4