Re: [OPEN-ILS-DEV] warning message in osrfsys.log

2009-07-19 Thread Bill Erickson
not receive a value for $orgid We are getting this quite often in the osrfsys.log. We are running version 1.4.0.4. Hi Robert, You can safely ignore these warnings. I recently committed a patch to silence them: http://svn.open-ils.org/trac/ILS/changeset/13310 -b -- Bill Erickson | VP, Software

Re: [OPEN-ILS-DEV] Fix for problems with org trees

2009-07-14 Thread Bill Erickson
why hasCommonAncestor() was failing for us earlier on, when we had a deeper hierarchy than we currently have. Good detective work! Your suggested change seems quite rational to me. Good catch. Applied with thanks! -b -- Bill Erickson | VP, Software Development Integration | Equinox

Re: [OPEN-ILS-DEV] Record summary page not available

2009-06-29 Thread Bill Erickson
), there is probably a corresponding Javascript error that might shed some light on it. In Firefox, it's under Tools - Error Console. Clear any existing messages, click on the Errors filter at the top, and try to recreate the problem. -b -- Bill Erickson | VP, Software Development Integration

Re: [OPEN-ILS-DEV] Search URL

2009-06-05 Thread Bill Erickson
(cgi.param('barcode')) That will look up the barcode and redirect you to a record detail page. -b -- Bill Erickson | VP, Software Development Integration | Equinox Software, Inc. / The Evergreen Experts | phone: 877-OPEN-ILS (673-6457) | email: erick...@esilibrary.com | web: http://esilibrary.com

[OPEN-ILS-DEV] Clearing and rebuilding the ACQ DB (acq.open-ils.org)

2009-05-07 Thread Bill Erickson
-- Bill Erickson | VP, Software Development Integration | Equinox Software, Inc. / The Evergreen Experts | phone: 877-OPEN-ILS (673-6457) | email: erick...@esilibrary.com | web: http://esilibrary.com

[OPEN-ILS-DEV] acquisitions + sales tax

2009-04-29 Thread Bill Erickson
currency (much like price)? TIA for the input. -b -- Bill Erickson | VP, Software Development Integration | Equinox Software, Inc. / The Evergreen Experts | phone: 877-OPEN-ILS (673-6457) | email: erick...@esilibrary.com | web: http://esilibrary.com

[OPEN-ILS-DEV] python curses

2009-04-26 Thread Bill Erickson
as the configuration file. It should work on Evergreen 1.4+, but it's only tested on trunk. Anyway, it was fun and if someone wants to turn it into something useful, even better. -b [1] http://www.tuxradar.com/content/code-project-build-ncurses-ui-python -- Bill Erickson | VP, Software

Re: [OPEN-ILS-DEV] Lost item handling

2009-03-16 Thread Bill Erickson
. Many thanks, Bill! -b -- Bill Erickson | VP, Software Development Integration | Equinox Software, Inc. / The Evergreen Experts | phone: 877-OPEN-ILS (673-6457) | email: erick...@esilibrary.com | web: http://esilibrary.com

Re: [OPEN-ILS-DEV] Lost item handling

2009-03-15 Thread Bill Erickson
On Sun, Mar 15, 2009 at 8:24 PM, Bill Ott b...@grpl.org wrote: Bill Erickson wrote: Bill, I'd like to look at incorporating this code into the repository. Are the various attachments to the previous emails still accurate? Better yet, would it be possible to get a unified diff of your

Re: [OPEN-ILS-DEV] Cannot Add Items on 1.4.0.2 install

2009-02-26 Thread Bill Erickson
above, that's 1234980139132722. -b -- Bill Erickson | VP, Software Development Integration | Equinox Software, Inc. / The Evergreen Experts | phone: 877-OPEN-ILS (673-6457) | email: erick...@esilibrary.com | web: http://esilibrary.com

Re: [OPEN-ILS-DEV] Fwd: Local System Admin. - Library Settings

2009-02-22 Thread Bill Erickson
is UPDATE_ORG_UNIT_SETTING.circ.reshelving_complete.interval Permissions for org unit settings are not automatically created at install time (which will be remedied), which means the permission will have to be created before it can be applied. Thanks for any input. Betty Thanks, Betty. -b -- Bill Erickson | VP

Re: [OPEN-ILS-DEV] 1.4.0..1 client batch import/export

2009-02-06 Thread Bill Erickson
should be one of them. Hope this helps, -b -- Bill Erickson | VP, Software Development Integration | Equinox Software, Inc. / The Evergreen Experts | phone: 877-OPEN-ILS (673-6457) | email: erick...@esilibrary.com | web: http://esilibrary.com

Re: [OPEN-ILS-DEV] Dojo-ing interfaces

2009-02-04 Thread Bill Erickson
-- Bill Erickson | VP, Software Development Integration | Equinox Software, Inc. / The Evergreen Experts | phone: 877-OPEN-ILS (673-6457) | email: erick...@esilibrary.com | web: http://esilibrary.com

[OPEN-ILS-DEV] SIPServer.pm patch to log connecting IP address

