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

2008-11-18 Thread Scott McKellar
In some earlier patches I eliminated the old osrf_app_client_session_init function in favor of its camel-case equivalent. Unfortunately I didn't notice that the new function now puts the old function's name into an error message. Here's the fix for that little oversight. Scott McKellar

[OPEN-ILS-DEV] Procedure for exporting data from Millennium to Evergreen?

2008-11-18 Thread David Kane
Has anyone done this? I see that there is a thread here: http://list.georgialibraries.org/pipermail/open-ils-dev/2007-April/000617.html I am going to give it a shot now, but has anyone got any further? - we could confer. Best, David. -- David Kane Systems Librarian Waterford Institute of

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

2008-11-18 Thread Bill Erickson
On Mon, 17 Nov 2008 23:32:21 -0500, Scott McKellar [EMAIL PROTECTED] wrote: This patch is a rewrite of the jsonObjectToJSON and jsonObjectToJSONRaw functions. It is dependent on my previous patch to utils.c and utils.h, adding the new buffer_append_uescape function. One purpose is to

[OPEN-ILS-DEV] regarding installation of staff-client on ubuntu

2008-11-18 Thread vijay kumar
Dear Sir, I have installed Evergreen1_2_3_1 on ubuntu 8.04 and working fine. I also successfully installed staff-client for client machine on window also but I am unable to install staff-client for client machine on Ubuntu. I follow the instruction that you have provided

Re: [OPEN-ILS-DEV] regarding installation of staff-client on ubuntu

2008-11-18 Thread Jason Etheridge
svn co svn://svn.open-ils.org/ILS/tags/rel_1_2_3_1 is not working and not downloading. Hi Vijay, what is it saying when you try that? -- Jason Etheridge | VP, Community Support and Advocacy | Equinox Software, Inc. / The Evergreen Experts | phone: 1-877-OPEN-ILS (673-6457) | email:

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

2008-11-18 Thread Scott McKellar
--- On Tue, 11/18/08, Bill Erickson [EMAIL PROTECTED] wrote: From: Bill Erickson [EMAIL PROTECTED] snip I've run into one issue with these last 2 patches, in particular, there seems to be a subtle difference in uescape() and buffer_append_uescape(). The majority of the JSON parsing

[OPEN-ILS-DEV] Time for 1.4, release candidate 2?

2008-11-18 Thread Dan Scott
Hello: Looking at http://svn.open-ils.org/trac/ILS/query?status=newstatus=assignedstatus=reopenedgroup=statusmilestone=1.4, there are five open tickets: * Vandelay user interface (http://svn.open-ils.org/trac/ILS/ticket/12) - the status of this could probably use an update, as I know Bill has

Re: [OPEN-ILS-DEV] Procedure for exporting data from Millennium to Evergreen?

2008-11-18 Thread Bill Ott
David Kane wrote: Has anyone done this? I see that there is a thread here: http://list.georgialibraries.org/pipermail/open-ils-dev/2007-April/000617.html I am going to give it a shot now, but has anyone got any further? - we could confer. Yes, although we pulled the bib records through

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

2008-11-18 Thread Scott McKellar
--- On Tue, 11/18/08, Bill Erickson [EMAIL PROTECTED] wrote: OK, I tracked down 2 problems, the first makes sense, the second, not so much. The first problem was the result of attempting to escape quotes () and backslashes (\) in the final if/else block of buffer_append_uescape().