]> git.evergreen-ils.org Git - Evergreen.git/log
Evergreen.git
16 years agouse default namespaces ... easier to work with anyway, and newer libxmls avoid stripp...
miker [Tue, 29 Jan 2008 21:30:03 +0000 (21:30 +0000)]
use default namespaces ... easier to work with anyway, and newer libxmls avoid stripping them

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

16 years agomake double extra sure that the namespace attribute is there!
miker [Tue, 29 Jan 2008 21:13:32 +0000 (21:13 +0000)]
make double extra sure that the namespace attribute is there!

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

16 years agoReturn explicit nulls if no matching username / barcode is found (and modify tests...
dbs [Tue, 29 Jan 2008 19:14:29 +0000 (19:14 +0000)]
Return explicit nulls if no matching username / barcode is found (and modify tests accordingly).
We suspect JSON::XS started returning '0' instead of 0, which threw off our logic.

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

16 years agoadded some hold permit exemptions for DCPL and LEE. this is a PINES thing
erickson [Tue, 29 Jan 2008 18:21:08 +0000 (18:21 +0000)]
added some hold permit exemptions for DCPL and LEE.  this is a PINES thing

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

16 years agoConvert z39.50 client over to common.properties strings from lang.js
dbs [Tue, 29 Jan 2008 04:45:00 +0000 (04:45 +0000)]
Convert z39.50 client over to common.properties strings from lang.js

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

16 years agoCorrect logic error that prevented users from changing their usernames
dbs [Tue, 29 Jan 2008 03:10:55 +0000 (03:10 +0000)]
Correct logic error that prevented users from changing their usernames
(res = '0' because the username isn't found, but '0' != their user ID so it was always failing)

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

16 years agocreated an external brick configuration file
erickson [Mon, 28 Jan 2008 23:20:29 +0000 (23:20 +0000)]
created an external brick configuration file
brick_ctl can now take disparate sets of IPs for the master and drones
removed the linux-specific IP grepping in favor of the configured IPs
made xul building more flexible
general cleanup

committing example config file

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

16 years agospacing
miker [Mon, 28 Jan 2008 22:04:02 +0000 (22:04 +0000)]
spacing

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

16 years agodrastically up the timeout for these long-running transactions
erickson [Mon, 28 Jan 2008 20:57:12 +0000 (20:57 +0000)]
drastically up the timeout for these long-running transactions

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

16 years agook fine. use plperlu
miker [Mon, 28 Jan 2008 20:16:10 +0000 (20:16 +0000)]
ok fine. use plperlu

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

16 years agojust use plperl and not plperlu
miker [Mon, 28 Jan 2008 20:04:14 +0000 (20:04 +0000)]
just use plperl and not plperlu

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

16 years agoA bit more checkout.js code cleaning to comply with jslint standards
dbs [Mon, 28 Jan 2008 18:18:39 +0000 (18:18 +0000)]
A bit more checkout.js code cleaning to comply with jslint standards

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

16 years agoignore deleted records within a metarecord
miker [Mon, 28 Jan 2008 17:13:33 +0000 (17:13 +0000)]
ignore deleted records within a metarecord

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

16 years agoprotecting against edge case where we run off the end of the org table before finding...
erickson [Mon, 28 Jan 2008 15:03:32 +0000 (15:03 +0000)]
protecting against edge case where we run off the end of the org table before finding a place to insert the callnumber row

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

16 years agoCorrect a regression introduced by i18n, and make jslint happy while we're at it.
dbs [Mon, 28 Jan 2008 04:40:26 +0000 (04:40 +0000)]
Correct a regression introduced by i18n, and make jslint happy while we're at it.

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

16 years agoReturn null in the event the requested org setting doesn't exist, rather than errorin...
dbs [Mon, 28 Jan 2008 01:38:18 +0000 (01:38 +0000)]
Return null in the event the requested org setting doesn't exist, rather than erroring out.
Credit berick for fixing this one.

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

16 years agoadding create_time column to match the IDL
miker [Mon, 28 Jan 2008 00:09:49 +0000 (00:09 +0000)]
adding create_time column to match the IDL

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

16 years agoMigrate opac.js over from strbundle to messagecatalog
dbs [Sun, 27 Jan 2008 22:38:29 +0000 (22:38 +0000)]
Migrate opac.js over from strbundle to messagecatalog
Make circ_brief.xul locale-aware

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

16 years agoCorrect a mod_xmlent complaint about invalid XML
dbs [Sun, 27 Jan 2008 22:04:03 +0000 (22:04 +0000)]
Correct a mod_xmlent complaint about invalid XML

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

16 years agoCorrect entity name
dbs [Sun, 27 Jan 2008 19:31:23 +0000 (19:31 +0000)]
Correct entity name

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

16 years agomake flags accept 0/1 as well as false/true
miker [Fri, 25 Jan 2008 17:50:59 +0000 (17:50 +0000)]
make flags accept 0/1 as well as false/true

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

16 years agoLocalize checkin and checkout interfaces
dbs [Thu, 24 Jan 2008 20:51:34 +0000 (20:51 +0000)]
Localize checkin and checkout interfaces

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

16 years agofixing authority validation with the new input/output methods for the gateway
miker [Thu, 24 Jan 2008 18:31:05 +0000 (18:31 +0000)]
fixing authority validation with the new input/output methods for the gateway

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

16 years agoadded param sets for voided billing clauses
miker [Thu, 24 Jan 2008 18:29:44 +0000 (18:29 +0000)]
added param sets for voided billing clauses

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

16 years agoUse a more explicit term than "Mult-date" for easier translation
dbs [Thu, 24 Jan 2008 04:04:17 +0000 (04:04 +0000)]
Use a more explicit term than "Mult-date" for easier translation

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

16 years agoDo not force application type of XHTML files to XUL (wreaks havoc with javascript)
dbs [Thu, 24 Jan 2008 03:18:56 +0000 (03:18 +0000)]
Do not force application type of XHTML files to XUL (wreaks havoc with javascript)

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

16 years agoadded org name sorting to org list retrieval
erickson [Wed, 23 Jan 2008 16:30:52 +0000 (16:30 +0000)]
added org name sorting to org list retrieval

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

16 years agoverifying existance of local tree before performing some functions
erickson [Wed, 23 Jan 2008 14:07:42 +0000 (14:07 +0000)]
verifying existance of local tree before performing some functions

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

16 years agoadded method to return flat list of related orgs
erickson [Wed, 23 Jan 2008 13:57:00 +0000 (13:57 +0000)]
added method to return flat list of related orgs

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

16 years agoLocalize strings in circ checkin interface
dbs [Wed, 23 Jan 2008 13:31:36 +0000 (13:31 +0000)]
Localize strings in circ checkin interface

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

16 years agoWe no longer need to call lang.js
dbs [Wed, 23 Jan 2008 13:25:47 +0000 (13:25 +0000)]
We no longer need to call lang.js

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

16 years agoTypo in debug output
dbs [Wed, 23 Jan 2008 03:59:40 +0000 (03:59 +0000)]
Typo in debug output

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

16 years agoReorder admin user insert statements to satisfy foreign key dependencies
dbs [Wed, 23 Jan 2008 03:17:07 +0000 (03:17 +0000)]
Reorder admin user insert statements to satisfy foreign key dependencies

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

16 years agomore org utility code
erickson [Tue, 22 Jan 2008 20:10:20 +0000 (20:10 +0000)]
more org utility code

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

16 years agomore org utility code
erickson [Tue, 22 Jan 2008 20:03:18 +0000 (20:03 +0000)]
more org utility code

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

16 years agoutil.window was relying on xulG, but when called from the main.menu framework, there...
phasefx [Tue, 22 Jan 2008 19:14:07 +0000 (19:14 +0000)]
util.window was relying on xulG, but when called from the main.menu framework, there is no xulG.  This fixes the Operator Change regression, and the chrome Perm Denied/Re-Auth regression

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

16 years agoThis actually uses bash syntax; let's be explicit in the hash-bang
dbs [Tue, 22 Jan 2008 17:59:24 +0000 (17:59 +0000)]
This actually uses bash syntax; let's be explicit in the hash-bang

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

16 years agoCorrect install rules for the c-app headers
dbs [Tue, 22 Jan 2008 17:51:52 +0000 (17:51 +0000)]
Correct install rules for the c-app headers

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

16 years agoRestore Makefile.install to r8000.
dbs [Tue, 22 Jan 2008 17:41:29 +0000 (17:41 +0000)]
Restore Makefile.install to r8000.
This experimental update was unintentionally included in my previous commit

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

16 years agoEnable build via relative header file and library locations within the build tree
dbs [Tue, 22 Jan 2008 17:35:18 +0000 (17:35 +0000)]
Enable build via relative header file and library locations within the build tree
We had been depending on files existing in /openils/ - egg-and-chicken style

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

16 years agoUse the SHELL Makefile variable to set bash, rather than hash-bang
dbs [Tue, 22 Jan 2008 16:34:56 +0000 (16:34 +0000)]
Use the SHELL Makefile variable to set bash, rather than hash-bang

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

16 years agoadded open-ils.actor app
erickson [Tue, 22 Jan 2008 16:24:42 +0000 (16:24 +0000)]
added open-ils.actor app

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

16 years agobeginnings of general purpose org_unit utility functions
erickson [Tue, 22 Jan 2008 15:49:53 +0000 (15:49 +0000)]
beginnings of general purpose org_unit utility functions

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

16 years agoEliminate lang.js (old i18n approach).
dbs [Mon, 21 Jan 2008 17:31:02 +0000 (17:31 +0000)]
Eliminate lang.js (old i18n approach).
Load common.properties in util_overlay.xul so it is available globally.

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

16 years agoClean up staff client 'make' output
dbs [Mon, 21 Jan 2008 15:20:39 +0000 (15:20 +0000)]
Clean up staff client 'make' output

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

16 years agosome try/catch goodness for messagecatalog implementation, and throw exception on...
phasefx [Mon, 21 Jan 2008 15:18:47 +0000 (15:18 +0000)]
some try/catch goodness for messagecatalog implementation, and throw exception on key not found

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

16 years agoMerge circ.properties into offline.properties (missed it the first time around).
dbs [Mon, 21 Jan 2008 15:08:35 +0000 (15:08 +0000)]
Merge circ.properties into offline.properties (missed it the first time around).
Now we (truly) have just a single properties file for the offline interfaces.

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

16 years agoTeach i18n Makefile about multiple property file locations.
dbs [Mon, 21 Jan 2008 03:58:26 +0000 (03:58 +0000)]
Teach i18n Makefile about multiple property file locations.
Update our POT files.

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

16 years agoadding pointer to the original docs
miker [Mon, 21 Jan 2008 02:52:53 +0000 (02:52 +0000)]
adding pointer to the original docs

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

16 years agoadding copyright and docs
miker [Mon, 21 Jan 2008 02:50:02 +0000 (02:50 +0000)]
adding copyright and docs

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

16 years agoTeach dtd2js.pl to ignore comments.
dbs [Mon, 21 Jan 2008 02:49:29 +0000 (02:49 +0000)]
Teach dtd2js.pl to ignore comments.

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

16 years agoMore staff client localization in server/admin
dbs [Mon, 21 Jan 2008 02:43:57 +0000 (02:43 +0000)]
More staff client localization in server/admin

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

16 years agostylesheet that can turn the Library of Conference MARC data into a nice XML format
miker [Mon, 21 Jan 2008 02:33:29 +0000 (02:33 +0000)]
stylesheet that can turn the Library of Conference MARC data into a nice XML format

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

16 years agoRestore regression spotted by miker (thanks!)
dbs [Sun, 20 Jan 2008 21:48:37 +0000 (21:48 +0000)]
Restore regression spotted by miker (thanks!)

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

16 years agoThe localization madness continues...
dbs [Sun, 20 Jan 2008 18:54:06 +0000 (18:54 +0000)]
The localization madness continues...

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

16 years agoLocalize many of the strings in closed_dates.xhtml;
dbs [Sun, 20 Jan 2008 12:44:43 +0000 (12:44 +0000)]
Localize many of the strings in closed_dates.xhtml;
Note: some of the forms need to be redesigned to support i18n.

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

16 years agoCorrect "temaplate" typo
dbs [Sun, 20 Jan 2008 12:13:59 +0000 (12:13 +0000)]
Correct "temaplate" typo

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

16 years agoStart using locale SSI env to pull in DTD for XUL/XHTML
dbs [Sun, 20 Jan 2008 11:28:18 +0000 (11:28 +0000)]
Start using locale SSI env to pull in DTD for XUL/XHTML
Add include and XML entity parsing to XHTML files in /xul/
Localize a few more admin files

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

16 years agoDefine common strings for server-side messagecatalogs
dbs [Sat, 19 Jan 2008 20:37:46 +0000 (20:37 +0000)]
Define common strings for server-side messagecatalogs

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

16 years agoServer-side XUL uses server-side message catalogs
dbs [Sat, 19 Jan 2008 20:35:15 +0000 (20:35 +0000)]
Server-side XUL uses server-side message catalogs

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

16 years agoJust use one messagecatalog (offline.properties) in chrome
dbs [Sat, 19 Jan 2008 20:33:26 +0000 (20:33 +0000)]
Just use one messagecatalog (offline.properties) in chrome

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

16 years agoCorrect SetEnv syntax for XUL locale
dbs [Sat, 19 Jan 2008 19:33:39 +0000 (19:33 +0000)]
Correct SetEnv syntax for XUL locale

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

16 years agoMove strings out of font_settings.xul; shuffle logic to make i18n possible.
dbs [Sat, 19 Jan 2008 05:26:34 +0000 (05:26 +0000)]
Move strings out of font_settings.xul; shuffle logic to make i18n possible.
Correct a typo in offline_manage_xacts.xul.
Note: chrome/locale is the wrong place for these properties, we probably want to coalesce all JS message catalogs into a single directory, then copy it into both chrome and server XUL.

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

16 years agorepaired logic error in reading event status. assuming existance of code and textcode
erickson [Fri, 18 Jan 2008 22:02:19 +0000 (22:02 +0000)]
repaired logic error in reading event status.  assuming existance of code and textcode

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

16 years agoadded explicit disconnect
erickson [Fri, 18 Jan 2008 20:17:47 +0000 (20:17 +0000)]
added explicit disconnect

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

16 years agoMove hardcoded strings out of offline transaction mgmt interface
dbs [Fri, 18 Jan 2008 02:58:17 +0000 (02:58 +0000)]
Move hardcoded strings out of offline transaction mgmt interface

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

16 years agoMove POT files into en-US subdirectory (clutter BAD).
dbs [Thu, 17 Jan 2008 18:57:17 +0000 (18:57 +0000)]
Move POT files into en-US subdirectory (clutter BAD).
Provide more granular file and directory handling.
Repair some of the unit tests to match the reorged dirs.

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

16 years agorepaired event test
erickson [Thu, 17 Jan 2008 18:00:46 +0000 (18:00 +0000)]
repaired event test

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

16 years agoadded a to_ex method to turn the event into an exception and a runtime raise_and_pars...
erickson [Thu, 17 Jan 2008 17:57:34 +0000 (17:57 +0000)]
added a to_ex method to turn the event into an exception and a runtime raise_and_parse method for 1-line event handling

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

16 years agoadded a generic event class to model ILS events, removed functional event code from...
erickson [Thu, 17 Jan 2008 17:11:51 +0000 (17:11 +0000)]
added a generic event class to model ILS events, removed functional event code from the util class

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

16 years agoadded acq const
erickson [Wed, 16 Jan 2008 17:27:00 +0000 (17:27 +0000)]
added acq const

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

16 years agoBackport from acq-experiment branch:
dbs [Wed, 16 Jan 2008 03:37:47 +0000 (03:37 +0000)]
Backport from acq-experiment branch:
Add a build flag for Python modules.
Use setuptools for building and installing Python modules.

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

16 years agoupdated to match opensrf changes, more move away from prefixed functions.
erickson [Tue, 15 Jan 2008 23:26:10 +0000 (23:26 +0000)]
updated to match opensrf changes, more move away from prefixed functions.

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

16 years agorepaired typo
erickson [Tue, 15 Jan 2008 17:30:07 +0000 (17:30 +0000)]
repaired typo

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

16 years agoremoving deprecated code
erickson [Tue, 15 Jan 2008 14:48:34 +0000 (14:48 +0000)]
removing deprecated code

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

16 years agoSwitch to setuptools for dependency handling
dbs [Tue, 15 Jan 2008 04:26:35 +0000 (04:26 +0000)]
Switch to setuptools for dependency handling

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

16 years agoallow cgi params instead of a cookie for auth token
miker [Mon, 14 Jan 2008 22:29:13 +0000 (22:29 +0000)]
allow cgi params instead of a cookie for auth token

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

16 years agoallow the exporter to accept a container id, for exporting buckets etc
miker [Mon, 14 Jan 2008 22:09:33 +0000 (22:09 +0000)]
allow the exporter to accept a container id, for exporting buckets etc

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

16 years agoforce flushing of the apache/mod_perl buffer after each record
miker [Sat, 12 Jan 2008 01:02:23 +0000 (01:02 +0000)]
force flushing of the apache/mod_perl buffer after each record

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

16 years agoadded an is_true function
erickson [Wed, 9 Jan 2008 14:52:48 +0000 (14:52 +0000)]
added an is_true function

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

16 years agoone hell of a typo ;) fixes a regression
phasefx [Tue, 8 Jan 2008 20:37:09 +0000 (20:37 +0000)]
one hell of a typo ;) fixes a regression

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