2009-01-26 Thread Bill Erickson
revision 1.12 diff -r1.12 SIPServer.pm 108a109,110 syslog('LOG_INFO', Inbound connection from $sockaddr on port $port and proto $proto); -- Bill Erickson | VP, Software Development Integration | Equinox Software, Inc. / The Evergreen Experts | phone: 877-OPEN-ILS (673-6457) | email: erick

Re: [OPEN-ILS-DEV] Running constrictor against evergreen1.2.4.0/opensrf 0.9

2009-01-21 Thread Bill Erickson
and it's not obvious to me that this runs anywhere other than the server. These scripts require a connection to the jabber server, so it depends on what you mean by remote. They won't work over the internet unless you have a public-facing jabber server, which is atypical. -b -- Bill

Re: [OPEN-ILS-DEV] Running constrictor against evergreen1.2.4.0/opensrf 0.9

2009-01-21 Thread Bill Erickson
slower. -b -- Bill Erickson | VP, Software Development Integration | Equinox Software, Inc. / The Evergreen Experts | phone: 877-OPEN-ILS (673-6457) | email: erick...@esilibrary.com | web: http://esilibrary.com constrictor.properties Description: Binary data

Re: [OPEN-ILS-DEV] Running constrictor againstevergreen1.2.4.0/opensrf 0.9

2009-01-21 Thread Bill Erickson
, are there two field elements with name=credit_payment attributes within that same fields section? Constrictor will certainly stop with an error if the data within the IDL is inconsistent, which would be the case with duplicate fields. -b -- Bill Erickson | VP, Software Development

Re: [OPEN-ILS-DEV] Running constrictor against evergreen 1.2.4.0/opensrf 0.9

2009-01-20 Thread Bill Erickson
If nothing else, this might give you some clues for building other test scripts. Hope this helps, -b -- Bill Erickson | VP, Software Development Integration | Equinox Software, Inc. / The Evergreen Experts | phone: 877-OPEN-ILS (673-6457) | email: erick...@esilibrary.com | web: http

Re: [OPEN-ILS-DEV] disable automatic record deletion

2008-12-11 Thread Bill Erickson
~~~ Karen Foster Collection Applications Support Specialist Library and Learning Technologies McMaster University Library Hamilton, Ont. Canada fost...@mcmaster.ca (905) 525-9140 x21311 -- Bill Erickson | VP, Software Development Integration | Equinox Software

Re: [OPEN-ILS-DEV] Is there a preferred Date calculations module?

2008-12-10 Thread Bill Erickson
(and it's associated modules) extensively for Perl. I believe that's the only one. -b -- Bill Erickson | VP, Software Development Integration | Equinox Software, Inc. / The Evergreen Experts | phone: 877-OPEN-ILS (673-6457) | email: [EMAIL PROTECTED] | web: http://esilibrary.com

Re: [OPEN-ILS-DEV] disable automatic record deletion

2008-12-10 Thread Bill Erickson
On Tue, 09 Dec 2008 15:23:10 -0500, Bill Erickson [EMAIL PROTECTED] wrote: On Tue, 09 Dec 2008 12:37:22 -0500, Grant Johnson [EMAIL PROTECTED] wrote: Hey all, It's cold and snowy here! Where do I go to do this? disable automatic record deletion using an org_unit setting Hi Grand, I

Re: [OPEN-ILS-DEV] disable automatic record deletion

2008-12-09 Thread Bill Erickson
); That will apply the setting globally, if top of your org_unit hierarchy has an ID of 1. You can also tell the system to alert the staff when this occurs with the cat.bib.alert_on_empty setting. Hope this helps, -b -- Bill Erickson | VP, Software Development Integration | Equinox Software

Re: [OPEN-ILS-DEV] disable automatic record deletion

2008-12-09 Thread Bill Erickson
On Tue, 09 Dec 2008 15:23:10 -0500, Bill Erickson [EMAIL PROTECTED] wrote: On Tue, 09 Dec 2008 12:37:22 -0500, Grant Johnson [EMAIL PROTECTED] wrote: Hey all, It's cold and snowy here! Where do I go to do this? disable automatic record deletion using an org_unit setting Hi Grand, Er

Re: [OPEN-ILS-DEV] PATCH: osrf_app_session_.c (minor correction)

2008-11-26 Thread Bill Erickson
into an error message. Here's the fix for that little oversight. Applied. -b -- Bill Erickson | VP, Software Development Integration | Equinox Software, Inc. / The Evergreen Experts | phone: 877-OPEN-ILS (673-6457) | email: [EMAIL PROTECTED] | web: http://esilibrary.com

Re: [OPEN-ILS-DEV] PATCH: osrf_json.c (rewrite of jsonObjectToJSON[Raw])

2008-11-18 Thread Bill Erickson
this on in case any lightbulbs went off. I'll let you if I find something... Thanks, Scott -b -- Bill Erickson | VP, Software Development Integration | Equinox Software, Inc. / The Evergreen Experts | phone: 877-OPEN-ILS (673-6457) | email: [EMAIL PROTECTED] | web: http://esilibrary.com

Re: [OPEN-ILS-DEV] PATCH: utils.h (OSRF_BUFFER_ADD_CHAR)

2008-11-16 Thread Bill Erickson
, it uses strcat() to append the new characters. The result is a buffer overflow. Actually buffer_reset() should place a nul in the first byte of the buffer. Tomorrow I shall submit a patch to that effect. Hey, Scott! It's good to hear from you. Patch is applied with thanks. -b -- Bill

