]> git.evergreen-ils.org Git - working/Evergreen.git/shortlog
working/Evergreen.git
2005-03-10 mikeradded tons more SQL level stuff... I am going to bed now
2005-03-10 mikermagically handle any class in JSON. no need to registe...
2005-03-10 mikerlogic clarification in the nodeset creator
2005-03-10 mikerit can import, but the logic needs some cleanup
2005-03-10 mikersome helper scripts for the database -- Pg-centric...
2005-03-10 mikerupdating schema
2005-03-10 mikertransactions are working now ... some cleanup is needed
2005-03-09 ericksonfixed logic error in nodeset2tree regarding detecting...
2005-03-09 mikeradding the biblio audit tables
2005-03-09 mikerupdating SQL to have audit xact ids
2005-03-09 ericksonadded some debug lines
2005-03-09 mikeroops... removed 1 too many lines
2005-03-09 mikeradded a warning to remind me about completing this
2005-03-09 mikermoving the rest of the (existing) API to the new fast_f...
2005-03-09 mikerfixing typo in the "actor" stuff
2005-03-09 mikerremoving a debugging warn
2005-03-09 mikeradded super-fast fieldmap builder and magical (though...
2005-03-09 ericksoncommit just returns true or null
2005-03-09 ericksoncompletey different
2005-03-08 mikeroops... left a "warn" in there.
2005-03-08 mikerthe "later step"
2005-03-08 mikermoving fkeys to a later step
2005-03-08 mikeradding propper fieldmapper support for actor and biblio...
2005-03-08 mikerupdating mapper to match fields
2005-03-08 mikerupdating fields to match reality
2005-03-08 ericksonwe make the nodeset our own if it is passed it by hand
2005-03-08 mikerremoving C++ comments, cause they hate me
2005-03-08 mikerrenamed nodelist to nodeset
2005-03-08 ericksonchanged to new storage API call
2005-03-08 mikerchanging sub "class" to sub "class_name"
2005-03-08 ericksonadded line to remove trailing ';'
2005-03-08 ericksonNow we push the whole user record into the cache instea...
2005-03-08 mikerYAY! Unicode works now!
2005-03-08 ericksonchanged 'slot' to 'key' for clarity, should have no...
2005-03-08 ericksonadded a batch method for taking one marcxml nodeset...
2005-03-07 mikerremoving expire times
2005-03-07 mikerforce an incoming JSON number to be a perl int
2005-03-07 mikerpreload the remote method lookup stuff (even though...
2005-03-07 mikerfixing double cast and format
2005-03-07 ericksonchecking for HASH ref explicitly
2005-03-07 ericksonadded some debugging output
2005-03-07 ericksonadded longer sleep time
2005-03-07 ericksonadding more utility methods, more to come
2005-03-07 ericksonchanged to work with field mapper
2005-03-07 mikerbuilding my own replication stuff, damn it!
2005-03-07 mikerremoving computed regexes and commenting out unused...
2005-03-07 mikerlots of debuging to find that the zombie loop was broken
2005-03-07 mikeradded profiling mode
2005-03-07 ericksonadded a utility method for going directly from a doc
2005-03-07 ericksonfixed (hopefully) the $0 * addition
2005-03-07 ericksonremoved some debug prints
2005-03-07 ericksonadded a method lookup in child init to speed up the...
2005-03-07 mikerusing old regex method + default class
2005-03-07 ericksonadded some more sleep time
2005-03-07 mikerregistering classes during load and introspection
2005-03-07 mikerfix for JSON regexes
2005-03-07 mikerfix for JSON::object_unknown
2005-03-07 ericksonadded sanity check on relay command
2005-03-07 ericksonfixed mispelling
2005-03-07 mikerfixing JSON bug with top level non-casted hashrefs
2005-03-07 mikerfixed minor bug in the class casting regex; added class...
2005-03-07 mikerusing an O(log n) [n=JSON elements] algo instead of...
2005-03-06 mikertypo
2005-03-06 ericksonsaw and fixed memory leak.
2005-03-06 mikeradded actor and asset stuff to CDBI
2005-03-05 mikerusing sorted fields from the Fieldmapper on record_node...
2005-03-05 mikersorting fields by position
2005-03-04 mikerlogging and error detection fixups
2005-03-04 mikergenerating a JSON object for finding positions in objects
2005-03-04 mikerusing Fieldmapper.pm
2005-03-04 mikermoving off Class::DBI::Replication... I hate my life
2005-03-04 mikermore exception reporting
2005-03-04 ericksonfixed logic error in adding children to the tree
2005-03-04 ericksonhistory and config file checking are more granular...
2005-03-04 ericksonadded history file so history is saved across sessions
2005-03-04 ericksonmoved definitions to srfsh.h for maintainability
2005-03-04 ericksonwe don't add 'newlines' to history.
2005-03-04 ericksonsome cleaning
2005-03-04 ericksonadded _CACHEVAL_ to the slot names to make them a littl...
2005-03-04 ericksonupdated to use Fieldmapper
2005-03-04 ericksonwe now use Fieldmapper objects to transform the xml.
2005-03-04 mikergeneral bug fixes; column name fixups and whatnot
2005-03-04 mikercan not call a javascript variable "new"... arg
2005-03-04 mikerfirst cut at a generic JSON castor thingy
2005-03-04 mikergrabbing just the tcn, not the vendor prefix
2005-03-04 ericksonadded 'relay' which allows you to use the last received...
2005-03-04 ericksonadded method that will convert a tree back to a nodelist
2005-03-04 ericksonadded external command running by entering !<command...
2005-03-04 ericksonfixed some memory logic errors
2005-03-03 ericksonearly catalogue code. currently just turns a nodeset...
2005-03-03 ericksonremoved some comments, added some sanity checking,...
2005-03-03 ericksonmakes use of the new cache framework
2005-03-03 ericksonnow magically does both memcache and persist caching...
2005-03-03 ericksonpass up internal server errors as user exceptions
2005-03-03 mikeradded .slot.find for bill
2005-03-03 ericksonadded router 'unregister' loop to DESTROY
2005-03-03 mikerget_expire method
2005-03-03 mikerbeginings of the new transaction infrastructure
2005-03-03 mikerfaster version of nodeset.retrieve
2005-03-03 mikeradding -fPIC for x86_64 support
next