]> git.evergreen-ils.org Git - OpenSRF.git/log
OpenSRF.git
15 years agoversion bump in README tags/rel_1_0_4
miker [Mon, 9 Feb 2009 16:13:57 +0000 (16:13 +0000)]
version bump in README

git-svn-id: svn://svn.open-ils.org/OpenSRF/tags/rel_1_0_4@1658 9efc2488-bf62-4759-914b-345cdb29e865

15 years agoTagging 1.0.4
miker [Mon, 9 Feb 2009 16:10:16 +0000 (16:10 +0000)]
Tagging 1.0.4

git-svn-id: svn://svn.open-ils.org/OpenSRF/tags/rel_1_0_4@1657 9efc2488-bf62-4759-914b-345cdb29e865

15 years agoMerge r1652:1654 from trunk to squash locale-handling problem
dbs [Fri, 6 Feb 2009 18:45:34 +0000 (18:45 +0000)]
Merge r1652:1654 from trunk to squash locale-handling problem

git-svn-id: svn://svn.open-ils.org/OpenSRF/branches/rel_1_0@1656 9efc2488-bf62-4759-914b-345cdb29e865

15 years agoBackport r1637: phasefx patch for srfsh.xml example
dbs [Fri, 6 Feb 2009 18:41:27 +0000 (18:41 +0000)]
Backport r1637: phasefx patch for srfsh.xml example

git-svn-id: svn://svn.open-ils.org/OpenSRF/branches/rel_1_0@1655 9efc2488-bf62-4759-914b-345cdb29e865

15 years agoBackport r1651 from trunk - munge locale case for OpenSRF.
dbs [Wed, 4 Feb 2009 03:57:04 +0000 (03:57 +0000)]
Backport r1651 from trunk - munge locale case for OpenSRF.

git-svn-id: svn://svn.open-ils.org/OpenSRF/branches/rel_1_0@1652 9efc2488-bf62-4759-914b-345cdb29e865

15 years agoadded what amounts to -l (use localhost as fqdn) support for correctly reporting...
erickson [Tue, 27 Jan 2009 17:39:06 +0000 (17:39 +0000)]
added what amounts to -l (use localhost as fqdn) support for correctly reporting status to the terminal

git-svn-id: svn://svn.open-ils.org/OpenSRF/branches/rel_1_0@1646 9efc2488-bf62-4759-914b-345cdb29e865

15 years agoBackport r1643 from trunk: Debian and Ubuntu both want libgrcypt11-dev explicitly...
dbs [Tue, 27 Jan 2009 16:48:29 +0000 (16:48 +0000)]
Backport r1643 from trunk: Debian and Ubuntu both want libgrcypt11-dev explicitly specified

git-svn-id: svn://svn.open-ils.org/OpenSRF/branches/rel_1_0@1644 9efc2488-bf62-4759-914b-345cdb29e865

15 years agomake config parsing more tolerant
erickson [Sun, 25 Jan 2009 20:19:30 +0000 (20:19 +0000)]
make config parsing more tolerant

git-svn-id: svn://svn.open-ils.org/OpenSRF/branches/rel_1_0@1640 9efc2488-bf62-4759-914b-345cdb29e865

15 years agorepaired config data structure ref check for registering routers
erickson [Tue, 20 Jan 2009 03:02:03 +0000 (03:02 +0000)]
repaired config data structure ref check for registering routers

git-svn-id: svn://svn.open-ils.org/OpenSRF/branches/rel_1_0@1632 9efc2488-bf62-4759-914b-345cdb29e865

15 years agomore explicit "is it NULL" test
miker [Sat, 17 Jan 2009 16:37:13 +0000 (16:37 +0000)]
more explicit "is it NULL" test

git-svn-id: svn://svn.open-ils.org/OpenSRF/branches/rel_1_0@1628 9efc2488-bf62-4759-914b-345cdb29e865

15 years agolike the old gateway, log the full request params as JSON
erickson [Tue, 13 Jan 2009 23:17:45 +0000 (23:17 +0000)]
like the old gateway, log the full request params as JSON

git-svn-id: svn://svn.open-ils.org/OpenSRF/branches/rel_1_0@1625 9efc2488-bf62-4759-914b-345cdb29e865

