]> git.evergreen-ils.org Git - working/Evergreen.git/log
working/Evergreen.git
13 years agoFilling in another missing page_title
atz [Wed, 15 Sep 2010 05:24:56 +0000 (05:24 +0000)]
Filling in another missing page_title

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

13 years agoperltidy and cleanup
atz [Wed, 15 Sep 2010 05:24:55 +0000 (05:24 +0000)]
perltidy and cleanup

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

13 years agoExpanding handling (unfinished) for LI/LID QTY codes
atz [Wed, 15 Sep 2010 05:24:54 +0000 (05:24 +0000)]
Expanding handling (unfinished) for LI/LID QTY codes

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

13 years agoMinor cleanup
atz [Wed, 15 Sep 2010 05:24:53 +0000 (05:24 +0000)]
Minor cleanup

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

13 years agoTrivial clarification
atz [Wed, 15 Sep 2010 05:24:53 +0000 (05:24 +0000)]
Trivial clarification

Also a comment about targeting

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

13 years agoAllow state='retry'
atz [Wed, 15 Sep 2010 05:24:52 +0000 (05:24 +0000)]
Allow state='retry'

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

13 years agoScripts obsolete
atz [Wed, 15 Sep 2010 05:24:50 +0000 (05:24 +0000)]
Scripts obsolete

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

13 years agoOverhaul ORDRSP processing based on new Business::EDI capabilities
atz [Wed, 15 Sep 2010 05:24:49 +0000 (05:24 +0000)]
Overhaul ORDRSP processing based on new Business::EDI capabilities

Lots of error checking

Fetch updates for xpath_value and a B&T data hack

ORDRSP is forced only b/c the DB requires it.  We can't accurately
know the message type until the translator deals with it (or we
build our own fault-prone sniffer).  But for now all we expect from
vendors in ORDRSP, so we can force temporarily.

Also EDI example data and debugging tweaks

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

13 years agoExtra test_client functionality.
atz [Wed, 15 Sep 2010 05:24:49 +0000 (05:24 +0000)]
Extra test_client functionality.

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

13 years agoedi_translator sample EDI/JEDI docs
atz [Wed, 15 Sep 2010 05:24:48 +0000 (05:24 +0000)]
edi_translator sample EDI/JEDI docs

EDI test and sample data

Ingram ORDRSP that fails translation

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

13 years agoMARC tooltip updates
gmc [Wed, 15 Sep 2010 04:26:52 +0000 (04:26 +0000)]
MARC tooltip updates

* updated bibliographic tooltips; now current as of LC MARC21 Bibliographic
  Update 11, including the RDA tags.  Along the way, enhanced the bib tooltips to:
  * include definitions for embedded holdings tags (84X, 853-855, 863-868, 876-878)
  * expand dropdown for nonfiling indicator values
* added tooltip files for authority records and MFHDs
* taught MARC editor how to choose the correct tooltip file

Caveat: if you localize the authority and MFHD tooltips for a locale other than
en-US, you must edit marcedit.js, either to take your translation into account
or to make it smarter about checking for available translations of the tooltips.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
git-svn-id: svn://svn.open-ils.org/ILS/trunk@17668 dcc99617-32d9-48b4-a31d-7c20da2025e4

13 years agoadded useful exception that is typical w/ autofieldwidget when an IDL class is not...
erickson [Wed, 15 Sep 2010 02:30:32 +0000 (02:30 +0000)]
added useful exception that is typical w/ autofieldwidget when an IDL class is not defined

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

13 years agoadded some additional auto-idl classes to load for acq UIs
erickson [Wed, 15 Sep 2010 02:30:31 +0000 (02:30 +0000)]
added some additional auto-idl classes to load for acq UIs

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

13 years agoAdd in more classes for IDL chunking, needed in serials interfaces
senator [Tue, 14 Sep 2010 22:20:24 +0000 (22:20 +0000)]
Add in more classes for IDL chunking, needed in serials interfaces

