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] 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] 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

[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] 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

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] 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] 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] 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] 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

[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

[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] 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

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

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] 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] 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] Back button creates double search rows

2009-07-23 Thread Bill Erickson
... This is a bit of a Kludge(tm), but this seems to do the trick. Tested and applied to 1.6+. 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

Re: [OPEN-ILS-DEV] OpenSRF Router CPU Usage

2009-07-27 Thread Bill Erickson
: Replaced by new connection/text/stream:error/stream:stream Adam Ray SLCC IT Director (314) 837-6777 x1250 -- 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] OpenSRF and Ubuntu 9.04

2009-07-29 Thread Bill Erickson
and functions properly with the math service. Thanks for taking care of this, Dan W. Good. Thanks for testing, Dan. -b -- Bill Erickson | VP, Software Development Integration | Equinox Software, Inc. / The Evergreen Experts | phone: 877-OPEN-ILS (673-6457) | email: erick...@esilibrary.com

Re: [OPEN-ILS-DEV] ***SPAM*** RE: ***SPAM*** Re: ***SPAM*** RE: ***SPAM*** Re: ***SPAM*** RE: [OPEN-ILS-GENERAL] Overdue notices not sending error

2009-07-29 Thread Bill Erickson
...@list.georgialibraries.org [mailto: open-ils-dev-boun...@list.georgialibraries.org] *On Behalf Of *Bill Erickson *Sent:* July 29, 2009 11:21 AM *To:* Evergreen Development Discussion List *Subject:* [OPEN-ILS-DEV] ***SPAM*** Re: ***SPAM*** RE: ***SPAM*** Re: ***SPAM*** RE: [OPEN-ILS-GENERAL] Overdue

Re: [OPEN-ILS-DEV] ***SPAM*** RE: ***SPAM*** RE: ***SPAM*** Re: ***SPAM*** RE: ***SPAM*** Re: ***SPAM*** RE: [OPEN-ILS-GENERAL] Overdue notices not sending error

2009-07-29 Thread Bill Erickson
-ils.org/trac/ILS/browser/trunk/Open-ILS/examples/hold_notification_template.example? The holds notification in 1.4 and below uses the home-grown templates, as you linked to above. In 1.6, there is a new option for template::toolkit based hold notices. -b -- Bill Erickson | VP, Software

[OPEN-ILS-DEV] making pre-req installs %.001 more automated

2009-09-03 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] Lenny / trunk quick install

2009-09-04 Thread Bill Erickson
, but it should be fairly obvious at a glance what's going on. Use at own risk. http://svn.open-ils.org/trac/ILS-Contrib/browser/ESI-Examples/trunk/tools/eg_dev_lenny_installer -b -- Bill Erickson | VP, Software Development Integration | Equinox Software, Inc. / The Evergreen Experts | phone: 877

Re: [OPEN-ILS-DEV] Or maybe, developer IRC meeting: Friday, October 16th, 10:00 am EST

2009-10-12 Thread Bill Erickson
time works for me. -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] 1.6RC1 problems with Vandelay Authority Records importing

2009-10-19 Thread Bill Erickson
/trac/ILS/browser/trunk/Open-ILS/src/sql/Pg/950.data.seed-values.sql#L1790 -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] heads up, rebuilding DB on acq.open-ils.org

2009-10-22 Thread Bill Erickson
The subject pretty much says it all. I plan on updating acq.open-ils.org(to trunk) and blowing away the existing data some time in the next week or so... Thanks -b -- Bill Erickson | VP, Software Development Integration | Equinox Software, Inc. / The Evergreen Experts | phone: 877-OPEN-ILS

[OPEN-ILS-DEV] ***SPAM*** telephony building blocks (patch review)

2009-11-13 Thread Bill Erickson
you think. Thanks! -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 Please join us for the Evergreen 2010 International Conference, April 20

Re: [OPEN-ILS-DEV] Next developer IRC meeting?

2009-11-17 Thread Bill Erickson
a general meeting time poll a couple of weeks back. We can use this data as well. https://www.surveymonkey.com/sr.aspx?sm=9MRdngY_2fQsN4TEKQMko6X54whcZ0XcaFEZWw2qkrPd4_3d -b -- Bill Erickson | VP, Software Development Integration | Equinox Software, Inc. / The Evergreen Experts | phone: 877

