]> git.evergreen-ils.org Git - Evergreen.git/log
Evergreen.git
18 years agoCVS doesn't know about these files for some reason
erickson [Thu, 18 Aug 2005 13:20:35 +0000 (13:20 +0000)]
CVS doesn't know about these files for some reason

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

18 years agodisabled REUSE since it was affecting router
erickson [Wed, 17 Aug 2005 18:35:09 +0000 (18:35 +0000)]
disabled REUSE since it was affecting router

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

18 years agochanged port
erickson [Wed, 17 Aug 2005 16:21:37 +0000 (16:21 +0000)]
changed port

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

18 years agoadd socket options to allow socket recovery and speed up streaming
miker [Wed, 17 Aug 2005 15:43:11 +0000 (15:43 +0000)]
add socket options to allow socket recovery and speed up streaming

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

18 years agoadded external file to hold the commonly used jabber XML
erickson [Wed, 17 Aug 2005 15:16:22 +0000 (15:16 +0000)]
added external file to hold the commonly used jabber XML

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

18 years agofixed a problem in utils where I was using a va_list after calling va_end on the...
erickson [Wed, 17 Aug 2005 14:43:44 +0000 (14:43 +0000)]
fixed a problem in utils where I was using a va_list after calling va_end on the list
found a couple of memory leaks in gateway
got exceptions going through the REST gateway
made makefile a little smarter

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

18 years agoadded the setting for unixpath
erickson [Tue, 16 Aug 2005 21:25:41 +0000 (21:25 +0000)]
added the setting for unixpath

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

18 years agopulling in sidebar code
erickson [Tue, 16 Aug 2005 21:23:01 +0000 (21:23 +0000)]
pulling in sidebar code

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

18 years agomaking the import tools more generic (with PINES defaults)
miker [Tue, 16 Aug 2005 21:19:56 +0000 (21:19 +0000)]
making the import tools more generic (with PINES defaults)

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

18 years agoallow encoding to be passed to as_xml
miker [Tue, 16 Aug 2005 21:18:58 +0000 (21:18 +0000)]
allow encoding to be passed to as_xml

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

18 years agoadded some output
erickson [Tue, 16 Aug 2005 21:11:01 +0000 (21:11 +0000)]
added some output

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

18 years agomoved transport code over to utils/socket_bundle so we can keep the code
erickson [Tue, 16 Aug 2005 21:06:42 +0000 (21:06 +0000)]
moved transport code over to utils/socket_bundle so we can keep the code
centralized and take advantage of the unix socket handling.

made makefiles smarter so that we're not re-compiling targets

make install less verbose so errors are easier to see

cleared up all but one of the build errors (still thinking about that one)

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

18 years agoadded method to allow waiting for a single client socket instead
erickson [Tue, 16 Aug 2005 15:46:54 +0000 (15:46 +0000)]
added method to allow waiting for a single client socket instead
of waiting on every socket

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

18 years agopatched up to work with new jserver
erickson [Tue, 16 Aug 2005 15:19:27 +0000 (15:19 +0000)]
patched up to work with new jserver

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

18 years agojserver now has ability to listen on a specified IP address
erickson [Tue, 16 Aug 2005 15:16:26 +0000 (15:16 +0000)]
jserver now has ability to listen on a specified IP address

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

18 years agoadded ability to bind to a specific IP address for TCP server connections.
erickson [Tue, 16 Aug 2005 15:09:32 +0000 (15:09 +0000)]
added ability to bind to a specific IP address for TCP server connections.
TCP client code is now tested and appears to work

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

18 years agoadded client connect code for INET and UNIX. UNIX is tested, INET is not.
erickson [Tue, 16 Aug 2005 14:44:59 +0000 (14:44 +0000)]
added client connect code for INET and UNIX.  UNIX is tested, INET is not.

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

18 years agoupdating opensearch template for the new MVR layout
miker [Tue, 16 Aug 2005 13:47:10 +0000 (13:47 +0000)]
updating opensearch template for the new MVR layout

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