16 years agorefactor spawn_copy_editor and perm check
phasefx [Tue, 8 Jan 2008 19:28:15 +0000 (19:28 +0000)]
refactor spawn_copy_editor and perm check

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

16 years agorefactor and fix dedup of shelving locations, and fix regression when Copy Editor...
phasefx [Tue, 8 Jan 2008 16:50:32 +0000 (16:50 +0000)]
refactor and fix dedup of shelving locations, and fix regression when Copy Editor is in View-Only mode

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

16 years agoplugged in new permission checking call which uses cstore instead of storage
erickson [Mon, 7 Jan 2008 23:16:02 +0000 (23:16 +0000)]
plugged in new permission checking call which uses cstore instead of storage

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

16 years agoEnable Python build with regular user to avoid perm problems at clean time.
dbs [Mon, 7 Jan 2008 01:05:01 +0000 (01:05 +0000)]
Enable Python build with regular user to avoid perm problems at clean time.

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

16 years agochanged create_date to create_time to match column in db
erickson [Sun, 6 Jan 2008 21:06:50 +0000 (21:06 +0000)]
changed create_date to create_time to match column in db

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

16 years agomore IDL api work. moving to more pythonic lower/underscore method names. moved...
erickson [Sun, 6 Jan 2008 19:32:55 +0000 (19:32 +0000)]
more IDL api work.  moving to more pythonic lower/underscore method names.  moved global functions to class-level static method.  updated docstring and dependent classes

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