15 years agoset the log xid before we read the POST data
erickson [Tue, 13 Jan 2009 22:58:29 +0000 (22:58 +0000)]
set the log xid before we read the POST data

git-svn-id: svn://svn.open-ils.org/OpenSRF/branches/rel_1_0@1623 9efc2488-bf62-4759-914b-345cdb29e865

15 years agoneed a copy of the service when it's pulled from the cache, since the sessionCache...
erickson [Tue, 13 Jan 2009 20:33:32 +0000 (20:33 +0000)]
need a copy of the service when it's pulled from the cache, since the sessionCache object is freed.  use apr_pstrdup so Apache will manage the memory for us

git-svn-id: svn://svn.open-ils.org/OpenSRF/branches/rel_1_0@1621 9efc2488-bf62-4759-914b-345cdb29e865

15 years agoMerge r1511 from trunk (workaround for newer glibc systems - explicit HOST_NAME_MAX)
dbs [Tue, 23 Dec 2008 16:21:20 +0000 (16:21 +0000)]
Merge r1511 from trunk (workaround for newer glibc systems - explicit HOST_NAME_MAX)
Thanks for the reminder from Warren Layton!

git-svn-id: svn://svn.open-ils.org/OpenSRF/branches/rel_1_0@1566 9efc2488-bf62-4759-914b-345cdb29e865

15 years agoAdjust the README to be consistently agnostic about PREFIX and SYSCONFDIR
dbs [Mon, 22 Dec 2008 20:41:59 +0000 (20:41 +0000)]
Adjust the README to be consistently agnostic about PREFIX and SYSCONFDIR

git-svn-id: svn://svn.open-ils.org/OpenSRF/branches/rel_1_0@1563 9efc2488-bf62-4759-914b-345cdb29e865

15 years agohandle the case where only one service is registered for a given router
erickson [Mon, 22 Dec 2008 20:27:47 +0000 (20:27 +0000)]
handle the case where only one service is registered for a given router

git-svn-id: svn://svn.open-ils.org/OpenSRF/branches/rel_1_0@1562 9efc2488-bf62-4759-914b-345cdb29e865

15 years agowe neeed to keep router_name so that opensrf clients will know what router_name to use
erickson [Mon, 22 Dec 2008 19:14:48 +0000 (19:14 +0000)]
we neeed to keep router_name so that opensrf clients will know what router_name to use

git-svn-id: svn://svn.open-ils.org/OpenSRF/branches/rel_1_0@1560 9efc2488-bf62-4759-914b-345cdb29e865

15 years agorunning in no-router/single-service mode was checking a config value that is not...
erickson [Mon, 22 Dec 2008 16:13:09 +0000 (16:13 +0000)]
running in no-router/single-service mode was checking a config value that is not required to exist.  if we still want to support running in no-router mode, let's make it an explicit confuration option

git-svn-id: svn://svn.open-ils.org/OpenSRF/branches/rel_1_0@1558 9efc2488-bf62-4759-914b-345cdb29e865

15 years agoRevert dbs mistake - private services can register with the public router, dummy
dbs [Sat, 20 Dec 2008 03:07:23 +0000 (03:07 +0000)]
Revert dbs mistake - private services can register with the public router, dummy

git-svn-id: svn://svn.open-ils.org/OpenSRF/branches/rel_1_0@1556 9efc2488-bf62-4759-914b-345cdb29e865

15 years agoUpdate README to try to cover the brave new world of multidomain configuration.
dbs [Sat, 20 Dec 2008 02:56:26 +0000 (02:56 +0000)]
Update README to try to cover the brave new world of multidomain configuration.

git-svn-id: svn://svn.open-ils.org/OpenSRF/branches/rel_1_0@1555 9efc2488-bf62-4759-914b-345cdb29e865

15 years agoTry to be consistent about the use of public.localhost vs. private.localhost,
dbs [Sat, 20 Dec 2008 02:55:54 +0000 (02:55 +0000)]
Try to be consistent about the use of public.localhost vs. private.localhost,
as well as username and password for various accounts. Should make it
easier to document and to modify

git-svn-id: svn://svn.open-ils.org/OpenSRF/branches/rel_1_0@1554 9efc2488-bf62-4759-914b-345cdb29e865

