]> git.evergreen-ils.org Git - Evergreen.git/log
Evergreen.git
16 years agoTypo patch from Dan Scott, correcting the Namespace URI for the persistEnce
miker [Mon, 28 May 2007 19:18:48 +0000 (19:18 +0000)]
Typo patch from Dan Scott, correcting the Namespace URI for the persistEnce
namespace in the IDL, and in files that parse or use said file and
namespace.

http://list.georgialibraries.org/pipermail/open-ils-dev/2007-May/001094.html

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

16 years agoabstraction layer to support both ZOOM and Net::Z3950
miker [Mon, 28 May 2007 14:49:41 +0000 (14:49 +0000)]
abstraction layer to support both ZOOM and Net::Z3950

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

16 years agoSecond patch for oils_requestor.c from Scott McKellar; fixes parsing with
miker [Mon, 28 May 2007 14:27:36 +0000 (14:27 +0000)]
Second patch for oils_requestor.c from Scott McKellar;  fixes parsing with
regard to embeded spaces.

Applied with minor change to use buffer_fadd() instead of multiple calls to
buffer_add() and buffer_add_char().

http://list.georgialibraries.org/pipermail/open-ils-dev/2007-May/000832.html

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

16 years agoGeneral cleanup patch from Scott McKellar; static-ify local functions, clean
miker [Mon, 28 May 2007 14:13:01 +0000 (14:13 +0000)]
General cleanup patch from Scott McKellar; static-ify local functions, clean
up some getopt usage, fix readline memory leak.

http://list.georgialibraries.org/pipermail/open-ils-dev/2007-May/000789.html

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

16 years agohttp://list.georgialibraries.org/pipermail/open-ils-dev/2007-May/001092.html
miker [Sun, 27 May 2007 00:49:10 +0000 (00:49 +0000)]
http://list.georgialibraries.org/pipermail/open-ils-dev/2007-May/001092.html
Patch from Scott McKellar to:

 * Make default config object pointer static (module local)
 * Clean up variable name to remove leading underscores
 * Remove think-o which would deallocate the default config when
   loading any other
 * Fix error log message

Applied with minor change to the log message fix

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

16 years agoone more missing datatype
miker [Fri, 25 May 2007 18:05:56 +0000 (18:05 +0000)]
one more missing datatype

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

16 years agoarg ... 2 typos. thank you, xmllint
miker [Fri, 25 May 2007 17:56:48 +0000 (17:56 +0000)]
arg ... 2 typos. thank you, xmllint

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

16 years agoadding more datatypes
miker [Fri, 25 May 2007 17:51:44 +0000 (17:51 +0000)]
adding more datatypes

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

16 years agoadded more "missing transform" test ... for testing
miker [Fri, 25 May 2007 17:37:56 +0000 (17:37 +0000)]
added more "missing transform" test ... for testing

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

16 years agoXSD from Dan Scott for validating the ~/.srfsh.xml config file.
miker [Fri, 25 May 2007 15:31:59 +0000 (15:31 +0000)]
XSD from Dan Scott for validating the ~/.srfsh.xml config file.
http://list.georgialibraries.org/pipermail/open-ils-dev/2007-May/001030.html

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

16 years agoFrom Dan Scott: EOL Whitespace is now stripped in the perl config file,
miker [Wed, 23 May 2007 15:04:59 +0000 (15:04 +0000)]
From Dan Scott: EOL Whitespace is now stripped in the perl config file,
hopefully saving some debugging time in the future.

Details at: http://list.georgialibraries.org/pipermail/open-ils-dev/2007-May/001049.html

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

16 years agoadding "org_unit" and empty datatypes to the ALL list to allow the base filter pane...
miker [Tue, 22 May 2007 19:39:36 +0000 (19:39 +0000)]
adding "org_unit" and empty datatypes to the ALL list to allow the base filter pane to be activated

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

16 years agoignore non-leaf text nodes
miker [Mon, 21 May 2007 16:33:29 +0000 (16:33 +0000)]
ignore non-leaf text nodes

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