Re: [OPEN-ILS-DEV] PATCH: utils.c (miscellaneous)

2008-11-16 Thread Bill Erickson
when NDEBUG is #defined. I bet there are still some dragons lurking, so your caution is appreciated. Thanks again, -b -- Bill Erickson | VP, Software Development Integration | Equinox Software, Inc. / The Evergreen Experts | phone: 877-OPEN-ILS (673-6457) | email: [EMAIL PROTECTED] | web

[OPEN-ILS-DEV] notifications (internals)

2008-11-09 Thread Bill Erickson
-- Bill Erickson | VP, Software Development Integration | Equinox Software, Inc. / The Evergreen Experts | phone: 877-OPEN-ILS (673-6457) | email: [EMAIL PROTECTED] | web: http://esilibrary.com

Re: [OPEN-ILS-DEV] Installing 1.4RC1 on Ubuntu 8.04 Server

2008-10-29 Thread Bill Erickson
to update the instructions on the DokuWiki. Updating the wiki for #2 would be great. -b -- Bill Erickson | VP, Software Development Integration | Equinox Software, Inc. / The Evergreen Experts | phone: 877-OPEN-ILS (673-6457) | email: [EMAIL PROTECTED] | web: http://esilibrary.com

Re: [OPEN-ILS-DEV] How to log on to acq.open-ils

2008-10-23 Thread Bill Erickson
being upgraded or something?) Hi Frances, You can log in with user=berick pass=demo123 We just did some renovations on the server, including a clean DB and some shaking up of the web login handler, among other things. -b -- Bill Erickson | VP, Software Development Integration

Re: [OPEN-ILS-DEV] Numbering of search results invalid

2008-10-17 Thread Bill Erickson
. Grant, I can't say for sure yet if it will resolve your details display issue. If anyone has an opportunity to test this change, I would certainly appreciate any feedback. Thanks, -b -- Bill Erickson | VP, Software Development Integration | Equinox Software, Inc. / The Evergreen

Re: [OPEN-ILS-DEV] searching from remote form

2008-10-09 Thread Bill Erickson
are consistent from any interface. Agreed with one caveat. There is a know issue with Evergreen 1.2 (in particular, OpenSRF 0.9) where a trailing \ will give the perl JSON parser fits. So, we need to keep \-escapding in the OPAC until 1.4. -b -- Bill Erickson | VP, Software Development

Re: [OPEN-ILS-DEV] Dojo Release 1.2.0

2008-10-05 Thread Bill Erickson
(a la pre-LayoutContainer). LayoutContainers are technically deprecated in 1.2, so even though they exist, they may be broken. I'm experimenting with alternatives. If I run into any showstoppers, I'll report. Thanks, Dan! -b -- Bill Erickson | VP, Software Development Integration

[OPEN-ILS-DEV] libxml2 router issue on Debian Etch

2008-09-16 Thread Bill Erickson
: http://open-ils.org/~erickson/libxml2_2.6.27.dfsg-2_amd64.deb http://open-ils.org/~erickson/libxml2-dev_2.6.27.dfsg-2_amd64.deb I'll try to isolate the problem so I can send something useful to the libxml2 folks. Thanks, -b -- Bill Erickson | VP, Software Development Integration | Equinox

Re: [OPEN-ILS-DEV] mod_placeholder.so problems

2008-08-27 Thread Bill Erickson
/mod_placeholder.so LoadModule osrf_json_gateway_module /usr/lib/apache2/modules/osrf_json_gateway.so LoadModule xmlent_module /usr/lib/apache2/modules/mod_xmlent.so Hope this helps, -b -- Bill Erickson | VP, Software Development Integration | Equinox Software, Inc. / The Evergreen Experts | phone

[OPEN-ILS-DEV] moving PINES example code from ILS repo to ILS-Contrib

2008-08-22 Thread Bill Erickson
-Contrib/PINES-Examples/ ? The long-term goal here is to completely remove the Evergreen directory from the ILS repository, since no one outside of PINES uses any of its contents. Suggestions/thoughts welcome. -b -- Bill Erickson | VP, Software Development Integration | Equinox Software

Re: [OPEN-ILS-DEV] Circ problem with 1.2.3.0?

2008-08-17 Thread Bill Erickson
group. Can you make sure there is no small descrepency between group names? For example Patron vs. Patrons? -b -- Bill Erickson | VP, Software Development Integration | Equinox Software, Inc. / The Evergreen Experts | phone: 877-OPEN-ILS (673-6457) | email: [EMAIL PROTECTED] | web: http

Re: SPAM: Re: [OPEN-ILS-DEV] Thinking about receiving