15 years agoBackport r1552 from trunk to enable search and replace of LOCALSTATEDIR
dbs [Sat, 20 Dec 2008 00:24:36 +0000 (00:24 +0000)]
Backport r1552 from trunk to enable search and replace of LOCALSTATEDIR

git-svn-id: svn://svn.open-ils.org/OpenSRF/branches/rel_1_0@1553 9efc2488-bf62-4759-914b-345cdb29e865

15 years agoupdated to use multidomain by default
erickson [Fri, 19 Dec 2008 22:52:44 +0000 (22:52 +0000)]
updated to use multidomain by default

git-svn-id: svn://svn.open-ils.org/OpenSRF/branches/rel_1_0@1551 9efc2488-bf62-4759-914b-345cdb29e865

15 years agoBackport README from trunk for improved developer instructions, up-to-date Makefile...
dbs [Fri, 19 Dec 2008 22:21:29 +0000 (22:21 +0000)]
Backport README from trunk for improved developer instructions, up-to-date Makefile.install targets, and Python/Java configuration options.

git-svn-id: svn://svn.open-ils.org/OpenSRF/branches/rel_1_0@1549 9efc2488-bf62-4759-914b-345cdb29e865

15 years agoBackport prerequisites Makefile from trunk; enables us to use more system
dbs [Fri, 19 Dec 2008 21:56:56 +0000 (21:56 +0000)]
Backport prerequisites Makefile from trunk; enables us to use more system
packages on recent versions of Debian and Ubuntu

git-svn-id: svn://svn.open-ils.org/OpenSRF/branches/rel_1_0@1547 9efc2488-bf62-4759-914b-345cdb29e865

15 years agobackporting type fix and forcing of locale on all messages
miker [Fri, 19 Dec 2008 17:03:23 +0000 (17:03 +0000)]
backporting type fix and forcing of locale on all messages

git-svn-id: svn://svn.open-ils.org/OpenSRF/branches/rel_1_0@1544 9efc2488-bf62-4759-914b-345cdb29e865

15 years agoif we are only connecting, we are still connecting. same with disconnect
erickson [Thu, 18 Dec 2008 21:22:57 +0000 (21:22 +0000)]
if we are only connecting, we are still connecting.  same with disconnect

git-svn-id: svn://svn.open-ils.org/OpenSRF/branches/rel_1_0@1543 9efc2488-bf62-4759-914b-345cdb29e865

15 years agocorrectly capture the JID of the backend server process for the session cache. only...
erickson [Thu, 18 Dec 2008 20:54:33 +0000 (20:54 +0000)]
correctly capture the JID of the backend server process for the session cache.  only create a session cache if there is a CONNECT message in the batch.  be more aggressive about removing session caches

git-svn-id: svn://svn.open-ils.org/OpenSRF/branches/rel_1_0@1541 9efc2488-bf62-4759-914b-345cdb29e865

15 years agoclear remote id on connec as well
erickson [Thu, 18 Dec 2008 18:51:44 +0000 (18:51 +0000)]
clear remote id on connec as well

git-svn-id: svn://svn.open-ils.org/OpenSRF/branches/rel_1_0@1538 9efc2488-bf62-4759-914b-345cdb29e865

15 years agoclear remote ID on subsequent non-conntected requests and on disconnect
erickson [Thu, 18 Dec 2008 16:43:10 +0000 (16:43 +0000)]
clear remote ID on subsequent non-conntected requests and on disconnect

git-svn-id: svn://svn.open-ils.org/OpenSRF/branches/rel_1_0@1535 9efc2488-bf62-4759-914b-345cdb29e865

15 years agoprotect against "null" locale
erickson [Thu, 18 Dec 2008 03:21:26 +0000 (03:21 +0000)]
protect against "null" locale

git-svn-id: svn://svn.open-ils.org/OpenSRF/branches/rel_1_0@1532 9efc2488-bf62-4759-914b-345cdb29e865

15 years agoadd support for encoding boolean types to JSON
erickson [Tue, 9 Dec 2008 00:57:37 +0000 (00:57 +0000)]
add support for encoding boolean types to JSON

git-svn-id: svn://svn.open-ils.org/OpenSRF/branches/rel_1_0@1527 9efc2488-bf62-4759-914b-345cdb29e865

