]> git.evergreen-ils.org Git - Evergreen.git/log
Evergreen.git
15 years agointeresting, an accesskey firing off two widgets at once? prevent alt+o, alt+c, alt... staff-client-experiment
phasefx [Thu, 19 Feb 2009 18:48:56 +0000 (18:48 +0000)]
interesting, an accesskey firing off two widgets at once? prevent alt+o, alt+c, alt+o from loading Info display

git-svn-id: svn://svn.open-ils.org/ILS/branches/staff-client-experiment@12238 dcc99617-32d9-48b4-a31d-7c20da2025e4

15 years agolet the reset activity summary action also reset the state.. javascript errors can...
phasefx [Thu, 19 Feb 2009 18:36:00 +0000 (18:36 +0000)]
let the reset activity summary action also reset the state.. javascript errors can disrupt our tracking of network requests versus responses

git-svn-id: svn://svn.open-ils.org/ILS/branches/staff-client-experiment@12237 dcc99617-32d9-48b4-a31d-7c20da2025e4

15 years agoembed catalog in patron display for Place Hold action
phasefx [Thu, 19 Feb 2009 18:23:57 +0000 (18:23 +0000)]
embed catalog in patron display for Place Hold action

git-svn-id: svn://svn.open-ils.org/ILS/branches/staff-client-experiment@12236 dcc99617-32d9-48b4-a31d-7c20da2025e4

15 years agonav button styling and auto-popup the menu button
phasefx [Thu, 19 Feb 2009 17:51:49 +0000 (17:51 +0000)]
nav button styling and auto-popup the menu button

git-svn-id: svn://svn.open-ils.org/ILS/branches/staff-client-experiment@12235 dcc99617-32d9-48b4-a31d-7c20da2025e4

15 years agooption to re-display the "stop sign" page
phasefx [Thu, 19 Feb 2009 06:56:08 +0000 (06:56 +0000)]
option to re-display the "stop sign" page

git-svn-id: svn://svn.open-ils.org/ILS/branches/staff-client-experiment@12231 dcc99617-32d9-48b4-a31d-7c20da2025e4

15 years agoreproduce some summary information directly under pertinent patron nav buttons. ...
phasefx [Thu, 19 Feb 2009 06:37:48 +0000 (06:37 +0000)]
reproduce some summary information directly under pertinent patron nav buttons.  Move the Actions menu into the spot where Info used to live as a menu button

git-svn-id: svn://svn.open-ils.org/ILS/branches/staff-client-experiment@12230 dcc99617-32d9-48b4-a31d-7c20da2025e4

15 years agosplitter stickiness isn't working right, so remove persist and tweak flex for now...
phasefx [Thu, 19 Feb 2009 06:03:09 +0000 (06:03 +0000)]
splitter stickiness isn't working right, so remove persist and tweak flex for now.  More horizontal format on Circ Info in horiz patron sidebar

git-svn-id: svn://svn.open-ils.org/ILS/branches/staff-client-experiment@12229 dcc99617-32d9-48b4-a31d-7c20da2025e4

15 years agoMerged revisions 12025,12028,12035,12037-12050,12053-12057,12060-12065,12067-12072...
phasefx [Thu, 19 Feb 2009 05:39:53 +0000 (05:39 +0000)]
Merged revisions 12025,12028,12035,12037-12050,12053-12057,12060-12065,12067-12072,12074,12077-12100,12103-12114,12117-12125,12127,12131-12134,12137-12147,12149-12154,12156-12162,12164-12174,12177-12187,12189-12197,12200-12211,12213-12218,12223,12227 via svnmerge from
svn://svn.open-ils.org/ILS/trunk

........
  r12025 | miker | 2009-01-31 17:04:33 -0500 (Sat, 31 Jan 2009) | 1 line

  non-grouped event firing, event locating and grouping
........
  r12028 | miker | 2009-01-31 23:42:59 -0500 (Sat, 31 Jan 2009) | 1 line

  adding event group support
........
  r12035 | scottmk | 2009-02-01 14:03:30 -0500 (Sun, 01 Feb 2009) | 8 lines

  Rearranged a bit for clarity.

  1. In doRetrieve: don't declare obj until we're ready to build it.

  2. In doFieldmapperSearch(): reversed an "if" test to clarify what's
  an early return and what's mainline logic.  Also: don't declare or
  create res_list until we know we're going to return it.
........
  r12037 | scottmk | 2009-02-01 16:26:36 -0500 (Sun, 01 Feb 2009) | 3 lines

  Replaced all occurrences of the macro OSRF_METHOD_VERIFY_CONTEXT
  with equivalent calls to the function osrfMethodVerifyContext().
........
  r12038 | miker | 2009-02-01 16:34:34 -0500 (Sun, 01 Feb 2009) | 1 line

  need the full hook, not just idlist
........
  r12039 | miker | 2009-02-01 16:35:44 -0500 (Sun, 01 Feb 2009) | 1 line

  keys is more efficient than map, since we already have the id list as the hash keys
........
  r12040 | dbs | 2009-02-02 01:53:55 -0500 (Mon, 02 Feb 2009) | 7 lines

  Add 98 Nepali MARC records to the test datasets

  On a stock OpenSRF 1.0.3 / Evergreen 1.4.0.1 machine, only 20 of these
  records are successfully added using the standard marc2bre / direct_ingest /
  pg_loader toolchain. Looks like errors decoding JSON containing exotic
  characters; also some strange fingerprints.
........
  r12041 | dbs | 2009-02-02 02:02:04 -0500 (Mon, 02 Feb 2009) | 2 lines

  It's important to mark this as application/octet-stream
........
  r12042 | dbs | 2009-02-02 15:12:10 -0500 (Mon, 02 Feb 2009) | 2 lines

  This kind of typo might cause headaches
........
  r12043 | erickson | 2009-02-03 11:26:58 -0500 (Tue, 03 Feb 2009) | 1 line

  added a cascading survey delete operation.
........
  r12044 | dbs | 2009-02-03 11:42:14 -0500 (Tue, 03 Feb 2009) | 1 line

  Initial attempt to add acquisitions to default configuration
........
  r12045 | erickson | 2009-02-03 12:33:51 -0500 (Tue, 03 Feb 2009) | 1 line

  fixed streaming vs. non-streaming logic error in currency_type retrieve.   took opportunity to port to pcrud
........
  r12046 | scottmk | 2009-02-03 12:53:48 -0500 (Tue, 03 Feb 2009) | 5 lines

  Added a couple of sanity checks to SELECT().  Return NULL if
  (1) the input jsonObject for the join tree is neither a hash,
  nor an array, nor a string; or (2) it's a hash with more than
  one element.
........
  r12047 | dbs | 2009-02-03 13:12:43 -0500 (Tue, 03 Feb 2009) | 1 line

  Make pcrud a publicly available service, just like permacrud
........
  r12048 | erickson | 2009-02-03 14:24:16 -0500 (Tue, 03 Feb 2009) | 1 line

  added pcrud entries for exchange_rate
........
  r12049 | dbs | 2009-02-03 15:49:54 -0500 (Tue, 03 Feb 2009) | 3 lines

  Dojo wants locales passed to it in xx-yy format, not xx-YY.
  Closes #39.
........
  r12050 | dbs | 2009-02-03 15:54:03 -0500 (Tue, 03 Feb 2009) | 3 lines

  Dojo wants locales in xx-yy format, not xx-YY.
  Avoids #39 + 1.
........
  r12053 | scottmk | 2009-02-03 17:44:48 -0500 (Tue, 03 Feb 2009) | 13 lines

  Minor tweaks to the SELECT function:

  1. Narrowed the scope of the idlClass variable.

  2. Made cname const,

  3. In the loop for building the column list: eliminated an IDL lookup
  for the class name, because we already have it.  The IDL stores it
  redundantly in two different places, and we don't need to find both.

  4. Renamed __column and __alias to _column and _alias.  Identifiers
  beginning with two underscores are reserved.
........
  r12054 | scottmk | 2009-02-03 20:43:25 -0500 (Tue, 03 Feb 2009) | 7 lines

  This update tweaks the SELECT function, at the point commented
  "make sure the target relation is in the join tree".

  The new logic should be equivalent to the old, except that
  the old code potentially invokes undefined behavior by
  reading through a null pointer.
........
  r12055 | dbs | 2009-02-03 23:37:46 -0500 (Tue, 03 Feb 2009) | 2 lines

  And now make old-school gateway requests behave in the OPAC.
........
  r12056 | erickson | 2009-02-03 23:46:55 -0500 (Tue, 03 Feb 2009) | 1 line

  allow caller to pass additional onpostapply and oncancel handlers
........
  r12057 | erickson | 2009-02-03 23:47:38 -0500 (Tue, 03 Feb 2009) | 1 line

  better handle case where grid structure may exist but just have no columns yet defined
........
  r12060 | erickson | 2009-02-03 23:49:23 -0500 (Tue, 03 Feb 2009) | 1 line

  added some rough exchange rate editing code using auto widgets.  essentially functions, but more later
........
  r12061 | erickson | 2009-02-04 10:41:15 -0500 (Wed, 04 Feb 2009) | 1 line

  added pending column to represent pending approval from staff.
........
  r12062 | erickson | 2009-02-04 11:12:52 -0500 (Wed, 04 Feb 2009) | 1 line

  added pcrud as controller for asva
........
  r12063 | erickson | 2009-02-04 11:43:03 -0500 (Wed, 04 Feb 2009) | 1 line

  auto-grid now has the ability to pop up an edit dialog for the given fieldmapper object
