]> git.evergreen-ils.org Git - OpenSRF.git/history - src/perlmods/OpenSRF/Application.pm
LP1999823: Bump libtool library version
[OpenSRF.git] / src / perlmods / OpenSRF / Application.pm
2008-08-18 sboyettemerging perl CPANification/normalization branch work
2008-08-10 mikerdoh ... use m instead of g
2008-08-10 mikerallow methods do decide on their strictness; properly...
2008-07-29 mikersession passing for make_atomic, at least
2008-07-29 mikerdoh ... not that way, nope
2008-07-29 mikergive subrequests access to the session (will not be...
2007-11-04 dbsAvoid an "undefined variable" Perl warning when we...
2007-10-16 dbsI'm pretty sure we want $log here, as in all the other...
2007-07-02 mikerPatch from Dan Scott to move JSON to OpenSRF::Utils...
2007-03-26 ericksonadded an info log line to log the called method
2006-12-11 ericksonremoved two warning logs to prevent the unixserver...
2006-08-17 mikerlogging cleanup
2006-04-21 mikerdebuging changes
2006-03-29 ericksonreplaced regex with CORE::time
2006-03-29 ericksonadded basic opensrf.system.time method
2006-03-10 mikerfixed sig building (I hope)
2006-02-27 mikermore support for introspection paging
2006-02-19 mikerfixups, and starting a paged interface
2006-02-13 ericksonMoved some log messages from INFO to DEBUG level becaus...
2006-01-30 mikermoving to UNIVERSAL::require to suck in implementation...
2006-01-30 ericksonleaving parse methods early if proper fields aren't...
2006-01-27 mikerturn of signature checking for now
2006-01-27 mikersort field and sort order support; signature fix for...
2006-01-23 mikerupdates for the perm editor -- FM dance required
2006-01-22 mikerenabled param checking
2006-01-22 mikerenabling signature parsing; added "notes" pointer from...
2006-01-19 mikeradded (disabled) signature parsing and (disabled) param...
2005-12-09 ericksonexplicitly returning STATUS_NOTFOUND when a method...
2005-12-09 ericksonfor some reason, doing "throw $err $err->stringify...
2005-12-08 ericksonChanged some log levels from INFO to DEBUG since they...
2005-08-12 mikergetting rid of some spurious warnings
2005-08-11 mikerminor bug fixes and removal of some extra stringifications
2005-07-27 ericksonmore debugging
2005-07-25 mikeradding echo method
2005-07-25 mikerdefault to api_level 1
2005-07-25 mikerusing implicit connect with "method_lookup" style calls...
2005-07-25 mikerrolling back useless logging change from earlier
2005-07-24 mikeradding MethodException backtrace
2005-07-12 mikermaking introspection filter regexy
2005-07-07 ericksonanother error message that we'll hopefully never see
2005-07-07 ericksonmethod not found now returns the name of the method...
2005-04-26 mikerallow method lookup for a single method. open-ils...
2005-04-14 mikerfleshed out "actor.usr" interface, and stream behavior...
2005-04-13 mikeradded general storage result caching where applicable...
2005-04-13 ericksongetting "can't call toString on unblessed reference...
2005-04-11 ericksonadded line to better report exceptions
2005-03-17 ericksonadded check to make sure log line didn't kill things
2005-03-15 mikerdisconnect on magic subrequest, and record message...
2005-03-14 mikereet leevs
2005-03-11 ericksonadded some sanity checks
2005-03-11 mikerfat fingers make for silly bugs...
2005-03-11 mikerautomatic generation of most "Publish" methods
2005-03-07 mikerlots of debuging to find that the zombie loop was broken
2005-03-07 mikerregistering classes during load and introspection
2005-03-04 mikerlogging and error detection fixups
2005-03-01 mikerallow packages other then the explicitly named applicat...
2005-02-25 mikerintrospection bug fix for a single method lookup
2005-02-24 mikerWHEEEEEEEEEE! using the router to discover remote apps now
2005-02-17 mikeradded "api_name" wrapper method
2005-02-16 ericksonfixed up the magic auto-introspection and made sure...
2005-02-16 mikeradded the rest of the magic remote subrequest stuff
2005-02-16 ericksonmoved to new config settings
2005-02-15 mikerneed to grab the content from the result message
2005-02-15 mikermore logical shortcircuit for disableing remote method...
2005-02-15 ericksonsome syntax stuff
2005-02-15 ericksonchanged unixserver app retrieval
2005-02-15 mikeradding the transparent subrequest logic, it will be...
2005-02-14 mikeradded server_class to the method struct, this will...
2005-02-14 mikeradd api_level to introspection responses
2005-02-14 mikerstarted introspection API; added thunking flag; added...
2005-02-09 ericksonfixing subrequest support
2005-02-09 mikeradding subrequest support
2005-02-08 ericksonsome sanity checking, syntax error fixups
2005-02-07 mikerupdating method lookup and registration in the demo
2005-02-07 mikerupdating with a new method registration and lookup...
2005-02-04 phasefxInitial revision