15 years agoREADME cleanup
miker [Thu, 20 Nov 2008 02:58:59 +0000 (02:58 +0000)]
README cleanup

git-svn-id: svn://svn.open-ils.org/OpenSRF/branches/rel_1_0@1505 9efc2488-bf62-4759-914b-345cdb29e865

15 years agoBackport 1503 from trunk: Correct syntax for forcing Perl modules
dbs [Thu, 20 Nov 2008 01:41:19 +0000 (01:41 +0000)]
Backport 1503 from trunk: Correct syntax for forcing Perl modules

git-svn-id: svn://svn.open-ils.org/OpenSRF/branches/rel_1_0@1504 9efc2488-bf62-4759-914b-345cdb29e865

15 years agoBackport r1500 from trunk - force Class:DBI
dbs [Thu, 20 Nov 2008 01:31:00 +0000 (01:31 +0000)]
Backport r1500 from trunk - force Class:DBI

git-svn-id: svn://svn.open-ils.org/OpenSRF/branches/rel_1_0@1502 9efc2488-bf62-4759-914b-345cdb29e865

15 years agoBackport r1499 from trunk - README improvement
dbs [Thu, 20 Nov 2008 01:30:40 +0000 (01:30 +0000)]
Backport r1499 from trunk - README improvement

git-svn-id: svn://svn.open-ils.org/OpenSRF/branches/rel_1_0@1501 9efc2488-bf62-4759-914b-345cdb29e865

15 years agobackporting 1496, more cleanup
erickson [Mon, 17 Nov 2008 03:19:43 +0000 (03:19 +0000)]
backporting 1496, more cleanup

git-svn-id: svn://svn.open-ils.org/OpenSRF/branches/rel_1_0@1497 9efc2488-bf62-4759-914b-345cdb29e865

15 years agobackporting 1494, osrf_buffer_add_char patch to append nul byte
erickson [Mon, 17 Nov 2008 02:58:32 +0000 (02:58 +0000)]
backporting 1494, osrf_buffer_add_char patch to append nul byte

git-svn-id: svn://svn.open-ils.org/OpenSRF/branches/rel_1_0@1495 9efc2488-bf62-4759-914b-345cdb29e865

15 years agocopy automake files as needed; correcting README build instructions
miker [Thu, 6 Nov 2008 20:44:08 +0000 (20:44 +0000)]
copy automake files as needed; correcting README build instructions

git-svn-id: svn://svn.open-ils.org/OpenSRF/branches/rel_1_0@1491 9efc2488-bf62-4759-914b-345cdb29e865

15 years agoMerge r1489 from trunk: dokuwiki-doc-stubber.pl is generated rather than modified...
dbs [Thu, 6 Nov 2008 02:09:43 +0000 (02:09 +0000)]
Merge r1489 from trunk: dokuwiki-doc-stubber.pl is generated rather than modified in place

git-svn-id: svn://svn.open-ils.org/OpenSRF/branches/rel_1_0@1490 9efc2488-bf62-4759-914b-345cdb29e865

15 years agoMerge r1487 from trunk: Replace in-place modification with built files; enables one...
dbs [Tue, 4 Nov 2008 03:04:24 +0000 (03:04 +0000)]
Merge r1487 from trunk: Replace in-place modification with built files; enables one to re-run configure multiple times

git-svn-id: svn://svn.open-ils.org/OpenSRF/branches/rel_1_0@1488 9efc2488-bf62-4759-914b-345cdb29e865

15 years agoMerge r1484 from trunk (clean up build)
dbs [Mon, 27 Oct 2008 05:10:21 +0000 (05:10 +0000)]
Merge r1484 from trunk (clean up build)

git-svn-id: svn://svn.open-ils.org/OpenSRF/branches/rel_1_0@1486 9efc2488-bf62-4759-914b-345cdb29e865

15 years agoMerge r1483 from trunk (Flesh out README with standalone install instructions)
dbs [Mon, 27 Oct 2008 05:09:41 +0000 (05:09 +0000)]
Merge r1483 from trunk (Flesh out README with standalone install instructions)

