]> git.evergreen-ils.org Git - Evergreen.git/history - Open-ILS/src/perlmods
better name for the method
[Evergreen.git] / Open-ILS / src / perlmods /
2008-02-15 ericksondefaulting selection_ou to the pickup lib instead of...
2008-02-12 mikerarg! typo
2008-02-11 mikeradde Parse::RecDescent stubbing for future use
2008-02-08 mikermoving to direct call syntax instead of indirection...
2008-02-08 ericksondirect function calls to prevent any issues with $self...
2008-02-08 ericksondirect function calls to prevent any issues with $self
2008-02-08 ericksoncalling copy_details directly to prevent any issues...
2008-02-06 ericksonadded explicit "return undef"
2008-02-06 ericksonlogic bug in new perm checker. removed some dead code
2008-02-06 ericksonusing shared build_org_tree in apputils
2008-02-06 ericksonnow using the find_highest_perm_org and get_org_tree...
2008-02-06 ericksonfixed variable declaration
2008-02-06 ericksongave cstore editor the ability to check an array of...
2008-02-05 ericksonrepaired descendant logic for initial high perm org
2008-02-05 ericksonadded a descendants option to the high work org retriev...
2008-02-05 ericksonfixed some typos
2008-02-05 ericksonfixed calls to new_editor, which will not work in apput...
2008-02-05 ericksonadded org descendant/ancestor/full_path utility methods
2008-02-04 ericksonmoved some of the work org and perm calls into apputils...
2008-02-04 ericksonadded a .ids version of the work ou retrieval function...
2008-02-01 ericksonremoved cstoreditor :funcs import, was causing circular...
2008-02-01 ericksonmoved old-fashioned perm check to json_query for speed
2008-02-01 ericksonadded method to find the org tree segments where a...
2008-01-31 ericksoncomitting initial authoritative auto-magic transactions...
2008-01-31 ericksondisallow marking an item lost that is already marked...
2008-01-30 ericksonensuring transactions are closed after a billing is...
2008-01-29 mikeruse default namespaces ... easier to work with anyway...
2008-01-29 mikermake double extra sure that the namespace attribute...
2008-01-29 dbsReturn explicit nulls if no matching username / barcode...
2008-01-28 mikerspacing
2008-01-28 ericksondrastically up the timeout for these long-running trans...
2008-01-28 mikerignore deleted records within a metarecord
2008-01-24 mikeradded param sets for voided billing clauses
2008-01-23 dbsTypo in debug output
2008-01-18 ericksonadded explicit disconnect
2008-01-15 ericksonrepaired typo
2008-01-14 mikerallow cgi params instead of a cookie for auth token
2008-01-14 mikerallow the exporter to accept a container id, for export...
2008-01-12 mikerforce flushing of the apache/mod_perl buffer after...
2008-01-07 ericksonplugged in new permission checking call which uses...
2008-01-03 ericksonforward-porting move to cstore for bib create and repla...
2007-12-19 mikermake z search more robust when using multi-target search
2007-12-16 mikeradding "bibid" result peer to the marcxml
2007-12-16 mikerfixing search object layout
2007-12-16 mikeradd root ou to the search
2007-12-16 mikeradd Z-style search/result interface
2007-12-16 mikermulti-target Z39.50 searches -- just supply an array...
2007-12-15 mikertest for non-ref-ness
2007-12-15 mikerEVEN MORE errors caught by strict
2007-12-15 mikerMORE errors caught by strict
2007-12-15 mikererrors caught by strict
2007-12-15 mikerasync and multi-target Z search .... yes, I am that...
2007-12-13 ericksonrepairing (unused) method name
2007-12-05 mikeradding voided field to money::payment -- another log...
2007-12-05 ericksonmoved calls to cstore. moved events to die_events...
2007-12-05 mikeradd the deleted field to the CDBI field list
2007-12-05 mikerRemove the bre step from the join tree -- not needed
2007-12-05 mikerspeedy json_query version of metarecord hold permit
2007-11-21 ericksonto move a workstation, you need perms at original org...
2007-11-20 mikeradding "create_date" field to circulations to track...
2007-11-20 mikerforcing staff client search to filter on only circ_lib...
2007-11-19 ericksonforgot to commit the xact
2007-11-19 ericksonWhen a hold is edited and marked as frozen in the proce...
2007-11-17 mikerreplacing eval "use blah" with "blah"->use();
2007-11-15 ericksoncapturing any preceding search terms and appending...
2007-11-15 ericksonnow augmenting existing searches instead of replacing...
2007-11-15 mikermake the version number a - separated string to avoid...
2007-11-15 mikersubclassing OpenSRF::Application so we have a place...
2007-11-14 ericksonAdded a new method to parse complex search query syntax...
2007-11-09 ericksonAs caching has evolved, at some point we started return...
2007-11-04 ericksonRemoved any assumptions about the structure of the...
2007-11-04 ericksonremoved a redundant piece of hold permission logic...
2007-11-04 ericksonrepaired renewal permission check logic
2007-11-04 dbsWarn and return undef if find_org() does not receive...
2007-11-03 dbsTypo: trasaction -> transaction
2007-11-03 ericksonTurned all instances of VOLUME_UPDATE into UPDATE_VOLUM...
2007-11-02 dbsRemove "use Apache2 ();" stmts - these do nothing but...
2007-11-01 ericksonreturning a boolean retarget flag from the nearest_hold...
2007-11-01 ericksonclearing current_copy and prev_check_time on previously...
2007-11-01 mikerforward porting hold re-targeting fix
2007-10-31 dbsUse getAttributeNS with the XML namespace to retrieve
2007-10-30 mikeradding work_payment type and the /strong/ urging of...
2007-10-25 mikercorrecting think-o in the nearest-hold logic
2007-10-18 dbsThis commit breaks compatibility with OpenSRF 0.9.
2007-10-17 mikeradding "available only" status filtered pull list methods
2007-10-17 mikerquieting warnings about uninitialized value used in...
2007-10-16 dbsTypo: visiblity -> visibility
2007-10-16 dbsAvoid "unused variable" Perl warning
2007-10-15 mikerthinko causing authority export to be missed
2007-10-03 mikerremoving debugging info
2007-10-03 mikermay be getting an undef?
2007-10-03 mikereven more debugging
2007-10-03 mikermore debugging
2007-10-03 mikerdebugging
2007-10-03 mikerdebugging
2007-10-03 mikerclean up ids read from file
2007-10-03 mikerclean up <select>s and attempt to avoid error message
2007-10-03 mikeradd simple form for 1-rec or CSV file input
2007-10-03 mikerfixing patron search SQL error introduced by the dedup...
2007-09-28 dbsTypos in debug output.
next