]> git.evergreen-ils.org Git - Evergreen.git/log
Evergreen.git
13 years agohey, maybe I should commit sometime today
senator [Tue, 8 Feb 2011 23:12:05 +0000 (18:12 -0500)]
hey, maybe I should commit sometime today

results page partly working. woof.

13 years agoMerge branch 'master' of ssh://senator@yeti.esilibrary.com/home/evergreen/evergreen...
senator [Mon, 7 Feb 2011 22:45:29 +0000 (17:45 -0500)]
Merge branch 'master' of ssh://senator@yeti.esilibrary.com/home/evergreen/evergreen-equinox into opac-tt-poc

13 years agohome page looks like kcls prod version now rather than dev
senator [Mon, 7 Feb 2011 22:44:46 +0000 (17:44 -0500)]
home page looks like kcls prod version now rather than dev

13 years agobasic search "works" inasmuch as it leads to a GET request against the
senator [Mon, 7 Feb 2011 22:10:38 +0000 (17:10 -0500)]
basic search "works" inasmuch as it leads to a GET request against the
results page as it should. not that the results page itself works yet.

13 years agologin page working (just for login, not the extras like "remember me")
senator [Mon, 7 Feb 2011 21:53:28 +0000 (16:53 -0500)]
login page working (just for login, not the extras like "remember me")

13 years agoctx.media_prefix for all images and css
senator [Mon, 7 Feb 2011 21:46:39 +0000 (16:46 -0500)]
ctx.media_prefix for all images and css

13 years agoRender entities as calls to l(). Goodbye DTD
senator [Mon, 7 Feb 2011 21:41:20 +0000 (16:41 -0500)]
Render entities as calls to l(). Goodbye DTD

13 years agopreparing a could of docs for entitization (fix wrong ent references)
senator [Mon, 7 Feb 2011 20:35:14 +0000 (15:35 -0500)]
preparing a could of docs for entitization (fix wrong ent references)

13 years agoShove the POC out of the way, move the KCLS-derived stuff in
senator [Mon, 7 Feb 2011 19:01:39 +0000 (14:01 -0500)]
Shove the POC out of the way, move the KCLS-derived stuff in

13 years agoBig move of css, images, js
senator [Mon, 7 Feb 2011 17:36:35 +0000 (12:36 -0500)]
Big move of css, images, js

13 years agoRemove a ton of javascript. A little more to come
senator [Mon, 7 Feb 2011 17:06:06 +0000 (12:06 -0500)]
Remove a ton of javascript. A little more to come

13 years agoNever got the place_hold page in until just now
senator [Fri, 4 Feb 2011 22:14:15 +0000 (17:14 -0500)]
Never got the place_hold page in until just now

parts/place_hold.tt2 needs css/js attention already seen by other
templates in parts/

13 years agoFix ModsParser.pm bug involving invalid ISBNs. See bug #697398.
dbwells [Fri, 4 Feb 2011 18:51:45 +0000 (18:51 +0000)]
Fix ModsParser.pm bug involving invalid ISBNs.  See bug #697398.

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

13 years agokill a lot of inline styling, add some more js stubs, fix a bug in advanced.tt2
senator [Fri, 4 Feb 2011 16:33:21 +0000 (11:33 -0500)]
kill a lot of inline styling, add some more js stubs, fix a bug in advanced.tt2

13 years agocorrect some style= that should be class=
senator [Fri, 4 Feb 2011 15:41:37 +0000 (10:41 -0500)]
correct some style= that should be class=

13 years agoutils changes
senator [Fri, 4 Feb 2011 15:41:23 +0000 (10:41 -0500)]
utils changes

13 years agoremove debugging remnant
phasefx [Fri, 4 Feb 2011 06:29:30 +0000 (06:29 +0000)]
remove debugging remnant

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

13 years agoreset "no change" label whenever a specific row in the check-in interface is selected...
phasefx [Fri, 4 Feb 2011 06:27:22 +0000 (06:27 +0000)]
reset "no change" label whenever a specific row in the check-in interface is selected, but for now, only if the transaction has a balance owed

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

13 years agostarted moving some inline styles into css classes
senator [Fri, 4 Feb 2011 01:24:28 +0000 (20:24 -0500)]
started moving some inline styles into css classes

