]> git.evergreen-ils.org Git - Evergreen.git/log
Evergreen.git
14 years agomoving another folder for docs into hierarchy
kgs [Fri, 15 May 2009 18:16:08 +0000 (18:16 +0000)]
moving another folder for docs into hierarchy

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

14 years agomoving LocalAdmin folder (can't seem to get tortoisesvn to do this as a batch here)
kgs [Fri, 15 May 2009 18:15:50 +0000 (18:15 +0000)]
moving LocalAdmin folder (can't seem to get tortoisesvn to do this as a batch here)

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

14 years agomoving folders under release 1.4
kgs [Fri, 15 May 2009 18:15:23 +0000 (18:15 +0000)]
moving folders under release 1.4

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

14 years agocreating release-sensitive docs hierarchy
kgs [Fri, 15 May 2009 18:14:39 +0000 (18:14 +0000)]
creating release-sensitive docs hierarchy

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

14 years agogrid height/width fixes
erickson [Fri, 15 May 2009 17:13:04 +0000 (17:13 +0000)]
grid height/width fixes

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

14 years agoavoid regex-izing user supplied strings
miker [Fri, 15 May 2009 15:25:07 +0000 (15:25 +0000)]
avoid regex-izing user supplied strings

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

14 years agosimple fix for the Exit button in offline interface if invoked from Circulation menu...
phasefx [Fri, 15 May 2009 08:21:17 +0000 (08:21 +0000)]
simple fix for the Exit button in offline interface if invoked from Circulation menu.  Normally I would just hide it, but let's try this instead

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

14 years agoPerformance tweak for HAVING clause:
scottmk [Thu, 14 May 2009 21:32:33 +0000 (21:32 +0000)]
Performance tweak for HAVING clause:

1. Use a char* for it, not a growing_buffer.

2. Don't allocate it at all when there is no HAVING clause.

This change will eliminate to mallocs and frees for each call.

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

14 years agoacq ui tab labels
erickson [Thu, 14 May 2009 17:26:10 +0000 (17:26 +0000)]
acq ui tab labels

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

14 years agoacq menu entries. fixed generic browser loader to get back/forward working
erickson [Thu, 14 May 2009 17:02:52 +0000 (17:02 +0000)]
acq menu entries.  fixed generic browser loader to get back/forward working

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

14 years agosome menu tidying, more acq menu entries next
erickson [Thu, 14 May 2009 16:07:07 +0000 (16:07 +0000)]
some menu tidying, more acq menu entries next

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

14 years agolayout fixes for grid scrollbar issues
erickson [Thu, 14 May 2009 15:49:20 +0000 (15:49 +0000)]
layout fixes for grid scrollbar issues

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

14 years agoA little messy, but this should get the Back/Forward buttons working again for browse...
phasefx [Thu, 14 May 2009 15:46:10 +0000 (15:46 +0000)]
A little messy, but this should get the Back/Forward buttons working again for browsers embedded in the staff client.  Model after the old 'cmd_local_admin' section in menu.js

Here's the problem in a nutshell:  <browser> behaves differently if loaded from chrome:// versus https?://

In particular, the webNavigation for a browser does not work if the <browser> is coming from http, so Back & Forward buttons will not work.

There's been churn trying to work around this, and past differences between remote/chrome browsers.  The use of chrome browser is preventing us from making the top-level menu system (menu.js) remote xul where it would be easier to deploy changes and local customizations. remote xul where it would be easier to deploy changes and local customizations.

urls.XUL_BROWSER --> chrome/content/util/browser.xul is a wrapper for chrome-based <browser>
urls.XUL_REMOTE_BROWSER --> chrome/content/util/rbrowser.xul is a wrapper for non chrome-based <browser>
chrome/content/util/browser.js is the javascript in common between the two

Since menu.js is currently chrome, we need to use XUL_BROWSER.

Since menu.js is chrome, it doesn't magically know the remote server we're connecting to.  So URL's passed to XUL_BROWSER need to be wrapped or decorated with obj.url_prefix(), which looks up the hostname given during the login sequence.

Does this make sense? :)

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

14 years agobetter match grid height handling
erickson [Thu, 14 May 2009 14:29:26 +0000 (14:29 +0000)]
better match grid height handling

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

14 years ago1. Allow an ORDER BY clause to use a column from a table not
scottmk [Thu, 14 May 2009 11:33:33 +0000 (11:33 +0000)]
1. Allow an ORDER BY clause to use a column from a table not
represented in the SELECT clause, as long as it is either the
core table or a joined table.

2. Fix bug whereby we were emitting the HAVING clause out of
sequence.

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

14 years agoIn searchJOIN(): abort if recursive call fails.
scottmk [Thu, 14 May 2009 11:24:59 +0000 (11:24 +0000)]
In searchJOIN(): abort if recursive call fails.

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

14 years agobludgeoning dojo grid headerMenu into something as flexible as we need is proving...
erickson [Thu, 14 May 2009 00:23:24 +0000 (00:23 +0000)]
bludgeoning dojo grid headerMenu into something as flexible as we need is proving annoying.  go back to using custom grid column picker, complete with 'auto' option.  launch picker via header context menu.  needs a little i18n help and (preferably) better templating

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

14 years agocall onPostCreate before we insert the new item into the store
erickson [Wed, 13 May 2009 20:29:54 +0000 (20:29 +0000)]
call onPostCreate before we insert the new item into the store

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

14 years agomore dojo1.3 fixes
erickson [Wed, 13 May 2009 18:51:20 +0000 (18:51 +0000)]
more dojo1.3 fixes

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

14 years agoin the public interface, never show hidden orgs (or descendants) in a selector
erickson [Wed, 13 May 2009 17:00:37 +0000 (17:00 +0000)]
in the public interface, never show hidden orgs (or descendants) in a selector

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

14 years agoUse the dedicated xul file for rendering MARC html instead of data: url'ing it. ...
phasefx [Wed, 13 May 2009 16:22:00 +0000 (16:22 +0000)]
Use the dedicated xul file for rendering MARC html instead of data: url'ing it.  Fixes the mangling of double-daggers in record merging and overlaying displays

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

14 years agopile of dojo layout fixes for 1.3 and to better ascimilate into the TT framework
erickson [Wed, 13 May 2009 15:41:06 +0000 (15:41 +0000)]
pile of dojo layout fixes for 1.3 and to better ascimilate into the TT framework

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

14 years agocache has no object when a new object is created. if not in the cache, assume balanc...
erickson [Tue, 12 May 2009 20:39:30 +0000 (20:39 +0000)]
cache has no object when a new object is created.  if not in the cache, assume balance, etc. info of '0'

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

14 years agotreat non-idl fields as virtual fields
erickson [Tue, 12 May 2009 20:06:08 +0000 (20:06 +0000)]
treat non-idl fields as virtual fields

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

14 years agobetter autofielwidget debugging
erickson [Tue, 12 May 2009 19:17:09 +0000 (19:17 +0000)]
better autofielwidget debugging

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

14 years agofixed some columns that got b0rked in the autogrid setup
erickson [Tue, 12 May 2009 19:16:12 +0000 (19:16 +0000)]
fixed some columns that got b0rked in the autogrid setup

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

14 years agopile of dojo-1.3 compability fixes. more to come
erickson [Tue, 12 May 2009 17:02:48 +0000 (17:02 +0000)]
pile of dojo-1.3 compability fixes.  more to come

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

14 years agofall back to the original non-tundra grid. better fonts, better alternating row...
erickson [Tue, 12 May 2009 14:48:35 +0000 (14:48 +0000)]
fall back to the original non-tundra grid.  better fonts, better alternating row colors.  removed some unnecessary duplicate css imports

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

14 years agoapply a formatter so dojo-1.3 will render the html links
erickson [Tue, 12 May 2009 14:28:10 +0000 (14:28 +0000)]
apply a formatter so dojo-1.3 will render the html links

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

14 years agoplugged in the rest of the admin menu entries
erickson [Tue, 12 May 2009 13:54:59 +0000 (13:54 +0000)]
plugged in the rest of the admin menu entries

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

14 years agoMost recent unchunked output of JSONGrammar.html
kgs [Tue, 12 May 2009 13:43:05 +0000 (13:43 +0000)]
Most recent unchunked output of JSONGrammar.html

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

14 years agoAdd basic MFHD holdings display to OPAC
dbs [Tue, 12 May 2009 04:27:46 +0000 (04:27 +0000)]
Add basic MFHD holdings display to OPAC

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

14 years agoEstablishing cataloging folder under StaffServices
kgs [Tue, 12 May 2009 01:22:10 +0000 (01:22 +0000)]
Establishing cataloging folder under StaffServices

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

14 years agogit-svn-id: svn://svn.open-ils.org/ILS/trunk@13138 dcc99617-32d9-48b4-a31d-7c20da2025e4
kgs [Tue, 12 May 2009 01:20:25 +0000 (01:20 +0000)]
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13138 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoPlacing boe.xml at the top, with chapters underneath it
kgs [Tue, 12 May 2009 01:19:30 +0000 (01:19 +0000)]
Placing boe.xml at the top, with chapters underneath it

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

14 years agoreorganizing hierarchy
kgs [Tue, 12 May 2009 01:18:33 +0000 (01:18 +0000)]
reorganizing hierarchy

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

14 years agoReorganizing hierarchy
kgs [Tue, 12 May 2009 01:18:12 +0000 (01:18 +0000)]
Reorganizing hierarchy

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

14 years agogit-svn-id: svn://svn.open-ils.org/ILS/trunk@13134 dcc99617-32d9-48b4-a31d-7c20da2025e4
kgs [Tue, 12 May 2009 01:16:48 +0000 (01:16 +0000)]
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13134 dcc99617-32d9-48b4-a31d-7c20da2025e4

14 years agoplugged in click actions for conify pages
erickson [Mon, 11 May 2009 21:31:35 +0000 (21:31 +0000)]
plugged in click actions for conify pages

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

14 years agoplugged in initial xpath parsing for provider attr defs. fixed some grid height issue...
erickson [Mon, 11 May 2009 20:37:39 +0000 (20:37 +0000)]
plugged in initial xpath parsing for provider attr defs. fixed some grid height issues.  fixed some html cell value formtters

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

14 years agoplugged in some dummy commands to get thing started
erickson [Mon, 11 May 2009 20:17:59 +0000 (20:17 +0000)]
plugged in some dummy commands to get thing started

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

14 years agoremove debug log
erickson [Mon, 11 May 2009 19:20:41 +0000 (19:20 +0000)]
remove debug log

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

14 years agohonor non-IDL fields in the fieldOrder
erickson [Mon, 11 May 2009 19:18:44 +0000 (19:18 +0000)]
honor non-IDL fields in the fieldOrder

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

14 years agoCorrect the way that cstore determines whether a class in the
scottmk [Mon, 11 May 2009 18:05:52 +0000 (18:05 +0000)]
Correct the way that cstore determines whether a class in the
SELECT clause is referenced by the FROM clause.

Instead of calling jsonObjectFindPath(), which is an imprecise
blunt instrument, traverse the join tree recursively, using
specific knowledge of how join trees are built to look in all
right places, and only in the right places.

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

14 years agomore menu entries
erickson [Mon, 11 May 2009 16:01:00 +0000 (16:01 +0000)]
more menu entries

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

14 years agostarted building the new server/local admin menu
erickson [Mon, 11 May 2009 15:18:32 +0000 (15:18 +0000)]
started building the new server/local admin menu

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

14 years agoexit early if no event is created
erickson [Mon, 11 May 2009 14:34:22 +0000 (14:34 +0000)]
exit early if no event is created

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

14 years agomoved from getter to formatter for html-ized id link for dojo-1.3. grid height fixes
erickson [Mon, 11 May 2009 14:03:43 +0000 (14:03 +0000)]
moved from getter to formatter for html-ized id link for dojo-1.3.  grid height fixes

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

14 years agodojo-1.3 treats HTML from a grid getter as raw text, but it will let you return HTML...
erickson [Mon, 11 May 2009 13:59:24 +0000 (13:59 +0000)]
dojo-1.3 treats HTML from a grid getter as raw text, but it will let you return HTML from a formatter.  fixed the autogrid selector cell.  tweaked fuding_source list as well.  i'm sure there are more UI's to track down

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

14 years agogrid heigth fixes, formatting, removed old imported JS since it was only a few lines...
erickson [Mon, 11 May 2009 01:50:43 +0000 (01:50 +0000)]
grid heigth fixes, formatting, removed old imported JS since it was only a few lines, run the code in the template

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

14 years agoheight/width fixes
erickson [Mon, 11 May 2009 01:38:20 +0000 (01:38 +0000)]
height/width fixes

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

14 years agogrid height fixes, added class label
erickson [Mon, 11 May 2009 01:33:59 +0000 (01:33 +0000)]
grid height fixes, added class label

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

14 years agogrid style tweaks, some reformatting
erickson [Mon, 11 May 2009 01:26:56 +0000 (01:26 +0000)]
grid style tweaks, some reformatting

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

14 years agogrid width tweaks
erickson [Mon, 11 May 2009 01:11:36 +0000 (01:11 +0000)]
grid width tweaks

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

14 years agoif a sequence field is explicitly requested in the field order, honor it
erickson [Mon, 11 May 2009 01:10:59 +0000 (01:10 +0000)]
if a sequence field is explicitly requested in the field order, honor it

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

14 years agoadded some grid autoheight handling. small bug fixes on creation. other small cleanup
erickson [Mon, 11 May 2009 00:55:40 +0000 (00:55 +0000)]
added some grid autoheight handling.  small bug fixes on creation.  other small cleanup

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

14 years agouse direct access -- those variables do not exist anymore
miker [Sun, 10 May 2009 14:03:07 +0000 (14:03 +0000)]
use direct access -- those variables do not exist anymore

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

14 years agoOn third thought, let the caller escape the values; might not be an XML context.
dbs [Sun, 10 May 2009 13:05:11 +0000 (13:05 +0000)]
On third thought, let the caller escape the values; might not be an XML context.

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

14 years agoInvoke escape() as a function rather than method, avoids returning 1 for any input
dbs [Sat, 9 May 2009 18:25:10 +0000 (18:25 +0000)]
Invoke escape() as a function rather than method, avoids returning 1 for any input

This is not ideal but solves the problem in the short-term.

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

14 years agoon the hunt for grids that don't need an explicit height. think i've found a way...
erickson [Fri, 8 May 2009 23:39:43 +0000 (23:39 +0000)]
on the hunt for grids that don't need an explicit height.  think i've found a way, started moving some files in that direction.  hiding the left bar for now since it's just taking up space.  some other general cleanup

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

14 years agoadded missing remove column to provider attr def
erickson [Fri, 8 May 2009 23:03:18 +0000 (23:03 +0000)]
added missing remove column to provider attr def

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

14 years agobase_uri as a misnomer. changed to base_path. added support for overrideing the...
erickson [Fri, 8 May 2009 20:44:38 +0000 (20:44 +0000)]
base_uri as a misnomer.  changed to base_path.  added support for overrideing the initially parsed dtd to support xml dtd entity munging

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

14 years agomoved vandelay into the new TT infrastructure. still using dtd for now.
erickson [Fri, 8 May 2009 20:43:22 +0000 (20:43 +0000)]
moved vandelay into the new TT infrastructure.  still using dtd for now.

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

14 years agochanged the optional XML parsing to support DTD replacement via xml::libxml. added...
erickson [Fri, 8 May 2009 20:41:01 +0000 (20:41 +0000)]
changed the optional XML parsing to support DTD replacement via xml::libxml.  added some other useful context variables

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

14 years agoFixed higgledy-piggledy productionset elements to make them more eyeball-friendly.
kgs [Fri, 8 May 2009 20:30:11 +0000 (20:30 +0000)]
Fixed higgledy-piggledy productionset elements to make them more eyeball-friendly.

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

14 years agoJSON Grammar document in progress.
kgs [Fri, 8 May 2009 20:05:09 +0000 (20:05 +0000)]
JSON Grammar document in progress.

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

14 years agoremoving extraneous file
kgs [Fri, 8 May 2009 19:58:32 +0000 (19:58 +0000)]
removing extraneous file

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

14 years agoremoving extraneous file
kgs [Fri, 8 May 2009 19:58:02 +0000 (19:58 +0000)]
removing extraneous file

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

14 years agoremoving extraneous file
kgs [Fri, 8 May 2009 19:55:47 +0000 (19:55 +0000)]
removing extraneous file

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

14 years agosetting up guides sync
kgs [Fri, 8 May 2009 19:54:37 +0000 (19:54 +0000)]
setting up guides sync

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

14 years agoname clarity.
kgs [Fri, 8 May 2009 17:19:18 +0000 (17:19 +0000)]
name clarity.

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

14 years agoGrammars, glossaries, bibliographies, style guides, and other documentation.
kgs [Fri, 8 May 2009 17:18:37 +0000 (17:18 +0000)]
Grammars, glossaries, bibliographies, style guides, and other documentation.

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

14 years agoCreating a folder for reports guides.
kgs [Fri, 8 May 2009 17:15:27 +0000 (17:15 +0000)]
Creating a folder for reports guides.

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

14 years agosupport for parsing accept-language for locale
erickson [Thu, 7 May 2009 22:00:17 +0000 (22:00 +0000)]
support for parsing accept-language for locale

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

14 years agohonor the locale cookie before the standard headers
erickson [Thu, 7 May 2009 21:29:31 +0000 (21:29 +0000)]
honor the locale cookie before the standard headers

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

14 years agomoved match grid to DataGrid
erickson [Thu, 7 May 2009 01:22:03 +0000 (01:22 +0000)]
moved match grid to DataGrid

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

14 years agofixed mismatched function name
erickson [Thu, 7 May 2009 00:39:24 +0000 (00:39 +0000)]
fixed mismatched function name

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

14 years agoadded column picker support for suppressing picker actions on configured columns
erickson [Wed, 6 May 2009 18:52:56 +0000 (18:52 +0000)]
added column picker support for suppressing picker actions on configured columns

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

14 years agomake subfield 9 the first place we look for a Located URI owner
miker [Wed, 6 May 2009 18:27:45 +0000 (18:27 +0000)]
make subfield 9 the first place we look for a Located URI owner

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

14 years agoout with the old-style grid column picker, in with the new
erickson [Wed, 6 May 2009 18:18:23 +0000 (18:18 +0000)]
out with the old-style grid column picker, in with the new

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

14 years agogo ahead and ipmort the placeholder menu since it's used by grid column pickers
erickson [Wed, 6 May 2009 17:29:05 +0000 (17:29 +0000)]
go ahead and ipmort the placeholder menu since it's used by grid column pickers

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

14 years agomoved queue grid to dojo.data.DataGrid plus some other dojo-istic updates. need...
erickson [Wed, 6 May 2009 17:28:20 +0000 (17:28 +0000)]
moved queue grid to dojo.data.DataGrid plus some other dojo-istic updates.  need to update the column picker

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

14 years agoremove some debug logs
erickson [Wed, 6 May 2009 14:46:47 +0000 (14:46 +0000)]
remove some debug logs

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

14 years agomake sure we build widgets for bacode/note in item list. force sync on batch widget...
erickson [Wed, 6 May 2009 14:46:00 +0000 (14:46 +0000)]
make sure we build widgets for bacode/note in item list.  force sync on batch widget draw to make subsequent widgets load faster

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

14 years agodon't require a copy location in import records since we allow for the configuration...
erickson [Wed, 6 May 2009 14:35:01 +0000 (14:35 +0000)]
don't require a copy location in import records since we allow for the configuration of a default.  capture colleciton code on import

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

14 years agouse fully-qualified path in view po/pl links
erickson [Wed, 6 May 2009 14:34:16 +0000 (14:34 +0000)]
use fully-qualified path in view po/pl links

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

14 years agoin RO mode, don't bother loading the linked display field if the widget value is...
erickson [Wed, 6 May 2009 14:33:33 +0000 (14:33 +0000)]
in RO mode, don't bother loading the linked display field if the widget value is null

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

14 years agofor consistency, open attr def editor on double click
erickson [Tue, 5 May 2009 20:50:02 +0000 (20:50 +0000)]
for consistency, open  attr def editor on double click

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

14 years agoported the attr def grid to the newer dojox.grid.DataGrid, plus some other dojo api...
erickson [Tue, 5 May 2009 20:47:21 +0000 (20:47 +0000)]
ported the attr def grid to the newer dojox.grid.DataGrid, plus some other dojo api fixes. 2 grids to go

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

14 years agoQualify the column name with the table alias (i.e. class name)
scottmk [Tue, 5 May 2009 20:32:25 +0000 (20:32 +0000)]
Qualify the column name with the table alias (i.e. class name)
at one spot in the ORDER BY clause where we were neglecting
to do so.

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

14 years agoadded collection code. update copy count in li list when an li's copy count changes
erickson [Tue, 5 May 2009 19:30:33 +0000 (19:30 +0000)]
added collection code.  update copy count in li list when an li's copy count changes

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

14 years agodojo does not take kindly to numbers when it wants strings
erickson [Tue, 5 May 2009 18:27:31 +0000 (18:27 +0000)]
dojo does not take kindly to numbers when it wants strings

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

14 years agoRemove array_position attributes, 'virtual="false"', and the
scottmk [Tue, 5 May 2009 17:16:29 +0000 (17:16 +0000)]
Remove array_position attributes, 'virtual="false"', and the
three canonical virtual fields isnew, ischanged, and
isdeleted.

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

14 years agodon't reset subtotal on each li
erickson [Tue, 5 May 2009 16:01:28 +0000 (16:01 +0000)]
don't reset subtotal on each li

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

14 years agogrid containers need explicit heights
erickson [Tue, 5 May 2009 15:31:38 +0000 (15:31 +0000)]
grid containers need explicit heights

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

14 years agofor consistency, onSubmit -> onPostSubmit
erickson [Tue, 5 May 2009 15:31:16 +0000 (15:31 +0000)]
for consistency, onSubmit -> onPostSubmit

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

14 years agoupdate grid after dialog hide. use the new attr() call to set the grid structure
erickson [Tue, 5 May 2009 15:30:34 +0000 (15:30 +0000)]
update grid after dialog hide.  use the new attr() call to set the grid structure

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

14 years agoinitial action_trigger seed data for overdue notice, mark lost, mark lost notice...
erickson [Tue, 5 May 2009 15:29:02 +0000 (15:29 +0000)]
initial action_trigger seed data for overdue notice, mark lost, mark lost notice, and purchase_order html template.  More to come, will evolve

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

14 years agoIDL entry for acq.lineitem_detail.collection_code
erickson [Tue, 5 May 2009 14:09:36 +0000 (14:09 +0000)]
IDL entry for acq.lineitem_detail.collection_code

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

14 years agowrap header buttons in a div so they will adopt the correct CSS
erickson [Tue, 5 May 2009 13:52:47 +0000 (13:52 +0000)]
wrap header buttons in a div so they will adopt the correct CSS

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