18 years agoremoved dependency to self in makefile
erickson [Tue, 16 Aug 2005 13:29:25 +0000 (13:29 +0000)]
removed dependency to self in makefile

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

18 years agoadded callbacks to handle major events
erickson [Mon, 15 Aug 2005 21:18:39 +0000 (21:18 +0000)]
added callbacks to handle major events

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

18 years agomoved sidebar code out for ease of use
erickson [Mon, 15 Aug 2005 20:22:08 +0000 (20:22 +0000)]
moved sidebar code out for ease of use

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

18 years agoadded microseconds to get_timestamp_millis()
erickson [Mon, 15 Aug 2005 13:42:42 +0000 (13:42 +0000)]
added microseconds to get_timestamp_millis()

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

18 years agoremoved the magical 'which' call to find apxs. it's not pretty when there
erickson [Mon, 15 Aug 2005 13:06:15 +0000 (13:06 +0000)]
removed the magical 'which' call to find apxs.  it's not pretty when there
is no apxs in path

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

18 years agomade the sidebar display code more generic
erickson [Fri, 12 Aug 2005 22:08:59 +0000 (22:08 +0000)]
made the sidebar display code more generic
turned sidebars into UL's
added some style

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

18 years agofixed copy/paste error
erickson [Fri, 12 Aug 2005 20:53:46 +0000 (20:53 +0000)]
fixed copy/paste error

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

18 years agofieldmapper generator code
erickson [Fri, 12 Aug 2005 20:53:02 +0000 (20:53 +0000)]
fieldmapper generator code

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

18 years agogenerating slimmer js for basic web stuff and extended js for my opac, etc.
erickson [Fri, 12 Aug 2005 20:51:37 +0000 (20:51 +0000)]
generating slimmer js for basic web stuff and extended js for my opac, etc.

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

18 years agoadded some test code to xmltools.
erickson [Fri, 12 Aug 2005 16:46:16 +0000 (16:46 +0000)]
added some test code to xmltools.

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

18 years agoremoved debug line
erickson [Fri, 12 Aug 2005 16:45:00 +0000 (16:45 +0000)]
removed debug line

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

18 years agoadded combined count and id search
miker [Fri, 12 Aug 2005 16:44:43 +0000 (16:44 +0000)]
added combined count and id search

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

18 years agotesting out new storage method to retrieve the count with the ids instead of
erickson [Fri, 12 Aug 2005 16:44:24 +0000 (16:44 +0000)]
testing out new storage method to retrieve the count with the ids instead of
retrieving it separately

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

18 years agogetting rid of some spurious warnings
miker [Fri, 12 Aug 2005 16:44:12 +0000 (16:44 +0000)]
getting rid of some spurious warnings

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

18 years agocode cleanup and memory debugging
erickson [Fri, 12 Aug 2005 15:29:58 +0000 (15:29 +0000)]
code cleanup and memory debugging

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

18 years agoupdate location updates depth
erickson [Fri, 12 Aug 2005 14:07:19 +0000 (14:07 +0000)]
update location updates depth

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

18 years agoclient cookie caching of ID's
erickson [Fri, 12 Aug 2005 13:55:03 +0000 (13:55 +0000)]
client cookie caching of ID's

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

18 years agomoving strings to localized DTD
miker [Fri, 12 Aug 2005 02:44:21 +0000 (02:44 +0000)]
moving strings to localized DTD

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

18 years agoremoved some comments
erickson [Thu, 11 Aug 2005 22:36:18 +0000 (22:36 +0000)]
removed some comments

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

18 years agoweb
erickson [Thu, 11 Aug 2005 22:35:05 +0000 (22:35 +0000)]
web

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

18 years agomoved C over to all JSON all the time
erickson [Thu, 11 Aug 2005 22:28:52 +0000 (22:28 +0000)]
moved C over to all JSON all the time

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

18 years agofixing preconstructed Result test in AppSession
miker [Thu, 11 Aug 2005 20:49:10 +0000 (20:49 +0000)]
fixing preconstructed Result test in AppSession

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