........
  r12064 | scottmk | 2009-02-04 11:48:49 -0500 (Wed, 04 Feb 2009) | 4 lines

  In SELECT(): simplify and clarify the logic for building a default
  select list.  Also, for a minor performance boost: don't look up the
  core fields unless we're actually going to use them.
........
  r12065 | erickson | 2009-02-04 13:41:44 -0500 (Wed, 04 Feb 2009) | 1 line

  use built-in edit dialog
........
  r12067 | erickson | 2009-02-04 16:27:44 -0500 (Wed, 04 Feb 2009) | 1 line

  rely on the stored grid data to reconstitute a fm object for building the edit dialog
........
  r12068 | erickson | 2009-02-04 16:28:53 -0500 (Wed, 04 Feb 2009) | 1 line

  fixed bug where subsequent dialogs were appending to the the class-level fieldList array.  can now hit Enter to save instead of having to click Save
........
  r12069 | scottmk | 2009-02-04 16:49:06 -0500 (Wed, 04 Feb 2009) | 7 lines

  In SELECT(): further rewrote, and festooned with comments, the code
  that verifies that every column in the SELECT clause comes from a
  class in the FROM clause.

  Also, for readability: reversed an "if" test that treats functions
  differently from classes.
........
  r12070 | erickson | 2009-02-04 17:50:23 -0500 (Wed, 04 Feb 2009) | 1 line

  when using the popup dialog, overide the default focus handling.  this is still experimental
........
  r12071 | erickson | 2009-02-04 17:51:11 -0500 (Wed, 04 Feb 2009) | 1 line

  no need to import 2 grid css's, nor the private _grid css
........
  r12072 | erickson | 2009-02-04 23:36:08 -0500 (Wed, 04 Feb 2009) | 1 line

  selected-ness follow mouse and key navigation in a uniform fashion.
........
  r12074 | erickson | 2009-02-04 23:48:35 -0500 (Wed, 04 Feb 2009) | 1 line

  cleaned up to match latest autogrid
........
  r12077 | erickson | 2009-02-05 09:36:42 -0500 (Thu, 05 Feb 2009) | 1 line

  added option to launch creation dialog from auto grid.  passing final pcrud response to onPostSubmit handler
........
  r12078 | erickson | 2009-02-05 11:03:25 -0500 (Thu, 05 Feb 2009) | 1 line

  give dojo a td and it will replace it with the dijit node, so give dojo a sub-node to clobber instead
........
  r12079 | erickson | 2009-02-05 11:04:36 -0500 (Thu, 05 Feb 2009) | 1 line

  start of single label + action bar to sit above the grid
........
  r12080 | erickson | 2009-02-05 11:21:43 -0500 (Thu, 05 Feb 2009) | 1 line

  allow for definition of default cell width.  (can still be overridden by defining cell widths in the grid)
........
  r12081 | scottmk | 2009-02-05 11:35:44 -0500 (Thu, 05 Feb 2009) | 18 lines

  Various tweaks, mainly to the SELECT function.

  1. Moved some IDL lookups out of a loop where their results were loop invariants.

  2. Narrowed the scope of _alias.

  3. Eliminated some calls to jsonObjectToSimpleString() and strdup(), along with
  the associated mallocs and frees.

  4. Eliminated a couple of needlessly repeated calls to jsonObjectGetKey() by
  caching the results of the first ones.

  5. Uncommented a couple of commented-out calls to jsonIteratorFree(), because
  I don't see anything wrong with them.

  6. Moved another commented-out call back into a scope where it would compile
  if uncommented (but left it commented out for now).
........
  r12082 | erickson | 2009-02-05 12:52:24 -0500 (Thu, 05 Feb 2009) | 1 line

  more style tidying
........
  r12083 | erickson | 2009-02-05 12:53:05 -0500 (Thu, 05 Feb 2009) | 1 line

  consistent focus handling after user clicks cancel/save in edit dialog.  still funky when same actions are done from the create dialog
........
  r12084 | phasefx | 2009-02-05 13:25:39 -0500 (Thu, 05 Feb 2009) | 1 line

  output the deleted flag from the bre
........
  r12085 | erickson | 2009-02-05 17:00:41 -0500 (Thu, 05 Feb 2009) | 1 line

  added selector attr to currency type
........
  r12086 | erickson | 2009-02-05 18:10:29 -0500 (Thu, 05 Feb 2009) | 1 line

  repaired old pylons-ism with TT context locale.  note, the locale will need some cleaning-up in EGWeb.pm to be wholly functional
........
  r12087 | erickson | 2009-02-05 19:08:37 -0500 (Thu, 05 Feb 2009) | 1 line

  added support for auto-building select options from has_a links, using the selector attribute when defined.  mostly functional, needs some tweaking
........
  r12088 | miker | 2009-02-05 21:07:42 -0500 (Thu, 05 Feb 2009) | 1 line

  adding hold-cancel cause and note table and fields; teaching hold targeter how to use the cancel_cause field
........
  r12089 | scottmk | 2009-02-06 04:32:44 -0500 (Fri, 06 Feb 2009) | 11 lines

  Miscellaneous tweaks:

  1. In searchFieldTransform(): simplified the way we append subcolumns, to
  reduce the churning of memory.

  2. I found it confusing that we were using _column for two different
  (though similar) things.  So I split it into two separate variables in two
  separate scopes: col_name and _column.

  3. Don't bother looking up "i18n" if it's disabled anyway.
........
  r12090 | miker | 2009-02-06 09:28:30 -0500 (Fri, 06 Feb 2009) | 1 line

  add patron-opac cause, and comments about IDs
........
  r12091 | miker | 2009-02-06 10:05:41 -0500 (Fri, 06 Feb 2009) | 1 line

  teaching everyone how to note the pkey delete restriction policy for specific classes
........
  r12092 | miker | 2009-02-06 10:24:02 -0500 (Fri, 06 Feb 2009) | 1 line

  /actually/ pin the ids, and set the sequence appropriately
........
  r12093 | erickson | 2009-02-06 10:42:12 -0500 (Fri, 06 Feb 2009) | 1 line

  fixed problem with async widget building and saving (by using my own code as it was meant to be used)
........
  r12094 | erickson | 2009-02-06 10:52:21 -0500 (Fri, 06 Feb 2009) | 1 line

  added support for passing in cancellation cause and note
........
  r12095 | erickson | 2009-02-06 10:55:06 -0500 (Fri, 06 Feb 2009) | 1 line

  passing hold cancellation reason from opac-cancelled holds
........
  r12096 | erickson | 2009-02-06 11:15:14 -0500 (Fri, 06 Feb 2009) | 1 line

  added support for displaying the last X cancelled holds, most recently cancelled holds first
........
  r12097 | erickson | 2009-02-06 12:52:57 -0500 (Fri, 06 Feb 2009) | 1 line

  new method for un-canceling holds.  request_time and expire_time are reset if appropriate org-unit-setting is enabled
........
  r12098 | miker | 2009-02-06 12:58:04 -0500 (Fri, 06 Feb 2009) | 1 line

  use method_lookup instead of direct call ($self is not what you think...)
........
  r12099 | erickson | 2009-02-06 17:11:32 -0500 (Fri, 06 Feb 2009) | 1 line

  don't attempt to retrieve the linked selector objects if the data is not retrievable via pcrud
........
  r12100 | dbs | 2009-02-07 14:01:44 -0500 (Sat, 07 Feb 2009) | 1 line

  Make all FKs deferrable again
........
  r12103 | scottmk | 2009-02-07 19:28:13 -0500 (Sat, 07 Feb 2009) | 16 lines

  More tweaks, mostly to SELECT():

  1. When building the select list, insert a separator comma in one
  place instead of duplicating the code.

  2. Narrowed the scope of fname.

  3. Created a new transform_str variable instead of reusing _column
  for a different purpose.

  4. Juggled _column and _alias a bit so as to eliminate a strdup()
  and a free().

  5.In searchFieldTransform(): plugged a memory leak in the event of
  an error return.
........
  r12104 | miker | 2009-02-07 21:12:31 -0500 (Sat, 07 Feb 2009) | 1 line

  adding note tables for all bucket and item tables; adding pos field for optional ordering of items within a bucket
........
  r12105 | miker | 2009-02-07 21:33:03 -0500 (Sat, 07 Feb 2009) | 1 line

  adding IDL for note tables for all bucket and item tables; adding IDL for pos field for optional ordering of items within a bucket
........
  r12106 | miker | 2009-02-07 21:37:56 -0500 (Sat, 07 Feb 2009) | 1 line

  add a record bucket type for reading lists
........
  r12107 | erickson | 2009-02-08 09:43:43 -0500 (Sun, 08 Feb 2009) | 1 line

  more provider data.  address, contact, and contact address
........
  r12108 | erickson | 2009-02-08 09:59:49 -0500 (Sun, 08 Feb 2009) | 1 line

  no need to publish provider contacts in reporter-store
........
  r12109 | erickson | 2009-02-08 11:05:20 -0500 (Sun, 08 Feb 2009) | 1 line

  autogrid can now fetch and load all data of a given class
........
  r12110 | erickson | 2009-02-08 11:06:36 -0500 (Sun, 08 Feb 2009) | 1 line

  use new built-in autogrid fetch & load
........
  r12111 | erickson | 2009-02-08 20:05:05 -0500 (Sun, 08 Feb 2009) | 1 line

  init datalist at startup so each successive instance isn't appending to the same array
........
  r12112 | miker | 2009-02-08 22:34:12 -0500 (Sun, 08 Feb 2009) | 1 line

  IE does not yet support Array.forEach ... so we fake it with dojo