Re: [OPEN-ILS-DEV] Introduction: Jeroen van Meeuwen (Fedora Project)

2009-11-17 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 Please join us for the Evergreen 2010 International Conference, April 20-23, 2010 at the Amway

Re: [OPEN-ILS-DEV] generate_circ_notices.pl patch (bugfix in handling ampersands in patrons' first names; making profile name available in print-notice XSLT)

2009-11-23 Thread Bill Erickson
amp; Diane in an email. Thanks, Ben. -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 Please join us for the Evergreen 2010 International

Re: [OPEN-ILS-DEV] [PATCH] Upgrade script (for developers)

2009-11-23 Thread Bill Erickson
:http://www.esilibrary.com/ -- 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 Please join us for the Evergreen 2010 International Conference

Re: [OPEN-ILS-DEV] [PATCH] DB update script

2009-11-23 Thread Bill Erickson
acceptance, the foreseeable goal will be to integrate this script with the update.sh script and have a single call to apply both code and data changes from an updated repo. DB update patch applied. I put it into build/tools next to update.sh Thanks, Joe. -b -- Bill Erickson | VP, Software

Re: [OPEN-ILS-DEV] Suggestions for locking down OPAC computers

2009-11-30 Thread Bill Erickson
Cell: (706) 627-5586 http://www.ecgrl.org/ -- 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 Please join us for the Evergreen 2010

[OPEN-ILS-DEV] sample opensrf crontab (patch/review)

2009-12-11 Thread Bill Erickson
it to Open-ILS/examples/crontab.example. Thanks, everyone. -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 Please come by and visit the Equinox

Re: [OPEN-ILS-DEV] sample opensrf crontab (patch/review)

2009-12-14 Thread Bill Erickson
functions into the individual scripts, since the oils_header.plfunctions are all pretty small. I'll take a look at that... -b -- Bill Erickson | VP, Software Development Integration | Equinox Software, Inc. / The Evergreen Experts | phone: 877-OPEN-ILS (673-6457) | email: erick...@esilibrary.com

Re: [OPEN-ILS-DEV] Possible Bugs in Circulate.pm (1.6)

2010-01-13 Thread Bill Erickson
of cleanup we could do to Circulate.pm. Hope this helps. Thanks, Dan! -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 Please come

Re: [OPEN-ILS-DEV] Possible Bugs in Circulate.pm (1.6)

2010-01-15 Thread Bill Erickson
On 1/13/2010 at 10:03 AM, Bill Erickson erick...@esilibrary.com wrote: On Fri, Jan 8, 2010 at 5:32 PM, Dan Wells d...@calvin.edu wrote: Hello all, With the help of Jason and Dan S., it was determined that an error our library was getting

Re: [OPEN-ILS-DEV] Small Bug in Automatic Lost Fee Void - Circulate.pm - Patch

2010-01-18 Thread Bill Erickson
items left with no charges at all. I'd like to suggest an alternate approach. The attached diff just moves the xact_finish logic in checkin_handle_circ() down below the call to checkin_handle_lost(), so that it occurs only once, after all billings, etc. have been modified. -b -- Bill Erickson

Re: [OPEN-ILS-DEV] Small Bug in Automatic Lost Fee Void - Circulate.pm - Patch

2010-01-20 Thread Bill Erickson
Wells, Library Programmer Analyst d...@calvin.edu Hekman Library at Calvin College 616.526.7133 On 1/18/2010 at 1:07 PM, Bill Erickson erick...@esilibrary.com wrote: I'd like to suggest an alternate approach. The attached diff just moves the xact_finish logic in checkin_handle_circ

Re: [OPEN-ILS-DEV] Backport request

2010-01-21 Thread Bill Erickson
far. As a workaround we are going to change the account is inactive message in order to prevent patrons from panicking and calling their library when they have actually only mistyped their username. Back-ported for inclusion in 1.6.0.1. -b -- Bill Erickson | VP, Software Development

Re: [OPEN-ILS-DEV] how to extract user queries from logs?

2010-01-26 Thread Bill Erickson
an activity.log file where the web requests come in. If you don't have such a file, the same data will be in the gateway.log file. Hope this helps. -b -- Bill Erickson | VP, Software Development Integration | Equinox Software, Inc. / The Evergreen Experts | phone: 877-OPEN-ILS (673-6457) | email: erick

[OPEN-ILS-DEV] Evergreen 1.6.0.1 and OpenSRF 1.2.1

2010-02-02 Thread Bill Erickson
I'd like to propose that we cut OpenSRF 1.2.1 along with (or before) Evergreen 1.6.0.1. In particular, there is a critical stability fix (1902) and a number of other nice to have fixes since the last OpenSRF tag. -b -- Bill Erickson | VP, Software Development Integration | Equinox Software

[OPEN-ILS-DEV] buildbot down for work

2010-02-04 Thread Bill Erickson
Hi all, The buildbot running on testing.esilibrary.com will be down for several days while we perform some work on the server. I hope to have it back up and running early next week. Apologies for the last-minute notice. -b -- Bill Erickson | VP, Software Development Integration | Equinox

Re: [OPEN-ILS-DEV] reshelving_complete 404 error

2010-02-22 Thread Bill Erickson
When we reverted this change, it seemed to fix the problem. Any suggestions? Benjamin Shum Open Source Software Coordinator Bibliomation, Inc. 32 Crest Road Middlebury, CT 06762 203-577-4070 ext. 113 -- Bill Erickson | VP, Software Development Integration | Equinox Software

Re: [OPEN-ILS-DEV] ***SPAM*** Re: Self-serve password reset thoughts

2010-03-29 Thread Bill Erickson
that barcode and use it at a self-check machine, walking away with potentially thousands of dollars worth of materials checked out to someone else. As a brief aside, the trunk version of the Evergreen self-check UI has a password required mode. -b -- Bill Erickson | VP, Software Development

Re: [OPEN-ILS-DEV] Small Patch to eliminate a bad log message

2010-04-26 Thread Bill Erickson
-ils.actor_unix.log:Argument isn't numeric in numeric eq (==) at /openils/lib/perl5/OpenILS/Application/AppUtils.pm line 281. The patch is so trivial that I don't think a DCO would be necessary. Jason Stephenson MVLC -- Bill Erickson | VP, Software Development Integration | Equinox Software, Inc. / Your

[OPEN-ILS-DEV] ***SPAM*** Re: MFHD Commit to Serials Branch

2010-05-03 Thread Bill Erickson
things. * What else? Thanks Dan -b [1] http://www.orcaware.com/svn/wiki/Svnmerge.py [2] http://evergreen-ils.org/dokuwiki/doku.php?id=acq:serials:basic_predicting_and_receivings[]=serials -- Bill Erickson | VP, Software Development Integration | Equinox Software, Inc. / Your Library's Guide

[OPEN-ILS-DEV] ***SPAM*** Re: ***SPAM*** ***SPAM*** Re: MFHD Commit to Serials Branch

2010-05-04 Thread Bill Erickson
it helps on your end, and also that we can reach some quick consensus where needed. Will keep digesting this... Thanks Dan -b -- Bill Erickson | VP, Software Development Integration | Equinox Software, Inc. / Your Library's Guide to Open Source | phone: 877-OPEN-ILS (673-6457) | email

Re: [OPEN-ILS-DEV] [PATCH] add index on asset.stat_cat_entry_copy_map

2010-05-12 Thread Bill Erickson
to rel_1_6_1 and rel_1_6_0. Regards, Galen -- Galen Charlton VP, Data Services Equinox Software, Inc. / Your Library's Guide to Open Source email: g...@esilibrary.com direct: +1 352-215-7548 skype: gmcharlt web:http://www.esilibrary.com/ -- Bill Erickson | VP, Software

Re: [OPEN-ILS-DEV] ***SPAM*** typo in rdetail.js

2010-05-25 Thread Bill Erickson
On Tue, May 25, 2010 at 12:18 PM, Bill Ott b...@grpl.org wrote: Attached is a very minor patch replacing a missing apostrophe in rdetail.js. This is against rel_1_6_0 Applied to 1_6_0, 1_6, and trunk. Thanks, Bill. -b -- Bill Erickson | VP, Software Development Integration | Equinox

Re: [OPEN-ILS-DEV] ***SPAM*** opensrf perl pre-forking server module (replacing net::server)

2010-05-26 Thread Bill Erickson
for server: ). This is very useful for tuning min/max children and min/max spare children. -b -- Bill Erickson | VP, Software Development Integration | Equinox Software, Inc. / Your Library's Guide to Open Source | phone: 877-OPEN-ILS (673-6457) | email: erick...@esilibrary.com | web: http