18 years agominor bug fixes and removal of some extra stringifications
miker [Thu, 11 Aug 2005 20:07:57 +0000 (20:07 +0000)]
minor bug fixes and removal of some extra stringifications

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

18 years agotesting reveals bugs, bugs get squashed!
miker [Thu, 11 Aug 2005 19:37:13 +0000 (19:37 +0000)]
testing reveals bugs, bugs get squashed!

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

18 years agomoving from XML to JSON in the core messaging
pines [Thu, 11 Aug 2005 19:09:25 +0000 (19:09 +0000)]
moving from XML to JSON in the core messaging

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

18 years agoLet's rebreak bug 33. content-primary or content gives us text selection, but it...
phasefx [Thu, 11 Aug 2005 17:57:09 +0000 (17:57 +0000)]
Let's rebreak bug 33.  content-primary or content gives us text selection, but it breaks other things, such as the marc view and the context menu.  Search results also change

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

18 years agotext selection with embedded opac. The strange thing is that we were on the right...
phasefx [Thu, 11 Aug 2005 17:13:17 +0000 (17:13 +0000)]
text selection with embedded opac.  The strange thing is that we were on the right track with type=content-primary, however, it only works if you put that in a static declaration of that element.  if you do createElement('iframe') and then setAttribute('type','content-primary') or .type = 'content-primary', then it doesn't work

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

18 years agothe date & time functions
phasefx [Thu, 11 Aug 2005 15:16:31 +0000 (15:16 +0000)]
the date & time functions

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

18 years agoshuffling code around, and proper date validation
phasefx [Thu, 11 Aug 2005 15:14:26 +0000 (15:14 +0000)]
shuffling code around, and proper date validation

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

18 years agoweb work
erickson [Thu, 11 Aug 2005 14:41:58 +0000 (14:41 +0000)]
web work

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

18 years agomemory leak debugging, removed closures
erickson [Wed, 10 Aug 2005 17:03:17 +0000 (17:03 +0000)]
memory leak debugging, removed closures
added flesh user method

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

18 years agosupybot plugin. whitespace is syntax with this one, Mike :)
phasefx [Wed, 10 Aug 2005 13:05:04 +0000 (13:05 +0000)]
supybot plugin.  whitespace is syntax with this one, Mike :)

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

18 years agountested xsl code
erickson [Tue, 9 Aug 2005 13:54:40 +0000 (13:54 +0000)]
untested xsl code

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

18 years agomore web work
erickson [Mon, 8 Aug 2005 17:10:54 +0000 (17:10 +0000)]
more web work

changed subject handling in ModsParser so subjects are now layed out as
a hash of key=subject, val=subject_count

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

18 years agomoved org_utils into opac_utils
erickson [Mon, 8 Aug 2005 16:03:15 +0000 (16:03 +0000)]
moved org_utils into opac_utils

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

18 years agomoving methods into config.js
erickson [Mon, 8 Aug 2005 15:49:55 +0000 (15:49 +0000)]
moving methods into config.js
added basic title result page code
abstracted more stuff to result_common

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

18 years agore-organizing the opac images, putting image types into
erickson [Mon, 8 Aug 2005 14:33:07 +0000 (14:33 +0000)]
re-organizing the opac images,  putting  image types into
their own directories for easier maintenance

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

18 years agolots of simple web enhancements, org tree loaded and working
erickson [Sun, 7 Aug 2005 22:20:36 +0000 (22:20 +0000)]
lots of simple web enhancements, org tree loaded and working
added an altcanvas.xml which holds anything that may be hidden behind the page canvas
added header file for mod_xmltools

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

18 years agomuch work toward the dtd-on-the-fly architecture for locale changing
erickson [Fri, 5 Aug 2005 21:03:36 +0000 (21:03 +0000)]
much work toward the dtd-on-the-fly architecture for locale changing

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

18 years agobug #6, receipt printing
phasefx [Fri, 5 Aug 2005 18:02:49 +0000 (18:02 +0000)]
bug #6, receipt printing

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