........
  r12113 | miker | 2009-02-08 22:34:48 -0500 (Sun, 08 Feb 2009) | 1 line

  replace the (very slow) view with the materialized version
........
  r12114 | erickson | 2009-02-09 09:12:41 -0500 (Mon, 09 Feb 2009) | 1 line

  function to wrap up a xact-base storage request in 1 call
........
  r12117 | erickson | 2009-02-09 12:56:19 -0500 (Mon, 09 Feb 2009) | 1 line

  teach the IDL about the existence of pkey sequences
........
  r12118 | erickson | 2009-02-09 12:56:49 -0500 (Mon, 09 Feb 2009) | 1 line

  not sure why views[1] was working before, but it's not now
........
  r12119 | erickson | 2009-02-09 13:09:43 -0500 (Mon, 09 Feb 2009) | 1 line

  removed some unnecessary console logs
........
  r12120 | erickson | 2009-02-09 13:47:25 -0500 (Mon, 09 Feb 2009) | 1 line

  can now specify post update and create handlers.  wrap re-focus in try
........
  r12121 | erickson | 2009-02-09 13:51:24 -0500 (Mon, 09 Feb 2009) | 1 line

  moved currency type config into conify, using autogrid
........
  r12122 | erickson | 2009-02-09 16:53:48 -0500 (Mon, 09 Feb 2009) | 1 line

  created read-only version of a single widget and edit pane
........
  r12123 | erickson | 2009-02-09 16:54:27 -0500 (Mon, 09 Feb 2009) | 1 line

  by default, don't show sequence columns, which will usually be 'id' columns.  configurable
........
  r12124 | djfiander | 2009-02-09 21:52:54 -0500 (Mon, 09 Feb 2009) | 1 line

  A bunch of untested code to support serials predictions
........
  r12125 | scottmk | 2009-02-09 22:46:33 -0500 (Mon, 09 Feb 2009) | 15 lines

  Miscellaneous tweaks:

  1. Simplified the logic in searchValueTransform().

  2. In a debug message: changed format specification to %p for pointer
  values, instead of %d.  Using %d will garble the output if ints and
  pointers don't have the same size (and they don't on my laptop).

  3. Corrected a typo in another message. The word "non-existant"
  is non-existent.

  4. For clarity: in several places, reversed the logic of some
  if/elses so that we test for a positive condition instead of
  a negative condition.
........
  r12127 | erickson | 2009-02-10 12:05:53 -0500 (Tue, 10 Feb 2009) | 1 line

  sort bucket items by 'pos' field
........
  r12131 | erickson | 2009-02-10 13:17:32 -0500 (Tue, 10 Feb 2009) | 1 line

  forward port craftsman skin : svn merge -r12127:12130 svn://svn.open-ils.org/ILS/branches/rel_1_4
........
  r12132 | erickson | 2009-02-10 14:06:53 -0500 (Tue, 10 Feb 2009) | 1 line

  flesh item notes on retrieval.  refactor retrieval to use cstoreditor
........
  r12133 | erickson | 2009-02-10 14:08:51 -0500 (Tue, 10 Feb 2009) | 1 line

  added bucket item notes virtual fields
........
  r12134 | dbs | 2009-02-10 14:16:33 -0500 (Tue, 10 Feb 2009) | 2 lines

  Get the real org_unit_type depth from aout
........
  r12137 | erickson | 2009-02-10 14:41:10 -0500 (Tue, 10 Feb 2009) | 1 line

  handle item notes on cascade delete.  created item note CUD method.  more cstoreditor-ification
........
  r12138 | erickson | 2009-02-10 15:46:08 -0500 (Tue, 10 Feb 2009) | 1 line

  handle case where an address is pending but replaces no other address
........
  r12139 | erickson | 2009-02-10 15:46:31 -0500 (Tue, 10 Feb 2009) | 1 line

  entry for usr address pending flag
........
  r12140 | erickson | 2009-02-10 15:46:58 -0500 (Tue, 10 Feb 2009) | 1 line

  set pending true on altered addresses
........
  r12141 | erickson | 2009-02-10 15:49:11 -0500 (Tue, 10 Feb 2009) | 1 line

  return addr id for consistency
........
  r12142 | erickson | 2009-02-10 15:51:55 -0500 (Tue, 10 Feb 2009) | 1 line

  allow approval of pending address, even if it does not replace any other address
........
  r12143 | erickson | 2009-02-10 16:24:39 -0500 (Tue, 10 Feb 2009) | 1 line

  take advantage of the new billable_transaction_summary table.  also, force caller to make_mbts to pass an editor in
........
  r12144 | erickson | 2009-02-10 17:44:51 -0500 (Tue, 10 Feb 2009) | 1 line

  initial support for adding entries to a patron's items-checked-out list
........
  r12145 | scottmk | 2009-02-10 23:12:08 -0500 (Tue, 10 Feb 2009) | 9 lines

  1. Applied a uniform standard to determine whether a string represents
  true or false.  A few remaining spots are unchanged for now because
  they are dubious on other grounds.

  2. In one spot: replaced jsonParseString("true") with jsonNewBoolObject( 1 ).

  3. In oilsMakeFieldmapperFromResult(): broke up a confusing "if" test
  into two simpler ones.
........
  r12146 | dbs | 2009-02-10 23:15:19 -0500 (Tue, 10 Feb 2009) | 2 lines

  Doh! slight HTML problem
........
  r12147 | erickson | 2009-02-10 23:33:16 -0500 (Tue, 10 Feb 2009) | 1 line

  plugged in checkout history bucket population to checkout process
........
  r12149 | miker | 2009-02-11 12:02:19 -0500 (Wed, 11 Feb 2009) | 1 line

  fix off-by-one on function literal construction (for function-in-from and literal value transforms); use the function name as the from clause alias, avoiding "(null)" as the alias
........
  r12150 | scottmk | 2009-02-11 13:55:11 -0500 (Wed, 11 Feb 2009) | 7 lines

  1. Corrected the enforcement of the readonly attribute for classes.
  It was backwards, but harmlessly so because the enforcement is
  redundant.

  2. Reversed the default for the "virtual" attribute of a field.
  Formerly it defaulted to true; now it defaults to false.
........
  r12151 | erickson | 2009-02-11 15:43:00 -0500 (Wed, 11 Feb 2009) | 1 line

  use copy buckets instead (for precats) and verify the copy bucket mechanism is globally configured
........
  r12152 | erickson | 2009-02-11 16:18:28 -0500 (Wed, 11 Feb 2009) | 1 line

  fixed broken array ref handling
........
  r12153 | miker | 2009-02-11 16:31:05 -0500 (Wed, 11 Feb 2009) | 1 line

  add idl field documenation table and accompanying IDL entry ... crazy recursive docs
........
  r12154 | miker | 2009-02-11 16:33:10 -0500 (Wed, 11 Feb 2009) | 1 line

  no, we want that, really
........
  r12156 | miker | 2009-02-12 01:31:32 -0500 (Thu, 12 Feb 2009) | 1 line

  adding IN subquery support
........
  r12157 | erickson | 2009-02-12 11:33:20 -0500 (Thu, 12 Feb 2009) | 1 line

  fixed wiget value accessor/mutator which resulted in values with embedded wiget objects (resulting in infinite recursion in js2JSON)
........
  r12158 | erickson | 2009-02-12 12:01:20 -0500 (Thu, 12 Feb 2009) | 1 line

  new provider ui, based on autogrid and moved into conify (editing static data).  leaving other in place until all functionality is ported over
........
  r12159 | erickson | 2009-02-12 12:01:53 -0500 (Thu, 12 Feb 2009) | 1 line

  slight reformatting for readability
........
  r12160 | erickson | 2009-02-12 12:25:40 -0500 (Thu, 12 Feb 2009) | 1 line

  added pcrud entries for trigger event def and hook
........
  r12161 | dbs | 2009-02-12 12:27:04 -0500 (Thu, 12 Feb 2009) | 2 lines

  Revert r12071 until we port jubgrid.js over to the Dojo 1.2 DataGrid
........
  r12162 | scottmk | 2009-02-12 14:25:37 -0500 (Thu, 12 Feb 2009) | 2 lines

  Pass down an osrfMethodContext* where we need one.
........
  r12164 | dbs | 2009-02-12 15:15:35 -0500 (Thu, 12 Feb 2009) | 2 lines

  Further testing suggests that dojox/resources/Grid.css is not needed, and in fact causes problems
........
  r12165 | erickson | 2009-02-12 17:12:54 -0500 (Thu, 12 Feb 2009) | 1 line

  pcrud entries for action_trigger validator and reactor
........
  r12166 | erickson | 2009-02-12 17:22:22 -0500 (Thu, 12 Feb 2009) | 1 line

  repaired fkey column names
