]> git.evergreen-ils.org Git - working/NCIPServer.git/shortlog
working/NCIPServer.git
2014-03-03 Chris CormackProper response header for a missing user when doing...
2014-03-03 Chris CormackTrying to handle posts with no parameters better in...
2014-03-02 Chris CormackAdding a bit better error handling when we get invalid XML
2014-02-25 Chris CormackContinuing work adding/fixing more handlers
2014-02-25 Chris CormackTypo fixes
2014-02-25 Chris CormackShifting the finding user elements in the XML to its...
2014-02-24 Chris CormackBug fixing LookupUser
2014-01-27 Chris CormackWorking on RenewItem handler
2014-01-27 Chris CormackGot CheckOutItem going
2014-01-27 Chris CormackFinishing? the CheckInItem handler
2014-01-13 Chris CormackStart of RequestItem handler
2014-01-13 Chris CormackTidying up dancer app
2014-01-12 Chris CormackExtending the handlers
2014-01-12 Chris CormackAdding error handling for CheckIn
2014-01-12 Chris CormackContinuing on with the work
2014-01-04 Chris CormackWorking on the Koha code
2014-01-02 Chris CormackCheckOut and CheckIn Handlers
2014-01-02 Chris CormackTidying up output, removing blank lines
2014-01-02 Chris CormackTidying up the LookUpUser handler
2013-12-30 Chris CormackContinuing with LookupItem
2013-12-30 Chris CormackContinuing work on the templates
2013-12-30 Chris CormackGot the dancer app working now
2013-12-30 Chris CormackResponding better now
2013-12-29 Chris CormackHandling errors a bit better
2013-12-29 Chris CormackWorking on error handling
2013-12-29 Chris CormackWorking on the dancer server for NCIP (for doing http...
2013-12-16 Chris CormackLooking up and finding user data, now just to send...
2013-12-15 Chris CormackTrying to get this working a bit more robustly
2013-12-15 Chris CormackSample XML for testing
2013-11-20 Chris CormackContinuing with work for the LookupUser method
2013-11-19 Chris CormackBeginning work on LookupUser
2013-11-18 Chris CormackContinuing work, If you hate the suroutine names now...
2013-11-18 Chris CormackRejigging the creation of a handler a bit, so we now...
2013-11-18 Chris CormackContinuing with the templates
2013-11-18 Chris CormackShifting the ILS call to NCIP.pm from Configuration.pm
2013-11-17 Chris CormackStarting work on the templates for output
2013-11-04 Chris CormackStarting work on ILS dependent code
2013-10-02 Chris CormackFixing a typo and getting the correct itemnumber now
2013-10-02 Chris CormackSimple Build.PL script, allows us to do
2013-10-02 Chris CormackMerge branch 'master' of git+ssh://git.catalyst.net...
2013-09-30 Chris CormackAnd the tests prove their worth, catching a change...
2013-09-30 Chris CormackSkeletal NCIP::Item
2013-09-30 Chris CormackAdding tests for NCIP::Item
2013-09-30 Chris CormackContinuing on working on the Item handlers
2013-09-19 Chris CormackMerge branch 'collab/dyrcona/PALS_integration' of git... collab/dyrcona/PALS_integration
2013-09-19 Chris CormackTidying up and starting to extend the handler
2013-09-19 Chris CormackTidying up and starting to extend the handler
2013-09-19 Chris CormackMaking sure we validate our xml before trying to handle it
2013-09-18 Chris CormackFixing number of tests
2013-09-18 Chris CormackStarting work on our first handler
2013-09-18 Chris CormackRefactoring NCIP.pm slightly, dealing with namespaces...
2013-09-18 Chris CormackContinuing work on NCIP.pm
2013-09-18 Chris CormackSample data for looking up an item without an agency ID
2013-09-18 Chris CormackWorking on extending the functionality and test suite.
2013-09-18 Chris CormackAdding more tests to NCIPServer.t
2013-09-17 Chris CormackWorking on extending NCIP.pm
2013-09-17 Chris CormackSample XML request, taken from
2013-09-03 Jason StephensonRemove use NCIPServer::NCIP from lib/NCIPResponder.pm.
2013-09-03 Alan RykhusMerge Alan's NCIP.pm and NCIPResponder.pm.
2013-08-29 Chris CormackSkeletal start of a User object
2013-08-29 Chris CormackMaking a start_server.pl file
2013-08-29 Chris CormackAdding POD and copyright headers
2013-08-29 Chris CormackFixing the tests so they can run with prove
2013-08-29 Chris CormackHave added a file you can now run
2013-08-29 Chris CormackAdding the find service routine and setting up the...
2013-08-29 Chris CormackServer now starts, and uses the config
2013-08-29 Chris CormackStarting work on the configuration module
2013-08-29 Chris CormackSkeletal start of the TCP based server
2013-08-29 Alan RykhusThis is my start to the NCIPServer, the only real code... collab/alrykhus/PALS
2013-08-28 Chris CormackSkeletal start of a User object
2013-08-28 Chris CormackMaking a start_server.pl file
2013-08-28 Chris CormackAdding POD and copyright headers
2013-08-28 Chris CormackFixing the tests so they can run with prove
2013-08-28 Chris CormackHave added a file you can now run
2013-08-28 Chris CormackAdding the find service routine and setting up the...
2013-08-28 Chris CormackServer now starts, and uses the config
2013-08-27 Chris CormackStarting work on the configuration module
2013-08-27 Chris CormackSkeletal start of the TCP based server
2013-06-06 Jason StephensonAdd the first files to the repo.