Here's the deal so far: all the inline styles are covered by one class
in semiauto.css, but those were created programatically and reflect no
understanding of the relationship between the purpose of any given
element that's styled and what its style is.  These auto-generated
styles also are kind of redundant, since with many of them, instead of
using the style with a long definition, you could use a combination of
smaller styles.

The existing markup uses many slightly different style attributes, so
there's plenty of stuff like "width: 12", "width: 13", "width: 14", etc,
so there's no way to map a lot of this to semantically meaningful names.
some of these classes are just going to end up with names like
"wide-fourteen" that are no better than inline styles.

But others, as we find them manually, can be grouped and renamed into
something meaningful, and sometimes style can be put into prexisting id
and class definitions. Should be a couple more hours work.

semiauto.css reflects progress with the generated classes.

changes to style.css reflect early places where style could be moved
into pre-existing classes.

13 years agomove temporary kcls format-icon table from mod_perl to template land
senator [Fri, 4 Feb 2011 00:35:13 +0000 (19:35 -0500)]
move temporary kcls format-icon table from mod_perl to template land

13 years agoported open-ils.actor.user.transaction.[fleshed.]retrieve to CStoreEditor both for...
erickson [Fri, 4 Feb 2011 00:14:26 +0000 (00:14 +0000)]
ported open-ils.actor.user.transaction.[fleshed.]retrieve to CStoreEditor both for cleanup and to take advantage of .authoritative.  Use authoritative version in staff client

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

13 years agoportal tweaks; don't link to launchpad
phasefx [Thu, 3 Feb 2011 23:50:16 +0000 (23:50 +0000)]
portal tweaks; don't link to launchpad

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

13 years agomake the browser Reload button aware of tab locking for unsaved data
phasefx [Thu, 3 Feb 2011 23:40:50 +0000 (23:40 +0000)]
make the browser Reload button aware of tab locking for unsaved data

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

13 years agoclear shelf expire time and some other fields when un-cancelling a hold
erickson [Thu, 3 Feb 2011 23:30:34 +0000 (23:30 +0000)]
clear shelf expire time and some other fields when un-cancelling a hold

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

13 years agoMerge branch 'opac-tt-poc' of git+ssh://yeti.esilibrary.com/home/evergreen/evergreen...
Bill Erickson [Thu, 3 Feb 2011 21:50:17 +0000 (16:50 -0500)]
Merge branch 'opac-tt-poc' of git+ssh://yeti.esilibrary.com/home/evergreen/evergreen-equinox into opac-tt-poc

13 years agoIntegrate Locale::Maketext for string translations
Bill Erickson [Thu, 3 Feb 2011 21:47:59 +0000 (16:47 -0500)]
Integrate Locale::Maketext for string translations

Added support for configuring supported locales and specifying message
catalogs as gettext .po or .mo files.  All locales default to native
template strings when no translation is provided.

Updated oils_web config and added some inline template examples

13 years agoMerge branch 'master' of ssh://senator@yeti.esilibrary.com/home/evergreen/evergreen...
senator [Thu, 3 Feb 2011 21:00:49 +0000 (16:00 -0500)]
Merge branch 'master' of ssh://senator@yeti.esilibrary.com/home/evergreen/evergreen-equinox into opac-tt-poc

13 years agoa thought about the add/remove css funcs
senator [Thu, 3 Feb 2011 20:40:34 +0000 (15:40 -0500)]
a thought about the add/remove css funcs

13 years agoJS stubbed out, mostly. See longer commit msg.
senator [Thu, 3 Feb 2011 20:34:19 +0000 (15:34 -0500)]
JS stubbed out, mostly. See longer commit msg.

Here's the deal with JS so far.

A few instances of onfocus, onblur, onmouseout, and onmouseover have been
left alone, as they're doing simple cosmetic things.

A lot of instances of onclick remain, and a couple onchange, but these
now either a) just do cosmetic things (hide/unhide) or b) call stubbed
out functions prepared in misc.js

That doesn't mean we won't still totally rip out lots of this JS, but
it leaves us a hint as to what is supposed to happen where.  I can
easily see us losing track of that later.  So anyway, many of the
stubbed functions will probably be replaced with purely server side
functionality later, but until then, they can serve as a kind of
documentation.

13 years agowhile the enter-key capturing is around, do it right at least
senator [Thu, 3 Feb 2011 20:03:54 +0000 (15:03 -0500)]
while the enter-key capturing is around, do it right at least

