]> git.evergreen-ils.org Git - Evergreen.git/history - Open-ILS/src
adding pointer to the original docs
[Evergreen.git] / Open-ILS / src /
2008-01-18 ericksonrepaired logic error in reading event status. assuming...
2008-01-18 ericksonadded explicit disconnect
2008-01-17 ericksonrepaired event test
2008-01-17 ericksonadded a to_ex method to turn the event into an exceptio...
2008-01-17 ericksonadded a generic event class to model ILS events, remove...
2008-01-16 ericksonadded acq const
2008-01-16 dbsBackport from acq-experiment branch:
2008-01-15 ericksonupdated to match opensrf changes, more move away from...
2008-01-15 ericksonrepaired typo
2008-01-15 ericksonremoving deprecated code
2008-01-15 dbsSwitch to setuptools for dependency handling
2008-01-14 mikerallow cgi params instead of a cookie for auth token
2008-01-14 mikerallow the exporter to accept a container id, for export...
2008-01-12 mikerforce flushing of the apache/mod_perl buffer after...
2008-01-09 ericksonadded an is_true function
2008-01-07 ericksonplugged in new permission checking call which uses...
2008-01-07 dbsEnable Python build with regular user to avoid perm...
2008-01-06 ericksonmore IDL api work. moving to more pythonic lower/under...
2008-01-06 dbsTypo fix in Python IDL module (virtul -> virtual)
2008-01-06 mikermake the message about duplicate TCN avoidance more...
2008-01-04 ericksonlogging error for now instead of throwing exception
2008-01-04 erickson* added link parsing
2008-01-04 ericksonparsing primary, sequence, and primitive settings from IDL
2008-01-03 ericksonreplaced unneccesary loop with API call
2008-01-03 ericksonforward-porting move to cstore for bib create and repla...
2007-12-28 mikeradding fkey for actor.usr.profile -- Thanks to Jonh...
2007-12-23 dbsInstall Evergreen Python modules via distutils
2007-12-21 ericksonadded some documentation. sorry, dbs, if the format...
2007-12-21 dbsAdd a little bit of example usage to the docs for idl.pl
2007-12-21 dbsFix typo that prevents parsing virtual fields
2007-12-21 dbsAdd some documentation to this marvelous class
2007-12-21 ericksonfixed atomic method re-naming
2007-12-20 ericksonadded search
2007-12-19 mikermake z search more robust when using multi-target search
2007-12-19 ericksonupdating to use new osrf api
2007-12-19 ericksonchanged str calls to unicode, changed a var from str...
2007-12-16 mikernail down the IDs of statuses
2007-12-16 dbsSync up with OpenSRF trunk function name change
2007-12-16 mikeradding "bibid" result peer to the marcxml
2007-12-16 mikerfixing search object layout
2007-12-16 mikeradd root ou to the search
2007-12-16 mikeradd Z-style search/result interface
2007-12-16 dbsBring Evergreen Python code in sync with OpenSRF python.
2007-12-16 mikermulti-target Z39.50 searches -- just supply an array...
2007-12-15 mikertest for non-ref-ness
2007-12-15 mikerEVEN MORE errors caught by strict
2007-12-15 mikerMORE errors caught by strict
2007-12-15 mikererrors caught by strict
2007-12-15 mikerasync and multi-target Z search .... yes, I am that...
2007-12-13 ericksonrepairing (unused) method name
2007-12-10 dbsAdd another simple(ton) filter for build versions of...
2007-12-10 dbsAdd a test for incorrect driver in /reporter/; bug...
2007-12-09 mikerslowly adding back the iterator cleanup
2007-12-09 mikerremove earlier iterator cleanup
2007-12-09 mikergoing back to jsonParseString ... something is still...
2007-12-09 mikermoving around itr definitions ... something has made...
2007-12-09 mikerfreeing iterators after use
2007-12-09 mikerfree returned objects in json_query
2007-12-06 mikerfixing i18n infrastructure in the DB
2007-12-06 mikerremoving erroneous commit -- thanks berick!
2007-12-06 mikerhaving the Makefile install the orphaned report detector
2007-12-06 mikerscript to find and list orphaned output, report and...
2007-12-05 mikeradding voided field to money::payment -- another log...
2007-12-05 ericksonmoved calls to cstore. moved events to die_events...
2007-12-05 mikeradd the deleted field to the CDBI field list
2007-12-05 mikerRemove the bre step from the join tree -- not needed
2007-12-05 mikerspeedy json_query version of metarecord hold permit
2007-12-04 dbsReorder to satisfy FK constraints.
2007-12-04 dbsClean up a few errors in escaped strings.
2007-12-04 dbsEnable translation of seed values stored in database.
2007-12-04 mikerforward porting xpath typo fix from Dan Scott
2007-12-03 mikerpatch suggested by Dan Scott to simplify the in-databas...
2007-12-02 dbsEnable strict throughout, clean up one more warning
2007-12-02 mikermoving op_join to the right place ... duh
2007-12-02 mikersplit WHERE and HAVING predicate creation
2007-12-02 mikerThis is a big commit. It started with a patch from...
2007-12-01 dbsDisable strict refs (really)
2007-12-01 dbsUse XML::LibXML's parentNode function to avoid invalid...
2007-12-01 mikerchanging reporter to use <pw> instead of <password...
2007-11-28 dbsTypo: it's -> its
2007-11-26 mikerBig cleanup of the C auth app from Scott McKellar:
2007-11-26 ericksonadded a batch retrieve method
2007-11-25 mikerPatch from Scott McKellar to inject more tasty const...
2007-11-21 ericksonto move a workstation, you need perms at original org...
2007-11-20 ericksonadded an optional idlPath param to init plus some docs
2007-11-20 ericksonrepaired doc string
2007-11-20 mikerPatch from Scott McKellar to apply some const-correctne...
2007-11-20 mikeradding "create_date" field to circulations to track...
2007-11-20 mikerforcing staff client search to filter on only circ_lib...
2007-11-19 ericksonforgot to commit the xact
2007-11-19 ericksonWhen a hold is edited and marked as frozen in the proce...
2007-11-19 mikerPatch from Scott McKellar to implement const-correctnes...
2007-11-19 mikerPatch from Scott McKellar to implement const-correctnes...
2007-11-17 mikerreplacing eval "use blah" with "blah"->use();
2007-11-15 ericksoncapturing any preceding search terms and appending...
2007-11-15 ericksonnow augmenting existing searches instead of replacing...
2007-11-15 mikermake the version number a - separated string to avoid...
2007-11-15 mikersubclassing OpenSRF::Application so we have a place...
2007-11-14 ericksonAdded a new method to parse complex search query syntax...
2007-11-14 dbsAvoid tempdir trickery for c-apps and use consistent...
next