2007-10-22 phasefx * branches/rel_1_2/Open-ILS/xul/staff_client/chrome/chrome.manifest, branches/rel_1_2/Open-ILS/xul/staff_client/chrome/content/OpenILS/global_util.js, branches/rel_1_2/Open-ILS/xul/staff_client/chrome/venkman.jar, branches/rel_1_2/Open-ILS/xul/staff_client/components/venkman-service.js: integrating venkman javascript debugger * branches/rel_1_2/Open-ILS/xul/staff_client/chrome/content/main/about.html: apostrophes * branches/rel_1_2/Open-ILS/xul/staff_client/chrome/content/main/menu.js, branches/rel_1_2/Open-ILS/xul/staff_client/chrome/content/main/menu_frame.xul, branches/rel_1_2/Open-ILS/xul/staff_client/chrome/content/main/menu_frame_menus.xul: venkman integration and chrome Replace Item Barcode fixes * branches/rel_1_2/Open-ILS/xul/staff_client/server/cat/volume_copy_creator.js: fix for bug 514. Adding a 0-copy volume will refresh the tree in Holdings Maintenance * branches/rel_1_2/Open-ILS/xul/staff_client/server/patron/holds.js: patron display refresh tweaks and offer to cancel transits on hold retargeting * branches/rel_1_2/Open-ILS/xul/staff_client/chrome/content/util/widgets.js: returning the pref blob to support some copy editor pref code * branches/rel_1_2/Open-ILS/xul/staff_client/chrome/content/util/list.js: better re-selection on single-row refresh * branches/rel_1_2/Open-ILS/xul/staff_client/server/circ/util.js: handle ACTION_CIRCULATION_NOT_FOUND with renews * branches/rel_1_2/Open-ILS/xul/staff_client/server/circ/copy_status.js: refresh via circ id, not barcode, to handle rename barcode action * branches/rel_1_2/Open-ILS/xul/staff_client/server/patron/display.js: cache the patron sidebars when flipping through patron search results * branches/rel_1_2/Open-ILS/xul/staff_client/server/patron/items.js: better indication of causes for renewal failures * branches/rel_1_2/Open-ILS/xul/staff_client/server/cat/util.js: fix for replace barcode bugs * branches/rel_1_2/Open-ILS/xul/staff_client/chrome/content/util/network.js: regression with Change Operator * branches/rel_1_2/Open-ILS/xul/staff_client/defaults/preferences/prefs.js: some needed prefs for things like the Extension Manager, and one for letting us have popup windows in iframes * branches/rel_1_2/Open-ILS/xul/staff_client/server/cat/copy_editor.js, branches/rel_1_2/Open-ILS/xul/staff_client/server/cat/copy_editor.xul: better stat cat and shelving location handling for cross-branch/cross-system item editing * branches/rel_1_2/Open-ILS/xul/staff_client/Makefile: "convenience" symlinks be-gone. Staff client only works out of hte build/ directory now * branches/rel_1_2/Open-ILS/web/opac/locale/en-US/lang.dtd: I accidentally ported some of dbs' i18n work into rel_1_2 with the menu system, but that's okay, we'll just port the newer lang.dtd over. There appears to be only additions, no changes in existing entity names, so this should be fine. 2007-10-23 erickson * branches/rel_1_2/Open-ILS/src/extras/org_tree_js.pl: added utf8 binmode so that org unit names are displayed correctly when using OrgTree.js 2007-10-24 dbs * branches/rel_1_2/Open-ILS/src/cgi-bin/circ-rules.cgi, branches/rel_1_2/Open-ILS/src/cgi-bin/config.cgi, branches/rel_1_2/Open-ILS/src/cgi-bin/copy_statuses.cgi, branches/rel_1_2/Open-ILS/src/cgi-bin/lib-setup.cgi, branches/rel_1_2/Open-ILS/src/cgi-bin/org_unit_types.cgi, branches/rel_1_2/Open-ILS/src/cgi-bin/perms-setup.cgi, branches/rel_1_2/Open-ILS/src/cgi-bin/usr_group-setup.cgi: Backport encoding fix for cgi-bin config scripts 2007-10-25 miker * branches/rel_1_2/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/action.pm: backporting think-o fix for hold stalling 2007-10-26 miker * branches/rel_1_2/Open-ILS/web/opac/locale/en-US/opac.dtd: backported fix for a misspelling spotted by John Fink 2007-10-29 erickson * branches/rel_1_2/Open-ILS/src/perlmods/OpenILS/Application/Circ/Holds.pm: backporting hold stalling logic: svn merge -r7740:7741 svn://svn.open-ils.org/ILS/trunk/Open-ILS/src/perlmods/OpenILS/Application/Circ/Holds.pm 2007-11-01 miker * branches/rel_1_2/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/action.pm: forward porting hold re-targeting fix 2007-11-01 dbs * branches/rel_1_2/Open-ILS/src/reporter/clark-kent.pl: Backport fix from trunk: Warn that is deprecated for the reporter section in opensrf.xml * branches/rel_1_2/Open-ILS/examples/opensrf.xml.example: Use in section. Offer the authoritative command for hostname. 2007-11-03 erickson * branches/rel_1_2/Open-ILS/src/extras/oils_requestor.c: backporting case breaks * branches/rel_1_2/Open-ILS/src/support-scripts/offline-blocked-list.pl: shifting the config file name twice (from ARGV) was not intended 2007-11-04 erickson * branches/rel_1_2/Evergreen/src/javascript/backend/circ/circ_permit_copy.js, branches/rel_1_2/Open-ILS/src/javascript/backend/circ/circ_permit_copy.js: adding copy location checks to default item permit scripts 2007-11-04 dbs * branches/rel_1_2/Open-ILS/src/extras/autogen.sh: Backport from trunk: we no longer have to "cd /openils/bin" before running autogen.sh * branches/rel_1_2/Open-ILS/src/perlmods/OpenILS/Application/Storage/Driver/Pg/storage.pm: Backport from trunk: typo fix (trasaction -> transaction) * branches/rel_1_2/Open-ILS/examples/fm_IDL.xml: Backport typo fixes from trunk. * branches/rel_1_2/Open-ILS/examples/opensrf.xml.example, branches/rel_1_2/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/metabib.pm, branches/rel_1_2/Open-ILS/web/opac/skin/default/js/result_common.js: Backport from trunk: typo fixes (visiblity -> visibility) * branches/rel_1_2/Open-ILS/src/c-apps/Makefile: Backport fix from trunk: Add -rpath to hardcode location of oils libraries; this removes the LD_LIBRARY_PATH env variable requirement * branches/rel_1_2/Open-ILS/src/perlmods/OpenILS/Application/Storage/Driver/Pg.pm: Backport typo fix: connet->connect * branches/rel_1_2/Open-ILS/src/c-apps/oils_auth.c: Backport from trunk: Fix insignificant typos, add more INTERNAL debugging 2007-11-04 erickson * branches/rel_1_2/Open-ILS/examples/apache/startup.pl, branches/rel_1_2/Open-ILS/src/perlmods/OpenILS/WWW/Redirect.pm: backporting redirect fixes: svn merge -r7995:7996 svn://svn.open-ils.org/ILS/trunk/ * branches/rel_1_2/Open-ILS/src/perlmods/OpenILS/WWW/Redirect.pm: removing unnecessary "use Apache2" 2007-11-05 dbs * branches/rel_1_2/Open-ILS/src/Makefile, branches/rel_1_2/Open-ILS/src/cgi-bin/circ-rules.cgi, branches/rel_1_2/Open-ILS/src/cgi-bin/copy_statuses.cgi, branches/rel_1_2/Open-ILS/src/cgi-bin/lib-setup.cgi, branches/rel_1_2/Open-ILS/src/cgi-bin/org_unit_types.cgi, branches/rel_1_2/Open-ILS/src/cgi-bin/perms-setup.cgi, branches/rel_1_2/Open-ILS/src/cgi-bin/usr_group-setup.cgi: Backport from trunk: Prevent config cgi-bin files from being cached by the browser. Mark cgi files as executable on install. 2007-11-05 miker * branches/rel_1_2/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/metabib.pm, branches/rel_1_2/Open-ILS/src/sql/Pg/build-db.sh, branches/rel_1_2/Open-ILS/src/support-scripts/settings-tester.pl: backporting PGPASSWORD addition and the settings tester script 2007-11-05 erickson * branches/rel_1_2/Open-ILS/web/opac/skin/default/xml/myopac/myopac_holds.xml: repairing cancel link label 2007-11-06 erickson * branches/rel_1_2/Open-ILS/web/reports/oils_rpt.js: protecting against the case where the key is not a string. i.e. in some cases, it can be an array of values 2007-11-06 miker * branches/rel_1_2/Open-ILS/examples/fm_IDL.xml, branches/rel_1_2/Open-ILS/src/sql/Pg/reporter-schema.sql: adding a view for overdue circs to simply reporting 2007-11-06 erickson * branches/rel_1_2/Open-ILS/web/opac/skin/default/js/holds.js: no longer showing hidden libs in the hold pickup lib selector 2007-11-07 phasefx * branches/rel_1_2/Open-ILS/xul/staff_client/chrome/content/cat/opac.xul: Delete Record action for embedded opac 2007-11-10 miker * branches/rel_1_2/Open-ILS/examples/fm_IDL.xml, branches/rel_1_2/Open-ILS/src/perlmods/OpenILS/Application/Storage/CDBI.pm, branches/rel_1_2/Open-ILS/src/perlmods/OpenILS/Application/Storage/CDBI/money.pm, branches/rel_1_2/Open-ILS/src/perlmods/OpenILS/Application/Storage/Driver/Pg/dbi.pm, branches/rel_1_2/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/money.pm, branches/rel_1_2/Open-ILS/src/sql/Pg/080.schema.money.sql, branches/rel_1_2/Open-ILS/web/opac/common/js/fm_table_conf.js, branches/rel_1_2/Open-ILS/xul/staff_client/server/patron/bills_overlay.xul: adding support for the goods payment type 2007-11-15 miker * branches/rel_1_2/Open-ILS/src/perlmods/OpenILS/Application.pm, branches/rel_1_2/Open-ILS/src/perlmods/OpenILS/Application/Actor.pm, branches/rel_1_2/Open-ILS/src/perlmods/OpenILS/Application/AppUtils.pm, branches/rel_1_2/Open-ILS/src/perlmods/OpenILS/Application/Auth.pm, branches/rel_1_2/Open-ILS/src/perlmods/OpenILS/Application/Cat.pm, branches/rel_1_2/Open-ILS/src/perlmods/OpenILS/Application/Circ.pm, branches/rel_1_2/Open-ILS/src/perlmods/OpenILS/Application/Collections.pm, branches/rel_1_2/Open-ILS/src/perlmods/OpenILS/Application/Ingest.pm, branches/rel_1_2/Open-ILS/src/perlmods/OpenILS/Application/Penalty.pm, branches/rel_1_2/Open-ILS/src/perlmods/OpenILS/Application/Proxy.pm, branches/rel_1_2/Open-ILS/src/perlmods/OpenILS/Application/Reporter.pm, branches/rel_1_2/Open-ILS/src/perlmods/OpenILS/Application/Search.pm, branches/rel_1_2/Open-ILS/src/perlmods/OpenILS/Application/Storage.pm, branches/rel_1_2/Open-ILS/src/perlmods/OpenILS/Application/SuperCat.pm: backporting subclassification of OpenSRF::Application 2007-11-16 miker * .: Branching 1.2.1 in preparation for 1.2.1-rc1, to be followed shortly by 1.2.1.0 * Open-ILS/src/perlmods/OpenILS/Application.pm: updating version to match the branch/tag label 2007-11-20 miker * Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/metabib.pm: staff search bug fix (typo) for circ_lib filter 2007-11-20 phasefx * Open-ILS/xul/staff_client/server/patron/search_result.js: regression... inactive flag in patron search form 2007-11-30 erickson * Evergreen/web/opac/images/small_logo.jpg: repairing small logo