git-svn-id: svn://svn.open-ils.org/OpenSRF/branches/rel_1_0@1485 9efc2488-bf62-4759-914b-345cdb29e865

15 years agoMerge 1481 from trunk (add prerequisite installer for OpensSRF)
dbs [Mon, 27 Oct 2008 03:26:17 +0000 (03:26 +0000)]
Merge 1481 from trunk (add prerequisite installer for OpensSRF)

git-svn-id: svn://svn.open-ils.org/OpenSRF/branches/rel_1_0@1482 9efc2488-bf62-4759-914b-345cdb29e865

15 years agoMerge r1479 from trunk to add a basic Python client example
dbs [Sat, 25 Oct 2008 17:30:29 +0000 (17:30 +0000)]
Merge r1479 from trunk to add a basic Python client example

git-svn-id: svn://svn.open-ils.org/OpenSRF/branches/rel_1_0@1480 9efc2488-bf62-4759-914b-345cdb29e865

15 years agoMerge r1477 from trunk to fix Python build
dbs [Sat, 25 Oct 2008 17:27:12 +0000 (17:27 +0000)]
Merge r1477 from trunk to fix Python build

git-svn-id: svn://svn.open-ils.org/OpenSRF/branches/rel_1_0@1478 9efc2488-bf62-4759-914b-345cdb29e865

15 years agoMerge changes from trunk to make OpenSRF work out of the box
dbs [Fri, 24 Oct 2008 17:07:40 +0000 (17:07 +0000)]
Merge changes from trunk to make OpenSRF work out of the box

git-svn-id: svn://svn.open-ils.org/OpenSRF/branches/rel_1_0@1476 9efc2488-bf62-4759-914b-345cdb29e865

15 years agothe pool cleanup handler which was thought to only run on top-level child process...
erickson [Fri, 24 Oct 2008 16:30:33 +0000 (16:30 +0000)]
the pool cleanup handler which was thought to only run on top-level child process exit is running on cloned processes cleanup.  this is how mod_cgi runs scripts.  disabling cleanup for now.  note: this cleanup is new to 1.0

git-svn-id: svn://svn.open-ils.org/OpenSRF/branches/rel_1_0@1473 9efc2488-bf62-4759-914b-345cdb29e865

15 years agoMerge 1466 from trunk
dbs [Mon, 20 Oct 2008 12:22:58 +0000 (12:22 +0000)]
Merge 1466 from trunk

git-svn-id: svn://svn.open-ils.org/OpenSRF/branches/rel_1_0@1467 9efc2488-bf62-4759-914b-345cdb29e865

15 years agobranching version 1.0. take 2
erickson [Thu, 16 Oct 2008 21:31:07 +0000 (21:31 +0000)]
branching version 1.0.  take 2

git-svn-id: svn://svn.open-ils.org/OpenSRF/branches/rel_1_0@1458 9efc2488-bf62-4759-914b-345cdb29e865

15 years agobranching version 1.0
miker [Thu, 16 Oct 2008 19:29:12 +0000 (19:29 +0000)]
branching version 1.0

git-svn-id: svn://svn.open-ils.org/OpenSRF/branches/rel_1_0@1453 9efc2488-bf62-4759-914b-345cdb29e865

15 years agoio::socket::inet, somewhere between version 1.29 and 1.31, requires the peerport...
erickson [Mon, 13 Oct 2008 20:44:50 +0000 (20:44 +0000)]
io::socket::inet, somewhere between version 1.29 and 1.31, requires the peerport to be explicitly cast to an int.  also updated error handling to use correct error var

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1452 9efc2488-bf62-4759-914b-345cdb29e865

15 years agoadded verbose option to print which services/pids are being stopped/started
erickson [Fri, 10 Oct 2008 22:16:36 +0000 (22:16 +0000)]
added verbose option to print which services/pids are being stopped/started

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1451 9efc2488-bf62-4759-914b-345cdb29e865

15 years agoMake the option help tell the truth
dbs [Tue, 7 Oct 2008 14:38:29 +0000 (14:38 +0000)]
Make the option help tell the truth

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1450 9efc2488-bf62-4759-914b-345cdb29e865

15 years agoDisable Python by default as it is not currently required
dbs [Tue, 7 Oct 2008 14:36:33 +0000 (14:36 +0000)]
Disable Python by default as it is not currently required

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1449 9efc2488-bf62-4759-914b-345cdb29e865