18 years agobug #11, more entry points for marc editor and copy browser
phasefx [Fri, 5 Aug 2005 17:34:05 +0000 (17:34 +0000)]
bug #11, more entry points for marc editor and copy browser

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

18 years agomove the log_free to after the cleanup is done so we don't see
erickson [Fri, 5 Aug 2005 15:38:30 +0000 (15:38 +0000)]
move the log_free to after the cleanup is done so we don't see
error logging going to the terminal after log_free

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

18 years agoadded apache config file reading, yay... more to come
erickson [Fri, 5 Aug 2005 15:37:58 +0000 (15:37 +0000)]
added apache config file reading, yay... more to come

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

18 years agoadded if test to remove 'make clean' error
erickson [Fri, 5 Aug 2005 13:07:28 +0000 (13:07 +0000)]
added if test to remove 'make clean' error

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

18 years agoOpenILS apache xml processing stuff, other mods can go in this dir as well
erickson [Fri, 5 Aug 2005 12:59:16 +0000 (12:59 +0000)]
OpenILS apache xml processing stuff, other mods can go in this dir as well

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

18 years agomoving to OpenILS
erickson [Fri, 5 Aug 2005 12:58:03 +0000 (12:58 +0000)]
moving to OpenILS

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

18 years agoremoved some unused comments, etc.
erickson [Fri, 5 Aug 2005 12:34:31 +0000 (12:34 +0000)]
removed some unused comments, etc.

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

18 years agosome small changes
erickson [Fri, 5 Aug 2005 12:33:04 +0000 (12:33 +0000)]
some small changes

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

18 years agoopac, here we come
erickson [Fri, 5 Aug 2005 12:31:51 +0000 (12:31 +0000)]
opac, here we come

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

18 years agoapachetools is some generic apache module helper functions
erickson [Thu, 4 Aug 2005 22:13:11 +0000 (22:13 +0000)]
apachetools is some generic apache module helper functions
xmltools are some generic xml helper functions
mod_xmltools is the beginning of our XML monster for
processing DTDs, xincludes, and potentially xslt's

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

18 years agoooops... octal ;)
miker [Thu, 4 Aug 2005 18:36:19 +0000 (18:36 +0000)]
ooops... octal ;)

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

18 years agonow allow S and E in class hints :)
erickson [Thu, 4 Aug 2005 18:26:45 +0000 (18:26 +0000)]
now allow S and E in class hints :)

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

18 years agobug #5, probably fixed, but need to test. bug #22 is ad-hoc bill creation, which...
phasefx [Thu, 4 Aug 2005 13:34:48 +0000 (13:34 +0000)]
bug #5, probably fixed, but need to test.  bug #22 is ad-hoc bill creation, which will need some API from Bill

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

18 years agodettatching refs, hopefully staving off leaks in the browser
miker [Wed, 3 Aug 2005 20:52:35 +0000 (20:52 +0000)]
dettatching refs, hopefully staving off leaks in the browser

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

18 years agosuper slim version
miker [Wed, 3 Aug 2005 19:52:45 +0000 (19:52 +0000)]
super slim version

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

18 years agosome code cleanup, some unfinished projects, etc.
erickson [Wed, 3 Aug 2005 17:07:36 +0000 (17:07 +0000)]
some code cleanup, some unfinished projects, etc.

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

18 years agoadded a stringisnum function
erickson [Wed, 3 Aug 2005 17:06:19 +0000 (17:06 +0000)]
added a stringisnum function

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

18 years agoadding methods, config vars, login code
erickson [Wed, 3 Aug 2005 17:00:14 +0000 (17:00 +0000)]
adding methods, config vars, login code

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

18 years agoremoving some minor debuging info
miker [Wed, 3 Aug 2005 16:58:31 +0000 (16:58 +0000)]
removing some minor debuging info

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

