Merged revisions 11971-11975,11978,11980,11982,11984 via svnmerge from
authorphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 26 Jan 2009 22:38:17 +0000 (22:38 +0000)
committerphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 26 Jan 2009 22:38:17 +0000 (22:38 +0000)
commit58ad19a453ff5d6e1f3ec11194a3ef432dd0614a
tree9dae48a912740780d08c0a5ffb0ce5f9768e07ff
parent35db15b1a51ff8ab210a347028873fe3f8611c23
Merged revisions 11971-11975,11978,11980,11982,11984 via svnmerge from
svn://svn.open-ils.org/ILS/trunk

........
  r11971 | scottmk | 2009-01-26 08:55:54 -0500 (Mon, 26 Jan 2009) | 10 lines

  1. Gave more descriptive names to a number of variables,
  sometimes introducing additional names instead of reusing
  existing names for multiple unrelated purposes.

  2. Rewrote some of the permacrud-related code to
  improve clarity.

  3. Tweaked some debugging messages so that we wouldn't
  try to format them with NULL pointers.
........
  r11972 | erickson | 2009-01-26 12:10:10 -0500 (Mon, 26 Jan 2009) | 1 line

  enable direct use of xact_begin/rollback/commit for managing transactions.  change xact_start to xact_begin for consistency
........
  r11973 | erickson | 2009-01-26 12:20:39 -0500 (Mon, 26 Jan 2009) | 1 line

  added savepoint support
........
  r11974 | erickson | 2009-01-26 13:50:59 -0500 (Mon, 26 Jan 2009) | 1 line

  added support for returning the metarecord holds in open-ils.circ.holds.retrieve_all_from_title
........
  r11975 | erickson | 2009-01-26 14:04:51 -0500 (Mon, 26 Jan 2009) | 1 line

  we've seen sip clients in the field that do not handle unicode very well.  until we track down the problem, strip the 'wide characters' from the title string
........
  r11978 | phasefx | 2009-01-26 14:47:30 -0500 (Mon, 26 Jan 2009) | 1 line

  accomodate metarecord holds from open-ils.circ.holds.retrieve_all_from_title.  Thanks Bill!
........
  r11980 | dbs | 2009-01-26 15:01:05 -0500 (Mon, 26 Jan 2009) | 5 lines

  Forward port r11979 from rel_1_4:
  Use local log files rather than syslog by default.
  Set default loglevel to 3 (Info) to avoid filling disk space of unsuspecting users.
  Use LOCALSTATEDIR to enable configure to set location of local log files.
........
  r11982 | erickson | 2009-01-26 15:43:27 -0500 (Mon, 26 Jan 2009) | 1 line

  added a streaming, batch mvr retrieval method
........
  r11984 | scottmk | 2009-01-26 15:56:33 -0500 (Mon, 26 Jan 2009) | 14 lines

  Eliminated all calls to oilsIDLFindPath() in this file.

  This change eliminates the overhead of parsing path
  strings, including the malloc and free that such
  parsing entails.

  In addition: in most cases we had been calling
  oilsIDLFindPath() twice, once to verify that the class
  existed, and again to find whatever piece of it we
  wanted.  This duplication of effort is now gone.
  -This line, and those below, will be ignored--

  M    Open-ILS/src/c-apps/oils_idl-core.c
........

git-svn-id: svn://svn.open-ils.org/ILS/branches/staff-client-experiment@11986 dcc99617-32d9-48b4-a31d-7c20da2025e4
Open-ILS/examples/opensrf_core.xml.example
Open-ILS/src/c-apps/oils_idl-core.c
Open-ILS/src/perlmods/OpenILS/Application/Circ/Holds.pm
Open-ILS/src/perlmods/OpenILS/Application/Search/Biblio.pm
Open-ILS/src/perlmods/OpenILS/SIP/Item.pm
Open-ILS/src/perlmods/OpenILS/Utils/CStoreEditor.pm
Open-ILS/xul/staff_client/server/patron/holds.js