]> git.evergreen-ils.org Git - working/SIPServer.git/shortlog
working/SIPServer.git
2009-06-09 djfianderFix missing parens in hash dereference
2009-02-11 djfianderLog incoming connections promptly
2008-10-17 djfianderOnly try to strip off the leading newline if there...
2008-10-17 djfianderUntested fix for dealing with the incorrect record...
2008-06-18 djfianderHandle various dates associated with items consistently.
2008-03-19 djfianderAdd copyright statements
2008-03-19 djfianderUpdate dependencies
2008-03-11 djfianderAdd support for PINES requested extension: Patron Info...
2008-03-11 djfianderAdd support for "home_library" field in patron database
2008-03-11 djfianderCheck the protocol of the client connection properly.
2007-04-27 djfianderClean up field parsing so it's more perlish and less...
2007-04-24 djfianderForce the key to the 'listeners' hash to be all lowerca...
2007-04-24 djfianderFix code so that it will run with Net::Server 0.96...
2007-04-06 djfianderApply Bill Erickson's patch to clean up matching an...
2006-09-16 djfianderMove code that connects to ILS back end out of
2006-09-16 djfianderTest logging in with invalid username and invalid password
2006-08-31 djfianderLog both raw input and raw output messages.
2006-08-31 djfianderCope with trailing whitespace on the titles returned...
2006-08-30 djfianderProperly transmit the patron's fee amount and currency...
2006-08-28 djfianderTighten up test for value of the BX field in the ACS...
2006-08-28 djfianderAdded missing value for whether the server supports...
2006-08-27 djfianderTransmit screen message and print line in Patron Inform...
2006-08-26 djfianderGo back to using unpack to generate the checksums,...
2006-08-25 djfianderAdd test case for checking titles that have a diacritic...
2006-08-25 djfianderAdd entry to "catalogue" that has a diacritical in...
2006-08-25 djfianderReplace idiomatic perl checksum code, which seems to...
2006-08-22 djfianderMake two shut down messages different, to simplify...
2006-08-03 djfianderUse correct boolean format for 'OK' field of Checkin...
2006-07-29 djfianderDon't rely on clients sending the exactly protocol...
2006-07-29 djfianderAllow clients to violate the protocol specification...
2006-07-28 djfianderAdd support for protocol extension 'Patron Internet...
2006-07-28 djfianderAdjust tests run for OpenILS.
2006-07-28 djfianderAccept either 'other' or 'available' for circulation...
2006-07-19 djfianderParameterize the "Renew All" tests, even though they...
2006-07-19 djfianderAdded target to run just the Evergreen-compatible tests
2006-07-19 djfianderBasic instructions for running tests
2006-07-19 djfianderBasic installation README
2006-07-18 djfianderInitial system integration with Evergreen code.
2006-07-16 djfianderIt's not "FID_CHARDED_ITEMS_LMT", it's "FID_CHARGED_ITE...
2006-06-29 djfianderRewrite so that each message is a single test, which...
2006-06-27 djfianderAdd code to check out two items and confirm that both...
2006-06-27 djfianderadd code to check item out, rather than depend on the...
2006-06-27 djfianderclean up by cancelling the second user's hold.
2006-06-27 djfianderAdd code to check item in when done testing.
2006-06-27 djfianderfix handling of hold_queue, add second item to DB to...
2006-06-27 djfianderfix handling of Item::hold_queue
2006-06-23 djfianderAdd tests for Invalid patron password and invalid patron id
2006-06-23 djfianderFID_PATRON_PWD is a valid field in a "Renew All" messag...
2006-06-23 djfianderCheck patron password in ILS::renew_all
2006-06-23 djfianderAdd test for attempting to renew item that has outstanding
2006-06-23 djfianderFix definition of Item::available to eliminate warning...
2006-06-23 djfianderChange definition of Patron::available to test to see...
2006-06-22 djfianderAdd tests for invalid patron and invalid item
2006-06-16 djfianderTest for a blocked patron attempting to check out a...
2006-06-16 djfianderFix ILS::checkout to handle more error conditions prope...
2006-06-15 djfianderTest renewing an item that's identified by title rather...
2006-06-15 djfianderAdd code to renew items that are specified by title...
2006-06-14 djfianderDefine an empty array of fields to be checked in the...
2006-06-14 djfianderTest that when a second hold is placed on an item,...
2006-06-14 djfianderAdd second patron to stub ILS, to test multiple holds...
2006-06-13 djfianderGeneralize configuration of Net::Server::PreFork to...
2006-06-13 djfianderClean up after the test is completed by checking the...
2006-06-12 djfianderMinor cleanup: be consistent in use of "LOG_" in syslog...
2006-06-09 djfianderInitial tests for Item Information message
2006-06-09 djfianderExtend reporting of circulation status
2006-06-06 djfianderInitial test for Renew All
2006-06-06 djfiandertext fields in the response messages may be empty
2006-06-06 djfianderAdd support for the configuration parameters
2006-06-06 djfianderwrite_msg() is used by both the server and the test...
2006-06-02 djfianderFix check renewal permissions check
2006-05-31 djfianderInitial set of tests for Renew
2006-05-30 djfianderFix minor bugs in error condition for Renew Response
2006-05-30 djfianderInitial test suite for Checkin
2006-05-30 djfianderConfirm the actual title of the item being held
2006-05-30 djfianderOnly attempt to add the Patron ID to the Checkin Respon...
2006-05-29 djfianderAdd a bunch more tests
2006-05-28 djfianderminor fixups for hold management
2006-05-28 djfianderHold messages can have a patron password in them
2006-05-27 djfianderInitial test case
2006-05-27 djfianderAdd more tests
2006-05-27 djfianderI'm beginning to wonder how many times it'll take me...
2006-05-27 djfianderadd missing value to debug message
2006-05-27 djfianderGet the test right for checking the patron password in
2006-05-26 djfianderInitial set of tests
2006-05-26 djfianderFix bugs in Patron Enable: A valid patron with an invalid
2006-05-21 djfianderInitial set of tests for Checkout Response
2006-05-21 djfianderEliminate warning message for uninitialized variable use
2006-05-19 djfianderFix spelling mistake
2006-05-19 djfianderFix handling of the "renewal ok" status field in the ILS
2006-05-17 djfianderFinish first pass at ILS::Patron documentation
2006-05-16 djfianderInitial, incomplete, documentation for ILS::Patron
2006-05-16 djfianderMissed an unused function in the last code cleanup
2006-05-16 djfianderCode cleanups
2006-05-15 djfianderInitial pass at documentation for ILS::Item
2006-05-15 djfianderDelete unused access method
2006-05-15 djfianderAdd code to build HTML documentation from the podfiles.
2006-05-15 djfianderFinish first pass at documentation for ILS module
2006-05-14 djfianderMinor code cleanups
2006-05-04 djfianderAdjust tests to agree with the code. Since the server...
2006-05-04 djfianderSequence numbers are a single digit, so when it hits...
next