Also will need to add more in for booking interfaces and misc other ones; gah.

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

13 years agoWork by miker to add IDL chunking where it affects acq interfaces.
senator [Tue, 14 Sep 2010 21:53:32 +0000 (21:53 +0000)]
Work by miker to add IDL chunking where it affects acq interfaces.
And all things under web/templates. Makes things faster!

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

13 years agoOPAC display of fully compressed serials holding. Mostly miker's work except
senator [Tue, 14 Sep 2010 21:44:39 +0000 (21:44 +0000)]
OPAC display of fully compressed serials holding. Mostly miker's work except
the OU setting part

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

13 years agoadditional issuance holds supporting code; in this case, hold_to_mvr func which is...
erickson [Tue, 14 Sep 2010 19:04:24 +0000 (19:04 +0000)]
additional issuance holds supporting code; in this case, hold_to_mvr func which is used by the uber hold details method;  commit also includes a small speed tweak for fetching details for copy holds (1 less cstore call)

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

13 years agoAdd PayfloPro support to credit card processing
senator [Tue, 14 Sep 2010 19:01:28 +0000 (19:01 +0000)]
Add PayfloPro support to credit card processing

Additionally, add some default view/update permissions to
credit-card-processing-related org settings.

This should bring the list of supported payment card processing APIs to:
AuthorizeNet, PayPal (Website Payments Pro), and PayflowPro

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

13 years agoregexp for robust filename mangling
phasefx [Tue, 14 Sep 2010 15:49:26 +0000 (15:49 +0000)]
regexp for robust filename mangling

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

13 years agounbreak item count in result list of slimpac
miker [Tue, 14 Sep 2010 15:44:44 +0000 (15:44 +0000)]
unbreak item count in result list of slimpac

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