16 years agodisable caching of patron summary in search interface for now; the alternative is...
pines [Mon, 21 May 2007 14:39:08 +0000 (14:39 +0000)]
disable caching of patron summary in search interface for now; the alternative is to use query params here.  Need to key off something other than URL if I don't want to use query params and want the deck/iframe library to keep multiple instances of the interface

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

16 years agocompatability functions for strnlen and strndup
miker [Mon, 21 May 2007 05:12:27 +0000 (05:12 +0000)]
compatability functions for strnlen and strndup

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

16 years agomoving this to strn_compat
miker [Mon, 21 May 2007 05:11:15 +0000 (05:11 +0000)]
moving this to strn_compat

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

16 years agocut-n-paste error in logged message -- thanks scottmck
miker [Mon, 21 May 2007 04:33:46 +0000 (04:33 +0000)]
cut-n-paste error in logged message -- thanks scottmck

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

16 years agostrndup() and strnlen() implementations from Jeroen Ruigrok van der Werven
miker [Mon, 21 May 2007 02:31:52 +0000 (02:31 +0000)]
strndup() and strnlen() implementations from Jeroen Ruigrok van der Werven
See bug #551 for original details -- http://open-ils.org/cgi-bin/bugzilla/show_bug.cgi?id=551

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

16 years agoreordering breakage; const qualifier in header
miker [Mon, 21 May 2007 01:53:27 +0000 (01:53 +0000)]
reordering breakage; const qualifier in header

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

16 years agoFailure cleanups suggested by Scott McKellar; modified from patch at
miker [Mon, 21 May 2007 01:48:05 +0000 (01:48 +0000)]
Failure cleanups suggested by Scott McKellar; modified from patch at
http://list.georgialibraries.org/pipermail/open-ils-dev/2007-May/001006.html

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

16 years agoconst-ification
miker [Mon, 21 May 2007 01:46:39 +0000 (01:46 +0000)]
const-ification

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

16 years agoCorrecting previous comment. The right mailing list pointer is at:
miker [Sun, 20 May 2007 13:15:05 +0000 (13:15 +0000)]
Correcting previous comment.  The right mailing list pointer is at:
http://list.georgialibraries.org/pipermail/open-ils-dev/2007-May/001002.html

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

16 years agostderr output cleanup
miker [Sun, 20 May 2007 12:50:36 +0000 (12:50 +0000)]
stderr output cleanup
Patch supplied by Scott McKellar
http://list.georgialibraries.org/pipermail/open-ils-dev/2007-May/001006.html

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

16 years agoadding mostly done IDL parser with test and sample makefile
erickson [Fri, 18 May 2007 21:01:47 +0000 (21:01 +0000)]
adding mostly done IDL parser with test and sample makefile

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

16 years agoadded some inline comments
erickson [Fri, 18 May 2007 19:55:59 +0000 (19:55 +0000)]
added some inline comments

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

16 years agoadded math bench code. added shutdown method to disconnect from jabber. updated...
erickson [Fri, 18 May 2007 19:44:31 +0000 (19:44 +0000)]
added math bench code.  added shutdown method to disconnect from jabber.  updated makefile to used fetched version of the stax jar

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

16 years agoforcing onchange to run on password reset
erickson [Fri, 18 May 2007 18:04:32 +0000 (18:04 +0000)]
forcing onchange to run on password reset

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

16 years agochanged log level on what really should not be a warning message
erickson [Fri, 18 May 2007 17:31:44 +0000 (17:31 +0000)]
changed log level on what really should not be a warning message

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

16 years agoadding small default evergreen logo and "powered by" link to opac
erickson [Fri, 18 May 2007 17:15:43 +0000 (17:15 +0000)]
adding small default evergreen logo and "powered by" link to opac

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

16 years agooptimized the XMLLHttpRequest object creation to try the most likely creation option...
erickson [Fri, 18 May 2007 17:11:47 +0000 (17:11 +0000)]
optimized the XMLLHttpRequest object creation to try the most likely creation option first
removed all of the 3-retries logic since we weren't using it anymore

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