18 years agodaemonizing and hushing warnings; logger reopens files instead of writing blindly...
miker [Wed, 3 Aug 2005 16:49:11 +0000 (16:49 +0000)]
daemonizing and hushing warnings; logger reopens files instead of writing blindly to an open FH

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

18 years agostaving off memory leaks
miker [Wed, 3 Aug 2005 15:23:24 +0000 (15:23 +0000)]
staving off memory leaks

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

18 years agomoor boogz
miker [Wed, 3 Aug 2005 15:03:42 +0000 (15:03 +0000)]
moor boogz

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

18 years agobugfix for buffer_fadd
miker [Wed, 3 Aug 2005 14:40:20 +0000 (14:40 +0000)]
bugfix for buffer_fadd

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

18 years agonew javascript
erickson [Wed, 3 Aug 2005 13:44:13 +0000 (13:44 +0000)]
new javascript

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

18 years agogeneral web utility stuff
erickson [Wed, 3 Aug 2005 13:36:12 +0000 (13:36 +0000)]
general web utility stuff

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

18 years agoadded opac files
erickson [Wed, 3 Aug 2005 13:30:19 +0000 (13:30 +0000)]
added opac files

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

18 years agoopac css file
erickson [Wed, 3 Aug 2005 13:15:10 +0000 (13:15 +0000)]
opac css file

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

18 years agoeither my escaper is to naive, or something is wonky with buffer_add_char
miker [Wed, 3 Aug 2005 03:34:18 +0000 (03:34 +0000)]
either my escaper is to naive, or something is wonky with buffer_add_char

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

18 years agoquoting xml characters, bug fixes
miker [Wed, 3 Aug 2005 03:11:17 +0000 (03:11 +0000)]
quoting xml characters, bug fixes

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

18 years agoremoving (confusing) extranious definition
miker [Wed, 3 Aug 2005 03:10:34 +0000 (03:10 +0000)]
removing (confusing) extranious definition

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

18 years agobugfix
miker [Tue, 2 Aug 2005 21:10:24 +0000 (21:10 +0000)]
bugfix

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

18 years agobug fix
miker [Tue, 2 Aug 2005 20:41:27 +0000 (20:41 +0000)]
bug fix

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

18 years agomaking class handling more generic
miker [Tue, 2 Aug 2005 20:36:46 +0000 (20:36 +0000)]
making class handling more generic

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

18 years agofixing bare "array" inside fieldmapper objects
miker [Tue, 2 Aug 2005 19:58:09 +0000 (19:58 +0000)]
fixing bare "array" inside fieldmapper objects

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

18 years agothe rest gatewaty, eets alive!
miker [Tue, 2 Aug 2005 19:34:32 +0000 (19:34 +0000)]
the rest gatewaty, eets alive!

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

18 years agochanges to support the REST gateway
miker [Tue, 2 Aug 2005 18:38:06 +0000 (18:38 +0000)]
changes to support the REST gateway

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

18 years agochanged add_index to set_index to match some updated objson
erickson [Mon, 1 Aug 2005 15:33:22 +0000 (15:33 +0000)]
changed add_index to set_index to match some updated objson

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

18 years agoC based xinclude processor
erickson [Mon, 1 Aug 2005 15:00:03 +0000 (15:00 +0000)]
C based xinclude processor

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

18 years agoupdating for mod_perl on apache2
miker [Sun, 31 Jul 2005 02:04:18 +0000 (02:04 +0000)]
updating for mod_perl on apache2

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

18 years agofixing number bug in JSON
miker [Fri, 29 Jul 2005 23:57:43 +0000 (23:57 +0000)]
fixing number bug in JSON

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

18 years agomaking the hold targeter (much! about 2x) faster
miker [Fri, 29 Jul 2005 21:15:17 +0000 (21:15 +0000)]
making the hold targeter (much! about 2x) faster

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

18 years agoadding "merge" and "remote_update" methods. these are propogated to all writable...
miker [Fri, 29 Jul 2005 19:01:20 +0000 (19:01 +0000)]
adding "merge" and "remote_update" methods.  these are propogated to all writable object types.

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