]> git.evergreen-ils.org Git - Evergreen.git/history - Open-ILS/src/perlmods/OpenILS/Application
changed return object key names for consistency
[Evergreen.git] / Open-ILS / src / perlmods / OpenILS / Application /
2008-09-22 ericksonchanged return object key names for consistency
2008-09-22 ericksonadded support for deposit/rental billing at checkout...
2008-09-22 ericksonignore the native catalog search when processing async...
2008-09-22 ericksonporting the ability to search the local catalog as...
2008-09-21 phasefxMake this method return 1 and 0 like the description...
2008-09-20 phasefxmove these lingering methods from Cat.pm to Cat/BibComm...
2008-09-20 phasefxLet's go back to this way for the time being. I tried...
2008-09-19 ericksonreturn event if relevent queue name exists
2008-09-19 ericksonfixed import name
2008-09-19 ericksonusing local authority create/overlay methods. some...
2008-09-19 ericksonexplicity use app::sesssion
2008-09-19 ericksonlike bib, moved the authority create/overlay logic...
2008-09-19 ericksonnow using the local, uni-transaction versions of bib...
2008-09-19 ericksonadded "import entire queue" and "import all non-collidi...
2008-09-19 ericksonmoved marc edit/import functionaly out to an external...
2008-09-18 ericksonadded queue delete option and begining of support for...
2008-09-18 dbsMove ISSN hyphen filtering from client side to search...
2008-09-17 dbsComplete the move to MODS32
2008-09-17 ericksonadded limit/offset support to queued record retrieval...
2008-09-15 ericksonadded a batch org setting fetcher. cleaned up one...
2008-09-15 ericksonfixed perm check. also, if no count is provided, falls...
2008-09-15 ericksoncopy checkout history now limited by org setting and...
2008-09-15 ericksonmore cleanup
2008-09-15 ericksonwhen retrieveing the user's locale, be sure to default...
2008-09-15 ericksongeneral cleanup
2008-09-12 ericksonfixing typos and thinkos
2008-09-11 ericksonadded authority import/overlay and external entityize
2008-09-11 ericksonbib and authority marchtml generator now use same code
2008-09-11 ericksonusing new entityize, importing authority code, not...
2008-09-11 ericksonauthority record import/overlay and notes handling...
2008-09-11 ericksonremoving old, unused code
2008-09-11 ericksonadded a common entityize function to prevent the contin...
2008-09-08 ericksonusing new status-filtered hold pull list method
2008-09-05 ericksonoops, extra commit. removing
2008-09-05 ericksonwhen all items in a queue are imported, mark the queue...
2008-09-05 ericksonfor ease of UI dev, allow import and overlay records...
2008-09-04 ericksongive a default form value to prevent warnings
2008-09-04 ericksonadded an overlay version of the queued bib import
2008-09-03 ericksonsome more minor cleanup
2008-09-03 ericksonremoved old debug warnings
2008-09-03 ericksonadded an alternate marc2html stylesheet which only...
2008-09-03 ericksonadded fleshing of matches on queued rec retrieval....
2008-09-02 ericksonrollback on failed auth as well..
2008-09-02 ericksonadded initial bib import logic. this is bibs only...
2008-09-02 ericksonno need to commit on read, rollback instead
2008-09-02 ericksonclose the cstore connection before return
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 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-26 ericksonadded batch versions of the work-perm-org fetchers
2008-08-25 ericksonmake sure has is defined
2008-08-21 ericksonadded a utility method to find a user's locale
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-14 mikerremove the default record format to allow none at all
2008-08-13 mikerprotect against a 0 grace period
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-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-06 ericksondon't consider deleted volumes in callnumber browse
2008-08-05 ericksonthe existing if/else construct was forcing the proximit...
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...
2008-08-04 ericksonfleshed out the inspect call to return more info in...
2008-08-04 ericksontypo on stored proc name
2008-08-04 ericksonAdded support for using in-database circ checkout and...
2008-08-04 mikeradd support for xml-based z servers (such as xml-backed...
2008-08-01 mikeringest of dates thinko
2008-07-30 ericksonfalling back to existing is_true method
2008-07-29 mikerpreferred language and date filter fixes
2008-07-29 mikerthinko ... use the responder, which has the session...
2008-07-29 mikerAdding date filtering support and automatic/configurabl...
2008-07-29 mikercopy-n-paste error -- thanks Dan!
2008-07-27 mikerimplement the backend for "max_fine as percent-of-price...
2008-07-25 ericksonturning raw time durations into h/m/s notation so inter...
2008-07-25 mikeruse more correct test (rather than a side-effect) to...
2008-07-19 mikerallow circ.reshelving_complete.interval ou setting...
2008-07-18 ericksonadded core limit search setting, summary info in return...
2008-07-18 ericksonadded support for configurable search page sizes and...
2008-07-02 mikertreat full birth/death dates specially, as tsearch2...
2008-07-02 mikerconverting time-interval to text-interval
2008-06-27 mikerhit "d" /twice/ ... (thinko, need to remove old WHERE...
2008-06-26 mikerproper support for counting short-duration overdue...
2008-06-23 mikerexplicit casts to support pg 8.3
2008-06-19 mikerperl syntax typo
2008-06-19 ericksonadded support for setting hold expire time using an...
2008-06-19 mikerhonor expire time on holds
2008-06-19 mikermore switching to opac_visible on status
2008-06-19 mikeradd opac_visible flag to config.copy_status; make Reser...
next