[OPEN-ILS-DEV] ***SPAM*** Re: SIP2 hard disconnect after particular series of messages

2010-06-10 Thread Bill Erickson
-- Bill Erickson | VP, Software Development Integration | Equinox Software, Inc. / Your Library's Guide to Open Source | phone: 877-OPEN-ILS (673-6457) | email: erick...@esilibrary.com | web: http://esilibrary.com

Re: [OPEN-ILS-DEV] Getting errors while starting evergreen

2010-06-17 Thread Bill Erickson
the result of starting services when other services are already running. -b -- Bill Erickson | VP, Software Development Integration | Equinox Software, Inc. / Your Library's Guide to Open Source | phone: 877-OPEN-ILS (673-6457) | email: erick...@esilibrary.com | web: http://esilibrary.com

Re: [OPEN-ILS-DEV] JSON: retire old parser?

2010-08-13 Thread Bill Erickson
fine. -b -- Bill Erickson | VP, Software Development Integration | Equinox Software, Inc. / Your Library's Guide to Open Source | phone: 877-OPEN-ILS (673-6457) | email: erick...@esilibrary.com | web: http://esilibrary.com

Re: [OPEN-ILS-DEV] ***SPAM*** opensrf perl pre-forking server module (replacing net::server)

2010-08-13 Thread Bill Erickson
To test on an OpenSRF trunk checkout: wget ' http://dev198.esilibrary.com/~berick/stuffs/opensrf_inline_server2.patch.txt ' patch -p1 opensrf_inline_server2.patch.txt ./autogen.sh ./configure ... make sudo make install -b On Wed, May 26, 2010 at 10:43 AM, Bill Erickson erick...@esilibrary.comwrote