13 years agodeal with some onclick handlers, also with broken relative links from
senator [Thu, 3 Feb 2011 19:54:14 +0000 (14:54 -0500)]
deal with some onclick handlers, also with broken relative links from
myopac/* templates

13 years agoaddressed existing onchange handlers
senator [Thu, 3 Feb 2011 18:37:22 +0000 (13:37 -0500)]
addressed existing onchange handlers

13 years agoget rid of some onkeydown events handlers, as well as onload and onerror events
senator [Thu, 3 Feb 2011 18:15:39 +0000 (13:15 -0500)]
get rid of some onkeydown events handlers, as well as onload and onerror events
that aren't for real DOM events, but for dojo-related stuff

13 years agoKeep the swapTabs() function around only for the advanced search page
senator [Thu, 3 Feb 2011 17:56:10 +0000 (12:56 -0500)]
Keep the swapTabs() function around only for the advanced search page

Other use cases will be replaced with links to actual pages, or
otherwise dealt with.

13 years agoremove __setsortsel() - I think this can be handled in templates later
senator [Thu, 3 Feb 2011 17:53:22 +0000 (12:53 -0500)]
remove __setsortsel() - I think this can be handled in templates later

13 years agowell, almost all references to dojo were already gone
senator [Thu, 3 Feb 2011 17:37:11 +0000 (12:37 -0500)]
well, almost all references to dojo were already gone

For now i'm leaving alone a lot of instances of jsId attributes; they
might serve to remind us later of what some elements are for.

13 years agoall five main parts of their myopac page
senator [Thu, 3 Feb 2011 16:54:23 +0000 (11:54 -0500)]
all five main parts of their myopac page

now it's on to the serious js scrubbing (dojo parts are already gone). this is
going to take more than simply removing js in many cases, though, since
so much layout is accomplished by means of JS in the kcls skin,
especially in regards to subinterfaces and nested tabbiness

13 years agoTwo binding fixes for manage items
dbwells [Thu, 3 Feb 2011 16:47:49 +0000 (16:47 +0000)]
Two binding fixes for manage items

The first fix is more or less cosmetic.  When selecting a target unit, both areas need to refresh in order to not show the selected unit's items in the main list.

The second fix involves handling cases where moving items from one unit to another does not empty the 'donor' unit.  In those cases, we need to update the contents of both the new and the old unit.

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

13 years agoAuthorities: control 610/611, do not control 4xx by default
dbs [Thu, 3 Feb 2011 14:15:47 +0000 (14:15 +0000)]
Authorities: control 610/611, do not control 4xx by default

The 4xx fields in bibliographic records have not been controlled
fields for some time (1988 for CAN/MARC, 1999 for USMARC per)
http://www.loc.gov/marc/bibliographic/bd4xx.html; and
http://www.oclc.org/bibformats/en/4xx/default.shtm also lists
these as obsolete. So, remove them from the default controlled
fields in Evergreen.

Also, add 610/611 to the controlled fields list (per LP #712467).

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

13 years agomyopac circs page
senator [Wed, 2 Feb 2011 23:04:57 +0000 (18:04 -0500)]
myopac circs page

13 years agoa start to myopac
senator [Wed, 2 Feb 2011 22:17:32 +0000 (17:17 -0500)]
a start to myopac

13 years agolet due date show up correctly in the copy browser for circulating items
phasefx [Wed, 2 Feb 2011 20:51:40 +0000 (20:51 +0000)]
let due date show up correctly in the copy browser for circulating items

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

13 years agoallow deletion of stat cat entries in the patron editor (or more accurately, rows...
phasefx [Wed, 2 Feb 2011 19:56:39 +0000 (19:56 +0000)]
allow deletion of stat cat entries in the patron editor (or more accurately, rows in actor.stat_cat_entry_usr_map) by blanking out the value

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

13 years agocirc.claim_return.mark_missing was superceded with circ.claim_return.copy_status...
phasefx [Wed, 2 Feb 2011 19:34:36 +0000 (19:34 +0000)]
circ.claim_return.mark_missing was superceded with circ.claim_return.copy_status.  It's still lingering in 1.6.1-2.0-upgrade-db.sql, and in other branches.  Thanks to bshum for noticing

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

13 years agoexit finish_fines_and_voiding() if there is no open circ
erickson [Wed, 2 Feb 2011 18:53:25 +0000 (18:53 +0000)]
exit finish_fines_and_voiding() if there is no open circ

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

13 years agoApply autogenerate barcode trigger to serial.unit to enable serial checkin
dbs [Wed, 2 Feb 2011 03:28:33 +0000 (03:28 +0000)]
Apply autogenerate barcode trigger to serial.unit to enable serial checkin

Serial checkin tried to use the '@@AUTO' macro to autogenerate barcodes,
but unfortunately the required trigger had only been defined on the parent
table asset.copy and not on the child table serial.unit. Here we define the
trigger on serial.unit to resolve that problem.

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

13 years agomake sure that inline overdue fines generation completes before we attempt to void...
erickson [Tue, 1 Feb 2011 23:39:00 +0000 (23:39 +0000)]
make sure that inline overdue fines generation completes before we attempt to void overdues fines in checkin, otherwise it's possible to create multiple services (storage and cstore) competing for the same DB row mid-transaction, resulting in cstore timeouts and rollback of checkin.  This could happen with backdated or amnesty checkins

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

13 years agoAcq: Improving on r19351, don't let showCreatePane() be issued repeatedly to
senator [Tue, 1 Feb 2011 21:39:06 +0000 (21:39 +0000)]
Acq: Improving on r19351, don't let showCreatePane() be issued repeatedly to
fill the window with redundant dialogs, since a) it looks silly, and b) the
dialogs don't work when there are more than one of them. Thanks again Dan.

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

13 years agoThis should get this correct version of postgresql installed for clean
senator [Tue, 1 Feb 2011 21:22:40 +0000 (21:22 +0000)]
This should get this correct version of postgresql installed for clean
installations on debian-lenny, *if* your system has the backports repo enabled.

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

13 years agoAcq: make the "new provider" button under Admin -> Server Admin ->
senator [Tue, 1 Feb 2011 21:15:22 +0000 (21:15 +0000)]
Acq: make the "new provider" button under Admin -> Server Admin ->
Acquisitions -> Providers not produce a dialog with a ton of mysterious
whitespace. Spotted by Dan Scott.

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

13 years agomore whitespace fixing; may seem trivial, but will save a lot of time
senator [Tue, 1 Feb 2011 20:46:46 +0000 (15:46 -0500)]
more whitespace fixing; may seem trivial, but will save a lot of time
later in trying to understand what's what

13 years agoMerge branch 'master' of ssh://senator@yeti.esilibrary.com/home/evergreen/evergreen...
senator [Tue, 1 Feb 2011 20:40:15 +0000 (15:40 -0500)]
Merge branch 'master' of ssh://senator@yeti.esilibrary.com/home/evergreen/evergreen-equinox into opac-tt-poc

13 years agomore whitespace fixing, reorg, etc. note to self: JS in advanced page
senator [Tue, 1 Feb 2011 20:38:14 +0000 (15:38 -0500)]
more whitespace fixing, reorg, etc. note to self: JS in advanced page

13 years agowhitespace, syntax, and title fixes
senator [Tue, 1 Feb 2011 20:29:34 +0000 (15:29 -0500)]
whitespace, syntax, and title fixes

13 years agoforgot this for record
senator [Tue, 1 Feb 2011 20:25:55 +0000 (15:25 -0500)]
forgot this for record

13 years agorecord more complete
senator [Tue, 1 Feb 2011 20:25:29 +0000 (15:25 -0500)]
record more complete

13 years agoAdd record page; cleanup and reorg
senator [Tue, 1 Feb 2011 19:34:28 +0000 (14:34 -0500)]
Add record page; cleanup and reorg

13 years agoSerial: Little bug in the alt serials control item editor
senator [Mon, 31 Jan 2011 23:10:31 +0000 (23:10 +0000)]
Serial: Little bug in the alt serials control item editor

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

13 years agoMerge branch 'master' of ssh://senator@yeti.esilibrary.com/home/evergreen/evergreen...
senator [Mon, 31 Jan 2011 22:56:42 +0000 (17:56 -0500)]
Merge branch 'master' of ssh://senator@yeti.esilibrary.com/home/evergreen/evergreen-equinox into opac-tt-poc

13 years agoresults page kinda there
senator [Mon, 31 Jan 2011 22:44:41 +0000 (17:44 -0500)]
results page kinda there

13 years agoprogress on the results page
senator [Mon, 31 Jan 2011 22:38:52 +0000 (17:38 -0500)]
progress on the results page

13 years agoa little consolidation, a little linking of new pages to each other
senator [Mon, 31 Jan 2011 21:20:08 +0000 (16:20 -0500)]
a little consolidation, a little linking of new pages to each other

13 years agomyopac login form
senator [Mon, 31 Jan 2011 20:52:35 +0000 (15:52 -0500)]
myopac login form

13 years agominor missing parts from adv search
senator [Mon, 31 Jan 2011 20:22:02 +0000 (15:22 -0500)]
minor missing parts from adv search

13 years agoadvanced page getting there
senator [Mon, 31 Jan 2011 19:08:39 +0000 (14:08 -0500)]
advanced page getting there

13 years agouse tabs & spaces consistently, bleh :)
phasefx [Mon, 31 Jan 2011 18:56:09 +0000 (18:56 +0000)]
use tabs & spaces consistently, bleh :)

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

13 years agoIn actor.usr_purge_data, default destination user to admin (id=1).
phasefx [Mon, 31 Jan 2011 18:53:20 +0000 (18:53 +0000)]
In actor.usr_purge_data, default destination user to admin (id=1).

Destination user is where we move things like reports and acq picklists when
purging staff members.  However, if we tried to purge a patron that used to be
a staff member, then destination user was being set to null, which won't work
when updating things like requestor on holds.  The purge UI checks for the
STAFF_LOGIN permission on the user to be purged for determining whether to
prompt for a destination user or not.

Some alternatives to this change might include:
1) always asking for a destination user (and defaulting to admin or the
logged in staff member), or
2) robustifying the stored procedure and surrounding code to raise an
expected exception whenever this edge case hits, prompting the UI to try
again after asking for a destination user.

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

13 years agoenough super-lite js to make the advanced page with its tabbiness work
senator [Mon, 31 Jan 2011 18:10:20 +0000 (13:10 -0500)]
enough super-lite js to make the advanced page with its tabbiness work

13 years agocleanup and reorg parts so far
senator [Mon, 31 Jan 2011 17:56:42 +0000 (12:56 -0500)]
cleanup and reorg parts so far

13 years agokind of have the home page working, minus entity renderin
senator [Mon, 31 Jan 2011 17:21:25 +0000 (12:21 -0500)]
kind of have the home page working, minus entity renderin

13 years agoMerge branch 'opac-tt-poc' of ssh://senator@yeti.esilibrary.com/home/evergreen/evergr...
senator [Mon, 31 Jan 2011 15:08:09 +0000 (10:08 -0500)]
Merge branch 'opac-tt-poc' of ssh://senator@yeti.esilibrary.com/home/evergreen/evergreen-equinox into opac-tt-poc

13 years agomoved EGCatLoader to be consistent w/ new perlmod layout
Bill Erickson [Mon, 31 Jan 2011 14:59:52 +0000 (09:59 -0500)]
moved EGCatLoader to be consistent w/ new perlmod layout

13 years agoMerge branch 'master' of git+ssh://yeti.esilibrary.com/home/evergreen/evergreen-equin...
Bill Erickson [Mon, 31 Jan 2011 14:54:05 +0000 (09:54 -0500)]
Merge branch 'master' of git+ssh://yeti.esilibrary.com/home/evergreen/evergreen-equinox into opac-tt-poc

13 years agoThe new, ultra-basic tests caught this syntax error in BadDebt.pm
dbs [Mon, 31 Jan 2011 03:41:40 +0000 (03:41 +0000)]
The new, ultra-basic tests caught this syntax error in BadDebt.pm

Yay for ultra-basic tests!

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

13 years agoAdd basic unit tests for Evergreen Perl modules
dbs [Mon, 31 Jan 2011 03:30:42 +0000 (03:30 +0000)]
Add basic unit tests for Evergreen Perl modules

By "basic", I mean, "Can we use them without provoking a
syntax error?" and the answer is... all but one appear to
be clean, or have a legit reason for not being able to be
used normally. Stay tuned for the culprit...

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

13 years agoClean up Module::Build of Evergreen Perl modules
dbs [Mon, 31 Jan 2011 02:26:28 +0000 (02:26 +0000)]
Clean up Module::Build of Evergreen Perl modules

Give OpenILS.pm a head1 POD section to satisfy Module::Build's dist_abstract demand

Remove MYMETA.yml as it is a generated file.

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

13 years agoMake Evergreen Perl modules installable via Module::Build to match OpenSRF
dbs [Mon, 31 Jan 2011 02:14:37 +0000 (02:14 +0000)]
Make Evergreen Perl modules installable via Module::Build to match OpenSRF

Build.PL gives us an install-time check on dependencies; right now
the required versions are not set, but we can update these easily
to start catching some of the problematic modules that have tripped
sites up in the past.

Build.PL really seems to want a top-level "OpenILS.pm" so add a placeholder
accordingly.

Adjust references to /src/perlmods/ to /src/perlmods/lib/ even though
a number of the affected scripts are probably cruft.

Use autoconf to provide the default paths in O:WWW:Web and O:WWW:Method;
next step is probably to teach autoconf to ask Build.PL to do that for
us to make the OpenILS Perl modules more independent.

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

13 years agoinitial bookbags stub page
Bill Erickson [Mon, 31 Jan 2011 01:16:54 +0000 (20:16 -0500)]
initial bookbags stub page

13 years agominor terminology change
Bill Erickson [Mon, 31 Jan 2011 00:51:22 +0000 (19:51 -0500)]
minor terminology change

13 years agoreport when 0 items to list in circs/holds page
Bill Erickson [Mon, 31 Jan 2011 00:51:05 +0000 (19:51 -0500)]
report when 0 items to list in circs/holds page

13 years agoadded sample update-email operation; cleaned out some debug code
Bill Erickson [Mon, 31 Jan 2011 00:50:32 +0000 (19:50 -0500)]
added sample update-email operation; cleaned out some debug code

13 years agoadded org selector to search form; added 'loc' param to search next/prev links
Bill Erickson [Mon, 31 Jan 2011 00:00:25 +0000 (19:00 -0500)]
added org selector to search form; added 'loc' param to search next/prev links

13 years agofixed some cache bugs; added org location/depth search params; added org settings...
Bill Erickson [Sun, 30 Jan 2011 23:57:47 +0000 (18:57 -0500)]
fixed some cache bugs; added org location/depth search params; added org settings handler

13 years agoprotect against undef string warnings
Bill Erickson [Sun, 30 Jan 2011 23:56:11 +0000 (18:56 -0500)]
protect against undef string warnings

13 years agoWhitespace. gah.
dbs [Sun, 30 Jan 2011 05:54:47 +0000 (05:54 +0000)]
Whitespace. gah.

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

13 years agoReplace a hard-coded path in Cronscript.pm with a configure variable
dbs [Sun, 30 Jan 2011 05:47:52 +0000 (05:47 +0000)]
Replace a hard-coded path in Cronscript.pm with a configure variable

As much as possible, we need to avoid hard-coded paths if we
ever want to be packagable.

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

13 years agoDon't attempt to control 4xx fields in records
dbs [Sun, 30 Jan 2011 05:10:11 +0000 (05:10 +0000)]
Don't attempt to control 4xx fields in records

Per LP bug # 708029, it doesn't make sense to apply an
authority control on a 4xx field; so remove those entries
from the authority tag map.

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

13 years agoUse the browse method instead of startwith for Manage Authorities, too
dbs [Sun, 30 Jan 2011 04:31:56 +0000 (04:31 +0000)]
Use the browse method instead of startwith for Manage Authorities, too

Now that the browse method is working properly, adopt it for the
Manage Authorities interface as well so that context around the
search term can be provided.

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

13 years agoCorrect authority browsing for reals
dbs [Sun, 30 Jan 2011 04:22:08 +0000 (04:22 +0000)]
Correct authority browsing for reals

First, restore the >= enable before and after ranges in
authority_tag_sf_browse(), after I mistakenly removed it in
r19131; the second storage request for $after does not
stomp on the prior $before results, it simply gets pushed
onto the carefully constructed list of $before results,
ensuring that our target is in the middle of page 0.

Second, we're treating all of the "tag" members in the
method registration as list references now (for the purpose
of searching against 4xx/5xx in the .refs. variants), but
that was blowing up when we registered just a single tag as
a string and tried to treat the scalar as a list reference.
I could have checked to see if what we had incoming was a
reference and dance accordingly, but opted to just define
all single-tag entries as single-element arrays instead.
Applied the same to startwith.

Finally, in r19331 I had used chop() to ensure that an
exact match for startwith would be returned as element 1 on
page 0, instead of appearing as the last element of page -1.
I had said that the right way to do this would be to naco_normalize()
the value to match the normalized afr.value, and so this is what
I have done. Rather than torturously using O:A:Storage:FTS to get
at the naco_normalize() definition, I moved the function into its
own Utils package and adjusted its usage accordingly through the
affected code. One step closer to single-sourcing the function
in the database, as well?

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

13 years agoFor more predictable authority browse results, use startwith until browse is sorted out
dbs [Sat, 29 Jan 2011 18:03:26 +0000 (18:03 +0000)]
For more predictable authority browse results, use startwith until browse is sorted out

authority_tag_sf_browse() was returning unexpected results when only a small
set of authority records was loaded. This may be an indication of a corner
case, but until we sort that out the more straightforward startwith should
be used.

Also, chop the final character of the incoming search value to ensure
that an exact match is returned on page 0 instead of page -1. For example,
'Bacon, Jono.' becomes 'Bacon, Jono' for the search. (The right thing to
do, come to think of it, is probably to naco_normalize the incoming value;
perhaps next patch).

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

13 years agomake title/author links on holds page
Bill Erickson [Sat, 29 Jan 2011 15:30:52 +0000 (10:30 -0500)]
make title/author links on holds page

13 years agoMerge branch 'master' of git+ssh://yeti.esilibrary.com/home/evergreen/evergreen-equin...
Bill Erickson [Sat, 29 Jan 2011 15:25:55 +0000 (10:25 -0500)]
Merge branch 'master' of git+ssh://yeti.esilibrary.com/home/evergreen/evergreen-equinox into opac-tt-poc

13 years agominor circs page tweaks: disable renew option when no renewals left; make title...
Bill Erickson [Sat, 29 Jan 2011 15:25:45 +0000 (10:25 -0500)]
minor circs page tweaks: disable renew option when no renewals left;  make title/author links

13 years agoAddress typos in Rollover and Propagation dialogue
dbs [Sat, 29 Jan 2011 05:15:48 +0000 (05:15 +0000)]
Address typos in Rollover and Propagation dialogue

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

13 years agoStay in sync with entity name changes
senator [Fri, 28 Jan 2011 21:18:46 +0000 (21:18 +0000)]
Stay in sync with entity name changes

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

13 years agoSerials: Add some missing permacrud permissions to IDL
senator [Fri, 28 Jan 2011 20:51:58 +0000 (20:51 +0000)]
Serials: Add some missing permacrud permissions to IDL

7 classes (sdistn, siss, sunit, sin, sbsum, sssum, sisum) were missing IDL
perms.  Appropriate permissions were added to all but sin (serial_item_note).

For the sin class, since it's several leaps away from anything that points at
an org unit, and since no existing code deals with it via PermaCrud, its
PermaCrud section was simply removed.

Some classes retain open <retrieve /> permissions, and others do not.

No new permissions were created for this. All permissions are reused from
"higher" serials objects.

Credit to Mike Rylander for spotting the omissions.

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

13 years agoRename custom.js to custom.js.example. This file should be under local control,...
phasefx [Fri, 28 Jan 2011 19:39:03 +0000 (19:39 +0000)]
Rename custom.js to custom.js.example.  This file should be under local control, and not trampled

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

13 years agoReplace the native dump() function with a wrapper function that takes an optional...
phasefx [Fri, 28 Jan 2011 19:38:57 +0000 (19:38 +0000)]
Replace the native dump() function with a wrapper function that takes an optional 2nd parameter for log level (defaults to debug)
Log level: 0 None, 1 Error, 2 Warning, 3 Info, 4 debug
A global _dump_level variable gets consulted when the function is used.  The default is 2, Warning.
So by default, until we start changing things, this will suppress most of the existing dump statements.  Some are slipping through the cracks based on when the function replacement happens, but I'm happy with it.  We also prepend the dump msg with a label for the log level.

_dump_level could be locally customized with server/skin/custom.js

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

13 years agomake the default sdump setup less noisy
phasefx [Fri, 28 Jan 2011 19:38:06 +0000 (19:38 +0000)]
make the default sdump setup less noisy

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

13 years agobeginning of boiling down the home page of the kcls skin
senator [Fri, 28 Jan 2011 19:30:17 +0000 (14:30 -0500)]
beginning of boiling down the home page of the kcls skin