15 years agoMight as well point to the latest Makefile.install
dbs [Wed, 1 Oct 2008 03:02:16 +0000 (03:02 +0000)]
Might as well point to the latest Makefile.install

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1448 9efc2488-bf62-4759-914b-345cdb29e865

15 years agoPut a more real README in place
dbs [Wed, 1 Oct 2008 02:57:55 +0000 (02:57 +0000)]
Put a more real README in place

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1447 9efc2488-bf62-4759-914b-345cdb29e865

15 years agoCheck in a real file, not a link. Sheesh.
dbs [Wed, 1 Oct 2008 02:15:24 +0000 (02:15 +0000)]
Check in a real file, not a link. Sheesh.

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1446 9efc2488-bf62-4759-914b-345cdb29e865

15 years agoLet's check in the default INSTALL file to start with, and customize from there....
dbs [Wed, 1 Oct 2008 02:09:44 +0000 (02:09 +0000)]
Let's check in the default INSTALL file to start with, and customize from there. Lazy, lazy dbs.

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1445 9efc2488-bf62-4759-914b-345cdb29e865

15 years agoProvide more command line help for login in srfsh
dbs [Sun, 28 Sep 2008 03:59:44 +0000 (03:59 +0000)]
Provide more command line help for login in srfsh

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1444 9efc2488-bf62-4759-914b-345cdb29e865

15 years agoremoved a bunch of old, unused code. removed code that is now handled by the externa...
erickson [Thu, 25 Sep 2008 03:44:23 +0000 (03:44 +0000)]
removed a bunch of old, unused code.  removed code that is now handled by the external opensrf-perl.pl control process.  mild refacatoring otherwise.

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1443 9efc2488-bf62-4759-914b-345cdb29e865

15 years agouse the new process-specific perl control script
erickson [Thu, 25 Sep 2008 03:27:44 +0000 (03:27 +0000)]
use the new process-specific perl control script

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1442 9efc2488-bf62-4759-914b-345cdb29e865

15 years agomake sure service is not already running
erickson [Thu, 25 Sep 2008 03:13:23 +0000 (03:13 +0000)]
make sure service is not already running

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1441 9efc2488-bf62-4759-914b-345cdb29e865

15 years agochange from info to debug log
erickson [Thu, 25 Sep 2008 03:12:50 +0000 (03:12 +0000)]
change from info to debug log

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1440 9efc2488-bf62-4759-914b-345cdb29e865

15 years agoadded a configurable startup pause delay. after opensrf.settings has been started...
erickson [Thu, 25 Sep 2008 02:59:43 +0000 (02:59 +0000)]
added a configurable startup pause delay.  after opensrf.settings has been started (which will always be the first service to start), pause the top-level process for the configured amount of time before starting any more services

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1439 9efc2488-bf62-4759-914b-345cdb29e865

15 years agofixed bugs in start/stop_all
erickson [Wed, 24 Sep 2008 03:21:43 +0000 (03:21 +0000)]
fixed bugs in start/stop_all

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1438 9efc2488-bf62-4759-914b-345cdb29e865

15 years agoset log xid on outbound messages
erickson [Tue, 23 Sep 2008 16:57:44 +0000 (16:57 +0000)]
set log xid on outbound messages

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1437 9efc2488-bf62-4759-914b-345cdb29e865

15 years agomake sure we send the log xid in outbound messages
erickson [Mon, 22 Sep 2008 15:34:14 +0000 (15:34 +0000)]
make sure we send the log xid in outbound messages

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1436 9efc2488-bf62-4759-914b-345cdb29e865

15 years agoexpired cache data is a common occurrence. log at debug level, not warning
erickson [Mon, 22 Sep 2008 13:07:29 +0000 (13:07 +0000)]
expired cache data is a common occurrence.  log at debug level, not warning

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1435 9efc2488-bf62-4759-914b-345cdb29e865

15 years agosetting/clearing log XID. honoring client log xid if present
erickson [Fri, 19 Sep 2008 19:28:15 +0000 (19:28 +0000)]
setting/clearing log XID.  honoring client log xid if present

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1434 9efc2488-bf62-4759-914b-345cdb29e865