[OPEN-ILS-DEV] Debian Squeeze trunk installer script

2010-08-17 Thread Bill Erickson
branch. See the README file for usage. http://svn.open-ils.org/trac/ILS-Contrib/browser/ESI-Examples/trunk/tools/eg_dev_squeeze_installer Cheers, -b -- Bill Erickson | VP, Software Development Integration | Equinox Software, Inc. / Your Library's Guide to Open Source | phone: 877-OPEN-ILS (673-6457

[OPEN-ILS-DEV] Evergreen 2.0 branch / Alpha 1 release

2010-08-18 Thread Bill Erickson
. Is testing the 1.6.1.x - 2.0 SQL upgrade critical for the first alpha cut? I'm thinking no. Assuming general agreement on these points, I'd like to aim for having an alpha release or, at minimum, the branching and tagging, done by the end of this week. Thoughts? -b -- Bill Erickson | VP

Re: [OPEN-ILS-DEV] OpenSRF 101

2010-11-05 Thread Bill Erickson
Committed to trunk: http://svn.open-ils.org/trac/OpenSRF/changeset/2055 -b On Fri, Nov 5, 2010 at 11:40 AM, Michael J. Giarlo leftw...@alumni.rutgers.edu wrote: Updated patch looks good. Much obliged, Bill! -Mike On Fri, Nov 5, 2010 at 11:24, Bill Erickson erick...@esilibrary.com

Re: [OPEN-ILS-DEV] SIP Problem

2010-11-17 Thread Bill Erickson
: http://svn.open-ils.org/trac/ILS/changeset/17566 Hope this helps. -b -- Bill Erickson | VP, Software Development Integration | Equinox Software, Inc. / Your Library's Guide to Open Source | phone: 877-OPEN-ILS (673-6457) | email: erick...@esilibrary.com | web: http://esilibrary.com

