2007-07-09 erickson * Open-ILS/src/perlmods/OpenILS/WWW/FastJS.pm: removing deprecated JS builder module 2007-07-10 phasefx * Open-ILS/xul/staff_client/server/patron/bills.js: fixes a regression for check/credit card payments * Open-ILS/xul/staff_client/server/patron/bills.js, Open-ILS/xul/staff_client/server/patron/bills_overlay.xul: Annotate Payment feature 2007-07-12 phasefx * Open-ILS/xul/staff_client/server/cat/copy_buckets.js, Open-ILS/xul/staff_client/server/cat/record_buckets.js: alphabetical sort for bucket names in drop-down menu 2007-07-13 phasefx * Open-ILS/xul/staff_client/Makefile: all sorts of issues here that I overlooked.. this should properly overlay the contents of Evergreen/xul/staff_client/server/ into the build/server/ for the staff client upon make. I'm not sure how portable it is, however 2007-07-13 erickson * Evergreen/src/support-scripts/eg_gen_overdue.pl: changed circ retrieval to lower level, streaming opensrf call for better handling of longer, larger queries * Open-ILS/src/extras/ils_events.xml, Open-ILS/src/perlmods/OpenILS/Application/Cat.pm: added bib delete method and new event for attempts to delete non-empty records 2007-07-15 miker * Open-ILS/src/extras/org_tree_html_options.pl: for some reason I still had storage answering an actor call (works, but slower) 2007-07-16 phasefx * Open-ILS/xul/staff_client/server/cat/record_buckets.js, Open-ILS/xul/staff_client/server/patron/hold_notices.xul: fancy_prompt and modal_xulG bug where window.open was being used instead of the JSAN wrapper library (util.window) where the modal_xulG way of passing data to/from modal windows is managed * Open-ILS/xul/staff_client/chrome/content/main/constants.js, Open-ILS/xul/staff_client/server/cat/record_buckets.xul, Open-ILS/xul/staff_client/server/cat/record_buckets_overlay.xul: port the rest of the Delete Record UI to 1.2 2007-07-17 erickson * Evergreen/xul/staff_client/server/patron/ue.js, Evergreen/xul/staff_client/server/patron/ue_config.js: removed hard-coded group application_perms in favor of grabbing them dynamically from the set of retrieved groups 2007-07-18 phasefx * Open-ILS/xul/staff_client/server/circ/checkout.js: Ignore redundant barcode scans during check out when the items involved are still resolving 2007-07-18 erickson * Open-ILS/src/extras/org_tree_js.pl: backporting new JS builder: svn merge -r7563:7564 svn://svn.open-ils.org/ILS/trunk . 2007-07-20 miker * Open-ILS/web/opac/locale/en-US/opac.dtd, Open-ILS/web/opac/skin/default/xml/myopac/myopac_checked.xml: Patch from Dan Scott, moving some strings to the OPAC DTD 2007-07-21 phasefx * Open-ILS/xul/staff_client/chrome/content/util/fancy_prompt.xul, Open-ILS/xul/staff_client/chrome/content/util/window.js, Open-ILS/xul/staff_client/server/cat/record_buckets.js: hrmm, the xul_param stuff has the side effect of updating xulG; need to change that. But this fixes the Cancel action or Close Window event for fancy prompts such as Merge Records 2007-07-21 erickson * Open-ILS/src/c-apps/oils_cstore.c: back-porting NULL classname check: svn merge -r7569:7570 svn://svn.open-ils.org/ILS/trunk 2007-07-23 miker * Open-ILS/src/sql/Pg/002.schema.config.sql: Patch from Dan Scott to quiet the whining of PG 8.1+ on non-standard string escapes