2008-08-12 Thread Bill Erickson
closer at the process, we may take you up on your offer of help ;) Thanks, Lori. Let us know if you have any other thoughts/suggestions. -b -- Bill Erickson | VP, Software Development Integration | Equinox Software, Inc. / The Evergreen Experts | phone: 877-OPEN-ILS (673-6457) | email: [EMAIL

[OPEN-ILS-DEV] overdue and pre-due notice config

2008-08-06 Thread Bill Erickson
-unit templates. Suggestions and comments on the configuration welcome. -b -- Bill Erickson | VP, Software Development Integration | Equinox Software, Inc. / The Evergreen Experts | phone: 877-OPEN-ILS (673-6457) | email: [EMAIL PROTECTED] | web: http://esilibrary.com notifications

Re: [OPEN-ILS-DEV] overdue and pre-due notice config

2008-08-06 Thread Bill Erickson
On Wed, 06 Aug 2008 13:00:48 -0400, Dan Scott [EMAIL PROTECTED] wrote: Hi Bill: 2008/8/6 Bill Erickson [EMAIL PROTECTED]: [snip] Some general comments: It's not explicit, but I suspect this could be used/abused for items like laptops that might have a four hour circulation period, so

[OPEN-ILS-DEV] removing legacy json from autotools

2008-07-28 Thread Bill Erickson
In my previous patch, all of the objson code was removed from OpenSRF, including the autotools bits that compiled objson. This patch removes the remaining autotools bits, in particular giving the user the choice of whether to build legacy json. -b -- Bill Erickson | VP, Software

Re: [OPEN-ILS-DEV] Thinking about receiving

2008-07-28 Thread Bill Erickson
On Sunday 27 July 2008 11:19 Mike Rylander wrote: On Sun, Jul 27, 2008 at 9:51 AM, Bill Erickson [EMAIL PROTECTED] wrote: On Thursday 24 July 2008 8:54 David J. Fiander wrote: [snip] The primary field on the receiving screen is an ISBN input field. The staff scan the ISBN barcode

[OPEN-ILS-DEV] Re: removing legacy json from autotools

2008-07-28 Thread Bill Erickson
On Monday 28 July 2008 9:35 Kevin Beswick wrote: Looks good to me Committed. Thanks for the eyes, Kevin. -b Kevin On Mon, 2008-07-28 at 09:33 -0400, Bill Erickson wrote: In my previous patch, all of the objson code was removed from OpenSRF, including the autotools bits that compiled

Re: [OPEN-ILS-DEV] [RFC] Price (or percent thereof) as max fine amount.

2008-07-27 Thread Bill Erickson
. That can come later, though. Good work, guys. -bill -- Bill Erickson | VP, Software Development Integration | Equinox Software, Inc. / The Evergreen Experts | phone: 877-OPEN-ILS (673-6457) | email: [EMAIL PROTECTED] | web: http://esilibrary.com

Re: [OPEN-ILS-DEV] removing of objson from opensrf

2008-07-27 Thread Bill Erickson
On Friday 25 July 2008 12:23 Bill Erickson wrote: This patch is running on acq.open-ils.org... also, so far so good. If there are no objections, I'll commit soon. Committed. http://svn.open-ils.org/trac/OpenSRF/changeset/1373 -b -- Bill Erickson | VP, Software Development Integration

Re: [OPEN-ILS-DEV] Thinking about receiving

2008-07-27 Thread Bill Erickson
with the invoice, staff can pull up the PO by ID and mark all items or individual items as received. Dan S. also submitted a work flow at http://open-ils.org/dokuwiki/doku.php?id=acq:scenarios:receiving_monographs -b -- Bill Erickson | VP, Software Development Integration | Equinox Software, Inc

Re: [OPEN-ILS-DEV] [RFC] Price (or percent thereof) as max fine amount.

2008-07-27 Thread Bill Erickson
On Sunday 27 July 2008 11:24 Mike Rylander wrote: On Sun, Jul 27, 2008 at 11:21 AM, Mike Rylander [EMAIL PROTECTED] wrote: On Sun, Jul 27, 2008 at 8:52 AM, Bill Erickson [EMAIL PROTECTED] wrote: On Saturday 26 July 2008 10:52 Mike Rylander wrote: I think it's a great addition. I

Re: [OPEN-ILS-DEV] [RFC] Price (or percent thereof) as max fine amount.

2008-07-27 Thread Bill Erickson
On Sunday 27 July 2008 11:21 Mike Rylander wrote: On Sun, Jul 27, 2008 at 8:52 AM, Bill Erickson [EMAIL PROTECTED] wrote: On Saturday 26 July 2008 10:52 Mike Rylander wrote: Next question is ... how far back do we backport this. I would lobby for 1.2.3.0, but not to strongly. Well

Re: [OPEN-ILS-DEV] 1.4 release: switching locales in the OPAC and staff client

2008-07-27 Thread Bill Erickson
not strictly true ... there's just no fudge factor in locale case anymore). Eyeballs apreciated, since they touch python and java in addition to my areas. The Java and Python bits look good. -- Bill Erickson | VP, Software Development Integration | Equinox Software, Inc. / The Evergreen Experts

Re: [OPEN-ILS-DEV] What I did on my summer vacation

2008-07-25 Thread Bill Erickson
to tackle (IMHO). Agreed all around. The patch looks and behaves sanely. +1 from me for committing. -b -- Bill Erickson | VP, Software Development Integration | Equinox Software, Inc. / The Evergreen Experts | phone: 877-OPEN-ILS (673-6457) | email: [EMAIL PROTECTED] | web: http

Re: [OPEN-ILS-DEV] purging objson (legacy json) for opensrf 1.0 / Evergreen 1.4

2008-07-22 Thread Bill Erickson
On Monday 14 July 2008 2:38 Dan Scott wrote: 2008/7/14 Bill Erickson [EMAIL PROTECTED]: The topic of purging objson, which implements the old-style, comment-embedded class hints for OpenSRF objects came up recently during a discussion of the new autotools infrastructure. OK, fine, I

Re: [OPEN-ILS-DEV] OPAC on Safari 1.x

2008-07-17 Thread Bill Erickson
other small issues, but, if I recall, it generally works OK. What kind of problems is she having? -b -- Bill Erickson | VP, Software Development Integration | Equinox Software, Inc. / The Evergreen Experts | phone: 877-OPEN-ILS (673-6457) | email: [EMAIL PROTECTED] | web: http://esilibrary.com

Re: [OPEN-ILS-DEV] Problem with doing keyword searches in release 1.2.2.0

2008-07-16 Thread Bill Erickson
-- Bill Erickson | VP, Software Development Integration | Equinox Software, Inc. / The Evergreen Experts | phone: 877-OPEN-ILS (673-6457) | email: [EMAIL PROTECTED] | web: http://esilibrary.com

Re: [OPEN-ILS-DEV] ejabberd problems

2008-07-15 Thread Bill Erickson
/apache2/ssl# /etc/init.d/apache2 start Starting web server (apache2) [EMAIL PROTECTED]:/etc/apache2/ssl# Hi Cyrus, mod_cache is no longer needed as of Evergreen 1.2.2.2. -b -- Bill Erickson | VP, Software Development Integration | Equinox Software, Inc. / The Evergreen

[OPEN-ILS-DEV] purging objson (legacy json) for opensrf 1.0 / Evergreen 1.4

2008-07-14 Thread Bill Erickson
the node, you access it directly on the iterator object. 2. Remove all references to objson on the source/makefiles for Evergreen (only a few remain) 3. Purge objson from OpenSRF autotools and remove osrf_legacy_json* files Sound sane for Evergreen 1.4 and OpenSRF 1.0? -b -- Bill Erickson | VP

Re: [OPEN-ILS-DEV] Staff client self-check/express-check mode

2008-07-10 Thread Bill Erickson
a dumb question, but I feed on details ;) How exactly would you like/expect the self check station to handle desensitization? -b -- Bill Erickson | VP, Software Development Integration | Equinox Software, Inc. / The Evergreen Experts | phone: 877-OPEN-ILS (673-6457) | email: [EMAIL PROTECTED

Re: [OPEN-ILS-DEV] WWW::Redirect

2008-07-09 Thread Bill Erickson
PerlSendHeader On allow from all /LocationMatch -b -- Bill Erickson | VP, Software Development Integration | Equinox Software, Inc. / The Evergreen Experts | phone: 877-OPEN-ILS (673-6457) | email: [EMAIL PROTECTED] | web: http://esilibrary.com

Re: [OPEN-ILS-DEV] segfault in JSON object re-use code

2008-07-07 Thread Bill Erickson
On Monday 07 July 2008 8:46 David J. Fiander wrote: On 7-Jul-2008, at 19:38 , Bill Erickson wrote: This is also right, although it's incomplete. The next line of code better be freeObjList = unused; Otherwise, you just keep dropping pointers. Yep, it's there. Thanks, David. -b

[OPEN-ILS-DEV] demo data generation tools in ILS-Contrib

2008-06-25 Thread Bill Erickson
project. They are documented here: http://open-ils.org/dokuwiki/doku.php?id=advocacy:demonstration_data Comments? Thanks, -- Bill Erickson | VP, Software Development Integration | Equinox Software, Inc. / The Evergreen Experts | phone: 877-OPEN-ILS (673-6457) | email: [EMAIL PROTECTED] | web

Re: [OPEN-ILS-DEV] PATCHES: OpenNCIP (Attn: David) and OpenILS::SIP

2008-06-18 Thread Bill Erickson
-- Bill Erickson | VP, Software Development Integration | Equinox Software, Inc. / The Evergreen Experts | phone: 877-OPEN-ILS (673-6457) | email: [EMAIL PROTECTED] | web: http://esilibrary.com

Re: [OPEN-ILS-DEV] PATCHES: OpenNCIP (Attn: David) and OpenILS::SIP

2008-06-18 Thread Bill Erickson
On Wednesday 18 June 2008 8:07 Grant Johnson wrote: Hey, Is there a LookupUserResponse available in OpenNCIP yet? That's the only piece I need for our ILL implementation to RELAIS. Hi Grant, The OpenNCIP project only provides SIP2 at this point, no NCIP yet. -bill -- Bill Erickson | VP

Re: [OPEN-ILS-DEV] Help understanding Directories in Evergreen

2008-06-18 Thread Bill Erickson
entirely. These changes are proposed for Evergreen 1.4. Clear as mud? ;) -bill -- Bill Erickson | VP, Software Development Integration | Equinox Software, Inc. / The Evergreen Experts | phone: 877-OPEN-ILS (673-6457) | email: [EMAIL PROTECTED] | web: http://esilibrary.com