Re: [OPEN-ILS-DEV] SIP Problem

2010-11-18 Thread Bill Erickson
when it's up. --joe On Thu, Nov 18, 2010 at 9:45 AM, Bill Erickson erick...@esilibrary.comwrote: Hi John, In the short term, you can fix this by applying this patch to your local install and restarting SIP: http://svn.open-ils.org/trac/ILS/changeset/17292 I'll see about back-porting

Re: [OPEN-ILS-DEV] Conference wish list: proper use of git

2010-12-27 Thread Bill Erickson
, but I have some experience working w/ Git clones of OpenSRF/Evergreen and would be happy to assist however I can. -b -- Bill Erickson | VP, Software Development Integration | Equinox Software, Inc. / Your Library's Guide to Open Source | phone: 877-OPEN-ILS (673-6457) | email: erick

Re: [OPEN-ILS-DEV] ***SPAM*** Appropriate updates to Java OpenSRF/Open-ILS API

2011-01-04 Thread Bill Erickson
implementation, though. It's the most recent implementation (so it's very much to-the-point), the code is relatively clean, and Python is easy to read. Also, the IDL code in the Python Evergreen modules is up to date... Good luck. I hope this helps. -b -- Bill Erickson | VP, Software Development

Re: [OPEN-ILS-DEV] Post-conference developer day(s)?

2011-01-06 Thread Bill Erickson
...@esilibrary.com | web: http://www.esilibrary.com -- Bill Erickson | VP, Software Development Integration | Equinox Software, Inc. / Your Library's Guide to Open Source | phone: 877-OPEN-ILS (673-6457) | email: erick...@esilibrary.com | web: http://esilibrary.com

[OPEN-ILS-DEV] OPAC (was: Planning for Evergreen development, post 2.0)

2011-01-11 Thread Bill Erickson
for Evergreen and one of the most important requirements for wider adoption of the software. -b -- Bill Erickson | VP, Software Development Integration | Equinox Software, Inc. / Your Library's Guide to Open Source | phone: 877-OPEN-ILS (673-6457) | email: erick...@esilibrary.com | web: http

Re: [OPEN-ILS-DEV] OPAC (was: Planning for Evergreen development, post 2.0)

2011-01-20 Thread Bill Erickson
On Thu, Jan 20, 2011 at 9:27 AM, Dan Scott d...@coffeecode.net wrote: snip On Tue, Jan 11, 2011 at 03:44:32PM -0500, Bill Erickson wrote: User impact: Changed user interface means some relearning. Speed boost should be significant. I've been beating my head against the OPAC

Re: [OPEN-ILS-DEV] OPAC (was: Planning for Evergreen development, post 2.0)

2011-01-20 Thread Bill Erickson
On Thu, Jan 20, 2011 at 10:32 AM, Dan Scott d...@coffeecode.net wrote: On Thu, Jan 20, 2011 at 09:55:59AM -0500, Bill Erickson wrote: On Thu, Jan 20, 2011 at 9:27 AM, Dan Scott d...@coffeecode.net wrote: I'm already dreading trying to map the dynamic OPAC URLs to a TT2-based OPAC (we

Re: [OPEN-ILS-DEV] OPAC (was: Planning for Evergreen development, post 2.0)

2011-01-20 Thread Bill Erickson
-equinox.git And... with some help from Galen, git clone git://... works now as well. -b -- Bill Erickson | VP, Software Development Integration | Equinox Software, Inc. / Your Library's Guide to Open Source | phone: 877-OPEN-ILS (673-6457) | email: erick...@esilibrary.com | web: http

Re: [OPEN-ILS-DEV] OPAC (was: Planning for Evergreen development, post 2.0)

2011-01-21 Thread Bill Erickson
flexible WRT path mangling. For grins, I tweaked the path of the detail page to match your example. http://dev198.esilibrary.com/eg/opac/record/4970 -b -- Bill Erickson | VP, Software Development Integration | Equinox Software, Inc. / Your Library's Guide to Open Source | phone: 877-OPEN-ILS