16 years agobroken xulG/cgi conversion. CGI .keys scared me away from xul_param earlier
pines [Fri, 18 May 2007 17:05:42 +0000 (17:05 +0000)]
broken xulG/cgi conversion.  CGI .keys scared me away from xul_param earlier

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

16 years agoadded debug statement
erickson [Fri, 18 May 2007 17:04:10 +0000 (17:04 +0000)]
added debug statement

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

16 years agoforward-porting stable fix to claims return logic
erickson [Fri, 18 May 2007 17:03:14 +0000 (17:03 +0000)]
forward-porting stable fix to claims return logic

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

16 years agoupdating to match stable branch logic
erickson [Fri, 18 May 2007 17:01:28 +0000 (17:01 +0000)]
updating to match stable branch logic

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

16 years agoreturning OK status in respond method, instead of no status at all. most code uses...
erickson [Fri, 18 May 2007 16:57:56 +0000 (16:57 +0000)]
returning OK status in respond method, instead of no status at all.  most code uses respond_complete, which is why this has not been an issue in the past.  writing new client libs exposed it, though

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

16 years agobroke network-object logic out of the JSON parsing code
erickson [Fri, 18 May 2007 16:55:51 +0000 (16:55 +0000)]
broke network-object logic out of the JSON parsing code

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

16 years agocommitting scott's safer MALLOC macro and a new buffer_release function patches
erickson [Fri, 18 May 2007 16:53:29 +0000 (16:53 +0000)]
committing scott's safer MALLOC macro and a new buffer_release function patches

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

16 years agoadded optional range dates for transit start time in transit-list-by-lib method
erickson [Fri, 18 May 2007 16:49:45 +0000 (16:49 +0000)]
added optional range dates for transit start time in transit-list-by-lib method

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

16 years agoadded a make target to sample makefile for fetching jar/source dependencies to ease...
erickson [Fri, 18 May 2007 15:58:38 +0000 (15:58 +0000)]
added a make target to sample makefile for fetching jar/source dependencies to ease deployment

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

16 years agorethinking deployment
erickson [Fri, 18 May 2007 15:56:17 +0000 (15:56 +0000)]
rethinking deployment

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

16 years agoupdating to jdk1.5 build
erickson [Wed, 16 May 2007 21:01:06 +0000 (21:01 +0000)]
updating to jdk1.5 build

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

16 years agoadded memcache lib to makefile
erickson [Wed, 16 May 2007 20:41:03 +0000 (20:41 +0000)]
added memcache lib to makefile

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

16 years agocommitting added jars
erickson [Wed, 16 May 2007 20:09:45 +0000 (20:09 +0000)]
committing added jars

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

16 years agoadded a memcache client and test
erickson [Wed, 16 May 2007 19:30:03 +0000 (19:30 +0000)]
added a memcache client and test

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

16 years agoadded test as an alternate datatype for string
erickson [Wed, 16 May 2007 18:21:31 +0000 (18:21 +0000)]
added test as an alternate datatype for string

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

16 years agoadded check for duplicate report-name-per-folder on report creation
erickson [Wed, 16 May 2007 18:00:41 +0000 (18:00 +0000)]
added check for duplicate report-name-per-folder on report creation

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

16 years agoadded a settings server client and test. made the global config object wrapped in...
erickson [Wed, 16 May 2007 17:27:56 +0000 (17:27 +0000)]
added a settings server client and test.  made the global config object wrapped in a method instead of using static methods all around

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

16 years agoimplemented client bootstrap. created a status object to model connection statuses...
erickson [Wed, 16 May 2007 14:38:02 +0000 (14:38 +0000)]
implemented client bootstrap.  created a status object to model connection statuses.  remodeled the client test code to run arbitrary methods

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

16 years agoforward-porting path fixes from 1.0; testing left-join fix for display-only fields
miker [Wed, 16 May 2007 02:17:10 +0000 (02:17 +0000)]
forward-porting path fixes from 1.0; testing left-join fix for display-only fields

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

16 years agoadded basic support for showing template-defined params in the report editor
erickson [Wed, 16 May 2007 01:30:04 +0000 (01:30 +0000)]
added basic support for showing template-defined params in the report editor

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