16 years agoTypo fix in Python IDL module (virtul -> virtual)
dbs [Sun, 6 Jan 2008 18:44:22 +0000 (18:44 +0000)]
Typo fix in Python IDL module (virtul -> virtual)

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

16 years agomake the message about duplicate TCN avoidance more clear
miker [Sun, 6 Jan 2008 01:13:11 +0000 (01:13 +0000)]
make the message about duplicate TCN avoidance more clear

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

16 years agologging error for now instead of throwing exception
erickson [Fri, 4 Jan 2008 22:12:38 +0000 (22:12 +0000)]
logging error for now instead of throwing exception

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

16 years ago* added link parsing
erickson [Fri, 4 Jan 2008 20:35:44 +0000 (20:35 +0000)]
* added link parsing
* added an abstraction layer over the IDL class, field, and link objects for class-based access
* started (slowly) making the move to the more pythonic lower/underscore method names

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

16 years agoadded fields where links existed for nonexistant fields. fixed a typo
erickson [Fri, 4 Jan 2008 19:19:49 +0000 (19:19 +0000)]
added fields where links existed for nonexistant fields.  fixed a typo

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

16 years agoparsing primary, sequence, and primitive settings from IDL
erickson [Fri, 4 Jan 2008 14:01:02 +0000 (14:01 +0000)]
parsing primary, sequence, and primitive settings from IDL

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