Re: [OPEN-ILS-DEV] Firefox blank screen

2011-01-25 Thread Bill Erickson
: fgjohn...@upei.ca, phone: 566-0630 cell: 393-4920 skype: jetsongeorge | twitter: fgjohnson | facebook: fgjohnson | blog: granitize.blogspot.com -- Bill Erickson | VP, Software Development Integration | Equinox Software, Inc. / Your Library's Guide to Open Source | phone: 877-OPEN-ILS (673

Re: [OPEN-ILS-DEV] Firefox blank screen

2011-01-26 Thread Bill Erickson
is almost usable and would not need much work. It could probably be 2.x-ready with a day or 2 of focused attention. -b -- Bill Erickson | VP, Software Development Integration | Equinox Software, Inc. / Your Library's Guide to Open Source | phone: 877-OPEN-ILS (673-6457) | email: erick

[OPEN-ILS-DEV] squeeze + syslog-ng probs = rsyslog

2011-02-13 Thread Bill Erickson
that roughly matches the various syslog-ng config files floating around: http://dev198.esilibrary.com/~berick/patches/evergreen-rsyslog.conf Just drop the file into /etc/rsyslog.d/ and restart. Hope this helps. -b -- Bill Erickson | VP, Software Development Integration | Equinox Software, Inc

Re: [OPEN-ILS-DEV] squeeze + syslog-ng probs = rsyslog

2011-02-14 Thread Bill Erickson
On Sun, Feb 13, 2011 at 10:37 PM, Dan Scott d...@coffeecode.net wrote: On Sun, Feb 13, 2011 at 09:09:20PM -0500, Bill Erickson wrote: Hi, I ran into dependency problems with syslog-ng and Evergreen when upgrading to Debian Squeeze. (Incompatibile libdbi0). Debian's package manager

[OPEN-ILS-DEV] Upgrading to pg9 (from 8.4) on Squeeze, quick how-to

2011-02-17 Thread Bill Erickson
biblio.record_entry; ... # Looks good. Restart Evergreen/Apache $ pg_dropcluster 8.4 main # optional -b -- Bill Erickson | VP, Software Development Integration | Equinox Software, Inc. / Your Library's Guide to Open Source | phone: 877-OPEN-ILS (673-6457) | email: erick...@esilibrary.com | web: http

Re: [OPEN-ILS-DEV] Upgrading to pg9 (from 8.4) on Squeeze, quick how-to

2011-02-17 Thread Bill Erickson
On Thu, Feb 17, 2011 at 1:47 PM, Dan Scott d...@coffeecode.net wrote: On 17 February 2011 13:06, Bill Erickson erick...@esilibrary.com wrote: In case others find it handy, this worked well for me: # stop evergreen and disconnect all db clients # Add to /etc/apt/sources.list: deb

Re: [OPEN-ILS-DEV] Patron Registration Customization Patch

2011-03-03 Thread Bill Erickson
- Field Documentation. -b -- Bill Erickson | VP, Software Development Integration | Equinox Software, Inc. / Your Library's Guide to Open Source | phone: 877-OPEN-ILS (673-6457) | email: erick...@esilibrary.com | web: http://esilibrary.com

[OPEN-ILS-DEV] Server-side OPAC development project: an introduction

2011-03-04 Thread Bill Erickson
. Then we devise a plan for fostering the two projects in a way that allows them to grow together. I look forward to your questions. Thanks -b -- Bill Erickson | VP, Software Development Integration | Equinox Software, Inc. / Your Library's Guide to Open Source | phone: 877-OPEN-ILS (673-6457

Re: [OPEN-ILS-DEV] Server-side OPAC development project: an introduction

2011-03-08 Thread Bill Erickson
On Fri, Mar 4, 2011 at 11:43 AM, Bill Erickson erick...@esilibrary.comwrote: snip We continue to add new features to the code, which lives in an an ESI Git branch: http://git.esilibrary.com/?p=evergreen-equinox.git;a=shortlog;h=refs/heads/opac-tt-poc The branch is kept up-to-date

Re: [OPEN-ILS-DEV] Server-side OPAC development project: an introduction