16 years agochanged API for highest_org to return -1 instead of null
erickson [Tue, 15 May 2007 21:49:34 +0000 (21:49 +0000)]
changed API for highest_org to return -1 instead of null

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

16 years agohandle -1 from open-ils.actor.user.perm.highest_org
pines [Tue, 15 May 2007 21:43:17 +0000 (21:43 +0000)]
handle -1 from open-ils.actor.user.perm.highest_org

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

16 years agoforward-porting label-spacing issue from 1.0.3
miker [Mon, 14 May 2007 18:30:40 +0000 (18:30 +0000)]
forward-porting label-spacing issue from 1.0.3

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

16 years agocorrecting calendar css
miker [Mon, 14 May 2007 02:46:12 +0000 (02:46 +0000)]
correcting calendar css

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

16 years agoadded logic to spawn the correct clone-template interface based on template version
erickson [Sun, 13 May 2007 19:39:31 +0000 (19:39 +0000)]
added logic to spawn the correct clone-template interface based on template version

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

16 years agocontentWindow wrapper to get around security
pines [Sun, 13 May 2007 19:19:01 +0000 (19:19 +0000)]
contentWindow wrapper to get around security

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

16 years agowe get the weird [] -> { 0 : .., 1 : ... } JSON bug if trying to cache arrays here
pines [Sun, 13 May 2007 19:18:07 +0000 (19:18 +0000)]
we get the weird [] -> { 0 : .., 1 : ... } JSON bug if trying to cache arrays here

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

16 years agoxul_param and modal xulG conversion
pines [Sun, 13 May 2007 16:31:25 +0000 (16:31 +0000)]
xul_param and modal xulG conversion

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

16 years agodeprecate this directory, old version of the staff client
pines [Sun, 13 May 2007 16:30:57 +0000 (16:30 +0000)]
deprecate this directory, old version of the staff client

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

16 years agoadding utility method for setting the location
miker [Sun, 13 May 2007 03:48:25 +0000 (03:48 +0000)]
adding utility method for setting the location

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

16 years agoordering issue
miker [Sun, 13 May 2007 03:42:07 +0000 (03:42 +0000)]
ordering issue

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

16 years agoordering issue
miker [Sun, 13 May 2007 03:35:25 +0000 (03:35 +0000)]
ordering issue

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

16 years agotemplate loading
miker [Sun, 13 May 2007 03:27:37 +0000 (03:27 +0000)]
template loading

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

16 years agoremoving some debugging
miker [Sat, 12 May 2007 14:55:01 +0000 (14:55 +0000)]
removing some debugging

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

16 years agocorrecting patron link in rccc view definition
miker [Sat, 12 May 2007 05:44:01 +0000 (05:44 +0000)]
correcting patron link in rccc view definition

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

16 years agoback to buttons
miker [Sat, 12 May 2007 05:31:06 +0000 (05:31 +0000)]
back to buttons

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

16 years agotrying to force focus to the tree
miker [Sat, 12 May 2007 05:25:36 +0000 (05:25 +0000)]
trying to force focus to the tree

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

16 years agotrying to force focus to the tree
miker [Sat, 12 May 2007 05:20:10 +0000 (05:20 +0000)]
trying to force focus to the tree

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

16 years agomenulist
miker [Sat, 12 May 2007 05:15:59 +0000 (05:15 +0000)]
menulist

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

16 years agomenulist
miker [Sat, 12 May 2007 05:10:16 +0000 (05:10 +0000)]
menulist

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

16 years agomenulist
miker [Sat, 12 May 2007 05:05:55 +0000 (05:05 +0000)]
menulist

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

16 years agodefunction-ification and menulist
miker [Sat, 12 May 2007 05:05:04 +0000 (05:05 +0000)]
defunction-ification and menulist

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

16 years agodebugging
miker [Sat, 12 May 2007 04:50:18 +0000 (04:50 +0000)]
debugging

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

16 years agodebugging
miker [Sat, 12 May 2007 04:47:41 +0000 (04:47 +0000)]
debugging

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

16 years agodebugging
miker [Sat, 12 May 2007 04:46:09 +0000 (04:46 +0000)]
debugging

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