15 years agoadded a force set option on log XID to override it even we can act as an origin client
erickson [Fri, 19 Sep 2008 19:27:56 +0000 (19:27 +0000)]
added a force set option on log XID to override it even we can act as an origin client

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1433 9efc2488-bf62-4759-914b-345cdb29e865

15 years agotypo on header name
erickson [Fri, 19 Sep 2008 18:55:03 +0000 (18:55 +0000)]
typo on header name

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1432 9efc2488-bf62-4759-914b-345cdb29e865

15 years agousing single "=" in test for more general compliance
erickson [Wed, 17 Sep 2008 15:35:57 +0000 (15:35 +0000)]
using single "=" in test for more general compliance

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1431 9efc2488-bf62-4759-914b-345cdb29e865

15 years ago Typo - because typos in error messages just make me angry when I'm beating my head...
dbs [Mon, 15 Sep 2008 19:56:56 +0000 (19:56 +0000)]
 Typo - because typos in error messages just make me angry when I'm beating my head against a debugging problem

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1430 9efc2488-bf62-4759-914b-345cdb29e865

15 years agoremoved extra parens and unnecessary if test
erickson [Mon, 15 Sep 2008 19:33:48 +0000 (19:33 +0000)]
removed extra parens and unnecessary if test

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1429 9efc2488-bf62-4759-914b-345cdb29e865

15 years agoinitial steps toward OS X portage
sboyette [Mon, 15 Sep 2008 16:47:20 +0000 (16:47 +0000)]
initial steps toward OS X portage

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1428 9efc2488-bf62-4759-914b-345cdb29e865

15 years agoadded start all and stop all, changed some var names for clarity, needs testing
erickson [Mon, 15 Sep 2008 16:43:49 +0000 (16:43 +0000)]
added start all and stop all, changed some var names for clarity, needs testing

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1427 9efc2488-bf62-4759-914b-345cdb29e865

15 years agoconfig file, context, and cache server now have apache config settings. keeping...
erickson [Mon, 15 Sep 2008 16:42:59 +0000 (16:42 +0000)]
config file, context, and cache server now have apache config settings.  keeping a static version of the translator on hand to reduce a layer of malloc/free

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1426 9efc2488-bf62-4759-914b-345cdb29e865

15 years agoremoved misplaced "my"
erickson [Mon, 25 Aug 2008 20:05:39 +0000 (20:05 +0000)]
removed misplaced "my"

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1425 9efc2488-bf62-4759-914b-345cdb29e865

15 years agoadding explicit request timeout detection
miker [Fri, 22 Aug 2008 12:24:22 +0000 (12:24 +0000)]
adding explicit request timeout detection

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1424 9efc2488-bf62-4759-914b-345cdb29e865

15 years agoLog the locale for each request in the activity log
dbs [Wed, 20 Aug 2008 02:55:36 +0000 (02:55 +0000)]
Log the locale for each request in the activity log

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1423 9efc2488-bf62-4759-914b-345cdb29e865

15 years agocan has use tests for all modules
sboyette [Tue, 19 Aug 2008 18:07:33 +0000 (18:07 +0000)]
can has use tests for all modules

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1422 9efc2488-bf62-4759-914b-345cdb29e865

15 years agomissing deps found via testing
sboyette [Tue, 19 Aug 2008 18:07:16 +0000 (18:07 +0000)]
missing deps found via testing

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1421 9efc2488-bf62-4759-914b-345cdb29e865

15 years agotypo
sboyette [Tue, 19 Aug 2008 18:07:03 +0000 (18:07 +0000)]
typo

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1420 9efc2488-bf62-4759-914b-345cdb29e865

15 years agoOpenSRF::Util::JSON requires JSON::XS, not JSON
sboyette [Tue, 19 Aug 2008 17:04:31 +0000 (17:04 +0000)]
OpenSRF::Util::JSON requires JSON::XS, not JSON

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1419 9efc2488-bf62-4759-914b-345cdb29e865

15 years agomerging perl CPANification/normalization branch work
sboyette [Mon, 18 Aug 2008 19:14:00 +0000 (19:14 +0000)]
merging perl CPANification/normalization branch work

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1418 9efc2488-bf62-4759-914b-345cdb29e865