2011-03-09 Thread Bill Erickson
from Evergreen 2.0 to 2.1, you will want to rm -fr /openils/lib/perl5 to avoid having the old 2.0 modules get loaded instead of your shiny new 2.1 modules. For those who made the jump from OpenSRF 1.0 to 1.2 or 1.6, a similar step was required at that time -- Bill Erickson | VP, Software

Re: [OPEN-ILS-DEV] Server-side OPAC development project: an introduction

2011-03-09 Thread Bill Erickson
for the gritty details: http://libmail.georgialibraries.org/pipermail/open-ils-dev/2011-January/006757.html Will the new TT OPAC be used in the staff client as well? Yes, that is the goal. -b -- Bill Erickson | VP, Software Development Integration | Equinox Software, Inc. / Your Library's Guide

Re: [OPEN-ILS-DEV] Help:opensrf over http using java

2011-03-28 Thread Bill Erickson
)* -- Bill Erickson | VP, Software Development Integration | Equinox Software, Inc. / Your Library's Guide to Open Source | phone: 877-OPEN-ILS (673-6457) | email: erick...@esilibrary.com | web: http://esilibrary.com

Re: [OPEN-ILS-DEV] Help:opensrf over http using java

2011-03-29 Thread Bill Erickson
in a Java Map or Java Array (or string, number, boolean, etc. See [1] for options) as the payload object. Then, simply calling toString() on the Message will generate the JSON for you. -b [1] http://svn.open-ils.org/trac/OpenSRF/browser/trunk/src/java/org/opensrf/util/JSONWriter.java -- Bill

Re: [OPEN-ILS-DEV] Apache redirection with skins

2011-04-06 Thread Bill Erickson
.esilibrary.com/~berick/redirect2.patch.txt -b -- Bill Erickson | VP, Software Development Integration | Equinox Software, Inc. / Your Library's Guide to Open Source | phone: 877-OPEN-ILS (673-6457) | email: erick...@esilibrary.com | web: http://esilibrary.com

Re: [OPEN-ILS-DEV] Apache redirection with skins (New Perlmod Req.)

2011-04-08 Thread Bill Erickson
to trunk and rel_2_1. I also added the Net::IP prereq to the installer Makefile for Debian targets. We'll need some community input for non-debian targets. Thanks Ben. -b -- Bill Erickson | VP, Software Development Integration | Equinox Software, Inc. / Your Library's Guide to Open Source | phone

Re: [OPEN-ILS-DEV] OpenSRF - C Unit Testing

2011-04-14 Thread Bill Erickson
, ndex.html http://check.sourceforge.net/doc/check_html/index.html. Also I will soon create a Unit Testing area on the wiki with info about unit testing in Evergreen/OpenSRF. Kevin Beswick -- Bill Erickson | VP, Software Development Integration | Equinox Software, Inc. / Your Library's

Re: [OPEN-ILS-DEV] opensrf.js Unit Tests and Fix

2011-04-28 Thread Bill Erickson
writing the unit tests. There were references to arguments that weren't declared in several of the function declarations. Natually, many of the unit tests will not pass until this fix is put into place. Kevin Beswick -- Bill Erickson | VP, Software Development Integration | Equinox Software

Re: [OPEN-ILS-DEV] copy create date vs. receive date in ACQ for hold protection

2011-05-24 Thread Bill Erickson
?) in addition to create date. This would also require changes to the age protection logic. Preferences or alternate suggestions? Thanks -b -- Bill Erickson | VP, Software Development Integration | Equinox Software, Inc. / Your Library's Guide to Open Source | phone: 877-OPEN

Re: [OPEN-ILS-DEV] Rethinking no Dojo in TT OPAC

2011-06-22 Thread Bill Erickson
sincerely like to avoid that. -b -- Bill Erickson | VP, Software Development Integration | Equinox Software, Inc. / Your Library's Guide to Open Source | phone: 877-OPEN-ILS (673-6457) | email: erick...@esilibrary.com | web: http://esilibrary.com Equinox is going to New Orleans! Please visit us

[OPEN-ILS-DEV] Prep for merging vandelay-improvement branch to master

