]> git.evergreen-ils.org Git - Evergreen.git/history - Open-ILS/src/perlmods/OpenILS/Application
generate methods after loading the IDL
[Evergreen.git] / Open-ILS / src / perlmods / OpenILS / Application /
2008-03-11 mikergenerate methods after loading the IDL
2008-03-11 mikeruse the correct context node, duh
2008-03-11 mikertypo; settings-tester update
2008-03-11 mikersearch method
2008-03-11 mikerall_perms flag and ou-less checking
2008-03-11 mikerinitial permacrud application
2008-03-10 mikermaking OpenILS::Application the base app so that author...
2008-03-10 ericksonadded initial (basic) staged search support
2008-03-10 mikerNACO normalization is handy to have around
2008-03-09 ericksonusing json true instead of 1
2008-03-09 ericksoninitial checkouts-by-circ-mods support
2008-03-07 mikeractually trimming the record hashes
2008-03-07 mikertrimming the record hashes
2008-03-07 mikerremember kids, always execute your prepared queries...
2008-03-07 mikertypos
2008-03-07 mikertypos
2008-03-07 mikertypos
2008-03-07 mikerthinkos
2008-03-07 mikerbecause Dan understands the importance of proper speeeling
2008-03-07 mikeradding preferred lang support to the new perl, and...
2008-03-07 mikerexplicitly use the JSON module
2008-03-07 mikershiny new search method based on staged search stored...
2008-03-03 mikerfixing sort and sort_dir in the advanced query syntax
2008-03-01 mikermoving default grammar to HEREDOC instead of DATA section
2008-02-22 ericksonadded support for volume-level holds migration during...
2008-02-22 ericksonmoved to die_events for in-transaction error handling
2008-02-22 ericksonadded logic to migrate holds from the deleted records...
2008-02-22 ericksonadded hold permit flag for new holds to prevent max...
2008-02-21 mikeradding authoritative method varients
2008-02-18 ericksonreturning undef on not-found instead of 0 to prevent...
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 ericksonusing shared build_org_tree in apputils
2008-02-06 ericksonnow using the find_highest_perm_org and get_org_tree...
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 ericksondisallow marking an item lost that is already marked...
2008-01-30 ericksonensuring transactions are closed after a billing is...
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-18 ericksonadded explicit disconnect
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-15 ericksoncapturing any preceding search terms and appending...
2007-11-15 ericksonnow augmenting existing searches instead of replacing...
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 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-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-30 mikeradding work_payment type and the /strong/ urging of...
2007-10-25 mikercorrecting think-o in the nearest-hold logic
2007-10-17 mikeradding "available only" status filtered pull list methods
2007-10-16 dbsTypo: visiblity -> visibility
2007-10-03 mikerfixing patron search SQL error introduced by the dedup...
2007-09-28 dbsTypos in debug output.
next