Re: [OPEN-ILS-DEV] PATCHES: OpenNCIP (Attn: David) and OpenILS::SIP

2008-06-18 Thread Bill Erickson
On Wednesday 18 June 2008 10:13 Brandon W. Uhlman wrote: Quoting Bill Erickson [EMAIL PROTECTED]: This patch introduces a new configuration stanza, options in the implementation_config of an institution in oils_sip.xml. Currently, the only option is 'msg64_summary_datatype', which can have

Re: [OPEN-ILS-DEV] offline blocked list

2008-06-17 Thread Bill Erickson
to oils_requestor. (The oils_requestor version was added to accommodate speedier processing of blocked lists with hundreds of thousands of patrons.) -b -- Bill Erickson | VP, Software Development Integration | Equinox Software, Inc. / The Evergreen Experts | phone: 877-OPEN-ILS (673

Re: [OPEN-ILS-DEV] FW: Problem with autogen

2008-06-10 Thread Bill Erickson
On Monday 09 June 2008 5:13 Bill Erickson wrote: On Monday 09 June 2008 1:30 Frances Dean McNamara wrote: Quickest fix is to grab http://svn.open-ils.org/trac/ILS/export/9799/trunk/Open-ILS/src/extras/Make file.install There is actually a typo in this version of the file, which has since

Re: [OPEN-ILS-DEV] Evergreen Staff Client login network

2008-06-10 Thread Bill Erickson
-ils.org/dokuwiki/doku.php?id=installing_evergreen_1.2_on_debian_etch_x86_32-bit#testing_connections_to_evergreen -b -- Bill Erickson | VP, Software Development Integration | Equinox Software, Inc. / The Evergreen Experts | phone: 877-OPEN-ILS (673-6457) | email: [EMAIL PROTECTED] | web: http

Re: [OPEN-ILS-DEV] FW: Problem with autogen

2008-06-09 Thread Bill Erickson
libdbi and Postgres drivers from source. Then, restart C services (osrf_ctl.sh -a restart_c) and you should be good to go. -bill -- Bill Erickson | VP, Software Development Integration | Equinox Software, Inc. / The Evergreen Experts | phone: 877-OPEN-ILS (673-6457) | email: [EMAIL PROTECTED

Re: [OPEN-ILS-DEV] INNOPAC

2008-05-31 Thread Bill Erickson
pubdatecode31/codeformat1/format/pubdate /attrs /usask Hi Grant, Would you mind setting record_format to b (brief) to see if that works? Also, is there anything interesting in the log files? -bill -- Bill Erickson | VP, Software Development

Re: [OPEN-ILS-DEV] OpenSRF autotools support

2008-05-31 Thread Bill Erickson
to a relative path (or an explicit path to /mypath/OpenSRF/trunk/include)? Lookin good... -bill -- Bill Erickson | VP, Software Development Integration | Equinox Software, Inc. / The Evergreen Experts | phone: 877-OPEN-ILS (673-6457) | email: [EMAIL PROTECTED] | web: http://esilibrary.com

Re: [OPEN-ILS-DEV] SPAM: autoconf support for openSRF (resubmission)

2008-05-26 Thread Bill Erickson
On Friday 16 May 2008 11:29 Kevin Beswick wrote: On Fri, May 16, 2008 at 11:09 AM, Bill Erickson [EMAIL PROTECTED] wrote: -- It's also important to note that if you run ./configure as a non-root user, it may die with: checking for ejabberd... no configure: error

Re: [OPEN-ILS-DEV] Z39.50 target

2008-05-26 Thread Bill Erickson
this for you: http://svn.open-ils.org/trac/ILS/browser/trunk/Open-ILS/src/extras/Makefile.install $ make -f Makefile.install install_yaz -bill -- Bill Erickson | VP, Software Development Integration | Equinox Software, Inc. / The Evergreen Experts | phone: 877-OPEN-ILS (673-6457) | email

Re: [OPEN-ILS-DEV] PATCH: osrf_app_session.[ch] (camel case)

2008-05-18 Thread Bill Erickson
. Applied with thanks. -bill -- Bill Erickson | VP, Software Development Integration | Equinox Software, Inc. / The Evergreen Experts | phone: 877-OPEN-ILS (673-6457) | email: [EMAIL PROTECTED] | web: http://esilibrary.com

Re: [OPEN-ILS-DEV] PATCH: osrf_stack.c (camel case)

2008-05-16 Thread Bill Erickson
On Sunday 13 April 2008 10:18 Scott McKellar wrote: This patch replaces some deprecated identifiers with their camelCase equivalents. osrf_app_session == osrfAppSession osrf_message == osrfMessage osrf_message_free == osrfMessageFree Applied. -b -- Bill Erickson | VP

Re: [OPEN-ILS-DEV] PATCH: oils_requestor.c (camel case)

2008-05-16 Thread Bill Erickson
On Sunday 13 April 2008 9:53 Scott McKellar wrote: This patch replaces a deprecated identifier with its camelCase equivalent. osrf_app_client_session_init == osrfAppSessionClientInit Applied. Thanks, Scott. -bill -- Bill Erickson | VP, Software Development Integration | Equinox Software

Re: [OPEN-ILS-DEV] SPAM: autoconf support for openSRF (resubmission)

2008-05-16 Thread Bill Erickson
#LoadModule mod_placeholder /usr/lib/apache2/modules/mod_placeholder.so \ /etc/apache2/httpd.conf; \ fi; \ make -s -C src install -- Kevin, this is looking /very/ good. I didn't realize you had gotten this far until I went for it. Kudos. -bill -- Bill

Re: [OPEN-ILS-DEV] PATCH: apachetools.c (performance)

2008-05-15 Thread Bill Erickson
On Tuesday 13 May 2008 11:54 Scott McKellar wrote: This patch is mostly a performance tweak, but also tidies up a few things. Applied. Thanks for the cleanup! -bill -- Bill Erickson | VP, Software Development Integration | Equinox Software, Inc. / The Evergreen Experts | phone: 877-OPEN

Re: [OPEN-ILS-DEV] PATCH: osrf_hash[ch] (new implementation)

2008-05-15 Thread Bill Erickson
of osrf_hash_c and osrf_hash_h patches? There's now enough matching code between the patches and the version in the repository to break things good. Thanks, Scott. -bill -- Bill Erickson | VP, Software Development Integration | Equinox Software, Inc. / The Evergreen Experts | phone: 877-OPEN-ILS

Re: [OPEN-ILS-DEV] PATCH: osrf_legacy_json.c (miscellaneous)

2008-05-15 Thread Bill Erickson
buffer. I replaced the memset() with an initializer clause. 3. in json_handle_error() we were relying on the osrf_clearbuf macro to add a terminal nul. However the plan is for this macro to become a no-op someday. I added the nul manually. Also applied. -bill -- Bill Erickson | VP

Re: [OPEN-ILS-DEV] SIP2: Unexpected Results from Patron Info Request (Msg 64)

2008-04-23 Thread Bill Erickson
has 50+ holds, it's just passing around a lot of unnecessary data.) Along those same lines, we could add an additional org unit setting to determine what data is returned from the overdue|charged_items() calls... -bill -- Bill Erickson | VP, Software Development Integration | Equinox

Re: [OPEN-ILS-DEV] Dead file: mod_xmlbuilder.h

2008-04-23 Thread Bill Erickson
-- Bill Erickson | VP, Software Development Integration | Equinox Software, Inc. / The Evergreen Experts | phone: 877-OPEN-ILS (673-6457) | email: [EMAIL PROTECTED] | web: http://esilibrary.com

Re: [OPEN-ILS-DEV] Typo in rdetail_copyinfo.xml

2008-04-21 Thread Bill Erickson
as a result, but just in case there's a browser that expects the value 'nowrap', we should probably fix that. Fixed, though lack of good warp protection may haunt us! ;) Thanks, Ben. -b -- Bill Erickson | VP, Software Development Integration | Equinox Software, Inc. / The Evergreen Experts

Re: SPAM: Re: [OPEN-ILS-DEV] osrfHash: alternative implementation

2008-03-29 Thread Bill Erickson
, they can be handled transparently and safely, then I'm all for it. -bill -- Bill Erickson | VP, Software Development Integration | Equinox Software, Inc. / The Evergreen Experts | phone: 877-OPEN-ILS (673-6457) | email: [EMAIL PROTECTED] | web: http://esilibrary.com

Re: [OPEN-ILS-DEV] check out problem

2008-03-10 Thread Bill Erickson
CGIs (http://myhost/cgi-bin/config.cgi). Hope this helps, -bill -- Bill Erickson | VP, Software Development Integration | Equinox Software, Inc. / The Evergreen Experts | phone: 877-OPEN-ILS (673-6457) | email: [EMAIL PROTECTED] | web: http://esilibrary.com

Re: [OPEN-ILS-DEV] transport_session.c: use of $HOSTNAME

2008-03-09 Thread Bill Erickson
a patch to do so Hi Scott, In each of these cases, the hostname is used for informational purpose or to seed a random string. gethostname() matches the original intent and, to me, looks cleaner. I say go for it for all of the mentioned instances. Thanks, -bill -- Bill Erickson | VP, Software

Re: [OPEN-ILS-DEV] Acq development request for consideration

2008-03-05 Thread Bill Erickson
-- Bill Erickson | VP, Software Development Integration | Equinox Software, Inc. / The Evergreen Experts | phone: 877-OPEN-ILS (673-6457) | email: [EMAIL PROTECTED] | web: http://esilibrary.com

[OPEN-ILS-DEV] 2 important changes to opensrf_core.xml in OpenSRF trunk (changeset 1253 -- multi-domain mode)

2008-03-05 Thread Bill Erickson
out some crucial detail that will make all of this clear. If anyone has any questions about any of this, fire away... -bill -- Bill Erickson | VP, Software Development Integration | Equinox Software, Inc. / The Evergreen Experts | phone: 877-OPEN-ILS (673-6457) | email: [EMAIL PROTECTED

Re: [OPEN-ILS-DEV] What's up with object.c?

2008-02-19 Thread Bill Erickson
Scott McKellar wrote: object.c doesn't compile any more. Do we need to fix it, or can we get rid of it? object.c is dead. I need to double check first, but the entire objson directory should be deprecated at this point. -bill -- Bill Erickson | VP, Software Development Integration

Re: [OPEN-ILS-DEV] Register Workstation broken in trunk?

2008-02-06 Thread Bill Erickson
working on some changes in that area. When was the last time you updated from subversion? -bill -- Bill Erickson | VP, Software Development Integration | Equinox Software, Inc. / The Evergreen Experts | phone: 877-OPEN-ILS (673-6457) | email: [EMAIL PROTECTED] | web: http://esilibrary.com

Re: [OPEN-ILS-DEV] Register Workstation broken in trunk?

2008-02-06 Thread Bill Erickson
Bill Ott wrote: I've been working on some changes in that area. When was the last time you updated from subversion? Just this morning. At revision 8656. I've committed some fixes which should resolve the problem. Thanks, Bill. -b -- Bill Erickson | VP, Software Development

Re: [OPEN-ILS-DEV] Debian install instructions: plpgsql barf

2008-02-05 Thread Bill Erickson
(and so on so on ad infinitum, a bunch of aborts basically) I think those docs might need an additional: su -c createlang plpgsql evergreen - postgres -bill -- Bill Erickson | VP, Software Development Integration | Equinox Software, Inc. / The Evergreen Experts | phone: 877-OPEN-ILS (673-6457

Re: [OPEN-ILS-DEV] Adding Z39.50 host

2008-01-31 Thread Bill Erickson
Bill Erickson wrote: Bill Ott wrote: [snip] It reports an error: ZOOM error 100 Unspecified error (addinfo: Expected CONSTRUCTED PDU not found (pdu error: 3002)) from diag-set 'Bib-1' I don't quite know how to parse this, but the $rs-option() is what makes the difference. For some

Re: [OPEN-ILS-DEV] Adding Z39.50 host

2008-01-31 Thread Bill Erickson
with no holdings from the specified Z server is returning data the Z client can't understand. -bill -- Bill Erickson | VP, Software Development Integration | Equinox Software, Inc. / The Evergreen Experts | phone: 877-OPEN-ILS (673-6457) | email: [EMAIL PROTECTED] | web: http://esilibrary.com

Re: [OPEN-ILS-DEV] Adding Z39.50 host

2008-01-31 Thread Bill Erickson
/title issncode8/codeformat1/format/issn publishercode1018/codeformat3/format/publisher pubdatecode31/codeformat1/format/pubdate item_typecode1001/codeformat1/format/item_type /attrs /olink Excellent! -bill -- Bill

Re: [OPEN-ILS-DEV] osrf_json_xml.c: memory leak and apparent bug

2008-01-29 Thread Bill Erickson
is call appendChild() to shove the un-used boolean object onto the growing JSON object. I'll go ahead and commit that fix. Thanks for the eyes, Scott. -bill -- Bill Erickson | VP, Software Development Integration | Equinox Software, Inc. / The Evergreen Experts | phone: 877-OPEN-ILS (673-6457

Re: [OPEN-ILS-DEV] osrf_json_parser.c: memory leak when handling error

2008-01-27 Thread Bill Erickson
-- Bill Erickson | VP, Software Development Integration | Equinox Software, Inc. / The Evergreen Experts | phone: 877-OPEN-ILS (673-6457) | email: [EMAIL PROTECTED] | web: http://esilibrary.com

Re: [OPEN-ILS-DEV] squid proxy for z3950 searches.

2008-01-18 Thread Bill Erickson
server section), reading the value in do_service_search() in Z3950.pm, then passing the value into the OpenILS::Utils::ZClient-new() call in Z3950.pm. [1] http://search.cpan.org/~mirk/Net-Z3950-ZOOM-1.21/lib/ZOOM.pod#new() [2] http://www.indexdata.dk/yaz/doc/zoom.tkl -bill -- Bill Erickson

Re: [OPEN-ILS-DEV] Dubious code in mod_xmlbuilder.c

2008-01-15 Thread Bill Erickson
well enough to try to fix it. Looks like you've stumbled on another deprecated file. The functionality of mod_xmlbuilder.c has been replaced by mod_xmlent.c. I'll remove mod_xmlbuilder.c from the repository. Thanks again, - -bill - -- Bill Erickson | VP, Software Development Integration

Re: [OPEN-ILS-DEV] component.c -- compile error

2008-01-15 Thread Bill Erickson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Scott McKellar wrote: I'd submit a patch, but I'm not sure what was intended. It is old, unused, out of date test code. I'll remove from the repository. Thanks Scott, - -bill - -- Bill Erickson | VP, Software Development Integration

Re: [OPEN-ILS-DEV] SPAM: PATCH: storing numbers as strings in jsonObjects

2008-01-07 Thread Bill Erickson
to spot with high enough logging. Thanks for all the work on this, Scott. It's been nagging me, and I think this will be a great benefit in the long run. I'd just like to echo Mike's thanks. We really appreciate the hard work and good code, Scott. -bill -- Bill Erickson | VP, Software

Re: [OPEN-ILS-DEV] new OpenSRF perl dependency (in trunk)

2008-01-06 Thread Bill Erickson
Mike Rylander wrote: On Jan 3, 2008 8:16 PM, John Schmidt [EMAIL PROTECTED] wrote: On Thursday 03 January 2008, Bill Erickson wrote: Just what everyone wanted for the holidays, right? ;) Well, we've finally found a good Unicode-compliant C-based Perl JSON module called JSON::XS. http

<    1   2   3   4   5   >