16 years agofunction-ification
miker [Sat, 12 May 2007 04:43:45 +0000 (04:43 +0000)]
function-ification

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

16 years agodebuging
miker [Sat, 12 May 2007 04:41:50 +0000 (04:41 +0000)]
debuging

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

16 years agoor not
miker [Sat, 12 May 2007 04:27:25 +0000 (04:27 +0000)]
or not

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

16 years agofocus on name element
miker [Sat, 12 May 2007 04:26:47 +0000 (04:26 +0000)]
focus on name element

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

16 years agofunction-ification
miker [Sat, 12 May 2007 04:11:46 +0000 (04:11 +0000)]
function-ification

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

16 years agodo not attempt focus()ing
miker [Sat, 12 May 2007 04:10:06 +0000 (04:10 +0000)]
do not attempt focus()ing

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

16 years agodo not attempt focus()ing
miker [Sat, 12 May 2007 04:09:09 +0000 (04:09 +0000)]
do not attempt focus()ing

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

16 years agoattempt focus()ing
miker [Sat, 12 May 2007 04:08:17 +0000 (04:08 +0000)]
attempt focus()ing

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

16 years agotry command property instead of oncommand attr
miker [Sat, 12 May 2007 04:02:30 +0000 (04:02 +0000)]
try command property instead of oncommand attr

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

16 years agomake sure we return true
miker [Sat, 12 May 2007 03:50:58 +0000 (03:50 +0000)]
make sure we return true

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

16 years agoor not
miker [Sat, 12 May 2007 03:48:00 +0000 (03:48 +0000)]
or not

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

16 years agotrying a popup
miker [Sat, 12 May 2007 03:45:51 +0000 (03:45 +0000)]
trying a popup

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

16 years agook, not trying menu-button
miker [Sat, 12 May 2007 03:35:46 +0000 (03:35 +0000)]
ok, not trying menu-button

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

16 years agotrying menu-button
miker [Sat, 12 May 2007 03:35:04 +0000 (03:35 +0000)]
trying menu-button

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

16 years agotrying a fix for the textbox bug
miker [Sat, 12 May 2007 03:27:31 +0000 (03:27 +0000)]
trying a fix for the textbox bug

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

16 years agotrying a fix for the textbox bug
miker [Sat, 12 May 2007 03:16:56 +0000 (03:16 +0000)]
trying a fix for the textbox bug

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

16 years agotrying a fix for the textbox bug
miker [Sat, 12 May 2007 03:08:39 +0000 (03:08 +0000)]
trying a fix for the textbox bug

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

16 years agofixed some doc strings. added sample makefile
erickson [Fri, 11 May 2007 23:10:26 +0000 (23:10 +0000)]
fixed some doc strings.  added sample makefile

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

16 years agoadded a lot of documentation
erickson [Fri, 11 May 2007 22:53:43 +0000 (22:53 +0000)]
added a lot of documentation

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

16 years agocreated standalone new-template and clone-template URL vars for easier management
erickson [Fri, 11 May 2007 18:49:38 +0000 (18:49 +0000)]
created standalone new-template and clone-template URL vars for easier management

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

16 years agodirecting to new template builder
erickson [Fri, 11 May 2007 18:37:20 +0000 (18:37 +0000)]
directing to new template builder

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

16 years agofixed bug in org_unit datatype widget drawing
erickson [Fri, 11 May 2007 18:09:06 +0000 (18:09 +0000)]
fixed bug in org_unit datatype widget drawing

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

16 years agocommenting out the prompt used to grab the template record
miker [Fri, 11 May 2007 16:00:52 +0000 (16:00 +0000)]
commenting out the prompt used to grab the template record

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

16 years agointroduce the saving logic
miker [Fri, 11 May 2007 15:46:43 +0000 (15:46 +0000)]
introduce the saving logic

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

16 years agoimplemented enough of the stack/session logic to make stateless requests and receive...
erickson [Fri, 11 May 2007 15:45:27 +0000 (15:45 +0000)]
implemented enough of the stack/session logic to make stateless requests and receive responses

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