........
  r12167 | erickson | 2009-02-12 17:37:01 -0500 (Thu, 12 Feb 2009) | 1 line

  no need for a store if there is no tree data (don't attempt to access dataList[0])
........
  r12168 | dbs | 2009-02-13 00:15:26 -0500 (Fri, 13 Feb 2009) | 2 lines

  Add VIEW_BILLING_TYPE permission to Staff
........
  r12169 | erickson | 2009-02-13 09:19:03 -0500 (Fri, 13 Feb 2009) | 1 line

  pcrud for action_trigger.cleanup
........
  r12170 | erickson | 2009-02-13 11:14:40 -0500 (Fri, 13 Feb 2009) | 1 line

  func comments, treat "" as null
........
  r12171 | erickson | 2009-02-13 11:15:14 -0500 (Fri, 13 Feb 2009) | 1 line

  don't display auto-generated fields in create dialog
........
  r12172 | erickson | 2009-02-13 11:15:58 -0500 (Fri, 13 Feb 2009) | 1 line

  when no field order is defined but fields existin in the markup, start there with the order
........
  r12173 | erickson | 2009-02-13 11:17:21 -0500 (Fri, 13 Feb 2009) | 1 line

  UI for managing trigger event_defs, hooks, reactors, and validators -- all auto-generated at this point, but will need some additions
........
  r12174 | dbs | 2009-02-13 12:03:05 -0500 (Fri, 13 Feb 2009) | 3 lines

  Give the Administrator user an explicit work_ou of 1 (Consortium)
  Fixes calls to open-ils.actor.user.work_perm.highest_org_set.batch and friends that returned NULL for Administrator user
........
  r12177 | erickson | 2009-02-13 14:58:24 -0500 (Fri, 13 Feb 2009) | 1 line

  fixed fkey col name
........
  r12178 | erickson | 2009-02-13 15:08:30 -0500 (Fri, 13 Feb 2009) | 1 line

  fixed org unit data type
........
  r12179 | erickson | 2009-02-13 17:10:08 -0500 (Fri, 13 Feb 2009) | 1 line

  can now override any given auto-widget with a locally defined widget
........
  r12180 | erickson | 2009-02-13 17:21:34 -0500 (Fri, 13 Feb 2009) | 1 line

  UI for manging idl_field_doc entries
........
  r12181 | miker | 2009-02-13 20:11:31 -0500 (Fri, 13 Feb 2009) | 1 line

  cannot use "classname", we have reserved that in the js, and perl uses class_name. so, we will use fm_class
........
  r12182 | erickson | 2009-02-14 12:28:50 -0500 (Sat, 14 Feb 2009) | 1 line

  updated to match new fm_class field name
........
  r12183 | scottmk | 2009-02-14 21:40:40 -0500 (Sat, 14 Feb 2009) | 6 lines

  1. in searchJOIN(): fixed a bug in a couple of loops that search for
  links in the IDL.  We were incrementing the index twice in each
  iteration, and thereby examining only ever other entry.

  2. Constified a couple of character pointers.
........
  r12184 | erickson | 2009-02-15 11:39:19 -0500 (Sun, 15 Feb 2009) | 1 line

  don't apply on-enter-equals-submit handler, cuz enter is conventiently used in various widgets to select values
........
  r12185 | erickson | 2009-02-15 11:41:22 -0500 (Sun, 15 Feb 2009) | 1 line

  added store reset func
........
  r12186 | erickson | 2009-02-15 11:58:57 -0500 (Sun, 15 Feb 2009) | 1 line

  linked in some more UI's
........
  r12187 | dbs | 2009-02-15 13:53:56 -0500 (Sun, 15 Feb 2009) | 2 lines

  Cast LOWER arguments explicitly to text to deal with LOWER(id) - throws an exception on PostgreSQL 8.3
........
  r12189 | phasefx | 2009-02-15 17:30:44 -0500 (Sun, 15 Feb 2009) | 1 line

  grammar-o.  Thanks Trinculo!
........
  r12190 | dbs | 2009-02-15 21:14:28 -0500 (Sun, 15 Feb 2009) | 1 line

  Enable local administrators to run / view / share reports by default
........
  r12191 | erickson | 2009-02-16 13:55:09 -0500 (Mon, 16 Feb 2009) | 1 line

  in addition to the field list, provide a name-based hash for faster/simpler runtime lookup
........
  r12192 | erickson | 2009-02-16 16:55:52 -0500 (Mon, 16 Feb 2009) | 1 line

  plugged in perm group tree builder
........
  r12193 | erickson | 2009-02-16 17:00:06 -0500 (Mon, 16 Feb 2009) | 1 line

  experimental flattened/idl-aware user editor that takes advantage of auto-widgets and field-docs (i.e. context help)
........
  r12194 | erickson | 2009-02-16 21:30:46 -0500 (Mon, 16 Feb 2009) | 1 line

  initial plugin of staff-cats
........
  r12195 | erickson | 2009-02-16 22:34:13 -0500 (Mon, 16 Feb 2009) | 1 line

  stat cat entries plugged in
........
  r12196 | erickson | 2009-02-16 23:10:06 -0500 (Mon, 16 Feb 2009) | 1 line

  plugged in surveys
........
  r12197 | dbs | 2009-02-16 23:59:13 -0500 (Mon, 16 Feb 2009) | 1 line

  en-US is better than no MARC editor tooltips at all; but we really need to HEAD the requested locale
........
  r12200 | scottmk | 2009-02-17 09:03:35 -0500 (Tue, 17 Feb 2009) | 10 lines

  Opened a window into the innards of oils_cstore.c.

  1. Gave external linkage to the SELECT function.

  2. Added a new test_json_query.c, which calls the newly extern
  SELECT() to translate a JSON query into SQL.  To be used for
  testing, debugging, and troubleshooting.  Note that this
  utility calls SELECT() by normal linkage, not by dynamic
  loading.
........
  r12201 | erickson | 2009-02-17 09:20:07 -0500 (Tue, 17 Feb 2009) | 1 line

  use colspan 0 to span the table length
........
  r12202 | erickson | 2009-02-17 10:40:53 -0500 (Tue, 17 Feb 2009) | 1 line

  pcrud entries for ident_type
........
  r12203 | erickson | 2009-02-17 11:12:46 -0500 (Tue, 17 Feb 2009) | 1 line

  plugged in saving of new users
........
  r12204 | dbs | 2009-02-17 11:42:10 -0500 (Tue, 17 Feb 2009) | 2 lines

  Let's build test_json_query as part of autotools
........
  r12205 | erickson | 2009-02-17 13:06:13 -0500 (Tue, 17 Feb 2009) | 1 line

  repaired org setting calls.  added static version so no org-unit reference is required
........
  r12206 | erickson | 2009-02-17 13:06:36 -0500 (Tue, 17 Feb 2009) | 1 line

  added batch org setting method
........
  r12207 | erickson | 2009-02-17 13:06:57 -0500 (Tue, 17 Feb 2009) | 1 line

  explicitly load Util
........
  r12208 | erickson | 2009-02-17 17:49:37 -0500 (Tue, 17 Feb 2009) | 1 line

  added int/float widgets
........
  r12209 | erickson | 2009-02-17 17:50:41 -0500 (Tue, 17 Feb 2009) | 1 line

  plugged in new/delete addr handling
........
  r12210 | erickson | 2009-02-17 17:57:37 -0500 (Tue, 17 Feb 2009) | 1 line

  allow for the setting of the page title from the sub-template
........
  r12211 | scottmk | 2009-02-17 18:19:16 -0500 (Tue, 17 Feb 2009) | 3 lines

  In searchJOIN(): added a bit of sanity checking, to prevent
  segfaults induced by certain kinds of malformed JSOn queries.
........
  r12213 | erickson | 2009-02-17 23:48:34 -0500 (Tue, 17 Feb 2009) | 1 line

  dojo-based interval2seconds
........
  r12214 | erickson | 2009-02-17 23:49:20 -0500 (Tue, 17 Feb 2009) | 1 line

  added onchange to set expire date based on profile group selected
........
  r12215 | erickson | 2009-02-17 23:52:25 -0500 (Tue, 17 Feb 2009) | 1 line

  initial dojo-ified xul glue
........
  r12216 | dbs | 2009-02-17 23:55:26 -0500 (Tue, 17 Feb 2009) | 3 lines

  Avoid syntax errors due to mix of multi-valued INSERT clauses and single-valued INSERT clauses
  Avoid duplicate key error in that pesky permissions list
........
  r12217 | scottmk | 2009-02-18 02:51:39 -0500 (Wed, 18 Feb 2009) | 4 lines

  searchJOIN() was segfaulting when the FROM clause was of
  the form "from": { "xxx":"yyy" }.  Reason: we were
  freeing freeable_hash prematurely.  Fixed.
........
  r12218 | erickson | 2009-02-18 12:15:13 -0500 (Wed, 18 Feb 2009) | 1 line

  added onchange to copy new barcodes into usrname field
........
  r12223 | scottmk | 2009-02-18 16:25:48 -0500 (Wed, 18 Feb 2009) | 3 lines

  Correct an error in the link specification for class asv.
  (Class aou doesn't have a "survey" field.)
........
  r12227 | scottmk | 2009-02-18 21:12:46 -0500 (Wed, 18 Feb 2009) | 14 lines

  In searchJOIN: substantially rewrote the code for the condition where
  the JSON query specifies neither of the join columns.

  1. Corrected an apparent bug whereby we could join in only one
  direction, even when a join in the opposite direction was
  valid and equivalent.

  2. Rewrote the search loops for better performance.

  3. When testing for the success of the searches for join columns,
  success should mean that we have identified both columns.  Identifying
  just one isn't enough.
........

git-svn-id: svn://svn.open-ils.org/ILS/branches/staff-client-experiment@12228 dcc99617-32d9-48b4-a31d-7c20da2025e4

15 years agore-arranging of horizontal patron summary bar
phasefx [Thu, 19 Feb 2009 00:53:45 +0000 (00:53 +0000)]
re-arranging of horizontal patron summary bar

git-svn-id: svn://svn.open-ils.org/ILS/branches/staff-client-experiment@12226 dcc99617-32d9-48b4-a31d-7c20da2025e4

15 years agoremove a debugging aid
phasefx [Wed, 18 Feb 2009 22:25:31 +0000 (22:25 +0000)]
remove a debugging aid

git-svn-id: svn://svn.open-ils.org/ILS/branches/staff-client-experiment@12225 dcc99617-32d9-48b4-a31d-7c20da2025e4

15 years agore-arranging the horizantal patron display. Making DOB more easily hidable. Some...
phasefx [Wed, 18 Feb 2009 22:03:52 +0000 (22:03 +0000)]
re-arranging the horizantal patron display.  Making DOB more easily hidable.  Some I18N.  The xul persist mechanism doesn't appear to work with madeup attributes; probably need an org unit setting for that behavior

git-svn-id: svn://svn.open-ils.org/ILS/branches/staff-client-experiment@12224 dcc99617-32d9-48b4-a31d-7c20da2025e4

15 years agowhen a bool is not a bool
phasefx [Wed, 18 Feb 2009 19:58:52 +0000 (19:58 +0000)]
when a bool is not a bool

git-svn-id: svn://svn.open-ils.org/ILS/branches/staff-client-experiment@12222 dcc99617-32d9-48b4-a31d-7c20da2025e4

15 years agowhen a bool is not a bool
phasefx [Wed, 18 Feb 2009 19:55:31 +0000 (19:55 +0000)]
when a bool is not a bool

git-svn-id: svn://svn.open-ils.org/ILS/branches/staff-client-experiment@12221 dcc99617-32d9-48b4-a31d-7c20da2025e4

15 years agoaesthetics.. put Vandelay next to the other marc import/creation options
phasefx [Wed, 18 Feb 2009 19:44:58 +0000 (19:44 +0000)]
aesthetics.. put Vandelay next to the other marc import/creation options

git-svn-id: svn://svn.open-ils.org/ILS/branches/staff-client-experiment@12220 dcc99617-32d9-48b4-a31d-7c20da2025e4

15 years agoI broke the New Window button on the login screen when moving the menu system to...
phasefx [Wed, 18 Feb 2009 03:22:34 +0000 (03:22 +0000)]
I broke the New Window button on the login screen when moving the menu system to remote xul.  This should fix it

git-svn-id: svn://svn.open-ils.org/ILS/branches/staff-client-experiment@12212 dcc99617-32d9-48b4-a31d-7c20da2025e4

15 years agotracemonkey
phasefx [Sun, 15 Feb 2009 21:32:17 +0000 (21:32 +0000)]
tracemonkey

git-svn-id: svn://svn.open-ils.org/ILS/branches/staff-client-experiment@12188 dcc99617-32d9-48b4-a31d-7c20da2025e4

15 years agotar up the staff client build/ for easy relocation
phasefx [Thu, 12 Feb 2009 19:56:21 +0000 (19:56 +0000)]
tar up the staff client build/ for easy relocation

git-svn-id: svn://svn.open-ils.org/ILS/branches/staff-client-experiment@12163 dcc99617-32d9-48b4-a31d-7c20da2025e4

15 years agobarcode scan for Copy Buckets. Also want to do a 'bucket mode' for Item Status,...
phasefx [Wed, 11 Feb 2009 21:41:26 +0000 (21:41 +0000)]
barcode scan for Copy Buckets.  Also want to do a 'bucket mode' for Item Status, but not yet

git-svn-id: svn://svn.open-ils.org/ILS/branches/staff-client-experiment@12155 dcc99617-32d9-48b4-a31d-7c20da2025e4

15 years agouse the standardized list actions for copy buckets
phasefx [Wed, 11 Feb 2009 14:38:25 +0000 (14:38 +0000)]
use the standardized list actions for copy buckets

git-svn-id: svn://svn.open-ils.org/ILS/branches/staff-client-experiment@12148 dcc99617-32d9-48b4-a31d-7c20da2025e4

15 years agomore interfaces to make font-adjustable by end users
phasefx [Thu, 5 Feb 2009 06:33:07 +0000 (06:33 +0000)]
more interfaces to make font-adjustable by end users

git-svn-id: svn://svn.open-ils.org/ILS/branches/staff-client-experiment@12076 dcc99617-32d9-48b4-a31d-7c20da2025e4

15 years agoput font_helper in the marc editor, to honor font size changes. Need to test this...
phasefx [Thu, 5 Feb 2009 04:55:54 +0000 (04:55 +0000)]
put font_helper in the marc editor, to honor font size changes.  Need to test this in Vandelay; and I'm not sure if it'll work with a standalone marc editor (do we support that still?)

git-svn-id: svn://svn.open-ils.org/ILS/branches/staff-client-experiment@12075 dcc99617-32d9-48b4-a31d-7c20da2025e4

15 years agolayout experiments
phasefx [Thu, 5 Feb 2009 04:45:32 +0000 (04:45 +0000)]
layout experiments

git-svn-id: svn://svn.open-ils.org/ILS/branches/staff-client-experiment@12073 dcc99617-32d9-48b4-a31d-7c20da2025e4

15 years agotooltip for network progress meter giving method-call summary
phasefx [Sun, 1 Feb 2009 21:25:46 +0000 (21:25 +0000)]
tooltip for network progress meter giving method-call summary

git-svn-id: svn://svn.open-ils.org/ILS/branches/staff-client-experiment@12036 dcc99617-32d9-48b4-a31d-7c20da2025e4

15 years agoping server function
phasefx [Sun, 1 Feb 2009 10:14:56 +0000 (10:14 +0000)]
ping server function

git-svn-id: svn://svn.open-ils.org/ILS/branches/staff-client-experiment@12034 dcc99617-32d9-48b4-a31d-7c20da2025e4

15 years agoadded a statusbar and a progress meter for network activity. Isn't aware of network...
phasefx [Sun, 1 Feb 2009 07:52:31 +0000 (07:52 +0000)]
added a statusbar and a progress meter for network activity.  Isn't aware of network activity in HTML-based pages yet

git-svn-id: svn://svn.open-ils.org/ILS/branches/staff-client-experiment@12033 dcc99617-32d9-48b4-a31d-7c20da2025e4

15 years agoupgrade javascript shell and give it a chrome entrypoint
phasefx [Sun, 1 Feb 2009 06:30:01 +0000 (06:30 +0000)]
upgrade javascript shell and give it a chrome entrypoint

git-svn-id: svn://svn.open-ils.org/ILS/branches/staff-client-experiment@12032 dcc99617-32d9-48b4-a31d-7c20da2025e4

15 years agoin case this 'button bar' gets too wide
phasefx [Sun, 1 Feb 2009 04:50:17 +0000 (04:50 +0000)]
in case this 'button bar' gets too wide

git-svn-id: svn://svn.open-ils.org/ILS/branches/staff-client-experiment@12031 dcc99617-32d9-48b4-a31d-7c20da2025e4

15 years agoforgot to check these in for Chrome List
phasefx [Sun, 1 Feb 2009 04:49:59 +0000 (04:49 +0000)]
forgot to check these in for Chrome List

git-svn-id: svn://svn.open-ils.org/ILS/branches/staff-client-experiment@12030 dcc99617-32d9-48b4-a31d-7c20da2025e4

15 years agoChrome List extension
phasefx [Sun, 1 Feb 2009 04:45:10 +0000 (04:45 +0000)]
Chrome List extension

git-svn-id: svn://svn.open-ils.org/ILS/branches/staff-client-experiment@12029 dcc99617-32d9-48b4-a31d-7c20da2025e4

15 years agoDOM Inspector
phasefx [Sat, 31 Jan 2009 23:47:43 +0000 (23:47 +0000)]
DOM Inspector

git-svn-id: svn://svn.open-ils.org/ILS/branches/staff-client-experiment@12027 dcc99617-32d9-48b4-a31d-7c20da2025e4

15 years agoUpgrade Venkman to version 0.9.87.4
phasefx [Sat, 31 Jan 2009 23:23:01 +0000 (23:23 +0000)]
Upgrade Venkman to version 0.9.87.4
Have it launched from chrome scope
Add a open-ils.debug_options pref for showing debug options on the login window (an alternative to using a versionless build to do this)

git-svn-id: svn://svn.open-ils.org/ILS/branches/staff-client-experiment@12026 dcc99617-32d9-48b4-a31d-7c20da2025e4

15 years agocan't use js2JSON when we're pushing around functions, windows, etc.
phasefx [Sat, 31 Jan 2009 21:31:00 +0000 (21:31 +0000)]
can't use js2JSON when we're pushing around functions, windows, etc.

git-svn-id: svn://svn.open-ils.org/ILS/branches/staff-client-experiment@12024 dcc99617-32d9-48b4-a31d-7c20da2025e4

15 years agoMerged revisions 11987-11992,11995,11998,12001-12007,12010-12011,12014-12019,12022...
phasefx [Sat, 31 Jan 2009 21:16:31 +0000 (21:16 +0000)]
Merged revisions 11987-11992,11995,11998,12001-12007,12010-12011,12014-12019,12022 via svnmerge from
svn://svn.open-ils.org/ILS/trunk

........
  r11987 | miker | 2009-01-26 21:15:09 -0500 (Mon, 26 Jan 2009) | 1 line

  initial single-event firing module
........
  r11988 | miker | 2009-01-26 21:15:47 -0500 (Mon, 26 Jan 2009) | 1 line

  more states available to events
........
  r11989 | miker | 2009-01-26 21:21:33 -0500 (Mon, 26 Jan 2009) | 1 line

  throw errors when we cannot update the event state
........
  r11990 | miker | 2009-01-26 21:23:18 -0500 (Mon, 26 Jan 2009) | 1 line

  for now use die instead of throw
........
  r11991 | dbs | 2009-01-26 22:28:14 -0500 (Mon, 26 Jan 2009) | 2 lines

  Add a little sample of geospatial data for FGDC/CSDGM transform fun
........
  r11992 | dbs | 2009-01-26 22:33:32 -0500 (Mon, 26 Jan 2009) | 3 lines

  We need to expose vandelay and permacrud as public services.
  Sort the list of public services so it's easy to skim through.
........
  r11995 | dbs | 2009-01-26 23:30:46 -0500 (Mon, 26 Jan 2009) | 2 lines

  Fix regression that prevents anyone from viewing reports
........
  r11998 | dbs | 2009-01-27 08:39:52 -0500 (Tue, 27 Jan 2009) | 1 line

  Second part of fix for viewing reports, related to r11995
........
  r12001 | miker | 2009-01-27 20:44:05 -0500 (Tue, 27 Jan 2009) | 1 line

  add specialized module namespace overrides
........
  r12002 | miker | 2009-01-27 20:44:48 -0500 (Tue, 27 Jan 2009) | 1 line

  refactor the general object layout; use fleshing where possible
........
  r12003 | miker | 2009-01-27 20:46:14 -0500 (Tue, 27 Jan 2009) | 1 line

  Add some basic dummy handlers (fourtytwo, NOOP_True and NOOP_False) for each module type
........
  r12004 | miker | 2009-01-27 20:59:53 -0500 (Tue, 27 Jan 2009) | 1 line

  allow either fleshed or unfleshed module objects
........
  r12005 | miker | 2009-01-27 21:01:24 -0500 (Tue, 27 Jan 2009) | 1 line

  remove (now) needless fleshing
........
  r12006 | miker | 2009-01-27 21:17:38 -0500 (Tue, 27 Jan 2009) | 1 line

  example validators; adding noop modules to the schema creation script
........
  r12007 | miker | 2009-01-28 14:02:01 -0500 (Wed, 28 Jan 2009) | 1 line

  can not retrieve an object before we create it ... doh! (thanks, Laura, for catching this)
........
  r12010 | miker | 2009-01-29 10:27:50 -0500 (Thu, 29 Jan 2009) | 1 line

  always assume disconnect succeeds ... for now
........
  r12011 | phasefx | 2009-01-29 14:11:55 -0500 (Thu, 29 Jan 2009) | 1 line

  this file doesn't follow the convention used elsewhere.. so wrong path to this object
........
  r12014 | miker | 2009-01-29 15:02:17 -0500 (Thu, 29 Jan 2009) | 1 line

  output the deleted column from fast-extract; use said column in marc_add_ids
........
  r12015 | miker | 2009-01-29 15:05:29 -0500 (Thu, 29 Jan 2009) | 1 line

  good-ify the output xml
........
  r12016 | miker | 2009-01-30 16:36:44 -0500 (Fri, 30 Jan 2009) | 1 line

  adding support for jump attribute, for remote indirection; fixing incorrect comment
........
  r12017 | miker | 2009-01-30 16:37:59 -0500 (Fri, 30 Jan 2009) | 1 line

  adding Scott's dump_idl utility, and adding jump support; makefile support for dump_idl
........
  r12018 | miker | 2009-01-30 16:38:47 -0500 (Fri, 30 Jan 2009) | 1 line

  asva needs the jump attribute to from question to survey to owner
........
  r12019 | miker | 2009-01-30 18:02:18 -0500 (Fri, 30 Jan 2009) | 1 line

  teaching the pcrud personallity of cstore how to use the jump attr in permacrud action context elements
........
  r12022 | miker | 2009-01-31 15:50:17 -0500 (Sat, 31 Jan 2009) | 1 line

  adding jump attr to the xsd; adding jump to asva
........

git-svn-id: svn://svn.open-ils.org/ILS/branches/staff-client-experiment@12023 dcc99617-32d9-48b4-a31d-7c20da2025e4

15 years agoexperimental horizontal interface for patron summary
phasefx [Thu, 29 Jan 2009 08:53:35 +0000 (08:53 +0000)]
experimental horizontal interface for patron summary

git-svn-id: svn://svn.open-ils.org/ILS/branches/staff-client-experiment@12009 dcc99617-32d9-48b4-a31d-7c20da2025e4

15 years agoah, document.loadOverlay.. this lovely thing is going to make it easier for us to...
phasefx [Thu, 29 Jan 2009 03:52:02 +0000 (03:52 +0000)]
ah, document.loadOverlay.. this lovely thing is going to make it easier for us to load alternate interfaces

git-svn-id: svn://svn.open-ils.org/ILS/branches/staff-client-experiment@12008 dcc99617-32d9-48b4-a31d-7c20da2025e4

15 years agoMerged revisions 11971-11975,11978,11980,11982,11984 via svnmerge from
phasefx [Mon, 26 Jan 2009 22:38:17 +0000 (22:38 +0000)]
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

15 years agoInitialized merge tracking via "svnmerge" with revisions "1-11958" from
phasefx [Mon, 26 Jan 2009 22:34:44 +0000 (22:34 +0000)]
Initialized merge tracking via "svnmerge" with revisions "1-11958" from
svn://svn.open-ils.org/ILS/trunk

git-svn-id: svn://svn.open-ils.org/ILS/branches/staff-client-experiment@11985 dcc99617-32d9-48b4-a31d-7c20da2025e4

15 years agosome I18N for lists; an easier way to give standard actions to lists; and a refactore...
phasefx [Mon, 26 Jan 2009 07:38:01 +0000 (07:38 +0000)]
some I18N for lists; an easier way to give standard actions to lists; and a refactored example with the item status interface

git-svn-id: svn://svn.open-ils.org/ILS/branches/staff-client-experiment@11970 dcc99617-32d9-48b4-a31d-7c20da2025e4

15 years agothese lingering chrome interfaces can't be loaded in remote iframes, so into windows...
phasefx [Mon, 26 Jan 2009 05:54:23 +0000 (05:54 +0000)]
these lingering chrome interfaces can't be loaded in remote iframes, so into windows they go

git-svn-id: svn://svn.open-ils.org/ILS/branches/staff-client-experiment@11969 dcc99617-32d9-48b4-a31d-7c20da2025e4

15 years agojs2JSON is dangerous when you start referencing non-pure javascript data (i.e. {...
phasefx [Mon, 26 Jan 2009 05:38:44 +0000 (05:38 +0000)]
js2JSON is dangerous when you start referencing non-pure javascript data (i.e. { 'w' : window, 'd' : document }) that can be self-referential, etc

git-svn-id: svn://svn.open-ils.org/ILS/branches/staff-client-experiment@11968 dcc99617-32d9-48b4-a31d-7c20da2025e4

15 years agoXUL_BROWSER is chrome
phasefx [Mon, 26 Jan 2009 04:27:12 +0000 (04:27 +0000)]
XUL_BROWSER is chrome

git-svn-id: svn://svn.open-ils.org/ILS/branches/staff-client-experiment@11967 dcc99617-32d9-48b4-a31d-7c20da2025e4

15 years agochange/remove references to chrome resources
phasefx [Mon, 26 Jan 2009 04:25:17 +0000 (04:25 +0000)]
change/remove references to chrome resources

git-svn-id: svn://svn.open-ils.org/ILS/branches/staff-client-experiment@11966 dcc99617-32d9-48b4-a31d-7c20da2025e4

15 years agochange/remove references to chrome resources
phasefx [Mon, 26 Jan 2009 04:22:29 +0000 (04:22 +0000)]
change/remove references to chrome resources

git-svn-id: svn://svn.open-ils.org/ILS/branches/staff-client-experiment@11965 dcc99617-32d9-48b4-a31d-7c20da2025e4

15 years agomove the opac wrapper from chrome to remote
phasefx [Mon, 26 Jan 2009 04:19:34 +0000 (04:19 +0000)]
move the opac wrapper from chrome to remote

git-svn-id: svn://svn.open-ils.org/ILS/branches/staff-client-experiment@11964 dcc99617-32d9-48b4-a31d-7c20da2025e4

15 years agoThis was an earlier experiment that needs to be thrown out
phasefx [Mon, 26 Jan 2009 04:18:26 +0000 (04:18 +0000)]
This was an earlier experiment that needs to be thrown out

git-svn-id: svn://svn.open-ils.org/ILS/branches/staff-client-experiment@11963 dcc99617-32d9-48b4-a31d-7c20da2025e4

15 years agochange and/or remove references to chrome resources
phasefx [Mon, 26 Jan 2009 04:09:22 +0000 (04:09 +0000)]
change and/or remove references to chrome resources

git-svn-id: svn://svn.open-ils.org/ILS/branches/staff-client-experiment@11962 dcc99617-32d9-48b4-a31d-7c20da2025e4

15 years agomove the menu code from chrome to remote
phasefx [Mon, 26 Jan 2009 04:08:02 +0000 (04:08 +0000)]
move the menu code from chrome to remote

git-svn-id: svn://svn.open-ils.org/ILS/branches/staff-client-experiment@11961 dcc99617-32d9-48b4-a31d-7c20da2025e4

15 years agopass a chrome powered xulG from main.js through data.xul to menu_frame.xul; I'm going...
phasefx [Mon, 26 Jan 2009 04:03:59 +0000 (04:03 +0000)]
pass a chrome powered xulG from main.js through data.xul to menu_frame.xul; I'm going to try to move the menu system from chrome to remote and want this in case I still have to open any chrome windows

git-svn-id: svn://svn.open-ils.org/ILS/branches/staff-client-experiment@11960 dcc99617-32d9-48b4-a31d-7c20da2025e4

15 years agoCopy trunk to a branch I can do radical experiments against
phasefx [Mon, 26 Jan 2009 03:57:48 +0000 (03:57 +0000)]
Copy trunk to a branch I can do radical experiments against

git-svn-id: svn://svn.open-ils.org/ILS/branches/staff-client-experiment@11959 dcc99617-32d9-48b4-a31d-7c20da2025e4

15 years agoThe 'error' passed to the unexpected error dialog may be a string
phasefx [Mon, 26 Jan 2009 01:04:13 +0000 (01:04 +0000)]
The 'error' passed to the unexpected error dialog may be a string

git-svn-id: svn://svn.open-ils.org/ILS/trunk@11958 dcc99617-32d9-48b4-a31d-7c20da2025e4

15 years agomore graceful handling of errors during login sequence
phasefx [Mon, 26 Jan 2009 00:38:50 +0000 (00:38 +0000)]
more graceful handling of errors during login sequence

git-svn-id: svn://svn.open-ils.org/ILS/trunk@11957 dcc99617-32d9-48b4-a31d-7c20da2025e4

15 years agofix logic error with broken chain (chain is an array of functions that get called...
phasefx [Mon, 26 Jan 2009 00:31:32 +0000 (00:31 +0000)]
fix logic error with broken chain (chain is an array of functions that get called sequentially and are tied together via repeated setTimeout calls, in order to give the UI chances to update)

git-svn-id: svn://svn.open-ils.org/ILS/trunk@11956 dcc99617-32d9-48b4-a31d-7c20da2025e4

15 years agodrop-down menu of all servers in ws_info
phasefx [Mon, 26 Jan 2009 00:06:04 +0000 (00:06 +0000)]
drop-down menu of all servers in ws_info

git-svn-id: svn://svn.open-ils.org/ILS/trunk@11955 dcc99617-32d9-48b4-a31d-7c20da2025e4

15 years agohandle null's in the start-up sequence (we have a pcrud call in there now and it...
phasefx [Sun, 25 Jan 2009 23:16:53 +0000 (23:16 +0000)]
handle null's in the start-up sequence (we have a pcrud call in there now and it returns null instead of empty arrays if the data it's looking for doesn't exist)

git-svn-id: svn://svn.open-ils.org/ILS/trunk@11954 dcc99617-32d9-48b4-a31d-7c20da2025e4

15 years agoextra parens
phasefx [Sun, 25 Jan 2009 22:09:50 +0000 (22:09 +0000)]
extra parens

git-svn-id: svn://svn.open-ils.org/ILS/trunk@11953 dcc99617-32d9-48b4-a31d-7c20da2025e4

15 years agoadd marc_add_ids and fast-extract to the base script install
miker [Sun, 25 Jan 2009 19:32:36 +0000 (19:32 +0000)]
add marc_add_ids and fast-extract to the base script install

git-svn-id: svn://svn.open-ils.org/ILS/trunk@11952 dcc99617-32d9-48b4-a31d-7c20da2025e4

15 years agorestriction on non-real IDs
miker [Sun, 25 Jan 2009 17:17:41 +0000 (17:17 +0000)]
restriction on non-real IDs

git-svn-id: svn://svn.open-ils.org/ILS/trunk@11951 dcc99617-32d9-48b4-a31d-7c20da2025e4

15 years agoremove debug warnings
miker [Sun, 25 Jan 2009 16:54:02 +0000 (16:54 +0000)]
remove debug warnings

git-svn-id: svn://svn.open-ils.org/ILS/trunk@11950 dcc99617-32d9-48b4-a31d-7c20da2025e4

15 years agoanother typo
miker [Sun, 25 Jan 2009 16:52:26 +0000 (16:52 +0000)]
another typo

git-svn-id: svn://svn.open-ils.org/ILS/trunk@11949 dcc99617-32d9-48b4-a31d-7c20da2025e4

15 years agoallow different delimiters; typo
miker [Sun, 25 Jan 2009 16:51:38 +0000 (16:51 +0000)]
allow different delimiters; typo

git-svn-id: svn://svn.open-ils.org/ILS/trunk@11948 dcc99617-32d9-48b4-a31d-7c20da2025e4

15 years agocreate count field before using it
miker [Sun, 25 Jan 2009 16:49:52 +0000 (16:49 +0000)]
create count field before using it

git-svn-id: svn://svn.open-ils.org/ILS/trunk@11947 dcc99617-32d9-48b4-a31d-7c20da2025e4

15 years agoscript to dump records based on edit_date in a format that marc_add_ids can ingest
miker [Sun, 25 Jan 2009 16:40:58 +0000 (16:40 +0000)]
script to dump records based on edit_date in a format that marc_add_ids can ingest

git-svn-id: svn://svn.open-ils.org/ILS/trunk@11946 dcc99617-32d9-48b4-a31d-7c20da2025e4

15 years agoadd MARCXML cleanup, quiet mode, current count output and newline stripping for marc...
miker [Sun, 25 Jan 2009 15:53:08 +0000 (15:53 +0000)]
add MARCXML cleanup, quiet mode, current count output and newline stripping for marc output

git-svn-id: svn://svn.open-ils.org/ILS/trunk@11945 dcc99617-32d9-48b4-a31d-7c20da2025e4

15 years agoadd pcrud support to eg_db_config.pl
phasefx [Sun, 25 Jan 2009 03:03:10 +0000 (03:03 +0000)]
add pcrud support to eg_db_config.pl

git-svn-id: svn://svn.open-ils.org/ILS/trunk@11944 dcc99617-32d9-48b4-a31d-7c20da2025e4

15 years agostart of the event firing code -- build the environment for validators, reactors...
miker [Sat, 24 Jan 2009 01:49:28 +0000 (01:49 +0000)]
start of the event firing code -- build the environment for validators, reactors and cleanup modules

git-svn-id: svn://svn.open-ils.org/ILS/trunk@11943 dcc99617-32d9-48b4-a31d-7c20da2025e4

15 years agoadd links to the fm class structure
miker [Sat, 24 Jan 2009 01:48:41 +0000 (01:48 +0000)]
add links to the fm class structure

git-svn-id: svn://svn.open-ils.org/ILS/trunk@11942 dcc99617-32d9-48b4-a31d-7c20da2025e4

15 years agoadded a default gettier for common fieldmapper datatypes
erickson [Fri, 23 Jan 2009 23:33:07 +0000 (23:33 +0000)]
added a default gettier for common fieldmapper datatypes

git-svn-id: svn://svn.open-ils.org/ILS/trunk@11941 dcc99617-32d9-48b4-a31d-7c20da2025e4

15 years agorearranging some classes around for better re-use. added an initial auto-grid, need...
erickson [Fri, 23 Jan 2009 22:20:49 +0000 (22:20 +0000)]
rearranging some classes around for better re-use.  added an initial auto-grid, need to add some default data formatting depending on datatype

git-svn-id: svn://svn.open-ils.org/ILS/trunk@11940 dcc99617-32d9-48b4-a31d-7c20da2025e4

15 years agoinitial cut of some scaffolding which will load and run Collector, Validator, Reactor...
miker [Fri, 23 Jan 2009 21:06:27 +0000 (21:06 +0000)]
initial cut of some scaffolding which will load and run Collector, Validator, Reactor and Cleanup handlers

git-svn-id: svn://svn.open-ils.org/ILS/trunk@11939 dcc99617-32d9-48b4-a31d-7c20da2025e4

15 years ago-set_as_deleted param for setting Leader/05 to "d". This is to support XC's OAIToolkit.
phasefx [Fri, 23 Jan 2009 20:09:35 +0000 (20:09 +0000)]
-set_as_deleted param for setting Leader/05 to "d".  This is to support XC's OAIToolkit.

git-svn-id: svn://svn.open-ils.org/ILS/trunk@11938 dcc99617-32d9-48b4-a31d-7c20da2025e4

15 years agoallow config settings to be passed in via args object to constructor
erickson [Fri, 23 Jan 2009 17:10:07 +0000 (17:10 +0000)]
allow config settings to be passed in via args object to constructor

git-svn-id: svn://svn.open-ils.org/ILS/trunk@11937 dcc99617-32d9-48b4-a31d-7c20da2025e4

15 years agoplugged in option to build cancel and 'apply' buttons. next steps are 1. i18n for...
erickson [Fri, 23 Jan 2009 16:40:58 +0000 (16:40 +0000)]
plugged in option to build cancel and 'apply' buttons.  next steps are 1. i18n for buttons, 2. use widget template instead of manual element creation

git-svn-id: svn://svn.open-ils.org/ILS/trunk@11936 dcc99617-32d9-48b4-a31d-7c20da2025e4

15 years agominor cleanup
erickson [Fri, 23 Jan 2009 15:57:47 +0000 (15:57 +0000)]
minor cleanup

git-svn-id: svn://svn.open-ils.org/ILS/trunk@11935 dcc99617-32d9-48b4-a31d-7c20da2025e4

15 years agobetter support for org tree widgets
erickson [Fri, 23 Jan 2009 15:57:12 +0000 (15:57 +0000)]
better support for org tree widgets

git-svn-id: svn://svn.open-ils.org/ILS/trunk@11934 dcc99617-32d9-48b4-a31d-7c20da2025e4

15 years agodon't forget the forests
erickson [Fri, 23 Jan 2009 15:56:34 +0000 (15:56 +0000)]
don't forget the forests

git-svn-id: svn://svn.open-ils.org/ILS/trunk@11933 dcc99617-32d9-48b4-a31d-7c20da2025e4

15 years agoNot sure why, but this version of FilteringTreeSelect uses the correct field when...
erickson [Fri, 23 Jan 2009 15:26:02 +0000 (15:26 +0000)]
Not sure why, but this version of FilteringTreeSelect uses the correct field when calculating the value of a stored item

git-svn-id: svn://svn.open-ils.org/ILS/trunk@11926 dcc99617-32d9-48b4-a31d-7c20da2025e4

15 years agoForward port r11921 from rel_1_4 - saner default level of logging for Apache
dbs [Thu, 22 Jan 2009 21:38:01 +0000 (21:38 +0000)]
Forward port r11921 from rel_1_4 - saner default level of logging for Apache

git-svn-id: svn://svn.open-ils.org/ILS/trunk@11924 dcc99617-32d9-48b4-a31d-7c20da2025e4

15 years agoBring trunk README into line with reality (version number, PostgreSQL versions)
dbs [Thu, 22 Jan 2009 21:37:04 +0000 (21:37 +0000)]
Bring trunk README into line with reality (version number, PostgreSQL versions)

git-svn-id: svn://svn.open-ils.org/ILS/trunk@11923 dcc99617-32d9-48b4-a31d-7c20da2025e4

15 years agoThe fielder service needs to be publicly available; it only exposes objects that...
dbs [Thu, 22 Jan 2009 21:18:42 +0000 (21:18 +0000)]
The fielder service needs to be publicly available; it only exposes objects that are publicly visible.
Thanks berick!

git-svn-id: svn://svn.open-ils.org/ILS/trunk@11918 dcc99617-32d9-48b4-a31d-7c20da2025e4

15 years agorefactor checkin to fix audibles coming after dialogs instead of before. The checkin...
phasefx [Thu, 22 Jan 2009 20:51:57 +0000 (20:51 +0000)]
refactor checkin to fix audibles coming after dialogs instead of before.  The checkin code for the main checkin interface was effectively asynchronous; sound and dialogs appear to misbehave when in asynchronous callbacks

git-svn-id: svn://svn.open-ils.org/ILS/trunk@11917 dcc99617-32d9-48b4-a31d-7c20da2025e4

15 years agotreat a list like a list here, just to be safer
phasefx [Thu, 22 Jan 2009 20:48:07 +0000 (20:48 +0000)]
treat a list like a list here, just to be safer

git-svn-id: svn://svn.open-ils.org/ILS/trunk@11916 dcc99617-32d9-48b4-a31d-7c20da2025e4

15 years agofinish adding pcrud to the example config
phasefx [Thu, 22 Jan 2009 19:57:34 +0000 (19:57 +0000)]
finish adding pcrud to the example config

git-svn-id: svn://svn.open-ils.org/ILS/trunk@11915 dcc99617-32d9-48b4-a31d-7c20da2025e4

15 years agoQuiet the complaint if action_trigger schema has never been created before
dbs [Thu, 22 Jan 2009 19:55:29 +0000 (19:55 +0000)]
Quiet the complaint if action_trigger schema has never been created before

git-svn-id: svn://svn.open-ils.org/ILS/trunk@11914 dcc99617-32d9-48b4-a31d-7c20da2025e4

15 years agoverify date string exists before telling dojo to parse it, otherwise, errors
erickson [Thu, 22 Jan 2009 18:52:39 +0000 (18:52 +0000)]
verify date string exists before telling dojo to parse it, otherwise, errors

git-svn-id: svn://svn.open-ils.org/ILS/trunk@11913 dcc99617-32d9-48b4-a31d-7c20da2025e4

15 years ago-set_001_003 param to set 001 to record id and 003 to repository code (specified...
phasefx [Thu, 22 Jan 2009 18:10:22 +0000 (18:10 +0000)]
-set_001_003 param to set 001 to record id and 003 to repository code (specified by -repository_code param, defaults to Evergreen).  This is to support XC's OAIToolkit.  Also show specific errors on failed records.

git-svn-id: svn://svn.open-ils.org/ILS/trunk@11911 dcc99617-32d9-48b4-a31d-7c20da2025e4

15 years agobetter support for handling detachment of last address
erickson [Thu, 22 Jan 2009 15:04:42 +0000 (15:04 +0000)]
better support for handling detachment of last address

git-svn-id: svn://svn.open-ils.org/ILS/trunk@11906 dcc99617-32d9-48b4-a31d-7c20da2025e4

15 years agoMake fkey types compatible for PostgreSQL 8.3
dbs [Thu, 22 Jan 2009 13:49:05 +0000 (13:49 +0000)]
Make fkey types compatible for PostgreSQL 8.3

git-svn-id: svn://svn.open-ils.org/ILS/trunk@11903 dcc99617-32d9-48b4-a31d-7c20da2025e4

15 years agosyntax issues and typos spotted by Dan
miker [Thu, 22 Jan 2009 13:26:05 +0000 (13:26 +0000)]
syntax issues and typos spotted by Dan

git-svn-id: svn://svn.open-ils.org/ILS/trunk@11902 dcc99617-32d9-48b4-a31d-7c20da2025e4

15 years agoWe need an explicit <router_name> in opensrf_core.xml
dbs [Thu, 22 Jan 2009 05:46:05 +0000 (05:46 +0000)]
We need an explicit <router_name> in opensrf_core.xml

git-svn-id: svn://svn.open-ils.org/ILS/trunk@11901 dcc99617-32d9-48b4-a31d-7c20da2025e4

15 years agoTypo that prevents successful parsing of fm_IDL.xml
dbs [Thu, 22 Jan 2009 05:40:53 +0000 (05:40 +0000)]
Typo that prevents successful parsing of fm_IDL.xml

git-svn-id: svn://svn.open-ils.org/ILS/trunk@11900 dcc99617-32d9-48b4-a31d-7c20da2025e4

15 years agoUpdate the arguments for the target function of the comment that was generating an...
dbs [Thu, 22 Jan 2009 04:55:19 +0000 (04:55 +0000)]
Update the arguments for the target function of the comment that was generating an error

git-svn-id: svn://svn.open-ils.org/ILS/trunk@11899 dcc99617-32d9-48b4-a31d-7c20da2025e4

15 years agoflesh these patrons to show their barcodes
phasefx [Tue, 20 Jan 2009 20:55:20 +0000 (20:55 +0000)]
flesh these patrons to show their barcodes

git-svn-id: svn://svn.open-ils.org/ILS/trunk@11896 dcc99617-32d9-48b4-a31d-7c20da2025e4

15 years agoMerge r11893 and r11894 from rel_1_4 to update credits and copyright statements
dbs [Tue, 20 Jan 2009 20:44:05 +0000 (20:44 +0000)]
Merge r11893 and r11894 from rel_1_4 to update credits and copyright statements

git-svn-id: svn://svn.open-ils.org/ILS/trunk@11895 dcc99617-32d9-48b4-a31d-7c20da2025e4

15 years agoTypo in API documentation. It's the little things. And we aren't talking C++ here...
dbs [Tue, 20 Jan 2009 19:13:40 +0000 (19:13 +0000)]
Typo in API documentation. It's the little things. And we aren't talking C++ here; Perl uses STDOUT :)

git-svn-id: svn://svn.open-ils.org/ILS/trunk@11886 dcc99617-32d9-48b4-a31d-7c20da2025e4

15 years agoreplace call to Actor.pm function with local code so that loading the open-ils.actor...
erickson [Tue, 20 Jan 2009 17:42:24 +0000 (17:42 +0000)]
replace call to Actor.pm function with local code so that loading the open-ils.actor app does not happen as a side-effect to using scriptbuilder

git-svn-id: svn://svn.open-ils.org/ILS/trunk@11885 dcc99617-32d9-48b4-a31d-7c20da2025e4

15 years agocan't have pcrud without a controller
erickson [Tue, 20 Jan 2009 14:51:34 +0000 (14:51 +0000)]
can't have pcrud without a controller

git-svn-id: svn://svn.open-ils.org/ILS/trunk@11884 dcc99617-32d9-48b4-a31d-7c20da2025e4

15 years agoMinor typo fix
dbs [Tue, 20 Jan 2009 07:40:57 +0000 (07:40 +0000)]
Minor typo fix

git-svn-id: svn://svn.open-ils.org/ILS/trunk@11883 dcc99617-32d9-48b4-a31d-7c20da2025e4

15 years agosubfield 'y' (regularity pattern) is repeatable. Need to keep all
djfiander [Tue, 20 Jan 2009 01:42:41 +0000 (01:42 +0000)]
subfield 'y' (regularity pattern) is repeatable. Need to keep all
of them.

git-svn-id: svn://svn.open-ils.org/ILS/trunk@11881 dcc99617-32d9-48b4-a31d-7c20da2025e4

15 years agoRefactor a little bit. Prepping for the next big push.
djfiander [Tue, 20 Jan 2009 01:41:47 +0000 (01:41 +0000)]
Refactor a little bit. Prepping for the next big push.

git-svn-id: svn://svn.open-ils.org/ILS/trunk@11880 dcc99617-32d9-48b4-a31d-7c20da2025e4

15 years agoallow card-only searches
miker [Mon, 19 Jan 2009 20:49:54 +0000 (20:49 +0000)]
allow card-only searches

git-svn-id: svn://svn.open-ils.org/ILS/trunk@11879 dcc99617-32d9-48b4-a31d-7c20da2025e4