2007-05-07 erickson * branches/rel_1_0/Open-ILS/src/javascript/backend/circ/circ_item_config.js, trunk/Evergreen/src/javascript/backend/circ/circ_item_config.js: changed video (marc type g) to 50 cent/day rule * branches/rel_1_0/Open-ILS/web/opac/skin/default/js/holds.js, branches/rel_1_0/Open-ILS/web/opac/skin/default/xml/common/holds.xml, trunk/Open-ILS/web/opac/skin/default/js/holds.js, trunk/Open-ILS/web/opac/skin/default/xml/common/holds.xml: checking hold recipient (and not hold requestor) email to see if the email checkbox should be checked by default. changed language for staff client when there is no patron email 2007-05-09 miker * branches/rel_1_0/Open-ILS/src/perlmods/OpenILS/Application/SuperCat.pm, trunk/Open-ILS/src/perlmods/OpenILS/Application/SuperCat.pm: finally found and killed the oisbn bug -- I think 2007-05-11 erickson * branches/rel_1_0/Open-ILS/web/reports/oils_rpt_param_editor.js, trunk/Open-ILS/web/reports/oils_rpt_param_editor.js: fixed bug in org_unit datatype widget drawing 2007-05-13 pines * branches/rel_1_0/Evergreen/staff_client/README: just a note that this part of the tree is deprecated, has an old version of the staff client * branches/rel_1_0/Evergreen/xul/staff_client/server/patron/ue.js, branches/rel_1_0/Evergreen/xul/staff_client/server/patron/ue_config.js: a move toward using xulG instead of URL query params for better caching * branches/rel_1_0/Open-ILS/xul/staff_client/chrome/content/OpenILS/data.js: observer infrastructure.. used so far with network caching * branches/rel_1_0/Open-ILS/xul/staff_client/chrome/content/OpenILS/global_util.js: the modal xulG stuff uses the global xpcom stash to give a modal window access to a xulG-type environment. xul_param is a versatile parameter grabber that looks for URL query style params, as well as named fields in xulG, modal xulG, and the global xpcom stash * branches/rel_1_0/Open-ILS/xul/staff_client/chrome/content/main/constants.js: make some of these methods cacheable * branches/rel_1_0/Open-ILS/xul/staff_client/chrome/content/util/network.js: cached request method and infrastructure * branches/rel_1_0/Open-ILS/xul/staff_client/chrome/content/util/window.js: modal xulG infrastructure for util.window * branches/rel_1_0/Open-ILS/xul/staff_client/chrome/content/util/error.js: tweak the log levels * branches/rel_1_0/Open-ILS/xul/staff_client/server/admin/offline_manage_xacts.js: xul_param and modal xulG conversion. dedup patron retrieval in offline exception handling * branches/rel_1_0/Open-ILS/xul/staff_client/server/circ/util.js: xul_param and modal xulG conversion, and request library columns for hold lists * branches/rel_1_0/Open-ILS/xul/staff_client/server/main/data.xul: more file caching at startup, init observers, and setup timer to purge expired cached requests * branches/rel_1_0/Open-ILS/xul/staff_client/chrome/content/main/simple_auth.xul, branches/rel_1_0/Open-ILS/xul/staff_client/chrome/content/util/browser.xul, branches/rel_1_0/Open-ILS/xul/staff_client/chrome/content/util/fancy_prompt.xul, branches/rel_1_0/Open-ILS/xul/staff_client/chrome/content/util/rbrowser.xul, branches/rel_1_0/Open-ILS/xul/staff_client/server/admin/hold_pull_list.xul, branches/rel_1_0/Open-ILS/xul/staff_client/server/admin/offline_manage_xacts.xul, branches/rel_1_0/Open-ILS/xul/staff_client/server/admin/upload_xacts.js, branches/rel_1_0/Open-ILS/xul/staff_client/server/admin/upload_xacts.xhtml, branches/rel_1_0/Open-ILS/xul/staff_client/server/cat/bib_brief.xul, branches/rel_1_0/Open-ILS/xul/staff_client/server/cat/copy_browser.js, branches/rel_1_0/Open-ILS/xul/staff_client/server/cat/copy_browser.xul, branches/rel_1_0/Open-ILS/xul/staff_client/server/cat/copy_buckets.js, branches/rel_1_0/Open-ILS/xul/staff_client/server/cat/copy_buckets.xul, branches/rel_1_0/Open-ILS/xul/staff_client/server/cat/copy_buckets_quick.xul, branches/rel_1_0/Open-ILS/xul/staff_client/server/cat/copy_editor.js, branches/rel_1_0/Open-ILS/xul/staff_client/server/cat/copy_notes.xul, branches/rel_1_0/Open-ILS/xul/staff_client/server/cat/copy_summary.xul, branches/rel_1_0/Open-ILS/xul/staff_client/server/cat/marc_view.xul, branches/rel_1_0/Open-ILS/xul/staff_client/server/cat/opac.xul, branches/rel_1_0/Open-ILS/xul/staff_client/server/cat/record_buckets.js, branches/rel_1_0/Open-ILS/xul/staff_client/server/cat/record_buckets.xul, branches/rel_1_0/Open-ILS/xul/staff_client/server/cat/record_buckets_quick.xul, branches/rel_1_0/Open-ILS/xul/staff_client/server/cat/spine_labels.js, branches/rel_1_0/Open-ILS/xul/staff_client/server/cat/util.js, branches/rel_1_0/Open-ILS/xul/staff_client/server/cat/volume_copy_creator.js, branches/rel_1_0/Open-ILS/xul/staff_client/server/cat/volume_editor.xul, branches/rel_1_0/Open-ILS/xul/staff_client/server/cat/z3950.js, branches/rel_1_0/Open-ILS/xul/staff_client/server/cat/z3950.xul, branches/rel_1_0/Open-ILS/xul/staff_client/server/circ/checkin.xul, branches/rel_1_0/Open-ILS/xul/staff_client/server/circ/checkout.js, branches/rel_1_0/Open-ILS/xul/staff_client/server/circ/checkout.xul, branches/rel_1_0/Open-ILS/xul/staff_client/server/circ/circ_brief.xul, branches/rel_1_0/Open-ILS/xul/staff_client/server/circ/circ_summary.xul, branches/rel_1_0/Open-ILS/xul/staff_client/server/circ/copy_details.xul, branches/rel_1_0/Open-ILS/xul/staff_client/server/circ/copy_status.js, branches/rel_1_0/Open-ILS/xul/staff_client/server/circ/copy_status.xul, branches/rel_1_0/Open-ILS/xul/staff_client/server/circ/hold_capture.xul, branches/rel_1_0/Open-ILS/xul/staff_client/server/circ/in_house_use.xul, branches/rel_1_0/Open-ILS/xul/staff_client/server/circ/print_list_template_editor.xul, branches/rel_1_0/Open-ILS/xul/staff_client/server/patron/adv_barcode_entry.xul, branches/rel_1_0/Open-ILS/xul/staff_client/server/patron/barcode_entry.xul, branches/rel_1_0/Open-ILS/xul/staff_client/server/patron/bill_details.xul, branches/rel_1_0/Open-ILS/xul/staff_client/server/patron/bill_history.xul, branches/rel_1_0/Open-ILS/xul/staff_client/server/patron/bill_wizard.xul, branches/rel_1_0/Open-ILS/xul/staff_client/server/patron/bills.js, branches/rel_1_0/Open-ILS/xul/staff_client/server/patron/bills.xul, branches/rel_1_0/Open-ILS/xul/staff_client/server/patron/display.js, branches/rel_1_0/Open-ILS/xul/staff_client/server/patron/display.xul, branches/rel_1_0/Open-ILS/xul/staff_client/server/patron/hold_notices.xul, branches/rel_1_0/Open-ILS/xul/staff_client/server/patron/holds.js, branches/rel_1_0/Open-ILS/xul/staff_client/server/patron/holds.xul, branches/rel_1_0/Open-ILS/xul/staff_client/server/patron/info.xul, branches/rel_1_0/Open-ILS/xul/staff_client/server/patron/info_group.xul, branches/rel_1_0/Open-ILS/xul/staff_client/server/patron/info_notes.xul, branches/rel_1_0/Open-ILS/xul/staff_client/server/patron/info_stat_cats.xul, branches/rel_1_0/Open-ILS/xul/staff_client/server/patron/info_surveys.xul, branches/rel_1_0/Open-ILS/xul/staff_client/server/patron/items.js, branches/rel_1_0/Open-ILS/xul/staff_client/server/patron/items.xul, branches/rel_1_0/Open-ILS/xul/staff_client/server/patron/search_result.xul, branches/rel_1_0/Open-ILS/xul/staff_client/server/patron/summary.js, branches/rel_1_0/Open-ILS/xul/staff_client/server/patron/summary.xul, branches/rel_1_0/Open-ILS/xul/staff_client/server/patron/ue.js, branches/rel_1_0/Open-ILS/xul/staff_client/server/patron/ue_config.js, branches/rel_1_0/Open-ILS/xul/staff_client/server/patron/user_edit.js, branches/rel_1_0/Open-ILS/xul/staff_client/server/patron/user_editor.js, branches/rel_1_0/Open-ILS/xul/staff_client/server/patron/util.js: xul_param and modal xulG conversion * branches/rel_1_0/Open-ILS/xul/staff_client/chrome/content/main/constants.js, trunk/Open-ILS/xul/staff_client/chrome/content/main/constants.js: we get the weird [] -> { 0 : .., 1 : ... } JSON bug if trying to cache arrays here * branches/rel_1_0/Open-ILS/xul/staff_client/chrome/content/OpenILS/global_util.js, branches/rel_1_0/Open-ILS/xul/staff_client/chrome/content/util/window.js, branches/rel_1_0/Open-ILS/xul/staff_client/server/admin/offline_manage_xacts.js, branches/rel_1_0/Open-ILS/xul/staff_client/server/admin/printer_settings.js, branches/rel_1_0/Open-ILS/xul/staff_client/server/cat/marc_new.xul, branches/rel_1_0/Open-ILS/xul/staff_client/server/cat/volume_copy_creator.js, branches/rel_1_0/Open-ILS/xul/staff_client/server/cat/z3950.js, branches/rel_1_0/Open-ILS/xul/staff_client/server/circ/circ_summary.xul, branches/rel_1_0/Open-ILS/xul/staff_client/server/circ/copy_details.xul, branches/rel_1_0/Open-ILS/xul/staff_client/server/patron/bill_details.xul, branches/rel_1_0/Open-ILS/xul/staff_client/server/patron/bill_history.xul, branches/rel_1_0/Open-ILS/xul/staff_client/server/patron/display.js, branches/rel_1_0/Open-ILS/xul/staff_client/server/patron/display.xul, branches/rel_1_0/Open-ILS/xul/staff_client/server/patron/hold_notices.xul, branches/rel_1_0/Open-ILS/xul/staff_client/server/patron/info.xul, branches/rel_1_0/Open-ILS/xul/staff_client/server/patron/info_group.xul, trunk/Open-ILS/xul/staff_client/chrome/content/OpenILS/global_util.js, trunk/Open-ILS/xul/staff_client/chrome/content/util/window.js, trunk/Open-ILS/xul/staff_client/server/admin/offline_manage_xacts.js, trunk/Open-ILS/xul/staff_client/server/admin/printer_settings.js, trunk/Open-ILS/xul/staff_client/server/cat/marc_new.xul, trunk/Open-ILS/xul/staff_client/server/cat/volume_copy_creator.js, trunk/Open-ILS/xul/staff_client/server/cat/z3950.js, trunk/Open-ILS/xul/staff_client/server/circ/circ_summary.xul, trunk/Open-ILS/xul/staff_client/server/circ/copy_details.xul, trunk/Open-ILS/xul/staff_client/server/patron/bill_details.xul, trunk/Open-ILS/xul/staff_client/server/patron/bill_history.xul, trunk/Open-ILS/xul/staff_client/server/patron/display.js, trunk/Open-ILS/xul/staff_client/server/patron/display.xul, trunk/Open-ILS/xul/staff_client/server/patron/hold_notices.xul, trunk/Open-ILS/xul/staff_client/server/patron/info.xul, trunk/Open-ILS/xul/staff_client/server/patron/info_group.xul: contentWindow wrapper to get around security 2007-05-13 erickson * branches/rel_1_0/Open-ILS/web/reports/oils_rpt_folder_window.js, branches/rel_1_0/Open-ILS/web/reports/oils_rpt_folder_window.xhtml: added logic to spawn the correct clone-template interface based on template version. added a "new template creator" link as an additional option when creating new template 2007-05-14 * branches/rel_1_0/Open-ILS/src/sql/Pg/example.reporter-extension.sql, branches/rel_1_0/Open-ILS/web/reports/xul: This commit was manufactured by cvs2svn to create branch 'rel_1_0'. 2007-05-14 miker * branches/rel_1_0/Open-ILS/web/reports/xul/operators.js, branches/rel_1_0/Open-ILS/web/reports/xul/reporter.css, branches/rel_1_0/Open-ILS/web/reports/xul/source-browse.js, branches/rel_1_0/Open-ILS/web/reports/xul/source-setup.js, branches/rel_1_0/Open-ILS/web/reports/xul/template-config.js, branches/rel_1_0/Open-ILS/web/reports/xul/template_builder.xul, branches/rel_1_0/Open-ILS/web/reports/xul/transforms.js, branches/rel_1_0/Open-ILS/web/reports/xul/utilities.js, branches/rel_1_0/Open-ILS/web/reports/xul/xulbuilder.js: experimental new template builder * branches/rel_1_0/Open-ILS/src/perlmods/OpenILS/Utils/ModsParser.pm, trunk/Open-ILS/src/perlmods/OpenILS/Utils/ModsParser.pm: forward-porting label-spacing issue from 1.0.3 * branches/rel_1_0/Open-ILS/examples/fm_IDL.xml: moving IDL changes from HEAD for use by the experimental template editor 2007-05-15 erickson * branches/rel_1_0/Open-ILS/web/reports/oils_rpt_folder_window.xhtml: added some color to the new-ui link 2007-05-15 pines * branches/rel_1_0/Evergreen/xul/staff_client/server/patron/ue.js, branches/rel_1_0/Evergreen/xul/staff_client/server/patron/ue_config.js, branches/rel_1_0/Open-ILS/xul/staff_client/chrome/content/OpenILS/data.js, branches/rel_1_0/Open-ILS/xul/staff_client/chrome/content/OpenILS/global_util.js, branches/rel_1_0/Open-ILS/xul/staff_client/chrome/content/main/constants.js, branches/rel_1_0/Open-ILS/xul/staff_client/chrome/content/main/simple_auth.xul, branches/rel_1_0/Open-ILS/xul/staff_client/chrome/content/util/browser.xul, branches/rel_1_0/Open-ILS/xul/staff_client/chrome/content/util/error.js, branches/rel_1_0/Open-ILS/xul/staff_client/chrome/content/util/fancy_prompt.xul, branches/rel_1_0/Open-ILS/xul/staff_client/chrome/content/util/network.js, branches/rel_1_0/Open-ILS/xul/staff_client/chrome/content/util/rbrowser.xul, branches/rel_1_0/Open-ILS/xul/staff_client/chrome/content/util/window.js, branches/rel_1_0/Open-ILS/xul/staff_client/server/admin/hold_pull_list.xul, branches/rel_1_0/Open-ILS/xul/staff_client/server/admin/offline_manage_xacts.js, branches/rel_1_0/Open-ILS/xul/staff_client/server/admin/offline_manage_xacts.xul, branches/rel_1_0/Open-ILS/xul/staff_client/server/admin/printer_settings.js, branches/rel_1_0/Open-ILS/xul/staff_client/server/admin/upload_xacts.js, branches/rel_1_0/Open-ILS/xul/staff_client/server/admin/upload_xacts.xhtml, branches/rel_1_0/Open-ILS/xul/staff_client/server/cat/bib_brief.xul, branches/rel_1_0/Open-ILS/xul/staff_client/server/cat/copy_browser.js, branches/rel_1_0/Open-ILS/xul/staff_client/server/cat/copy_browser.xul, branches/rel_1_0/Open-ILS/xul/staff_client/server/cat/copy_buckets.js, branches/rel_1_0/Open-ILS/xul/staff_client/server/cat/copy_buckets.xul, branches/rel_1_0/Open-ILS/xul/staff_client/server/cat/copy_buckets_quick.xul, branches/rel_1_0/Open-ILS/xul/staff_client/server/cat/copy_editor.js, branches/rel_1_0/Open-ILS/xul/staff_client/server/cat/copy_notes.xul, branches/rel_1_0/Open-ILS/xul/staff_client/server/cat/copy_summary.xul, branches/rel_1_0/Open-ILS/xul/staff_client/server/cat/marc_new.xul, branches/rel_1_0/Open-ILS/xul/staff_client/server/cat/marc_view.xul, branches/rel_1_0/Open-ILS/xul/staff_client/server/cat/opac.xul, branches/rel_1_0/Open-ILS/xul/staff_client/server/cat/record_buckets.js, branches/rel_1_0/Open-ILS/xul/staff_client/server/cat/record_buckets.xul, branches/rel_1_0/Open-ILS/xul/staff_client/server/cat/record_buckets_quick.xul, branches/rel_1_0/Open-ILS/xul/staff_client/server/cat/spine_labels.js, branches/rel_1_0/Open-ILS/xul/staff_client/server/cat/util.js, branches/rel_1_0/Open-ILS/xul/staff_client/server/cat/volume_copy_creator.js, branches/rel_1_0/Open-ILS/xul/staff_client/server/cat/volume_editor.xul, branches/rel_1_0/Open-ILS/xul/staff_client/server/cat/z3950.js, branches/rel_1_0/Open-ILS/xul/staff_client/server/cat/z3950.xul, branches/rel_1_0/Open-ILS/xul/staff_client/server/circ/checkin.xul, branches/rel_1_0/Open-ILS/xul/staff_client/server/circ/checkout.js, branches/rel_1_0/Open-ILS/xul/staff_client/server/circ/checkout.xul, branches/rel_1_0/Open-ILS/xul/staff_client/server/circ/circ_brief.xul, branches/rel_1_0/Open-ILS/xul/staff_client/server/circ/circ_summary.xul, branches/rel_1_0/Open-ILS/xul/staff_client/server/circ/copy_details.xul, branches/rel_1_0/Open-ILS/xul/staff_client/server/circ/copy_status.js, branches/rel_1_0/Open-ILS/xul/staff_client/server/circ/copy_status.xul, branches/rel_1_0/Open-ILS/xul/staff_client/server/circ/hold_capture.xul, branches/rel_1_0/Open-ILS/xul/staff_client/server/circ/in_house_use.xul, branches/rel_1_0/Open-ILS/xul/staff_client/server/circ/print_list_template_editor.xul, branches/rel_1_0/Open-ILS/xul/staff_client/server/circ/util.js, branches/rel_1_0/Open-ILS/xul/staff_client/server/main/data.xul, branches/rel_1_0/Open-ILS/xul/staff_client/server/patron/adv_barcode_entry.xul, branches/rel_1_0/Open-ILS/xul/staff_client/server/patron/barcode_entry.xul, branches/rel_1_0/Open-ILS/xul/staff_client/server/patron/bill_details.xul, branches/rel_1_0/Open-ILS/xul/staff_client/server/patron/bill_history.xul, branches/rel_1_0/Open-ILS/xul/staff_client/server/patron/bill_wizard.xul, branches/rel_1_0/Open-ILS/xul/staff_client/server/patron/bills.js, branches/rel_1_0/Open-ILS/xul/staff_client/server/patron/bills.xul, branches/rel_1_0/Open-ILS/xul/staff_client/server/patron/display.js, branches/rel_1_0/Open-ILS/xul/staff_client/server/patron/display.xul, branches/rel_1_0/Open-ILS/xul/staff_client/server/patron/hold_notices.xul, branches/rel_1_0/Open-ILS/xul/staff_client/server/patron/holds.js, branches/rel_1_0/Open-ILS/xul/staff_client/server/patron/holds.xul, branches/rel_1_0/Open-ILS/xul/staff_client/server/patron/info.xul, branches/rel_1_0/Open-ILS/xul/staff_client/server/patron/info_group.xul, branches/rel_1_0/Open-ILS/xul/staff_client/server/patron/info_notes.xul, branches/rel_1_0/Open-ILS/xul/staff_client/server/patron/info_stat_cats.xul, branches/rel_1_0/Open-ILS/xul/staff_client/server/patron/info_surveys.xul, branches/rel_1_0/Open-ILS/xul/staff_client/server/patron/items.js, branches/rel_1_0/Open-ILS/xul/staff_client/server/patron/items.xul, branches/rel_1_0/Open-ILS/xul/staff_client/server/patron/search_result.xul, branches/rel_1_0/Open-ILS/xul/staff_client/server/patron/summary.js, branches/rel_1_0/Open-ILS/xul/staff_client/server/patron/summary.xul, branches/rel_1_0/Open-ILS/xul/staff_client/server/patron/ue.js, branches/rel_1_0/Open-ILS/xul/staff_client/server/patron/ue_config.js, branches/rel_1_0/Open-ILS/xul/staff_client/server/patron/user_edit.js, branches/rel_1_0/Open-ILS/xul/staff_client/server/patron/user_editor.js, branches/rel_1_0/Open-ILS/xul/staff_client/server/patron/util.js: revert back to rel_1_0_5_2, which is before all the cacheable/observer stuff * branches/rel_1_0/Open-ILS/xul/staff_client/server/main/ws_info.xul, trunk/Open-ILS/xul/staff_client/server/main/ws_info.xul: handle -1 from open-ils.actor.user.perm.highest_org 2007-05-15 erickson * branches/rel_1_0/Open-ILS/src/perlmods/OpenILS/Application/Actor.pm, branches/rel_1_0/Open-ILS/web/opac/skin/default/js/holds.js, branches/rel_1_0/Open-ILS/xul/staff_client/server/admin/adminlib.js, branches/rel_1_0/Open-ILS/xul/staff_client/server/admin/stat_cat_editor.js, trunk/Open-ILS/src/perlmods/OpenILS/Application/Actor.pm, trunk/Open-ILS/web/opac/skin/default/js/holds.js, trunk/Open-ILS/xul/staff_client/server/admin/adminlib.js, trunk/Open-ILS/xul/staff_client/server/admin/stat_cat_editor.js: changed API for highest_org to return -1 instead of null 2007-05-16 erickson * branches/rel_1_0/Open-ILS/web/reports/oils_rpt_param_editor.js, branches/rel_1_0/Open-ILS/web/reports/oils_rpt_widget.js, trunk/Open-ILS/web/reports/oils_rpt_param_editor.js, trunk/Open-ILS/web/reports/oils_rpt_widget.js: added basic support for showing template-defined params in the report editor 2007-05-16 pines * branches/rel_1_0/Open-ILS/web/reports/xul/template-config.js: fixing path-building code 2007-05-16 miker * branches/rel_1_0/Open-ILS/web/reports/xul/template-config.js: just spacing fixes 2007-05-16 erickson * branches/rel_1_0/Open-ILS/web/reports/oils_rpt_folder_window.xhtml: fixed typo * branches/rel_1_0/Open-ILS/web/reports/oils_rpt_editor.xhtml, branches/rel_1_0/Open-ILS/web/reports/oils_rpt_report_editor.js, branches/rel_1_0/Open-ILS/web/reports/oils_rpt_vars.js, trunk/Open-ILS/web/reports/oils_rpt_editor.xhtml, trunk/Open-ILS/web/reports/oils_rpt_report_editor.js, trunk/Open-ILS/web/reports/oils_rpt_vars.js: added check for duplicate report-name-per-folder on report creation * branches/rel_1_0/Open-ILS/web/reports/oils_rpt_tforms.js, trunk/Open-ILS/web/reports/oils_rpt_tforms.js: added test as an alternate datatype for string 2007-05-18 erickson * branches/rel_1_0/Evergreen/xul/staff_client/server/patron/ue.js, trunk/Evergreen/xul/staff_client/server/patron/ue.js: forcing onchange to run on password reset 2007-05-25 miker * branches/rel_1_0/Open-ILS/examples/fm_IDL.xml: IDL update typo 2007-05-28 miker * branches/rel_1_0/Open-ILS/examples/openils.xml.example: remove duplicate elements from the open-ils.storage app definition 2007-05-29 miker * branches/rel_1_0/Open-ILS/src/sql/Pg/example.reporter-extension.sql: backporting the schema for our reporter extention -- experimental! * branches/rel_1_0/Open-ILS/examples/fm_IDL.xml: adding HUGE piles of labels * branches/rel_1_0/Open-ILS/web/reports/xul/template-config.js, branches/rel_1_0/Open-ILS/web/reports/xul/transforms.js: adding new transform types; making left-joins safer * branches/rel_1_0/OpenSRF/src/Makefile: backporting the -rpath fix from HEAD (thanks, dbs) * branches/rel_1_0/Open-ILS/web/reports/xul/template-config.js, trunk/Open-ILS/web/reports/xul/template-config.js: special-casing is/is not NULL for the report editor 2007-05-29 erickson * branches/rel_1_0/Open-ILS/src/javascript/backend/circ/circ_item_config.js, trunk/Evergreen/src/javascript/backend/circ/circ_item_config.js: moved ARL to overdue_mid max fine level 2007-06-12 phasefx * branches/rel_1_0/Open-ILS/xul/staff_client/Makefile, branches/rel_1_0/Open-ILS/xul/staff_client/components/nsIOpenILS.xpt, branches/rel_1_0/Open-ILS/xul/staff_client/external/prune_dirs.sh: Changes needed to make things work after the cvs2svn migration 2007-06-13 phasefx * branches/rel_1_0/Open-ILS/xul/staff_client/components/nsIOpenILS.xpt: * branches/rel_1_0/Open-ILS/xul/staff_client/components/nsIOpenILS.xpt: 2007-06-13 erickson * branches/rel_1_0/Open-ILS/src/perlmods/OpenILS/Application/Cat.pm: removed tcn collision check for basic MARC updates, since tcn value is not altered 2007-06-15 phasefx * branches/rel_1_0/Open-ILS/xul/staff_client/server/circ/copy_status.js, branches/rel_1_0/Open-ILS/xul/staff_client/server/circ/copy_status.xul, branches/rel_1_0/Open-ILS/xul/staff_client/server/circ/copy_status_overlay.xul: Batch upload function and refresh-row-in-place behavior * branches/rel_1_0/Open-ILS/xul/staff_client/server/circ/util.js: Request Library columns for hold lists * branches/rel_1_0/Open-ILS/xul/staff_client/chrome/content/util/list.js, branches/rel_1_0/Open-ILS/xul/staff_client/server/cat/copy_browser.js, branches/rel_1_0/Open-ILS/xul/staff_client/server/patron/bills.js: refresh-row-in-place ability and updates for the two files that were affected by the change in return values from list.append * branches/rel_1_0/Open-ILS/xul/staff_client/chrome/content/util/date.js: some date handling changes for such things as feeding iso8601 to backdated checkin api * branches/rel_1_0/Open-ILS/xul/staff_client/server/patron/items.js: single row refresh for Items Out * branches/rel_1_0/Open-ILS/xul/staff_client/server/admin/index.xhtml, branches/rel_1_0/Open-ILS/xul/staff_client/server/admin/transit_list2.js, branches/rel_1_0/Open-ILS/xul/staff_client/server/admin/transit_list2.xul: new transit list ready for testing in prod * branches/rel_1_0/Open-ILS/xul/staff_client/server/patron/display.js: wrap alert message text for patrons * branches/rel_1_0/Open-ILS/xul/staff_client/server/patron/items.js: revert back to 7188 (rel_1_0_5) for this file for now.. this interface isn't as simple as Item Status and needs more thought wrt single row refresh and all the various actions available 2007-06-15 erickson * branches/rel_1_0/Open-ILS/src/perlmods/OpenILS/Application/Reporter.pm: added method to check on an existing report with the given name in the given folder 2007-06-18 miker * branches/rel_1_0_6: Branching for 1.0.6 series * .: Tagging for the 1.0.6.0 release of the 1.0.6 stream