2011-07-01 Thread Bill Erickson
documentation on the new features. There's still a good bit of testing and clean up to do, but my goal is to merge into master by next week, if possible. I welcome all questions/comments/concerns. Special thanks to MassLNC for sponsoring the development and documentation. -b -- Bill

Re: [OPEN-ILS-DEV] Prep for merging vandelay-improvement branch tomaster

2011-07-01 Thread Bill Erickson
On 7/1/11 3:01 PM, Kathy Lussier wrote: Thanks Bill! We're excited to see these enhancements merge into master. I just wanted to mention that KCLS and SITKA are also contributing to the sponsorship of this project. Of course! Thanks KCLS and SITKA! -b -- Bill Erickson | Senior Software

[OPEN-ILS-DEV] 2.1 back-port of patron collections exempt permission

2011-07-14 Thread Bill Erickson
... Thanks -b -- Bill Erickson | Senior Software Developer | Equinox Software, Inc. / Your Library's Guide to Open Source | phone: 877-OPEN-ILS (673-6457) | email: erick...@esilibrary.com | web: http://esilibrary.com

Re: [OPEN-ILS-DEV] 2.1 back-port of patron collections exempt permission

2011-07-14 Thread Bill Erickson
On 7/14/11 11:58 AM, Jason Etheridge wrote: If there are no objections, I'll back-port before the next 2.1 RC cut... +1 +1 Back-ported. Thanks for the input. -b -- Bill Erickson | Senior Software Developer | Equinox Software, Inc. / Your Library's Guide to Open Source | phone: 877-OPEN

[OPEN-ILS-DEV] template toolkit master merge branch

2011-08-03 Thread Bill Erickson
. Thanks -b -- Bill Erickson | Senior Software Developer | Equinox Software, Inc. / Your Library's Guide to Open Source | phone: 877-OPEN-ILS (673-6457) | email: erick...@esilibrary.com | web: http://esilibrary.com

[OPEN-ILS-DEV] Call for votes to merge template toolkit opac to master (was: template toolkit master merge branch)

2011-08-17 Thread Bill Erickson
-master-merge Consider this a +1 from me. Thanks -b -- Bill Erickson | Senior Software Developer | Equinox Software, Inc. / Your Library's Guide to Open Source | phone: 877-OPEN-ILS (673-6457) | email: erick...@esilibrary.com | web: http://esilibrary.com

Re: [OPEN-ILS-DEV] template toolkit master merge branch

2011-08-19 Thread Bill Erickson
=2af9bebeeb2dd6ceab91d44010cf214701140143 -b -- Bill Erickson | Senior Software Developer | Equinox Software, Inc. / Your Library's Guide to Open Source | phone: 877-OPEN-ILS (673-6457) | email: erick...@esilibrary.com | web: http://esilibrary.com

Re: [OPEN-ILS-DEV] template toolkit master merge branch

2011-08-19 Thread Bill Erickson
=2a725966f0a8ba80ecaa5f1b7533e8b5c1df650b -b -- Bill Erickson | Senior Software Developer | Equinox Software, Inc. / Your Library's Guide to Open Source | phone: 877-OPEN-ILS (673-6457) | email: erick...@esilibrary.com | web: http://esilibrary.com

[OPEN-ILS-DEV] Template Toolkit OPAC Merged / Template Config Changes

2011-09-13 Thread Bill Erickson
::Plugin::POSIX and Locale::Maketext::Lexicon Perl modules. Happy testing! -b [1] http://evergreen-ils.org/dokuwiki/doku.php?id=dev:opac:template-toolkit:release_notes -- Bill Erickson | Senior Software Developer | Equinox Software, Inc. / Your Library's Guide to Open Source | phone: 877-OPEN-ILS

Re: [OPEN-ILS-DEV] Item types in Template Toolkit

2011-09-15 Thread Bill Erickson
. What we would like to be able to do is list more specific formats (e.g. DVD, Blueray, CD, cassette) that can be pulled from the fixed fields rather than using a local MARC field to store this information. In looking at one of the e-mails Bill Erickson posted to the list, we should

<    1   2   3   4   5   >