16 years agoshowing last year closed dates in addition to this year and beyond
erickson [Thu, 3 Jan 2008 20:59:14 +0000 (20:59 +0000)]
showing last year closed dates in addition to this year and beyond

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

16 years agoreplaced unneccesary loop with API call
erickson [Thu, 3 Jan 2008 19:42:36 +0000 (19:42 +0000)]
replaced unneccesary loop with API call

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

16 years agofixed typo -- tiemstamp
erickson [Thu, 3 Jan 2008 19:13:16 +0000 (19:13 +0000)]
fixed typo -- tiemstamp

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

16 years agoI'm not going to bother parsing the svn keyword for now, so this looks better like...
phasefx [Thu, 3 Jan 2008 18:49:23 +0000 (18:49 +0000)]
I'm not going to bother parsing the svn keyword for now, so this looks better like this

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

16 years agochange Build ID to Target Server ID to match reality, and display the svn path the...
phasefx [Thu, 3 Jan 2008 18:46:51 +0000 (18:46 +0000)]
change Build ID to Target Server ID to match reality, and display the svn path the build came from

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

16 years agoforward-porting move to cstore for bib create and replace calls
erickson [Thu, 3 Jan 2008 17:10:17 +0000 (17:10 +0000)]
forward-porting move to cstore for bib create and replace calls

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

16 years agocopy/paste-o, but keywords seem to work
phasefx [Thu, 3 Jan 2008 16:38:12 +0000 (16:38 +0000)]
copy/paste-o, but keywords seem to work

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