]> git.evergreen-ils.org Git - Evergreen.git/history - Open-ILS/src
adding email and phone to ou
[Evergreen.git] / Open-ILS / src /
2006-08-07 ericksonadded check for bestsellernh
2006-08-07 ericksonadded a constant for the special unlimited circ-duratio...
2006-08-07 ericksonadded some events
2006-08-07 ericksonfixed some path mangling issues and removed some unused...
2006-08-07 ericksonrelying on copy fine_level and loan_duration - not...
2006-08-07 ericksonsanity check to prevent warnings
2006-08-07 ericksonusing the correct fine_level values from the db
2006-08-07 ericksonfixed log errors in cat volume transfer/merge
2006-08-06 ericksonadded method to return the list of circ_modifiers from...
2006-08-06 ericksonlogic bug from constants switch
2006-08-06 ericksonmore constants updates
2006-08-06 ericksonmoved constants out to their own module, updating code
2006-08-04 ericksonadded transit fetch by copy
2006-08-04 ericksoncommented out some deprecated code
2006-08-04 ericksonadded some logging, removed some old code
2006-08-04 ericksonadded some logging, forcing copy status to on-holds...
2006-08-04 ericksonreturning SUCCESS on note-create to match other methods
2006-08-04 mikerou proximity stuff
2006-08-04 ericksonadded slimmed down user note creater
2006-08-04 ericksonmoved some code to cstore to keep inside a xact
2006-08-04 ericksonmoved to cancel_time on hold as opposed to deleting it
2006-08-04 mikercode updates supporting canceled holds
2006-08-04 mikeradding cancel_time support to hold_request
2006-08-04 ericksonfixed syslog level name
2006-08-04 mikerremoving vestigial actor::profile stuff
2006-08-04 ericksonmoved one call back to storage to keep wormize inside...
2006-08-04 ericksonusing storage session where necessary
2006-08-04 mikersome utility views and indexes
2006-08-04 mikeradding Damaged status
2006-08-04 mikerfixing the fine generator
2006-08-04 ericksonfixed typo
2006-08-04 ericksonadded single copy location fetcher
2006-08-03 ericksonmoved penalty server to cstore since it is called a...
2006-08-03 ericksonsetting copy back to 'reshelving' if a captured hold...
2006-08-03 ericksonfixed editor invocations
2006-08-03 ericksonadded age-protect logic to the hold permit code
2006-08-03 mikerooops. wrong variable name
2006-08-03 ericksonfleshing age-protect on the copy
2006-08-03 ericksonadded die() function for debugging
2006-08-03 ericksonadded not-found event
2006-08-03 ericksonadded age-protect fleshing, removed some old code
2006-08-03 ericksonadded volume transfering interface, fixed some boolean...
2006-08-03 ericksonadded real statuses and due date
2006-08-02 ericksondo not allow checkouts if patron or card is inactive
2006-08-02 ericksonreturning event instead of NULL on record.mods_slim...
2006-08-02 ericksonsanity check
2006-08-02 ericksonnow fetching copies in details section based on CN...
2006-08-02 mikerbasic C (non-Pg specific) dataloader
2006-08-02 mikergeneral schema updates
2006-08-02 mikeradding support for group application permissions
2006-07-31 mikerbug fix
2006-07-31 mikerbug fix
2006-07-31 mikerbug fix
2006-07-31 ericksonbroke the checked-out method out into checked-out and...
2006-07-31 ericksonadded additional copy flesher which grabs more info...
2006-07-31 phasefxextra argument for crazy search
2006-07-31 ericksonresponding with copy on COPY_NOT_AVAILABLE instead...
2006-07-31 ericksonreturning event on login when the user is marked inactive
2006-07-31 ericksonchecking in untested stat-cat deletion code
2006-07-31 ericksonreturning PATRON_CARD_INACTIVE when logging in with...
2006-07-30 ericksongot the lib settings editor working and added to the...
2006-07-30 ericksonsetting fulfillment_staff and lib on hold capture
2006-07-29 ericksonmoved some calls to cstore
2006-07-29 ericksonadded dup-holds override perm and ability to opac
2006-07-29 ericksonadded inet_privileges method which returns string repre...
2006-07-29 mikerupdating dumpac-bookbag links
2006-07-28 ericksonadded check for inactive card
2006-07-28 ericksondisallowing holds if patron barred
2006-07-28 ericksonreturning correct event on checkin when there is no...
2006-07-28 ericksonadded some logging
2006-07-28 ericksonsanity check
2006-07-28 ericksontype of hold perm now checked against the requestor
2006-07-28 ericksonbetter handling of stop_fines items
2006-07-28 ericksonadded reminder
2006-07-28 ericksonmassive restructuring
2006-07-28 ericksonon renewals, the itemsOut threshold is treated differently
2006-07-27 ericksonadded some logs, notes
2006-07-27 mikeradding initial "full tag" authority validation
2006-07-27 ericksondid more testing of the renewal hold checks
2006-07-27 ericksonmoved to cstore in the process of chasing a bug
2006-07-27 ericksonnow works with an editor object if it exists
2006-07-27 ericksonrunning penalty checker on bill create or void in addit...
2006-07-27 ericksonnow takes patron id or object
2006-07-27 ericksonadded smarter method for finding holds that a copy...
2006-07-27 ericksoncstore returns objects on create, fixing editor to...
2006-07-27 mikerimproving "nearest_hold"
2006-07-27 ericksonbailing out early on a call so it does not go to cstore...
2006-07-27 ericksonremoved dup ident check in updates since legacy data...
2006-07-27 ericksonchecking for existing holds the copy can fulfill, needs...
2006-07-27 ericksonnot checking copy status on renewal
2006-07-27 ericksonadded hold retrieval method for copies, needs more...
2006-07-27 ericksonnow including all known circ modifiers
2006-07-27 ericksonmoved some of the repetitive logs to internal level
2006-07-27 ericksonfixed threshold on restricted users
2006-07-27 mikeradding last_xact_id support to cstore -- need to valida...
2006-07-27 mikerimporter parts
2006-07-26 mikerignoring inactive (by default) and deleted users
2006-07-26 mikeroops ... typo
2006-07-26 mikeradded caching to prox calc; calculating proximity to...
2006-07-26 mikerbreak the loop if there are no capturable copies at...
next