15 years agomerged in Shawn's build tools checker for autogen
erickson [Mon, 11 Aug 2008 20:07:53 +0000 (20:07 +0000)]
merged in Shawn's build tools checker for autogen

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1411 9efc2488-bf62-4759-914b-345cdb29e865

15 years agodoh ... use m instead of g
miker [Sun, 10 Aug 2008 03:57:11 +0000 (03:57 +0000)]
doh ... use m instead of g

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1407 9efc2488-bf62-4759-914b-345cdb29e865

15 years agoallow methods do decide on their strictness; properly parse params text signatures
miker [Sun, 10 Aug 2008 03:53:28 +0000 (03:53 +0000)]
allow methods do decide on their strictness; properly parse params text signatures

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1406 9efc2488-bf62-4759-914b-345cdb29e865

15 years agoRestore RPATH so that we do not need LD_LIBRARY_PATH messing with our environments
dbs [Thu, 7 Aug 2008 16:54:56 +0000 (16:54 +0000)]
Restore RPATH so that we do not need LD_LIBRARY_PATH messing with our environments

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1388 9efc2488-bf62-4759-914b-345cdb29e865

15 years agoApply patch from Kevin Beswick:
dbs [Wed, 6 Aug 2008 16:22:54 +0000 (16:22 +0000)]
Apply patch from Kevin Beswick:
"add the new opensrf-perl.pl script to the autotools build for OpenSRF"

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1387 9efc2488-bf62-4759-914b-345cdb29e865

15 years agoUse a slightly more robust scheme for setting OpenSRF locale in DojoSRF.
dbs [Wed, 6 Aug 2008 03:37:07 +0000 (03:37 +0000)]
Use a slightly more robust scheme for setting OpenSRF locale in DojoSRF.

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1386 9efc2488-bf62-4759-914b-345cdb29e865

15 years agowait for the parent proc to go away before we unlink the file
erickson [Mon, 4 Aug 2008 01:43:34 +0000 (01:43 +0000)]
wait for the parent proc to go away before we unlink the file

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1385 9efc2488-bf62-4759-914b-345cdb29e865

15 years agochecking browser agent to see if multipart is supported
erickson [Sun, 3 Aug 2008 23:45:57 +0000 (23:45 +0000)]
checking browser agent to see if multipart is supported

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1384 9efc2488-bf62-4759-914b-345cdb29e865

15 years agokill spawned processes at shutdown time
erickson [Fri, 1 Aug 2008 02:32:29 +0000 (02:32 +0000)]
kill spawned processes at shutdown time
set process name

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1383 9efc2488-bf62-4759-914b-345cdb29e865

15 years agoThis script provides per-service control of OpenSRF Perl processes. In other words...
erickson [Thu, 31 Jul 2008 13:36:00 +0000 (13:36 +0000)]
This script provides per-service control of OpenSRF Perl processes.  In other words, you can
stop/start/restart individual services.  Note that you can only stop services that have
been started with this script.

TODO
Add start_all, stop_all, and restart_all to manage all host-specific Perl services

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1382 9efc2488-bf62-4759-914b-345cdb29e865

15 years agosession passing for make_atomic, at least
miker [Tue, 29 Jul 2008 20:42:16 +0000 (20:42 +0000)]
session passing for make_atomic, at least

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1381 9efc2488-bf62-4759-914b-345cdb29e865

15 years agodoh ... not that way, nope
miker [Tue, 29 Jul 2008 20:00:19 +0000 (20:00 +0000)]
doh ... not that way, nope

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1380 9efc2488-bf62-4759-914b-345cdb29e865

15 years agogive subrequests access to the session (will not be used by respond())
miker [Tue, 29 Jul 2008 19:20:25 +0000 (19:20 +0000)]
give subrequests access to the session (will not be used by respond())

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1379 9efc2488-bf62-4759-914b-345cdb29e865

15 years agoGive Apache modules the support they need to work
dbs [Tue, 29 Jul 2008 13:17:03 +0000 (13:17 +0000)]
Give Apache modules the support they need to work
Push the apxs compile stage into the local install steps as it seems to require root privileges to write during build

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1378 9efc2488-bf62-4759-914b-345cdb29e865