2007-02-07 22:00 pines * Open-ILS/xul/staff_client/: chrome/content/util/list.js, server/circ/checkout.js: change default list behavior back to append to bottom, and change checkout specifically to append to top 2007-02-07 15:22 pines * Open-ILS/xul/staff_client/server/cat/volume_copy_creator.js: sanity check input 2007-02-07 12:20 miker * Open-ILS/src/perlmods/OpenILS/Application/Storage/Driver/: Pg.pm, Pg/storage.pm: adding db cleanup at child exit 2007-02-07 11:12 erickson * OpenSRF/src/perlmods/OpenSRF/UnixServer.pm: removing old, unused child_finish_hook 2007-02-07 09:59 erickson * OpenSRF/src/perlmods/OpenSRF/: UnixServer.pm, Application/Settings.pm: added child exit handling code and example 2007-02-07 09:42 erickson * Open-ILS/src/perlmods/OpenILS/WWW/XMLRPCGateway.pm: fixed bug in stream response handling, lengthened timeout 2007-02-07 09:24 pines * Open-ILS/xul/staff_client/server/cat/copy_browser.js: append to bottom for copy browser 2007-02-07 09:15 pines * Open-ILS/xul/staff_client/server/circ/util.js: handle PATRON_ACCOUNT_EXPIRED event for renewals, bug 481 2007-02-06 21:46 miker * Open-ILS/web/opac/: extras/slimpac/start.html, skin/default/xml/footer.xml, skin/default/xml/home/index_body.xml: integrating the slimpac 2007-02-06 20:05 miker * Open-ILS/web/opac/extras/slimpac/start.html: css typo 2007-02-06 15:32 pines * Open-ILS/xul/staff_client/chrome/content/util/rbrowser.xul: throw print functionality into an oncommand attribute, since onload event fires multiple times due to browser element, and is wonky 2007-02-06 12:39 pines * Open-ILS/xul/staff_client/server/: circ/util.js, patron/items.js, patron/items_overlay.xul: async renewals with feedback 2007-02-06 11:30 pines * Open-ILS/xul/staff_client/server/patron/: display.js, display.xul, display_overlay.xul: a totally redundant "Exit" button for patron display 2007-02-06 10:25 pines * Open-ILS/xul/staff_client/chrome/content/util/error.js: undefined && blah doesn't shortcut to false, apparently 2007-02-06 01:28 pines * Open-ILS/xul/staff_client/server/: admin/offline_manage_xacts.js, admin/offline_manage_xacts.xul, cat/copy_summary.xul, circ/copy_status.js, circ/copy_status.xul, circ/copy_status_overlay.xul, patron/bill_details.xul: 'Print Export' is a non-templated print option that prints the csv dump for a list instead of copying it to the clipboard. This is a quick and dirty way of letting staff print line-item billings and payments, and other things. Also merging in a more async'ed copy status interface from head 2007-02-06 00:44 pines * Open-ILS/xul/staff_client/server/patron/: items.js, search_result.js: default list behavior is append to top now, but we want these to append to bottom because they're pre-sorted server side 2007-02-06 00:31 pines * Open-ILS/xul/staff_client/server/: cat/copy_summary.xul, circ/copy_details.xul: reduce network calls, and put back just-in-case network call for retrieving call numbers 2007-02-05 17:02 pines * Open-ILS/xul/staff_client/: chrome/content/util/list.js, chrome/content/util/print.js, server/admin/printer_settings.html, server/admin/printer_settings.js: tweaked print system.. should fix the about:blank bugs and other race conditions 2007-02-05 16:57 erickson * Open-ILS/src/perlmods/OpenILS/Utils/CStoreEditor.pm: added a json_query wrapper 2007-02-05 15:20 pines * Open-ILS/xul/staff_client/chrome/content/: util/network.js, main/constants.js: http vs https 2007-02-05 15:19 pines * Open-ILS/xul/staff_client/server/cat/: copy_editor.js, copy_editor.xul: import/export, shortcut keys, and focus behavior 2007-02-05 15:14 pines * Open-ILS/xul/staff_client/server/cat/marcedit.xul: access keys 2007-02-05 15:13 pines * Open-ILS/xul/staff_client/server/patron/: bill_details.xul, bills.js: void all billings 2007-02-05 14:23 miker * Open-ILS/src/: c-apps/oils_cstore.c, perlmods/OpenILS/Reporter/SQLBuilder.pm: backporting json_query cstore changes; backporting generic transform addition 2007-02-05 14:17 erickson * OpenSRF/src/: perlmods/OpenSRF/Transport.pm, perlmods/OpenSRF/Transport/SlimJabber/Client.pm, perlmods/OpenSRF/Transport/SlimJabber/MessageWrapper.pm, perlmods/OpenSRF/Utils/Logger.pm, router/osrf_router.c, utils/log.c, utils/log.h: added logger xid support 2007-02-05 14:16 erickson * OpenSRF/src/: libstack/osrf_app_session.c, libstack/osrf_app_session.h, libstack/osrf_application.c, libstack/osrf_application.h, libstack/osrf_prefork.c, libstack/osrf_prefork.h, libstack/osrf_stack.c, libstack/osrf_system.c, libtransport/transport_message.c, libtransport/transport_message.h, libtransport/transport_session.c, libtransport/transport_session.h: add support for child exit handlers and the logger xid string 2007-02-05 14:16 erickson * OpenSRF/src/c-apps/osrf_math.c: added an exmple exit handler 2007-02-05 14:15 erickson * Open-ILS/src/perlmods/OpenILS/WWW/XMLRPCGateway.pm: re-factored to support streaming responses 2007-02-05 14:15 erickson * Open-ILS/src/perlmods/OpenILS/Application/Collections.pm: re-engineered the users_of_interest to use streaming calls and a longer timeout 2007-02-05 14:14 erickson * Open-ILS/src/perlmods/OpenILS/Application/Circ/Holds.pm: for title hold possibility check, we now sort copies into buckets based on the copy circ lib. then we check "closest" copies first since they are the more likely to be allowed, and therefore allow the possibility check to succeed. 2007-02-05 12:45 erickson * Open-ILS/web/opac/common/js/RemoteRequest.js: added debug line, commented out for now 2007-02-05 12:43 erickson * Open-ILS/src/perlmods/OpenILS/Application/Actor.pm: added a flag to settings method to allow for retrieving a single setting. running transaction fetching in streaming mode to accomodate large data sets 2007-02-05 11:20 erickson * OpenSRF/src/objson/json_parser.c: fixed bool parsing bug -- off by one on the string size enforcement 2007-02-05 10:47 erickson * OpenSRF/src/objson/: object.c, object.h: added a is-true wrapper for bool objects 2007-02-05 10:26 pines * Evergreen/src/support-scripts/eg_gen_overdue.pl: added errors-to handling. sender and reply-to are now the global dummy sender 2007-02-05 10:16 erickson * Evergreen/src/extras/overdue_notice_email: added errors to header 2007-02-04 21:56 miker * Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/actor.pm: FIXING case insensitive sorting of users (DESC, duh) 2007-02-04 20:37 miker * Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/actor.pm: case insensitive sorting of users 2007-02-04 18:03 miker * Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/actor.pm: check for HOO in the HOO check :) 2007-02-04 13:01 miker * Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/actor.pm: recheck for closures after HOO calc 2007-02-03 13:56 miker * Open-ILS/examples/fm_IDL.xml: adding eligible copy map to hold IDL class 2007-02-02 17:39 erickson * Open-ILS/: src/perlmods/OpenILS/Application/Search/Biblio.pm, web/opac/skin/default/js/advanced.js, web/opac/skin/default/xml/common/sidebar.xml, web/opac/common/js/config.js: added find-by-barcode to opac adv search 2007-02-02 17:10 miker * Open-ILS/web/opac/skin/default/xml/common/css_common.xml: send the correct OSD for opensearch plugin 2007-02-02 17:09 miker * Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/actor.pm: backporting user-search fix; potential fix for due date issue (bug 354) 2007-02-02 15:15 erickson * Open-ILS/web/opac/: common/js/DP_DateExtensions.js, skin/default/js/myopac.js, skin/default/js/rdetail.js, skin/default/xml/page_myopac.xml, skin/default/xml/myopac/myopac_checked.xml, skin/default/xml/myopac/myopac_summary.xml: added new iso-compliant date lib. using new date lib to proplery parse and handle dates. added warning message to alert a patron if their account has expired 2007-02-02 11:03 erickson * Open-ILS/src/: perlmods/OpenILS/Application/Actor/Container.pm, extras/ils_events.xml: added event for duplicate bucket creation errors 2007-02-02 10:07 erickson * Open-ILS/src/perlmods/OpenILS/Application/Circ/Circulate.pm: added some logging to warn in multiple open circs for a copy 2007-02-01 11:35 erickson * Open-ILS/src/perlmods/OpenILS/Application/Search/Z3950.pm: fixed error in Z query builder, now separating out the "use" and "structure" attributes 2007-02-01 11:33 erickson * Open-ILS/src/perlmods/OpenILS/Application/Circ/Money.pm: added batch functionality to the bill void method 2007-01-30 22:34 miker * Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/action.pm: retarget previous copy if still available 2007-01-30 21:55 pines * Open-ILS/xul/staff_client/server/circ/util.js: timestamp, not date 2007-01-30 15:59 pines * Open-ILS/xul/staff_client/: server/patron/display.js, chrome/content/util/error.js: relative URL's can cause errors with window.open 2007-01-30 13:35 erickson * Open-ILS/xul/staff_client/server/admin/closed_dates.js: fixed bug in date builder that caused date correction on invalid dates 2007-01-30 11:57 pines * Open-ILS/xul/staff_client/server/patron/bills.js: suggestion text for REFUND_EXCEEDS_DESK_PAYMENTS 2007-01-30 11:33 pines * Open-ILS/xul/staff_client/: chrome/chrome.manifest, chrome/branding/locale/en-US/brand.dtd, chrome/branding/locale/en-US/brand.properties, defaults/preferences/prefs.js: to make the download dialog work 2007-01-30 11:32 pines * Open-ILS/xul/staff_client/chrome/content/util/error.js: test for chrome before using fancy prompt 2007-01-26 16:22 erickson * Open-ILS/xul/staff_client/server/admin/org_settings.xhtml: changed wording 2007-01-26 14:42 erickson * Open-ILS/src/perlmods/OpenILS/Utils/CStoreEditor.pm: fixed logic bug in detecting the exisence of stream mode 2007-01-24 20:50 pines * Open-ILS/xul/staff_client/server/admin/: offline_manage_xacts.js, offline_manage_xacts.xul: export for offline xact exception list 2007-01-23 22:08 miker * Open-ILS/src/support-scripts/: marc_export: adding MARC export script 2007-01-23 12:14 pines * Open-ILS/xul/staff_client/chrome/content/main/menu.js: option to retrieve deleted records 2007-01-23 11:45 erickson * Open-ILS/src/perlmods/OpenILS/Application/Search/Biblio.pm: added flag to allow retrieval of deleted records in tcn search 2007-01-23 10:29 pines * Open-ILS/xul/staff_client/chrome/branding/locale/en-US/: brand.dtd, brand.properties: branding to get save dialog for reporting spreadsheets 2007-01-22 16:53 miker * Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm: mapping default language of en-US to eng 2007-01-22 16:26 pines * Open-ILS/xul/staff_client/server/: patron/summary.js, patron/summary_overlay.xul, skin/patron_display.css: expiration date in patron summary 2007-01-22 14:55 erickson * Open-ILS/src/perlmods/OpenILS/Utils/ModsParser.pm: removed title and author normalization code 2007-01-22 14:28 miker * Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm: fixing OSD generator for Firefox 2007-01-21 14:03 miker * Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/action.pm: moving another hold fetch inside a xact block 2007-01-20 07:55 miker * Open-ILS/src/perlmods/OpenILS/Reporter/SQLBuilder.pm: typo 2007-01-19 15:28 miker * Open-ILS/src/perlmods/OpenILS/Reporter/SQLBuilder.pm: hour truncation function fix 2007-01-19 15:12 erickson * Open-ILS/web/opac/skin/default/xml/advanced/advanced_global.xml: refactored code that disables unsupported sort options so using the browsers back button will function as expected 2007-01-19 12:12 erickson * Open-ILS/src/perlmods/OpenILS/Application/AppUtils.pm: replacing tcn from marc with the tcn_value on the record 2007-01-19 11:09 erickson * Open-ILS/src/perlmods/OpenILS/Application/Circ/: Circulate.pm, HoldNotify.pm: running hold-notify login in a transaction to fetch latest objects 2007-01-19 11:07 erickson * Open-ILS/src/perlmods/OpenILS/Utils/CStoreEditor.pm: added some sanity checks for session/transaction management. added a substream request option to force request to run in streaming mode, good for really big requests 2007-01-18 14:42 miker * Open-ILS/xul/staff_client/server/cat/marcedit.xul: removing unused sprintf lib 2007-01-18 14:30 erickson * OpenSRF/src/: Makefile, libstack/Makefile: removed libjudy dependencies from makefiles 2007-01-18 14:18 erickson * Open-ILS/web/reports/oils_rpt_builder.js: fixed param name bug which caused duplicate param entries in "where" clause. join clauses are now "left" joins if the parent join clause is "left" 2007-01-18 13:00 miker * Open-ILS/xul/staff_client/server/cat/: marcedit.js, marcedit.xul: backporting "insert before" marc editor fix 2007-01-17 14:24 erickson * Open-ILS/src/perlmods/OpenILS/Application/Cat.pm: enforcing DELETE_COPY in addition to UPDATE_COPY when deleting an item 2007-01-17 13:06 erickson * Open-ILS/web/reports/: oils_rpt.css, oils_rpt.js, oils_rpt_builder.js, oils_rpt_builder.xhtml, oils_rpt_filters.js, oils_rpt_param_editor.js, oils_rpt_report_editor.js, oils_rpt_tforms.js, oils_rpt_tree.js, oils_rpt_widget.js: added double-click action to template builder selector items to see details. other small bug fixes and info messages 2007-01-17 12:29 erickson * Open-ILS/src/perlmods/OpenILS/Application/Circ/HoldNotify.pm: using the bounced email setting as the sender when available 2007-01-17 12:28 erickson * Open-ILS/src/perlmods/OpenILS/Const.pm: added const for bounced email setting 2007-01-17 12:11 erickson * Open-ILS/xul/staff_client/server/admin/: org_settings.js, org_settings.xhtml: added setting for bounced emails 2007-01-17 07:33 pines * Open-ILS/xul/staff_client/server/skin/media/images/stop_sign.png: forgot this 2007-01-16 14:16 pines * Open-ILS/xul/staff_client/server/patron/display.js: change patron display alert to get around bug 2007-01-16 14:15 pines * Open-ILS/xul/staff_client/server/cat/z3950.js: perm check for alt tcn import. still need to handle alt tcn for overlay 2007-01-12 13:37 erickson * Open-ILS/src/extras/ils_events.xml: added rec/vol deleted events 2007-01-12 13:37 erickson * Open-ILS/src/perlmods/OpenILS/Application/Cat.pm: now return events when volumes are added to deleted recs or copies are added to deleted vols; removed some old code; fixed logic error in record delete on merged call numbers 2007-01-12 12:48 miker * Open-ILS/src/sql/Pg/reporter-schema.sql: get author from 110 or 111 failing 100 2007-01-12 10:08 miker * Open-ILS/src/javascript/backend/catalog/fixed_fields.js: all non-BKS types get the "i" BLvl 2007-01-12 00:55 miker * Open-ILS/src/sql/Pg/: 080.schema.money.sql, 090.schema.action.sql: indexes supporting collections queries 2007-01-12 00:52 miker * Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/money.pm: new-for-collections method redux 2007-01-11 16:24 pines * Open-ILS/xul/staff_client/server/skin/media/images/stop_sign.png: workaround for bug #292 with fancy prompt; waiting for testing on pines-dev before merging with stable 2007-01-11 10:31 miker * Open-ILS/src/javascript/backend/catalog/fixed_fields.js: backporting continuing resource change 2007-01-10 02:17 miker * Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/money.pm: collections activity query update 2007-01-09 10:51 miker * Open-ILS/src/sql/Pg/: 005.schema.actors.sql, 006.schema.permissions.sql: fixing baseline permissions and groups based on report from Eric Lesage 2007-01-08 16:47 pines * Open-ILS/xul/staff_client/server/cat/: copy_buckets.js, copy_buckets.xul, copy_buckets_overlay.xul, record_buckets.js, record_buckets.xul, record_buckets_overlay.xul: bug #409, save column buttons in bucket interfaces (and clipboard for pending area) 2007-01-08 15:34 erickson * Open-ILS/xul/staff_client/server/admin/stat_cat_editor.js: forcably casting pure numbers to strings 2007-01-08 15:24 miker * Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/metabib.pm: backporting ISxN search fix for deleted records 2007-01-08 14:26 pines * Open-ILS/xul/staff_client/server/patron/info_notes.xul: shift the delete button to the left 2007-01-08 13:47 pines * Open-ILS/xul/staff_client/server/cat/copy_notes.xul: close button for copy notes 2007-01-08 13:46 erickson * Open-ILS/: src/javascript/backend/circ/circ_lib.js, src/javascript/backend/circ/circ_permit_hold.js, src/perlmods/OpenILS/Application/Circ/Holds.pm, src/perlmods/OpenILS/Application/Circ/ScriptBuilder.pm, web/opac/skin/default/xml/common/holds.xml: added a MAX_HOLDS event and tests in the hold permit scripts 2007-01-08 13:43 erickson * Open-ILS/src/extras/ils_events.xml: added event for max holds 2007-01-08 13:32 miker * Evergreen/src/extras/: report-fail, report-success: typos 2007-01-06 12:53 miker * Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/metabib.pm: back-porting ISxN distinct-record fix 2007-01-05 16:50 pines * Open-ILS/xul/staff_client/server/circ/util.js: handle ACTION_TRANSIT_COPY_NOT_FOUND 2007-01-05 15:07 erickson * OpenSRF/src/libstack/osrf_hash.h: reduced hash size (just now comitting, been like this for a while on dev) 2007-01-05 15:01 erickson * Open-ILS/web/opac/skin/default/css/layout.css: added some style for overdue dates, etc. 2007-01-05 15:00 erickson * Open-ILS/web/opac/skin/default/: js/result_common.js, xml/result/result_table.xml: duplicating the nav bar at the bottom of search pages 2007-01-05 14:59 erickson * Open-ILS/web/opac/skin/default/: js/myopac.js, xml/myopac/myopac_checked.xml: refactored renewals to be batch renewals and to run asynchronously 2007-01-05 14:59 erickson * Open-ILS/web/opac/common/js/utils.js: added additional utility alert method 2007-01-05 14:56 erickson * Open-ILS/src/perlmods/OpenILS/Application/Actor/Container.pm: enforcing perm depth checks on bucket/bucket-item delete 2007-01-05 14:24 erickson * Open-ILS/src/perlmods/OpenILS/Application/Circ/Holds.pm: leaving items "on holds shelf" when their hold is cancelled 2007-01-04 19:43 miker * Open-ILS/xul/staff_client/server/patron/user_edit.js: only send user perms (not group perms) for saving 2007-01-03 13:37 erickson * Open-ILS/src/perlmods/OpenILS/Application/Circ/Circulate.pm: fixed list logic error in hold retrieval call 2007-01-03 10:43 erickson * Open-ILS/src/perlmods/OpenILS/Utils/CStoreEditor.pm: added sanity check to the rollback call 2007-01-03 10:42 erickson * Open-ILS/src/perlmods/OpenILS/Application/Circ.pm: added logic to make sure the transaction is not already closed when applying lost materials fees 2007-01-02 17:01 miker * OpenSRF/src/utils/utils.c: new utf-8 escaping code, backpatched from head; printf format fix 2007-01-02 16:33 erickson * OpenSRF/src/utils/utils.c: any unhandled char below ascii 32 will now be encoded as utf8 (\uXXXX) 2007-01-02 14:48 erickson * Open-ILS/src/javascript/backend/circ/circ_item_config.js: revised circ-mod logic to search for the provided (as-is) circ-mod config, then the lower-cased version of the circ-mod config 2007-01-02 14:46 erickson * Open-ILS/src/javascript/backend/circ/circ_lib.js: added some logging and made the logging a little more clear 2007-01-02 14:03 erickson * Open-ILS/src/perlmods/OpenILS/Application/Circ/Holds.pm: updated manual hold notification to use the editor+transaction 2007-01-02 11:46 erickson * Open-ILS/examples/openils.xml.example: updated to latest settings, added some more comments 2006-12-30 12:05 miker * Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/action.pm: ignoring deleted copies during initial search 2006-12-18 12:27 pines * Open-ILS/xul/staff_client/server/patron/info_surveys.xul: merging from HEAD: Use my_asv here.. surveys pertinent to the workstation library.. in case survey usage ever takes off. Should probably move some of this to the middle layer 2006-12-18 12:15 miker * Open-ILS/src/perlmods/OpenILS/Utils/ModsParser.pm: * backporting MODS author extraction fix from head * This makes the extraction more stable across MODS versions and gives a more sane order of retrieval. 2006-12-14 09:24 erickson * Open-ILS/src/perlmods/OpenILS/Application/Circ/Holds.pm: fixed a broken order_by statement and cleaned up a boolean test 2006-12-14 09:10 erickson * Open-ILS/src/perlmods/OpenILS/Application/Circ/Holds.pm: fixed field name for hold_type 2006-12-13 21:13 pines * Open-ILS/xul/staff_client/chrome/content/main/constants.js: api for marc templates 2006-12-13 21:12 pines * Open-ILS/xul/staff_client/server/cat/marc_new.xul: create MARC functionality 2006-12-13 21:06 erickson * Open-ILS/admin/ils_admin/setup/models.py: updated some of the models. added some signal callbacks for setting the postgres search path 2006-12-13 19:28 erickson * config.sh, install.sh, Open-ILS/src/Makefile: added an ADMINDIR config value for the django admin interface, set up the install process 2006-12-13 16:35 erickson * Open-ILS/src/perlmods/OpenILS/Utils/PermitHold.pm: avoiding the age-protection checks if the item owning_lib is the same as the requesting lib and the requestor is not the recipient 2006-12-13 14:38 pines * Open-ILS/src/templates/marc/: k_audio.xml, k_video.xml: more tweaks from Bin 2006-12-13 14:08 erickson * Open-ILS/src/perlmods/OpenILS/Application/Cat.pm: added method to retrieve bib-source types. updated marc update method to allow for auto-generated TCN values for creating new marc 2006-12-13 12:32 pines * Open-ILS/src/templates/marc/: k_audio.xml, k_book.xml, k_video.xml: marc templates 2006-12-13 12:30 pines * Open-ILS/src/templates/marc/: k_audio.xml, k_video.xml: Elvl = K 2006-12-13 12:12 erickson * OpenSRF/src/gateway/osrf_json_gateway.c: replaced (printf style) format buffer calls with non-format calls to prevent issues with embedded % symbols 2006-12-13 12:11 pines * Open-ILS/xul/staff_client/server/patron/: items.js, items.xul, items_overlay.xul: Add to Item Bucket action for patron Items Out 2006-12-13 11:35 erickson * Open-ILS/src/perlmods/OpenILS/Application/Circ/Holds.pm: added hold-type "R" logic to short-circuit the best-hold searching to use the hold that directly targets the copy in question 2006-12-13 11:31 pines * Open-ILS/src/templates/marc/k_video.xml: some consistency 2006-12-13 11:24 pines * Open-ILS/src/templates/marc/k_audio.xml: indicators Bin wants 2006-12-13 11:11 pines * Open-ILS/src/templates/marc/: k_audio.xml, k_video.xml: more templates and tweaks 2006-12-13 11:02 erickson * Open-ILS/src/perlmods/OpenILS/Application/Circ/: Circulate.pm, Holds.pm, ScriptBuilder.pm: updated opportunistic hold-capture logic to find the best hold and not necessarily the hold that already targets the copy in question 2006-12-13 10:32 pines * Open-ILS/src/templates/marc/k_audio.xml: marc templates 2006-12-12 14:20 pines * Open-ILS/xul/staff_client/server/cat/bib_brief.xul: tcn source 2006-12-12 11:58 pines * Open-ILS/xul/staff_client/server/cat/: volume_copy_creator.js, volume_copy_creator.xul: roll our own persist for checkboxes. bug 159, ticket 2811 2006-12-12 11:15 pines * Open-ILS/xul/staff_client/server/admin/hold_pull_list_classic.js: bug 107. show create date with age protection 2006-12-11 11:55 miker * Open-ILS/xul/staff_client/server/patron/user_edit.js: adding existing perms group-based for users (disabling those rows) 2006-12-11 11:54 miker * Open-ILS/src/perlmods/OpenILS/Utils/ModsParser.pm: catch-all author 2006-12-11 11:18 erickson * OpenSRF/src/perlmods/OpenSRF/Application.pm: removed two warning logs to prevent the unixserver logs from bloating up with the warnings 2006-12-11 11:10 erickson * Open-ILS/web/opac/common/js/: RemoteRequest.js, opac_utils.js: added a xul stash loading method. forcing authtoken to come from xul stash when isXUL so that latest authtoken is used 2006-12-11 10:27 erickson * Open-ILS/src/perlmods/OpenILS/Application/Search/Z3950.pm: stripping chars below hex 9 (tab), mainly to remove NULL (hex 0) chars 2006-12-08 15:10 erickson * Open-ILS/web/opac/skin/default/xml/advanced/advanced_global.xml: added the empty char as a value for Adult audience search so that unset audience fields will match Adult 2006-12-08 15:07 erickson * Open-ILS/web/opac/skin/default/js/adv_global.js: allowing empty chars as values in adv search 2006-12-08 13:35 erickson * Open-ILS/src/perlmods/OpenILS/Application/Circ/Circulate.pm: properly setting opac/desk/phone renewal flag on circs created from renewals based on API flag provided by client 2006-12-08 13:34 erickson * Open-ILS/web/opac/skin/default/js/myopac.js: passing the opac_renewal flag on renewals 2006-12-08 13:06 erickson * Open-ILS/src/perlmods/OpenILS/Application/Cat.pm: added a method to retrieve the types of marc xml templates 2006-12-08 12:58 erickson * Open-ILS/src/templates/marc/k_book.xml: adding version 1 2006-12-08 12:57 erickson * Open-ILS/src/templates/marc/k_book.xml: added version 1 2006-12-08 11:18 pines * Open-ILS/xul/staff_client/server/circ/util.js: indicate cancelled hold on transit receive 2006-12-08 11:09 erickson * Open-ILS/src/perlmods/OpenILS/Application/Circ/: Circulate.pm, Holds.pm: mid-transit holds that are cancelled now leave the transit open and provide a warning at the receiving lib 2006-12-08 08:44 miker * Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/: action.pm, asset.pm, biblio.pm: excluding deleted CNs and copies from hold targeting 2006-12-07 14:11 erickson * Open-ILS/web/reports/oils_rpt_utils.js: changed path separator to make it easier on the eyes 2006-12-07 14:07 erickson * Open-ILS/web/reports/oils_rpt_folder_window.js: fixed tab opening to contain navigation and print buttons 2006-12-05 10:21 erickson * Open-ILS/web/reports/oils_rpt_builder.js: fixed logic bug in filter removal code 2006-12-04 17:54 erickson * Open-ILS/web/reports/oils_rpt_widget.js: changed relative date number picker from 24 to 90 2006-12-03 09:44 miker * Open-ILS/: examples/fm_IDL.xml, src/sql/Pg/080.schema.money.sql: adding payment views and setting as core tables 2006-12-01 21:49 miker * Open-ILS/: src/sql/Pg/reporter-schema.sql, examples/fm_IDL.xml: billing and payment summary views 2006-12-01 13:16 miker * Open-ILS/xul/staff_client/server/cat/marcedit.js: fixing incoming Unicode characters at record save time 2006-11-30 11:45 pines * Open-ILS/xul/staff_client/server/cat/volume_copy_creator.js: typo 2006-11-30 10:09 erickson * OpenSRF/src/objson/json_parser.c: added space in the utf buffer to handle 3-char characters 2006-11-29 13:53 erickson * Open-ILS/src/perlmods/OpenILS/Application/Circ/Circulate.pm: now voiding any bills created on the backdate day when backdating a checkin. also setting checkin_time to the backdate when available