]> git.evergreen-ils.org Git - working/SIPServer.git/shortlog
working/SIPServer.git
2006-04-30 djfianderMake sure to set BL: Patron Valid when the patron is...
2006-04-30 djfianderFix formatting, export FID_PATRON_BIRTHDATE FID_PATRON_...
2006-04-30 djfianderAdd support for FID_PATRON_BIRTHDATE (PB) and FID_PATRO...
2006-04-30 djfianderAdd stub methods sip_birthdate and ptype, to support...
2006-04-30 djfianderChange port for raw socket connection from 5300 (chosen...
2006-04-26 djfianderVery basic tests. This will be a big test case. I...
2006-04-26 djfianderGeneralize handling of tagged fields, so we can reuse...
2006-04-26 djfianderFix Patron Information message handling to parallel...
2006-04-26 djfianderReplace call to nonexistent method 'hold_items_count...
2006-04-26 djfianderReturn an item title, even if the checkout failed ...
2006-04-26 djfianderClean up handling of Patron Status Response messages...
2006-04-26 djfianderCreate code to test tagged field values, create tests...
2006-04-21 djfianderInitial test environment
2006-04-21 djfianderClean up handling of SIP boolean flags, and fix interfa...
2006-04-19 djfianderRemove hold_items_count method, and move the code to...
2006-04-16 djfianderImplement code to handle Renew All messages.
2006-04-16 djfianderMinor cleanups.
2006-04-16 djfianderMinor cleanups.
2006-04-16 djfianderadd messages for Renew, Renew All, and Patron Enable
2006-04-16 djfianderMove add_count() to Sip.pm from Sip::MsgType.pm
2006-04-16 djfianderImplement stubs necessary for Renew All support.
2006-04-16 djfianderSwitch to AUTOLOAD-based field access
2006-04-16 djfianderStub code to handle renewals
2006-04-16 djfianderAdd stub code necessary to support item renewal
2006-04-16 djfianderAdd support for Renew message
2006-04-15 djfianderChange IP on service so that it will work regardless...
2006-04-15 djfianderStub code to handle status returned by a "hold" transac...
2006-04-15 djfianderClean up some test messages so they work against the...
2006-04-15 djfianderAdd support for Hold message
2006-04-15 djfianderAdd support for placing, altering, and cancelling holds
2006-04-15 djfianderUse the new $patron->block() method. Implement support...
2006-04-15 djfianderMove block() from the ILS into the ILS::Patron. Create the
2006-04-15 djfianderGet handling of institution IDs right. Make "block_pat...
2006-04-14 djfianderAdd support for Status Update message
2006-04-14 djfianderAdd stub to handle Status Update message
2006-04-14 djfianderuse the new ILS::check_inst_id to verify the institutio...
2006-04-14 djfianderAdded stub routines that provide support for the Item...
2006-04-14 djfianderSip::timestamp now takes an optional parameter (seconds...
2006-04-14 djfiandernew ILS takes an institution configuration as input...
2006-04-14 djfianderAdded code to verify the institution id, and to manage...
2006-04-14 djfianderDelete handling of "FID_FEE_ITEMS", since it doesn...
2006-04-14 djfianderDelete non-existent "FID_FEE_ITEMS", since we heard...
2006-04-12 djfianderDon't use "ILS::pay_fee()", use "$ils->pay_fee()"
2006-04-12 djfianderChange label for tag generation
2006-04-12 djfianderMore documentation
2006-04-12 djfianderInitial documentation for the ILS.pm portable interface...
2006-04-07 miker-pinesadding loadable module support
2006-04-05 djfianderBase makefile that just simplifies some common operations
2006-04-05 djfianderStub for Fee Paid functionality. Right now this is...
2006-04-05 djfianderImplement stub support for Checkin operations in the ILS
2006-04-05 djfianderImplement Superclass handlers necessary for Checkin...
2006-04-05 djfianderImplement Checking and Fee Paid response messages
2006-04-05 djfianderFix calculation of ends of lists of items used in the...
2006-04-05 djfianderAdd support necessary for Checkin operation
2006-04-05 djfianderImplement Checkin and Fee Payment stubs
2006-04-05 djfianderStrip off error detection fields, since they're automat...
2006-03-29 djfianderAdd support for End Patron Session message
2006-03-29 djfianderAdd end_patron_session stub
2006-03-29 djfianderAdded Patron Information request message
2006-03-29 djfianderMove $last_response here from Sip/MsgType.pm
2006-03-29 djfianderRestructure code to handle Patron Information message...
2006-03-29 djfianderCreate stub APIs that provide information needed for...
2006-03-26 djfianderDefined field identify FID_FEE_ITEMS. This field id...
2006-03-26 djfianderMoved utility functions from Sip::Msgtype to here.
2006-03-26 djfianderAdd support for "Patron Information" message and move...
2006-03-22 djfianderchanged service IP address
2006-03-22 djfianderCreate fields to store pending "screen message" and...
2006-03-22 djfiander"block patron" stub implemented. Basically just flag...
2006-03-22 djfianderBlock Patron implemented. This required extracting...
2006-03-21 djfianderDeleted sub y_or_n(), since it duplicates
2006-03-21 djfianderDefine subs that provide status information necessary for
2006-03-21 djfianderDelete vestigal build_checkout_failed subroutine, convert
2006-03-21 djfianderImplement Checkout message type based on the new ILS...
2006-03-21 djfianderCheckout transaction stub module. Derived from the...
2006-03-21 djfianderBeginnings of the stub Transaction class. All ILS...
2006-03-21 djfianderImplement Checkout operation stub using the Transaction and
2006-03-21 djfianderBeginnings of the Item stub module: support for the...
2006-03-21 djfianderFix package name, initialize ILS module.
2006-03-09 djfianderInitial revision