]> git.evergreen-ils.org Git - Evergreen.git/history - Open-ILS/src
trigger for item import
[Evergreen.git] / Open-ILS / src /
2008-09-02 mikertrigger for item import
2008-09-02 ericksonrollback on failed auth as well..
2008-09-02 ericksonadded initial bib import logic. this is bibs only...
2008-09-02 ericksonmike, check me on this one... fixing what looks like...
2008-09-02 ericksonno need to commit on read, rollback instead
2008-09-02 ericksonclose the cstore connection before return
2008-09-02 dbsOvercome a problem building DateTime::Format::ISO8601...
2008-09-02 dbssetuptools is a CentOS prereq as well
2008-09-01 dbsSRU: Map author and name names from the eg indexset...
2008-09-01 ericksonfixing not found not-found event ;)
2008-08-30 ericksonmake sure to grab the correct queue type for perm checking
2008-08-30 ericksonon perm failure, return failure event to caller instead...
2008-08-29 ericksonadded method to retrieve fleshed bib/authority records...
2008-08-29 ericksoncalling entityize without obj ref. obj is an applicati...
2008-08-29 ericksonMARC::File does not like IO::Scalar, using open() inste...
2008-08-29 ericksontypo on new object
2008-08-29 ericksonadded use strict/warnings. fixed some missing variable...
2008-08-29 ericksoncalling internal bib instead of auth rec creator on...
2008-08-28 ericksonrepaired record auto-delete code which could leave...
2008-08-28 mikermoving "builder" to the right place ... now all objects...
2008-08-27 dbsFarewell to the long-deprecated Django administration...
2008-08-27 dbsStart using automake/autoconf for configuring, building...
2008-08-27 dbsSpecify the new column for the new explicit ID values...
2008-08-27 mikerarg. unneeded change
2008-08-27 mikerfix find_relation to look in the builder _rels
2008-08-26 ericksonadded batch versions of the work-perm-org fetchers
2008-08-25 ericksonmake sure has is defined
2008-08-25 dbsEnable LIKE to use an index for authority.full_rec...
2008-08-24 ericksontypo F -> STDOUT
2008-08-24 ericksondo the same for stdout...
2008-08-24 ericksonspecify utf8 output encoding on the email outfile
2008-08-24 ericksonadded a cache for org-from-address
2008-08-23 erickson--send-email and --use-email-outfile are no longer...
2008-08-23 ericksonAdded a flag to force emails to be appended to a file...
2008-08-22 ericksonfixing overzealous search/replace and help text
2008-08-22 mikeradd renewal-specific rule flag
2008-08-21 ericksonwe need to report on circs that are /not/ lost/lonvover...
2008-08-21 ericksonadded support for using the org-unit setting for FROM...
2008-08-21 ericksonadded ability to specify which types of notices to...
2008-08-21 ericksonimplemented the ability to go back in time (aka days_ba...
2008-08-21 ericksonadded a utility method to find a user's locale
2008-08-21 sboyettedurrrr TCNFILE
2008-08-21 sboyettenew flag --tcnfile, allows specification of a dumpfile...
2008-08-21 ericksonadded a method to return the org unit closed dates
2008-08-21 ericksondon't exit early on 0-hit search. cache them, since...
2008-08-21 ericksonforcing cache timeout on staged search cacheing (*sigh...
2008-08-21 dbsEnable translated database strings the right way:
2008-08-20 ericksonuse utf8 instead of us-ascii for outbound xml
2008-08-20 ericksonlog the locale before the method name so it will still...
2008-08-20 mikerVandelay item extraction and field removal; setting...
2008-08-20 mikerrolling back recent change ... miscommunication on...
2008-08-20 dbsEnable retrieval of translated values based on table...
2008-08-20 dbsLog session locale as part of request
2008-08-15 mikeradd alternative title indexing by default (MARC 246...
2008-08-15 mikerprotecting against (future) non-class root node children
2008-08-14 mikerremove the default record format to allow none at all
2008-08-14 ericksonprotecting against non-existent group in descendent...
2008-08-14 sboyettealso forgot to add it to the gigantic initialization...
2008-08-14 sboyetteforgot a comma
2008-08-13 sboyetteNew flag, --use901. Passing this flag causes the prepro...
2008-08-13 mikerprotect against a 0 grace period
2008-08-13 dbsBecause I'm a stickler for names :)
2008-08-13 mikerMoving metabib.full_rec out of the way, replacing it...
2008-08-11 ericksonsetting expire interval based on perm_interval of group
2008-08-11 ericksonif hold expire time is set, do not clobber
2008-08-11 ericksonpull circ mods from the db and not the settings server
2008-08-11 ericksonallow the pickup lib on a hold to be altered (and subse...
2008-08-11 ericksonno need to fetch patron on item checkin
2008-08-11 ericksonchanged workstation by name fetcher to cstore
2008-08-11 ericksonreturn workstation not found even if the results is...
2008-08-11 mikeradd a note about how to reload this portion of the...
2008-08-11 mikerallow blocked users to be stopped from placing holds...
2008-08-10 mikermore staged search configurability and acuracy
2008-08-10 mikermake staged search result calcuation more configurable
2008-08-08 phasefxyaz change; will complain of bad xml format otherwise
2008-08-07 ericksonplugged in SMTP handling. also, with this version...
2008-08-07 ericksonadded logic for generating a template from the combined...
2008-08-07 ericksonadded logic for extracting title, author (and potential...
2008-08-07 ericksonpreserve the entire url with query string in redirects
2008-08-07 dbsAdd a --required_field option to enable skipping record...
2008-08-07 dbsPer Brandon Uhlmann's suggestion, speed up loading...
2008-08-07 dbsPer Brandon Uhlmann's suggestion, speed up bibloading...
2008-08-07 ericksonreturn to login page if auth fails, existing auth sessi...
2008-08-07 ericksonRemoved global pre/post chomp template config. make...
2008-08-07 mikerused decomposed characters -- mostly for consistency...
2008-08-07 ericksonPlugged in template processing
2008-08-07 mikeruse decomposed characters where possible, for the sake...
2008-08-06 ericksondon't re-fetch the user and circ lib on a batch. use...
2008-08-06 ericksonThis is a remodeled version of Evergreen/src/support...
2008-08-06 dbsSort our Debian package list as it's getting unruly
2008-08-06 dbsAdd autoconf and automake for Debian (not part of build...
2008-08-06 ericksondon't consider deleted volumes in callnumber browse
2008-08-06 mikeradding 1.2.2.3 to 1.2.3.0 upgrade script
2008-08-06 mikerallow NULL as a parameter in transforms and FROM clause...
2008-08-05 ericksonAdded support for using in-database hold permit logic.
2008-08-05 ericksonthe existing if/else construct was forcing the proximit...
2008-08-05 dbsAdd test for JSON::XS (per Syd Weidman's suggestion)
2008-08-05 ericksonno need to bail out on no-copy. if precat, send null...
2008-08-04 ericksonfixed syntax error in elseif. fixed undefined referenc...
2008-08-04 ericksonmoved duration, recurring fine, and max fine generation...
next