2008-08-06 erickson * Open-ILS/src/perlmods/OpenILS/Application/SuperCat.pm: don't consider deleted volumes in callnumber browse 2008-08-07 erickson * Open-ILS/xul/staff_client/server/admin/hold_pull_list.js, Open-ILS/xul/staff_client/server/admin/hold_pull_list_classic.js, Open-ILS/xul/staff_client/server/patron/holds.js: changing default hold pull list limit to 100 * Open-ILS/web/opac/extras/selfcheck/selfcheck.js: pull org location from URL param "l" .. default to org tree root * Open-ILS/src/perlmods/OpenILS/WWW/Proxy.pm: return to login page if auth fails, existing auth session has timed out, or existing auth session does not have required perms * Open-ILS/src/perlmods/OpenILS/WWW/Proxy.pm: preserve the entire url with query string in redirects 2008-08-08 phasefx * Open-ILS/src/perlmods/OpenILS/Application/Search/Z3950.pm: yaz change; will complain of bad xml format otherwise * Open-ILS/xul/staff_client/server/cat/copy_browser.js, Open-ILS/xul/staff_client/server/cat/volume_editor.xul, Open-ILS/xul/staff_client/server/circ/copy_status.js: fix Cancel button in volume editor 2008-08-12 miker * Open-ILS/examples/opensrf.xml.example, Open-ILS/src/perlmods/OpenILS/Application/Search/Z3950.pm: support /really/ bare zebra installations that do not like elementSetName 2008-08-13 miker * Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/action.pm: protect against a 0 grace period 2008-08-14 erickson * Open-ILS/src/offline/offline.pl: backporting expire-date calculation for offline patron registration 2008-08-14 phasefx * Open-ILS/xul/staff_client/server/circ/copy_status.js: backport split on space and commas for item status file upload 2008-08-14 erickson * Open-ILS/src/javascript/backend/circ/circ_lib.js: protecting against non-existent group in descendent check 2008-08-20 erickson * Open-ILS/src/perlmods/OpenILS/WWW/XMLRPCGateway.pm: use utf8 instead of us-ascii for outbound xml 2008-08-21 erickson * Open-ILS/src/perlmods/OpenILS/Application/Search/Biblio.pm: forcing cache timeout on staged search cacheing (*sigh*). added some logging for timed out and 0-hit searches. * Open-ILS/src/perlmods/OpenILS/Application/Search/Authority.pm: removed warns and replaced with logger calls * Open-ILS/src/perlmods/OpenILS/Application/Search/Biblio.pm: don't exit early on 0-hit search. cache them, since they are valid results * Open-ILS/web/opac/extras/selfcheck/selfcheck.js, Open-ILS/web/opac/extras/selfcheck/selfcheck.xml: when a no_session event is returned, remove the cookie and reload the page. started giving the default template a little more data * Open-ILS/src/perlmods/OpenILS/Application/Actor.pm: added a method to return the org unit closed dates * Open-ILS/web/opac/extras/selfcheck/selfcheck.js, Open-ILS/web/opac/extras/selfcheck/selfcheck.xml, Open-ILS/web/opac/locale/en-US/opac.dtd: updated the default print template to show library hours and address 2008-08-22 erickson * Open-ILS/web/opac/extras/selfcheck/selfcheck.js, Open-ILS/web/opac/extras/selfcheck/selfcheck.xml, Open-ILS/web/opac/locale/en-US/opac.dtd: added a handler for the case where the item is checked out by another user * Open-ILS/web/opac/extras/selfcheck/selfcheck.xml, Open-ILS/web/opac/extras/selfcheck/selfcheck_print.css: made the default print fonts smaller 2008-08-25 erickson * Open-ILS/src/perlmods/OpenILS/Application/Actor.pm, Open-ILS/web/opac/extras/selfcheck/selfcheck_print.css: add a page break after the print div. use storage instead of cstore for fetching hours of operation 2008-08-25 phasefx * Open-ILS/xul/staff_client/chrome/content/util/print.js, Open-ILS/xul/staff_client/server/circ/util.js: extra patron macro for all receipts fed a patron object, and Current Copy Location for hold lists 2008-08-26 erickson * Open-ILS/web/opac/extras/selfcheck/selfcheck.js, Open-ILS/web/opac/extras/selfcheck/selfcheck.xml: show newest checkouts first in the items out lists 2008-08-28 erickson * Open-ILS/src/perlmods/OpenILS/Application/Cat.pm: repaired record auto-delete code which could leave un-deleted volumes attached to a deleted copy if the volumes had no copies 2008-08-29 miker * Open-ILS/web/opac/skin/default/js/adv_global.js: avoid using the too-magical selector value collector 2008-09-02 erickson * Open-ILS/web/opac/common/js/utils.js: added logic to detect Safari. if Safari, use the same select.option onclick trickery that IE requires 2008-09-08 miker * Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/action.pm: backporting status filter for pull list method from trunk (carrying expire-time check along with it, just because) 2008-09-08 erickson * Open-ILS/src/perlmods/OpenILS/Application/Circ/Holds.pm: using new status-filtered hold pull list method 2008-09-11 erickson * Open-ILS/web/opac/skin/default/js/adv_global.js: stringify the copy location list before making it a param 2008-09-15 erickson * Open-ILS/src/perlmods/OpenILS/Application/Actor.pm: added a batch org setting fetcher. cleaned up one of the high-org perm checkers, though, this method will slowly deprecate as work_orgs take over 2008-09-16 erickson * Open-ILS/web/opac/common/js/org_utils.js, Open-ILS/web/opac/extras/selfcheck/selfcheck.css, Open-ILS/web/opac/extras/selfcheck/selfcheck.js, Open-ILS/web/opac/extras/selfcheck/selfcheck.xml: added batch org unit settings fetcher. added org setting to turn on popup alerts for selfcheck non-success events. made the dfeault print settimeout longer to accomodate larger documents, but it now displays a screen to indicate it is printing 2008-09-17 erickson * Open-ILS/web/opac/extras/selfcheck/selfcheck.xml, Open-ILS/web/opac/locale/en-US/opac.dtd: dtd-ify a string 2008-09-17 miker * Open-ILS/src/perlmods/OpenILS/WWW/Exporter.pm: Text::CSV changes ... arg; adding line breaks for bre format 2008-09-17 erickson * Open-ILS/web/opac/extras/selfcheck/selfcheck.js: only show the print page when actually printing 2008-09-18 dbs * install.sh: Merge 10628 from rel_1_2 (enable use of shell chars in db password) 2008-09-18 erickson * Open-ILS/web/opac/skin/default/js/rresult.js: replace - with spaces in ISSN search 2008-09-18 dbs * Open-ILS/src/perlmods/OpenILS/Application/Search/Biblio.pm, Open-ILS/web/opac/skin/default/js/rresult.js: Merge c10633 from trunk: Move ISSN hyphen filtering from client side to search method 2008-09-22 phasefx * Open-ILS/xul/staff_client/chrome/content/auth/controller.js, Open-ILS/xul/staff_client/chrome/content/main/main.xul: test SSL cert before login (this will catch the folks who Cancel such dialogs), and with xulrunner 1.9, offer the stricter SSL exception dialog that Firefox 3 introduced