13 years agoFor some reason I already had cat.default_classification_scheme (my db started at...
phasefx [Tue, 14 Sep 2010 15:39:58 +0000 (15:39 +0000)]
For some reason I already had cat.default_classification_scheme (my db started at upgrade version 0366), so adding some defense here

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

13 years agoshow holdings in the stock slimpac -- holdings format changed slightly
miker [Tue, 14 Sep 2010 15:25:38 +0000 (15:25 +0000)]
show holdings in the stock slimpac -- holdings format changed slightly

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

13 years agoand, of course, the attendant typo
miker [Tue, 14 Sep 2010 15:06:57 +0000 (15:06 +0000)]
and, of course, the attendant typo

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

13 years agosome fleshing logic detangling
miker [Tue, 14 Sep 2010 15:04:41 +0000 (15:04 +0000)]
some fleshing logic detangling

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

13 years agoFix a function that moves translations in config.i18n_core,
scottmk [Tue, 14 Sep 2010 13:27:09 +0000 (13:27 +0000)]
Fix a function that moves translations in config.i18n_core,
so that it will handle both text-based keys and numeric keys.

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

13 years agoIntegrate authority browse and creation support into the MARC editor
dbs [Tue, 14 Sep 2010 04:13:42 +0000 (04:13 +0000)]
Integrate authority browse and creation support into the MARC editor

This commit changes the contextual authority menu to be based on
the authority browse interface; this should result in better
matching behavior. The browse axis (author, subject, title, topic)
is based on the context tag.

The browse interface has enabled the contextual menu to grow
"Next page" / "Previous page" menu items to enable cataloguers
to wade through long lists of similar authority entries.

The browse interface has also grown a "Create new authority record"
menu with two submenu items.

  * "Create immediately" takes the field in context and creates a new authority
     record based on that field, with matching indicators and subfields.
  * "Create and edit..." displays the MARCXML for the authority record in
     a MARC editor window before saving the record to the database.

TODO: Make the "Create..." contextual options add the $0 linking subfield
to the newly controlled field.

TODO: Address some of the flaky UI behaviour, such as having to right-click
three times on an authority-controllable field to display the authority menu.

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

13 years agoadd cat.default_classification_scheme OU setting type to DB
gmc [Mon, 13 Sep 2010 21:30:26 +0000 (21:30 +0000)]
add cat.default_classification_scheme OU setting type to DB

For benefit of those tracking trunk.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
git-svn-id: svn://svn.open-ils.org/ILS/trunk@17643 dcc99617-32d9-48b4-a31d-7c20da2025e4

13 years agofix retrieval of cat.default_classification_scheme
gmc [Mon, 13 Sep 2010 21:07:35 +0000 (21:07 +0000)]
fix retrieval of cat.default_classification_scheme

Fixes bug where the cat.default_classification_scheme OU
setting was effectively ignored in bib call # display
in bib overlay and list of default call numbers during volume
creation.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
git-svn-id: svn://svn.open-ils.org/ILS/trunk@17640 dcc99617-32d9-48b4-a31d-7c20da2025e4

13 years agoUpdate README: create the database from template0 to avoid SQL_ASCII / UNICODE conflicts
dbs [Mon, 13 Sep 2010 21:02:28 +0000 (21:02 +0000)]
Update README: create the database from template0 to avoid SQL_ASCII / UNICODE conflicts

Of course, perhaps this just obscures a real problem. Hrm.

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

13 years agoa little defensive programming
miker [Mon, 13 Sep 2010 19:03:32 +0000 (19:03 +0000)]
a little defensive programming

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

13 years agomethod for generating a set of compressed holdings statements for a bib with optional...
miker [Mon, 13 Sep 2010 18:14:19 +0000 (18:14 +0000)]
method for generating a set of compressed holdings statements for a bib with optional location and depth scoping, type filtering and item status filtering

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

13 years agoarg...typo ... again (but not really a problem)
miker [Mon, 13 Sep 2010 17:35:15 +0000 (17:35 +0000)]
arg...typo ... again (but not really a problem)

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

13 years agoarg...typo
miker [Mon, 13 Sep 2010 17:34:11 +0000 (17:34 +0000)]
arg...typo

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

13 years agowe need to move permissions around for a Great Renumbering, but i18n is not protected...
miker [Mon, 13 Sep 2010 17:26:03 +0000 (17:26 +0000)]
we need to move permissions around for a Great Renumbering, but i18n is not protected by fkeys.  this provides infratructure for maintaining i18n values that already exist in a db, and an example usage on permission.perm_list

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

13 years agoTypo
atz [Mon, 13 Sep 2010 16:37:05 +0000 (16:37 +0000)]
Typo

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

13 years agoPrevent failure of update scripts.
atz [Mon, 13 Sep 2010 16:34:32 +0000 (16:34 +0000)]
Prevent failure of update scripts.

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

13 years agohave fielder cache some frequently used data
miker [Mon, 13 Sep 2010 15:48:41 +0000 (15:48 +0000)]
have fielder cache some frequently used data

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

13 years agoteach fielder to cache (off by default), with a default timeout of 5min
miker [Mon, 13 Sep 2010 15:17:44 +0000 (15:17 +0000)]
teach fielder to cache (off by default), with a default timeout of 5min

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

13 years agoREADME tweaks: Remove --create-bootstrap from eg_db_config.pl; s/STAFF_CLIENT_BUILD_I...
dbs [Mon, 13 Sep 2010 14:49:32 +0000 (14:49 +0000)]
README tweaks: Remove --create-bootstrap from eg_db_config.pl; s/STAFF_CLIENT_BUILD_ID/STAFF_CLIENT_STAMP_ID/

Thanks to tsbere for flagging these changes

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

13 years agoAdd a Perl script for extracting permission names from the output
scottmk [Mon, 13 Sep 2010 12:35:59 +0000 (12:35 +0000)]
Add a Perl script for extracting permission names from the output
of the dump_idl utility (and hence from an IDL file).

AM   Open-ILS/examples/list_perms.pl

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

13 years agomake the other two k_* MARC templates usable by default
gmc [Mon, 13 Sep 2010 12:35:22 +0000 (12:35 +0000)]
make the other two k_* MARC templates usable by default

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
git-svn-id: svn://svn.open-ils.org/ILS/trunk@17624 dcc99617-32d9-48b4-a31d-7c20da2025e4

13 years agowrap custom props file reader in try/catch to prevent xhr complaining about missing...
erickson [Mon, 13 Sep 2010 02:04:24 +0000 (02:04 +0000)]
wrap custom props file reader in try/catch to prevent xhr complaining about missing file

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

13 years agoSerials: little bugfixin on this OPAC-oriented method
senator [Sun, 12 Sep 2010 20:19:18 +0000 (20:19 +0000)]
Serials: little bugfixin on this OPAC-oriented method

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

13 years agoAllows you to create *_custom.properties files for overlaying stock strings with...
phasefx [Sun, 12 Sep 2010 19:29:40 +0000 (19:29 +0000)]
Allows you to create *_custom.properties files for overlaying stock strings with <messagecatalog>.

So for example, a recent commit changed how circ modifiers are displayed in the staff client, with

common.properties:
staff.circ_modifier.display=%1$s : %2$s : %3$s

You could do this for the original rendering:

common_custom.properties:
staff.circ_modifier.display=%1$s

The custom file need only contain the properties that you wish to change.

The xul <messagecatalog id="commonStrings" src="/xul/server/locale/<!--#echo var='locale'-->/common.properties" /> will attempt to parse both common.properties and common_custom.properties

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

13 years agoSerials: dojo/autogrid-based scaffolding for building serials objects
senator [Sun, 12 Sep 2010 19:03:01 +0000 (19:03 +0000)]
Serials: dojo/autogrid-based scaffolding for building serials objects

Accessible from the staff client OPAC browser's "Actions for this Record" menu
as "Alternate Serial Control", these minimalist interfaces should support a
workflow by which the user can create a subscription and its related parts
(distributions, streams, etc), and get things going in a quick and dirty way
while the existing Serial Control View continues to develop.

Some notable differences in orientation between this and the existing
interface work include:
    - The disuse of call numbers on distributions, instead favoring call number
    application to items by issuance at receive time (i.e., all copies of
    the Sep 2010 issue of Popular Mechanics share a call number rather than
    all copies of Popular Mechanics, any issue, at a given library sharing a
    call number).
    - Lack of attention to binding (although the batch receive interface will
    treat each item as a single bound unit, for barcoding, or will avoid
    creating units altogether if you don't want to barcode your serials).

If this doesn't sound like the way you would do serials, I'd definitely
recommend sticking with Serials Control View and ignoring these interfaces.
Dan Wells' interface work promises broader functionality in the long run.

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

13 years agostaff.circ_modifier.display localization for rendering circ modifiers
phasefx [Sun, 12 Sep 2010 18:43:38 +0000 (18:43 +0000)]
staff.circ_modifier.display localization for rendering circ modifiers

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

13 years agoSerials: make it possible to predict issues for all dists at once, not just one
senator [Sun, 12 Sep 2010 18:32:33 +0000 (18:32 +0000)]
Serials: make it possible to predict issues for all dists at once, not just one

Also return events on failure in a few more places to gives users better clues
when things go wrong. More work is still ahead on this.

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

13 years agoadd maxValuesPerFacet attr/param
miker [Sun, 12 Sep 2010 15:23:46 +0000 (15:23 +0000)]
add maxValuesPerFacet attr/param

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

13 years agoSerials: support predicting issuances until a specified end date
senator [Sun, 12 Sep 2010 00:12:26 +0000 (00:12 +0000)]
Serials: support predicting issuances until a specified end date

Previously you could specify a number of issues, or possibly a final holding,
but if you haven't created the final holding yet, but you know when the
subscription ends, this can be useful.

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

13 years agoadd "type" (siss.holding_type) and "status" (sitem.status) filters; renaming the...
miker [Sat, 11 Sep 2010 19:39:24 +0000 (19:39 +0000)]
add "type" (siss.holding_type) and "status" (sitem.status) filters; renaming the method to be explicit about the fact that it is for issuances with received (sitem.date_received IS NOT NULL) items /only/

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

13 years agoMethod for retrieving received issuances attached to a bib, optionally scoped by...
miker [Sat, 11 Sep 2010 18:35:46 +0000 (18:35 +0000)]
Method for retrieving received issuances attached to a bib, optionally scoped by location, with paging and ordering support

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

13 years agothinko in schwarzian transform, and provide a tiebreaker sort on string
miker [Sat, 11 Sep 2010 14:18:24 +0000 (14:18 +0000)]
thinko in schwarzian transform, and provide a tiebreaker sort on string

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

13 years agoTypo fix in Vandelay item attribute definition editor
dbs [Sat, 11 Sep 2010 03:31:26 +0000 (03:31 +0000)]
Typo fix in Vandelay item attribute definition editor

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

13 years agoIn IE, tell Evergreen to return just the initially visible facets, and do it async...
miker [Sat, 11 Sep 2010 02:12:41 +0000 (02:12 +0000)]
In IE, tell Evergreen to return just the initially visible facets, and do it async-y (thanks berick)

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

13 years agoAdd "refresh grid" buttons to some consistently glitchy autogrids.
senator [Fri, 10 Sep 2010 22:24:44 +0000 (22:24 +0000)]
Add "refresh grid" buttons to some consistently glitchy autogrids.

This is obviously not an ideal solution, but if the user sees these grids
and it's clear that not all the rows that should appear are rendering, they
at least have a button to click to deal with it.  There are probably other
places where this could be applied.

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

13 years agoMake it a little more straightfoward to refresh an autogrid from without. Can
senator [Fri, 10 Sep 2010 22:02:18 +0000 (22:02 +0000)]
Make it a little more straightfoward to refresh an autogrid from without. Can
be useful in making glitchy, half-rendered grids behave.

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

13 years agoAcq: no reason to deprive the user of back/forward here
senator [Fri, 10 Sep 2010 20:21:21 +0000 (20:21 +0000)]
Acq: no reason to deprive the user of back/forward here

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

13 years agouse mod_deflate when and where we can (opac, and not in IE, basically)
miker [Fri, 10 Sep 2010 20:13:05 +0000 (20:13 +0000)]
use mod_deflate when and where we can (opac, and not in IE, basically)

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

13 years agoenable the Refund action in the new billing interface
phasefx [Fri, 10 Sep 2010 20:12:49 +0000 (20:12 +0000)]
enable the Refund action in the new billing interface

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

13 years agominor tweaks to patron retrieval within the billing interface
phasefx [Fri, 10 Sep 2010 20:12:47 +0000 (20:12 +0000)]
minor tweaks to patron retrieval within the billing interface

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

13 years agofixes a bug where where the Staff column in a Payments list was styling CSS for a...
phasefx [Fri, 10 Sep 2010 20:12:45 +0000 (20:12 +0000)]
fixes a bug where where the Staff column in a Payments list was styling CSS for a patron's billing Full Details dialog

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

13 years agosome defense in patron.util.set_penalty_css against unfleshed or partially fleshed...
phasefx [Fri, 10 Sep 2010 20:12:44 +0000 (20:12 +0000)]
some defense in patron.util.set_penalty_css against unfleshed or partially fleshed users

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

13 years agoindentation
phasefx [Fri, 10 Sep 2010 20:12:42 +0000 (20:12 +0000)]
indentation

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

13 years agomore, different layers
miker [Fri, 10 Sep 2010 20:12:19 +0000 (20:12 +0000)]
more, different layers

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

13 years agoAllow the caller to specify a max number of facet values per facet
miker [Fri, 10 Sep 2010 20:11:15 +0000 (20:11 +0000)]
Allow the caller to specify a max number of facet values per facet

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

13 years ago'use parent' consistently throughout OfflineStore.pm
dbs [Fri, 10 Sep 2010 19:07:45 +0000 (19:07 +0000)]
'use parent' consistently throughout OfflineStore.pm

If we're going to use "use parent" instead of "use base" when creating
the child instance of Class::DBI 3.01 that is OpenILS::Utils::OfflineStore,
we might as well be consistent when declaring its own children.

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

13 years agoWhy yes, there _is_ a missing backslash at the end of that line!
dbs [Fri, 10 Sep 2010 18:41:16 +0000 (18:41 +0000)]
Why yes, there _is_ a missing backslash at the end of that line!

Thanks to Thomas Berezansky for reporting the broken Makefile.install.

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

13 years agoui.patron.registration.require_address org unit setting and associated behavior for...
phasefx [Fri, 10 Sep 2010 18:17:20 +0000 (18:17 +0000)]
ui.patron.registration.require_address org unit setting and associated behavior for requiring at least one postal address during patron registration

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

13 years agoIn list.fm_columns, allow us to dictate the data object used for rendering (the row...
phasefx [Fri, 10 Sep 2010 16:35:51 +0000 (16:35 +0000)]
In list.fm_columns, allow us to dictate the data object used for rendering (the row.my object fed into list.append) for all columns via the '*' column definition.  Also, wire up mailing and billing address columns into Patron Search

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

13 years agorender patron barcode in patron search results
phasefx [Fri, 10 Sep 2010 16:35:48 +0000 (16:35 +0000)]
render patron barcode in patron search results

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

13 years agoGive the ability to duplicate column definitions by prefixing their id's. Allow...
phasefx [Fri, 10 Sep 2010 16:35:45 +0000 (16:35 +0000)]
Give the ability to duplicate column definitions by prefixing their id's.  Allow the specification of alternate row objects and datafields to render from.  The idea is to let us do such things as list address columns for a patron twice, once for the billing address and again for the mailing address.

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

13 years agomove Patron Search over to fm_columns instead of patron.util.columns (the former...
phasefx [Fri, 10 Sep 2010 16:35:40 +0000 (16:35 +0000)]
move Patron Search over to fm_columns instead of patron.util.columns (the former makes use of fm_IDL.xml and can automagically make use of new fields, etc.).  Also give fm_columns the ability to hide virtual fields from the column picker

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

13 years agothe method behind patron.util.retrieve_fleshed_au_via_id can take a fields parameter...
phasefx [Fri, 10 Sep 2010 16:35:37 +0000 (16:35 +0000)]
the method behind patron.util.retrieve_fleshed_au_via_id can take a fields parameter for which fields to flesh, so let's expose that, and flesh some patron data being sent to receipt templates while we're here.  End-goal is to expose address information in patron searches without sending too much data over the wire

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

13 years agoEnable Class::DBI::Frozen::301 use for offline transaction management
dbs [Fri, 10 Sep 2010 16:08:30 +0000 (16:08 +0000)]
Enable Class::DBI::Frozen::301 use for offline transaction management

Most modern systems will install Class::DBI::Frozen::301 to avoid
conflicts with incompatible Class::DBI packages. We need to teach
offline.pl how to use Class::DBI::Frozen::301 if it is available.

Note that we're using "use parent" instead of "use base" per the
recommendation of "perldoc base"; accordingly, we're adding the
system prerequisite for the parent pragma.

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

13 years agoRemove the previously deprecated CGI interfaces for configuring the Evergreen system
dbs [Fri, 10 Sep 2010 16:04:51 +0000 (16:04 +0000)]
Remove the previously deprecated CGI interfaces for configuring the Evergreen system

The CGI interfaces have not been maintained; the interfaces available through
the Admin -> Server Administration menu in the staff client are the recommended
method for setting up new libraries in the organizational hierarchy,
permissions, copy statuses, and circulation rules.

Note that an adjustment to eg_vhost.conf is recommended to point to the
offline.pl script, which is the only remaining CGI script in use; this
should avoid conflicting Apache definitions for the /cgi-bin/ alias.

Addresses https://bugs.launchpad.net/evergreen/+bug/634984

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

13 years agoTwo files that should probably be deleted.
atz [Fri, 10 Sep 2010 15:57:21 +0000 (15:57 +0000)]
Two files that should probably be deleted.

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

13 years agoScript is executable
atz [Fri, 10 Sep 2010 15:56:28 +0000 (15:56 +0000)]
Script is executable

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

13 years agoAdapt update.sh to make process changes
atz [Fri, 10 Sep 2010 15:54:52 +0000 (15:54 +0000)]
Adapt update.sh to make process changes

Some warnings still appear, but script works like it used to.

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

13 years agoadded command line option for defining a stderr output log file for the SIP server
erickson [Fri, 10 Sep 2010 14:17:02 +0000 (14:17 +0000)]
added command line option for defining a stderr output log file for the SIP server

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

13 years agoBooking: stop the "new resource type" dialog from executing a naughty query
senator [Fri, 10 Sep 2010 02:15:06 +0000 (02:15 +0000)]
Booking: stop the "new resource type" dialog from executing a naughty query

The dialog will no longer offer a field for selecting a bibliographic record,
but then again you wouldn't need it.  Bibliographically-based resource types
can be set up through a context menu option in the staff OPAC browser, whereas
this interface is only suited to non-bib-based resource types, like meeting
rooms, laptops, etc.

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

13 years agobetter synchronization between holds interface and hold details interface, and provid...
phasefx [Thu, 9 Sep 2010 22:15:53 +0000 (22:15 +0000)]
better synchronization between holds interface and hold details interface, and provide more data to list columns in hold details

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

13 years agoput these buttons under the sway of Dojo so that they don't get triggered when pressi...
phasefx [Thu, 9 Sep 2010 21:45:10 +0000 (21:45 +0000)]
put these buttons under the sway of Dojo so that they don't get triggered when pressing enter in random fields in the patron editor form.  I have no idea why this works :)

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

13 years agoImprove on 17547 to support a default value for /creating/ new objects while
senator [Thu, 9 Sep 2010 21:28:20 +0000 (21:28 +0000)]
Improve on 17547 to support a default value for /creating/ new objects while
letting the current value of an object pass through to the overriding widget
when /editing/.

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

13 years agoadded support for viewing and editing existing issuance-level holds to the default...
erickson [Thu, 9 Sep 2010 21:09:26 +0000 (21:09 +0000)]
added support for viewing and editing existing issuance-level holds to the default opac skin

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

13 years agoadded alternate issuance flesh call that only fleshes the subscription; used for...
erickson [Thu, 9 Sep 2010 21:09:25 +0000 (21:09 +0000)]
added alternate issuance flesh call that only fleshes the subscription;  used for public/opac display

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

13 years agoChange the field order in asset.call_number_class if you want to sort these
phasefx [Thu, 9 Sep 2010 20:35:47 +0000 (20:35 +0000)]
Change the field order in asset.call_number_class if you want to sort these

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

13 years agoStyling tweaks to brief bib summary bar. More tooltips, and expose record id and...
phasefx [Thu, 9 Sep 2010 20:35:44 +0000 (20:35 +0000)]
Styling tweaks to brief bib summary bar.  More tooltips, and expose record id and bib call number (from the first available defined in the appropriate asset.call_number_class entry)

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

13 years agoMake overrideEditWidgets to an AutoGrid able to accept shoved in values from
senator [Thu, 9 Sep 2010 18:53:14 +0000 (18:53 +0000)]
Make overrideEditWidgets to an AutoGrid able to accept shoved in values from
the fields of the object they're editing.

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

13 years agoloop over users in a group, as the plan for usrgroup+mous is terrible
miker [Thu, 9 Sep 2010 16:30:01 +0000 (16:30 +0000)]
loop over users in a group, as the plan for usrgroup+mous is terrible

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

13 years agoshould have had this index all along, but was less important until now where copy...
miker [Thu, 9 Sep 2010 15:55:50 +0000 (15:55 +0000)]
should have had this index all along, but was less important until now where copy nnotes are used up front

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

13 years agoWith group billing calls we need a new index
miker [Thu, 9 Sep 2010 15:31:23 +0000 (15:31 +0000)]
With group billing calls we need a new index

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

13 years agoported ils-version comment updates to trunk, change ils-version to HEAD for trunk...
erickson [Thu, 9 Sep 2010 14:22:22 +0000 (14:22 +0000)]
ported ils-version comment updates to trunk, change ils-version to HEAD for trunk installs

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

13 years agoSerials: pattern wizard bugfix
senator [Thu, 9 Sep 2010 13:44:18 +0000 (13:44 +0000)]
Serials: pattern wizard bugfix

Previously, you couldn't always compile the pattern at the end of the wizard
if you elected not to use certain parts of the wizard, such as enumeration
captions, even though to do so should be perfectly valid.

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

13 years agofor consistency, use 'issuanceid' as the issuance ID param for holds possibility...
erickson [Thu, 9 Sep 2010 13:35:18 +0000 (13:35 +0000)]
for consistency, use 'issuanceid' as the issuance ID param for holds possibility testing; removed some crusty, old hold creation code

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

13 years agoAddress typos and grammar in seed data
dbs [Thu, 9 Sep 2010 02:51:55 +0000 (02:51 +0000)]
Address typos and grammar in seed data

TODO: Consistently wrap translatable content in oils_i18n_gettext() calls

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

13 years agoMake OpenLibrary the default added content provider
dbs [Thu, 9 Sep 2010 01:50:10 +0000 (01:50 +0000)]
Make OpenLibrary the default added content provider

OpenLibrary is a better choice than Amazon for added content out of the box
because:

1) The OpenLibrary added content handler provides cover images +
tables of content, whereas the Amazon added content handler only
provides cover images.

2) The terms of use for OpenLibrary content are much friendlier than
the Amazon "Product Advertising API".

We discussed this back in mid-2009: http://markmail.org/message/csx2hl6aleznapga

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

13 years agoCheck for empty-ok after testing issuance copies in addition to when there are no...
miker [Wed, 8 Sep 2010 22:34:16 +0000 (22:34 +0000)]
Check for empty-ok after testing issuance copies in addition to when there are no copies to test

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

13 years agothinko in seed data permission
miker [Wed, 8 Sep 2010 20:53:32 +0000 (20:53 +0000)]
thinko in seed data permission

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

13 years agoMiddle Layer work to enable Issuance (type I) holds; also cleaned up support for...
miker [Wed, 8 Sep 2010 20:46:27 +0000 (20:46 +0000)]
Middle Layer work to enable Issuance (type I) holds; also cleaned up support for F(orce) and R(ecall) copy-type holds, UI pending

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

13 years agoSerials: Improve open-ils.serial.receive_items.one_unit_per; remove dead code
senator [Wed, 8 Sep 2010 20:16:20 +0000 (20:16 +0000)]
Serials: Improve open-ils.serial.receive_items.one_unit_per; remove dead code

..receive_items.one_unit_per will now generate/update summaries as
..receive_items already does.

..items.receive_by_id was unneeded, dead code.

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