]> git.evergreen-ils.org Git - working/Evergreen.git/history - Open-ILS/src
FTS on serials records is unnecessary bloat
[working/Evergreen.git] / Open-ILS / src /
2009-07-22 dbsFTS on serials records is unnecessary bloat
2009-07-21 ericksonsetting circ.workstation when appropriate. some minor...
2009-07-21 scottmkOops -- correcting carelessness of previous change
2009-07-21 ericksonremoved old, unnecessary comment
2009-07-21 scottmkAdding a column "workstation" to action.circulation
2009-07-21 scottmkThis update to oils_cstore.c moves in the direction...
2009-07-21 ericksonadded hold notification trigger event def
2009-07-21 mikeradd 1.6 upgrade sql (and remove 2.0 stub)
2009-07-21 dbsUse pcrud to delete MFHD records, per berick's suggesti...
2009-07-21 ericksonuse the editor's allowed() method for checking perms...
2009-07-21 dbsAdd some crude methods for creating and deleting MFHD...
2009-07-21 dbsDo not display holdings for serial records that have...
2009-07-21 djfianderMerge processing for $yp and $yc into single loop,...
2009-07-21 djfianderAdd a bit more debugging code
2009-07-21 djfianderAdd a few more tests, including one of a combined publi...
2009-07-19 ericksonadded seed data for hold-available notifications. ...
2009-07-18 scottmkIn oils_auth.c: changed the treatment of inactive accounts.
2009-07-17 scottmkIn oils_auth.c: Fixed a bug.
2009-07-17 mikerautodetect marcxml (or, rather, "not binary marc")...
2009-07-17 ericksonadded option to import holdings from main record import...
2009-07-16 erickson1. OK to have duplicate usr_standing_penalty's. 2...
2009-07-16 scottmkCreate a bunch of new indexes so that the new actor...
2009-07-16 ericksonflesh hold notes on retrieve by id
2009-07-15 ericksonpatch from Mike R. to provide an option to sort user...
2009-07-15 scottmkIn actor.usr_delete(): correct the mistreatment of...
2009-07-15 mikercheck for a null circ mod on an item when doing a non...
2009-07-15 mikerProtect against duplicate Located URIs at ingest time
2009-07-15 ericksonrepaired missing ; after COMMENT
2009-07-15 ericksonpatched up some logic bugs, fixed some typos
2009-07-15 scottmkIn verifyObjectPCRUD: pull the lookup of the root org_u...
2009-07-15 scottmkUndoing previous misguided commit
2009-07-14 scottmkCorrect a syntax error where '$func$' appeared in the...
2009-07-14 ericksonadded seed data for org-unit setting
2009-07-14 ericksonwhen patron checks out an item and they have no holds...
2009-07-14 scottmkCorrecting some careless typos...
2009-07-14 scottmkAdd tables from the auditor schema to actor.usr_purge_d...
2009-07-14 scottmkFor the id_list methods: build the SELECT clause directly
2009-07-14 ericksonPatch from James Fournie -- fixing org tree fleshing...
2009-07-14 scottmkTweaks to oils_cstore.c:
2009-07-13 scottmkAdd two functions to the actor schema:
2009-07-13 ericksonforce the staff flag to true for staff-created notes
2009-07-13 ericksonadded 'staff' column to indicate a staff-created hold...
2009-07-13 ericksoncapture the timeout argument to json_query
2009-07-11 scottmkPlug a couple of memory leaks.
2009-07-11 dbsUpdate to latest libyaz; install z39.50 server library...
2009-07-10 ericksonusing new penalty org depth when setting invalid addr...
2009-07-10 ericksonadded ancestor at depth util function
2009-07-09 ericksonadded usr_summary column to storage since most of the...
2009-07-09 ericksondon't force a depth on the call to actor.org_unit_full_...
2009-07-09 scottmkAdd new column org_depth to config.standing_penalty.
2009-07-09 ericksonadded invalid patron address penalty creation/deletion...
2009-07-09 ericksonadded another user penalty fetcher which just returns...
2009-07-08 djfianderFix calculation of of date correction.
2009-07-08 djfianderComment out some debugging statements I checked in...
2009-07-08 scottmkAdd a new boolean column usr_summary to actor.stat_cat.
2009-07-08 lmcfarlandadded functionality of searching for patron via barcode...
2009-07-08 ericksonif alerting on empty bibs and not overriding, return...
2009-07-08 ericksonadded invalid addr penalty and org-unit setting to...
2009-07-08 ericksonuse dynamic bucket item class name for notes fleshing
2009-07-08 scottmkAdd an ON DELETE CASCADE clause to the foreign key...
2009-07-08 djfianderRefactor to pass around array refs instead of long...
2009-07-08 djfianderAdd more evil test cases
2009-07-08 djfianderFix a call to DateTime::clone() that I missed the other day
2009-07-07 ericksonadded an additional status of 5 for holds. if a captur...
2009-07-07 ericksonadded the hold-shelf-status-delay setting with description
2009-07-07 ericksonoops, meant to check pickup-lib, not requesting lib.
2009-07-07 scottmkMore tinkering with oils_cstore.c:
2009-07-07 djfianderAdd some more complex publication patterns, fix code...
2009-07-06 djfianderDon't need DateTime in this file any more, now that...
2009-07-06 scottmkIn oils_cstore.c: converted several iterator loops...
2009-07-06 dbsOrder copy locations by name by default; useful for...
2009-07-05 scottmkMore tweaks to oils_cstore.c:
2009-07-05 scottmkTweaks to osrfAppInitialize() in oils_cstore.c:
2009-07-05 scottmkSeveral tweaks to oils_cstore.c:
2009-07-04 scottmkChange the interface to doFieldMapperSearch(), and...
2009-07-02 ericksondon't throw exception when auth session is not found...
2009-07-02 dbsRequests for added content fail all the time; don't...
2009-07-02 dbsGive unAPI and friends the ability to redirect to an...
2009-06-30 scottmkIn usr_merge(): when merging rows from reporter.*_folder,
2009-06-30 scottmkIn actor.usr_merge(): when transferring rows from vande...
2009-06-30 dbsTreat SRU queries as UTF8 input.
2009-06-30 djfianderadd tests for weekly publication, fix bug in code for...
2009-06-29 scottmkIn actor.usr_merge(): transfer picklists with changes...
2009-06-29 scottmkIn actor.usr_merge(): For each *_bucket table, transfer...
2009-06-29 ericksonforce valid org-unit-setting name when updating settings
2009-06-29 scottmkAdd new table config.org_unit_setting_type to define
2009-06-26 ericksonreturning extra flag in hold possibility check which...
2009-06-26 ericksonopen-ils.actor.org_setting.delete is not used. removin...
2009-06-25 ericksonwhen a copy is manually edited and is either deleted...
2009-06-25 ericksonadded batch hold reset call
2009-06-25 djfianderNow supports generating dates of combined issues (eg...
2009-06-24 ericksonbasic cstore communication via opensrf perl
2009-06-24 ericksonbased hold queue on un-fulfilled holds, not un-captured...
2009-06-23 ericksonhold queue position starts at 1
2009-06-23 mikermoving the record-merge stored proc to the end of the...
2009-06-23 ericksonarg, syntax error
2009-06-23 ericksonadded user stage delete. now returning all related...
2009-06-23 ericksonmoved the user stage out to it's own module since there...
2009-06-23 ericksonadded initial staged user creation api (for patron...
2009-06-23 ericksonadded perl uuid deb package. sorry, don't know the...
next