working/Evergreen.git
8 years agoadd alerts column to several grids
Galen Charlton [Fri, 14 Oct 2016 20:00:06 +0000 (16:00 -0400)]
add alerts column to several grids

The item status, holdings, and checkout grids now have an
alerts column that lists the number of copy alerts associated
with the item as well as a button to manage them.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Conflicts:
Open-ILS/web/js/ui/default/staff/cat/item/app.js
Open-ILS/web/js/ui/default/staff/cat/services/holdings.js

8 years agoteach egGridFields how to compile column tempates
Galen Charlton [Thu, 13 Oct 2016 22:08:30 +0000 (18:08 -0400)]
teach egGridFields how to compile column tempates

This adds two optional attributes to eg-grid-field:

 compiled: if present, treat the template inside the
           element as a template to be compiled
 handlers: if present, contains an object with a bucket
           of functions (or whatever) that can be invoked
           inside the template as "col.handlers.foo"

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
8 years agofix clearing copy alerts in volume/copy editor
Galen Charlton [Tue, 20 Sep 2016 21:19:26 +0000 (17:19 -0400)]
fix clearing copy alerts in volume/copy editor

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
8 years agoFocus the next-status dropdown when present, otherwise nothing
Mike Rylander [Mon, 12 Sep 2016 19:19:55 +0000 (15:19 -0400)]
Focus the next-status dropdown when present, otherwise nothing

Signed-off-by: Mike Rylander <mrylander@gmail.com>
Conflicts:
Open-ILS/web/js/ui/default/staff/services/ui.js

8 years agoadd copy alert actions to item status page in list view
Galen Charlton [Fri, 2 Sep 2016 21:51:03 +0000 (17:51 -0400)]
add copy alert actions to item status page in list view

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
8 years agoadd a copy alert editor dialog
Galen Charlton [Fri, 2 Sep 2016 21:36:25 +0000 (17:36 -0400)]
add a copy alert editor dialog

This replaces, in certain contexts, the copy alert manager,
which is now used only during checkin/checkout.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Conflicts:
Open-ILS/web/js/ui/default/staff/circ/services/circ.js

8 years agoadd test of asset.copy_state()
Galen Charlton [Fri, 2 Sep 2016 20:40:29 +0000 (16:40 -0400)]
add test of asset.copy_state()

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
8 years agoavoid transits when handling override of lost/long-overdue checkout
Galen Charlton [Fri, 2 Sep 2016 20:11:20 +0000 (16:11 -0400)]
avoid transits when handling override of lost/long-overdue checkout

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
8 years agoensure that suppressed system alerts do not set next_status
Galen Charlton [Fri, 2 Sep 2016 19:56:45 +0000 (15:56 -0400)]
ensure that suppressed system alerts do not set next_status

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
8 years agoadd more auto-overrides for suppressed alerts
Galen Charlton [Fri, 2 Sep 2016 19:52:58 +0000 (15:52 -0400)]
add more auto-overrides for suppressed alerts

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
8 years agoRemove alert focusing -- it does not work well enough. Also, remove X close button.
Mike Rylander [Fri, 2 Sep 2016 18:33:15 +0000 (14:33 -0400)]
Remove alert focusing -- it does not work well enough.  Also, remove X close button.

Signed-off-by: Mike Rylander <mrylander@gmail.com>
8 years agohanding of suppressed LOST and LONGOVERDUE events
Galen Charlton [Wed, 31 Aug 2016 21:52:11 +0000 (17:52 -0400)]
handing of suppressed LOST and LONGOVERDUE events

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
8 years agofix an initialization error
Galen Charlton [Wed, 31 Aug 2016 21:16:19 +0000 (17:16 -0400)]
fix an initialization error

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
8 years agoteach copy alerts how to automatically generate certain overrides
Galen Charlton [Wed, 31 Aug 2016 21:02:17 +0000 (17:02 -0400)]
teach copy alerts how to automatically generate certain overrides

When a new-style copy alert type is active but supressed, any
system-generated events of that type should be recorded but
not present a pop-up. In some cases, an older-style circ event
make get generated; this patch supplies a way for the new copy
alerts to override the old-style events without having
to sprinkle a bunch of special checks.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
8 years agoteach copy editor templates about copy alerts
Galen Charlton [Wed, 31 Aug 2016 18:11:59 +0000 (14:11 -0400)]
teach copy editor templates about copy alerts

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
8 years agoteach copy templates how to manage copy notes
Galen Charlton [Wed, 31 Aug 2016 16:53:05 +0000 (12:53 -0400)]
teach copy templates how to manage copy notes

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Conflicts:
Open-ILS/web/js/ui/default/staff/cat/volcopy/app.js

8 years agoupdate egBasicComboBox for new Bootstrap dropdown
Galen Charlton [Wed, 31 Aug 2016 16:52:35 +0000 (12:52 -0400)]
update egBasicComboBox for new Bootstrap dropdown

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
8 years agoApply focus to the element tab-previous to the OK/Continue button in alert popups
Mike Rylander [Wed, 31 Aug 2016 16:37:14 +0000 (12:37 -0400)]
Apply focus to the element tab-previous to the OK/Continue button in alert popups

Signed-off-by: Mike Rylander <mrylander@gmail.com>
8 years agoadjust OU lookup for suppression of system-generated alerts too
Galen Charlton [Sat, 27 Aug 2016 00:27:09 +0000 (20:27 -0400)]
adjust OU lookup for suppression of system-generated alerts too

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
8 years agocheck full org path of circ lib when deciding whether to suppress a copy alert
Galen Charlton [Sat, 27 Aug 2016 00:13:56 +0000 (20:13 -0400)]
check full org path of circ lib when deciding whether to suppress a copy alert

This allows for a system to suppress alerts of a given type on behalf
of all of its branches.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
8 years agofix bug with creating new copy alert suppression rules
Galen Charlton [Sat, 27 Aug 2016 00:07:08 +0000 (20:07 -0400)]
fix bug with creating new copy alert suppression rules

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
8 years agoadd multi-select for setting copy alert type next status field
Galen Charlton [Fri, 26 Aug 2016 23:39:04 +0000 (19:39 -0400)]
add multi-select for setting copy alert type next status field

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
8 years agoadjust labelling
Galen Charlton [Fri, 26 Aug 2016 15:56:41 +0000 (11:56 -0400)]
adjust labelling

- The action buttons for acknowledging a temporary
  copy alert now use "Clear"
- Menu items for bringing up the copy alerts dialog
  now uniformly use "Manage Copy Alerts"

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
8 years agoset default value of 'Renewing?' to false when creating alert type
Galen Charlton [Thu, 25 Aug 2016 20:12:28 +0000 (16:12 -0400)]
set default value of 'Renewing?' to false when creating alert type

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
8 years agofix fleshing set of next copy statuses
Galen Charlton [Fri, 5 Aug 2016 20:37:36 +0000 (16:37 -0400)]
fix fleshing set of next copy statuses

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
8 years agowhen renewing, filter out alerts where in_renew is false
Galen Charlton [Fri, 5 Aug 2016 19:15:16 +0000 (15:15 -0400)]
when renewing, filter out alerts where in_renew is false

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
8 years agoadd add/acknowledge copy alert actions to holdings view menu
Galen Charlton [Fri, 5 Aug 2016 18:16:03 +0000 (14:16 -0400)]
add add/acknowledge copy alert actions to holdings view menu

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
8 years agofix error made when rebasing
Galen Charlton [Fri, 5 Aug 2016 17:43:22 +0000 (13:43 -0400)]
fix error made when rebasing

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Conflicts:
Open-ILS/web/js/ui/default/staff/circ/services/circ.js

8 years agofix syntax error
Galen Charlton [Fri, 5 Aug 2016 17:41:56 +0000 (13:41 -0400)]
fix syntax error

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
8 years agoupdate from $modal to $uibModal
Galen Charlton [Fri, 5 Aug 2016 15:59:36 +0000 (11:59 -0400)]
update from $modal to $uibModal

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
8 years agowebstaff: Show event name in the manage interface (useful for staff alerts)
Mike Rylander [Thu, 14 Apr 2016 20:27:48 +0000 (16:27 -0400)]
webstaff: Show event name in the manage interface (useful for staff alerts)

Signed-off-by: Mike Rylander <mrylander@gmail.com>
8 years agowebstaff: Make alert type selection sticky when an alert is saved
Mike Rylander [Thu, 14 Apr 2016 20:07:08 +0000 (16:07 -0400)]
webstaff: Make alert type selection sticky when an alert is saved

Signed-off-by: Mike Rylander <mrylander@gmail.com>
8 years agoFleshed call does not find "odd" circs, fetch directly; Disable auto-overrides on...
Mike Rylander [Fri, 8 Apr 2016 17:21:38 +0000 (13:21 -0400)]
Fleshed call does not find "odd" circs, fetch directly; Disable auto-overrides on existing circ to allow alerts to show up

Signed-off-by: Mike Rylander <mrylander@gmail.com>
Conflicts:
Open-ILS/web/js/ui/default/staff/circ/services/circ.js

TODO: Verify that the resolution of the merge conflict doesn't
cause a regression on LP#1522635

8 years agoProtect the status list from empty items
Mike Rylander [Fri, 8 Apr 2016 15:52:18 +0000 (11:52 -0400)]
Protect the status list from empty items

Signed-off-by: Mike Rylander <mrylander@gmail.com>
8 years agoAdd better page titles
Mike Rylander [Fri, 8 Apr 2016 15:31:49 +0000 (11:31 -0400)]
Add better page titles

Signed-off-by: Mike Rylander <mrylander@gmail.com>
8 years agoUse ngInit and ngOptions so we can have a nullable Event field
Mike Rylander [Fri, 8 Apr 2016 14:48:13 +0000 (10:48 -0400)]
Use ngInit and ngOptions so we can have a nullable Event field

Signed-off-by: Mike Rylander <mrylander@gmail.com>
8 years agoArray-ify next_status when sending back to client; Skip old-style status events when...
Mike Rylander [Thu, 7 Apr 2016 18:50:23 +0000 (14:50 -0400)]
Array-ify next_status when sending back to client; Skip old-style status events when using new-style alert infrastructure.

Signed-off-by: Mike Rylander <mrylander@gmail.com>
8 years agoFix last commit... typo
Mike Rylander [Thu, 7 Apr 2016 17:11:42 +0000 (13:11 -0400)]
Fix last commit... typo

Signed-off-by: Mike Rylander <mrylander@gmail.com>
8 years agoAdd dblclick handler for autoGrid
Mike Rylander [Thu, 7 Apr 2016 17:09:31 +0000 (13:09 -0400)]
Add dblclick handler for autoGrid

Signed-off-by: Mike Rylander <mrylander@gmail.com>
8 years agoAlign terminology with the copy editor
Mike Rylander [Thu, 7 Apr 2016 16:54:29 +0000 (12:54 -0400)]
Align terminology with the copy editor

Signed-off-by: Mike Rylander <mrylander@gmail.com>
8 years agoFurther cleanup of location checks; remove "no" option from at_circ and at_owning
Mike Rylander [Thu, 11 Feb 2016 18:07:33 +0000 (13:07 -0500)]
Further cleanup of location checks; remove "no" option from at_circ and at_owning

Signed-off-by: Mike Rylander <mrylander@gmail.com>
8 years agoAdd LONGOVERDUE to the state list
Mike Rylander [Thu, 11 Feb 2016 17:54:25 +0000 (12:54 -0500)]
Add LONGOVERDUE to the state list

Signed-off-by: Mike Rylander <mrylander@gmail.com>
8 years agoAdd more seed data
Mike Rylander [Thu, 11 Feb 2016 17:39:54 +0000 (12:39 -0500)]
Add more seed data

Signed-off-by: Mike Rylander <mrylander@gmail.com>
8 years agoAdjust display of next-status labels in the copy alert popup
Mike Rylander [Thu, 11 Feb 2016 14:43:07 +0000 (09:43 -0500)]
Adjust display of next-status labels in the copy alert popup

Signed-off-by: Mike Rylander <mrylander@gmail.com>
8 years agoCorrect location test for at_circ and at_owning
Mike Rylander [Thu, 11 Feb 2016 14:15:23 +0000 (09:15 -0500)]
Correct location test for at_circ and at_owning

Signed-off-by: Mike Rylander <mrylander@gmail.com>
8 years agotweak styling
Galen Charlton [Fri, 18 Dec 2015 18:51:30 +0000 (13:51 -0500)]
tweak styling

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
8 years agoimprove init of next status
Galen Charlton [Fri, 18 Dec 2015 18:47:54 +0000 (13:47 -0500)]
improve init of next status

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
8 years agoadd 'add copy alert' action
Galen Charlton [Fri, 18 Dec 2015 18:18:46 +0000 (13:18 -0500)]
add 'add copy alert' action

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Conflicts:
Open-ILS/web/js/ui/default/staff/circ/services/circ.js

8 years agoadd acknowledge alerts to renewal
Galen Charlton [Thu, 17 Dec 2015 23:22:10 +0000 (18:22 -0500)]
add acknowledge alerts to renewal

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
8 years agoallow both CHECKIN and CHECKOUT alerts to fire during renewal
Galen Charlton [Thu, 17 Dec 2015 23:13:52 +0000 (18:13 -0500)]
allow both CHECKIN and CHECKOUT alerts to fire during renewal

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
8 years agocorrectly test whether the alert_type fires during renewal
Galen Charlton [Thu, 17 Dec 2015 22:59:41 +0000 (17:59 -0500)]
correctly test whether the alert_type fires during renewal

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
8 years agono longer display the legacy copy alert message
Galen Charlton [Thu, 17 Dec 2015 22:52:52 +0000 (17:52 -0500)]
no longer display the legacy copy alert message

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
8 years agofix styling of manage copy alert button in item status
Galen Charlton [Thu, 17 Dec 2015 22:47:39 +0000 (17:47 -0500)]
fix styling of manage copy alert button in item status

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
8 years agoadd new-style copy alerts to volcopy defaults selector
Galen Charlton [Thu, 17 Dec 2015 22:40:43 +0000 (17:40 -0500)]
add new-style copy alerts to volcopy defaults selector

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
8 years agocopy alert type editor can now create and update copy alert types
Galen Charlton [Fri, 11 Dec 2015 04:15:34 +0000 (23:15 -0500)]
copy alert type editor can now create and update copy alert types

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
8 years agomake copy alert suppression editor feature-complete
Galen Charlton [Fri, 11 Dec 2015 03:35:57 +0000 (22:35 -0500)]
make copy alert suppression editor feature-complete

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
8 years agoset name as copy alert type selector field
Galen Charlton [Thu, 10 Dec 2015 23:29:31 +0000 (18:29 -0500)]
set name as copy alert type selector field

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
8 years agoadd copy alert suppression to splash page
Galen Charlton [Thu, 10 Dec 2015 23:26:31 +0000 (18:26 -0500)]
add copy alert suppression to splash page

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
8 years agostart UI for managing copy alert suppression
Galen Charlton [Thu, 10 Dec 2015 23:25:03 +0000 (18:25 -0500)]
start UI for managing copy alert suppression

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
8 years agoadd copy alerts to local admin splash page
Galen Charlton [Thu, 10 Dec 2015 23:19:36 +0000 (18:19 -0500)]
add copy alerts to local admin splash page

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
8 years agostart on a config editor for config.copy_alert_types
Galen Charlton [Thu, 10 Dec 2015 23:17:24 +0000 (18:17 -0500)]
start on a config editor for config.copy_alert_types

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
8 years agoteach vol/copy editor how to deal with copy alerts
Galen Charlton [Wed, 9 Dec 2015 14:58:16 +0000 (09:58 -0500)]
teach vol/copy editor how to deal with copy alerts

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
8 years agoadd copy alert ack/manage action to checkin, checkout, and item status
Galen Charlton [Tue, 8 Dec 2015 16:22:57 +0000 (11:22 -0500)]
add copy alert ack/manage action to checkin, checkout, and item status

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Conflicts:
Open-ILS/src/templates/staff/cat/item/t_summary_pane.tt2

8 years agoimplement setting next status upon checkin
Galen Charlton [Tue, 8 Dec 2015 14:22:27 +0000 (09:22 -0500)]
implement setting next status upon checkin

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
8 years agodisplay text for system-generated copy alerts
Galen Charlton [Mon, 7 Dec 2015 21:44:35 +0000 (16:44 -0500)]
display text for system-generated copy alerts

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
8 years agoreturn all potential next copy statuses, not just first
Galen Charlton [Mon, 7 Dec 2015 21:44:09 +0000 (16:44 -0500)]
return all potential next copy statuses, not just first

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
8 years agohave a bit of visual separation between alerts
Galen Charlton [Thu, 3 Dec 2015 22:26:53 +0000 (17:26 -0500)]
have a bit of visual separation between alerts

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
8 years agostart work on egCopyAlertManagerDialog
Galen Charlton [Thu, 3 Dec 2015 22:00:23 +0000 (17:00 -0500)]
start work on egCopyAlertManagerDialog

This dialog is currently capable of:

- displaying copy alerts during checkin and checkout
- allowing the operator to acknowledge temporary alerts

TODO:

- allow display of all current alerts
- allow alerts to be added

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Conflicts:
Open-ILS/web/js/ui/default/staff/circ/services/circ.js

8 years agomake egCore.pcrud.apply() work
Galen Charlton [Thu, 3 Dec 2015 21:57:12 +0000 (16:57 -0500)]
make egCore.pcrud.apply() work

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
8 years agosome sample copy alert types
Galen Charlton [Thu, 3 Dec 2015 19:55:30 +0000 (14:55 -0500)]
some sample copy alert types

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
8 years agodon't generate system copy alerts if copy state is normal
Galen Charlton [Thu, 3 Dec 2015 19:52:13 +0000 (14:52 -0500)]
don't generate system copy alerts if copy state is normal

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
8 years agosupport the LOST_AND_PAID status added in LP#1198475
Galen Charlton [Thu, 3 Dec 2015 19:20:38 +0000 (14:20 -0500)]
support the LOST_AND_PAID status added in LP#1198475

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
8 years agofix various thinkos and syntax errors to get the biz logic working
Galen Charlton [Wed, 2 Dec 2015 22:49:01 +0000 (17:49 -0500)]
fix various thinkos and syntax errors to get the biz logic working

As of now, open-ils.circ.checkin is now starting to emit
custom copy alerts.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
8 years agofix some typos, syntax errors, and stray invisible characters
Galen Charlton [Wed, 2 Dec 2015 21:08:34 +0000 (16:08 -0500)]
fix some typos, syntax errors, and stray invisible characters

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
8 years agoadd typo/space fixes to baseline schema
Galen Charlton [Wed, 2 Dec 2015 20:46:47 +0000 (15:46 -0500)]
add typo/space fixes to baseline schema

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
8 years agobiz logic for alerts
Mike Rylander [Wed, 4 Nov 2015 21:27:04 +0000 (16:27 -0500)]
biz logic for alerts

Signed-off-by: Mike Rylander <mrylander@gmail.com>
8 years agoBaseline IDL stuff for alerts
Mike Rylander [Wed, 4 Nov 2015 14:52:22 +0000 (09:52 -0500)]
Baseline IDL stuff for alerts

Signed-off-by: Mike Rylander <mrylander@gmail.com>
8 years agoInitial schema for copy alerts
Mike Rylander [Tue, 20 Oct 2015 14:10:28 +0000 (10:10 -0400)]
Initial schema for copy alerts

Signed-off-by: Mike Rylander <mrylander@gmail.com>
8 years agoDocs: Publish the 2.12 release notes
Dan Scott [Mon, 27 Mar 2017 02:40:24 +0000 (22:40 -0400)]
Docs: Publish the 2.12 release notes

We've released 2.12, let's integrate the corresponding release
notes into the doc build.

Signed-off-by: Dan Scott <dscott@laurentian.ca>
8 years agoDocs: Use the 2.11 release notes
Robert Soulliere [Wed, 28 Sep 2016 14:35:53 +0000 (10:35 -0400)]
Docs: Use the 2.11 release notes

Update root.txt to point to the 2.11 release notes.

Signed-off-by: Robert Soulliere <robert.soulliere@mohawkcollege.ca>
8 years agoResolve a few doc build errors with images
Dan Scott [Mon, 27 Mar 2017 02:24:57 +0000 (22:24 -0400)]
Resolve a few doc build errors with images

* We need to match the case of images exactly on case-sensitive file systems
* Two dots in a file name confuses the simple-minded PDF build
* Comment out images that we don't actually have yet

Signed-off-by: Dan Scott <dscott@laurentian.ca>
8 years agoLP#1669868: fix regression that broke building staff client
Galen Charlton [Wed, 22 Mar 2017 21:24:02 +0000 (17:24 -0400)]
LP#1669868: fix regression that broke building staff client

Looks like AM_CONDITIONAL should not be in if blocks per
https://www.gnu.org/software/automake/manual/html_node/Usage-of-Conditionals.html

Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
8 years agofix typo that broken generation of es-ES lang.dtd
Galen Charlton [Wed, 22 Mar 2017 19:57:48 +0000 (15:57 -0400)]
fix typo that broken generation of es-ES lang.dtd

Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
8 years agoTranslation updates - po files
Galen Charlton [Wed, 22 Mar 2017 19:26:05 +0000 (15:26 -0400)]
Translation updates - po files

Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
8 years agoTranslation updates - newpot
Galen Charlton [Wed, 22 Mar 2017 19:21:56 +0000 (15:21 -0400)]
Translation updates - newpot

Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
8 years agoupdate server upgrade instructions for 2.12.0
Galen Charlton [Wed, 22 Mar 2017 18:05:14 +0000 (14:05 -0400)]
update server upgrade instructions for 2.12.0

Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
8 years agoupdate release notes for 2.12.0
Galen Charlton [Wed, 22 Mar 2017 18:03:21 +0000 (14:03 -0400)]
update release notes for 2.12.0

Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
8 years ago2.11.3-2.12.0 schema update script
Galen Charlton [Wed, 22 Mar 2017 18:00:25 +0000 (14:00 -0400)]
2.11.3-2.12.0 schema update script

Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
8 years agoLP#1668720: remove browser console noise for OPAC
Galen Charlton [Wed, 22 Mar 2017 16:25:41 +0000 (12:25 -0400)]
LP#1668720: remove browser console noise for OPAC

This patch fixes a case where JavaScript used in the OPAC
attempts to set the value of a #client_tz_id input on all
pages, even though only the login page has such an input.

To test:

[1] Load the OPAC homepage and open the JavaScript console/developer tools.
    Note that there's a "Cannot set property 'value' of null"
    error.
[2] Apply the patch and try again; this time there shouldn't
    be such an error.
[3] Open the login page, and verify, using developer tools,
    that the hidden client_tz_id input does have its value
    set to the client timezone.

Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Signed-off-by: Kathy Lussier <klussier@masslnc.org>
8 years agoLP 1669868: Fix make check for all distros.
Jason Stephenson [Tue, 21 Mar 2017 19:34:21 +0000 (15:34 -0400)]
LP 1669868: Fix make check for all distros.

Chris Sharp found that make check was failing on Ubuntu 14.04 and 16.04.

I borrowed a few lines from the OpenSRF configure.ac and modified the
Open-ILS/src/c-apps/tests/Makefile.am to use a more autoconf-oriented
approach that won't lead to unnecessary checks in the install scripts.

Signed-off-by: Jason Stephenson <jason@sigio.com>
Signed-off-by: Ben Shum <ben@evergreener.net>
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
8 years agoLP#1675025: Docs: mention that Vandelay can load MARCXML
Galen Charlton [Wed, 22 Mar 2017 13:58:39 +0000 (09:58 -0400)]
LP#1675025: Docs: mention that Vandelay can load MARCXML

Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Signed-off-by: Remington Steed <rjs7@calvin.edu>
8 years agoDocs: README to include Debian for changing ownership of /var/lock/apache2
Ben Shum [Tue, 21 Mar 2017 13:37:48 +0000 (09:37 -0400)]
Docs: README to include Debian for changing ownership of /var/lock/apache2

Minor tweak to also include Debian among distributions where it might
be necessary to change ownership of /var/lock/apache2 to opensrf user.
Previously this had been Ubuntu only issue, but has since been encountered
during new Debian installations.

Signed-off-by: Ben Shum <ben@evergreener.net>
8 years agoDocs: replacing XUL booking module screenshots with browser client ones
Jillianne Presley [Tue, 21 Mar 2017 18:22:51 +0000 (11:22 -0700)]
Docs: replacing XUL booking module screenshots with browser client ones

Signed-off-by: Jane Sandberg <sandbej@linnbenton.edu>
8 years agoLP#1673891: Fix untranslatable strings in metarecord sibling links
Kathy Lussier [Tue, 21 Mar 2017 01:25:25 +0000 (21:25 -0400)]
LP#1673891: Fix untranslatable strings in metarecord sibling links

We had a couple of untrasnlatable strings in the new sibling link section
of the record summary page. This commit makes the strings translatable and
also rewords one of the strings, as recommended by Eva Cerninakova, to make
it easier to translate in other languages.

Signed-off-by: Kathy Lussier <klussier@masslnc.org>
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
8 years agoLP#1670512 Apply focus/select model udpates via timeout
Bill Erickson [Tue, 7 Mar 2017 17:25:32 +0000 (12:25 -0500)]
LP#1670512 Apply focus/select model udpates via timeout

Avoid manually invoking scope.$apply() in the midst of an angular
$digest loop, since this is forbidden by angular.  Wrap the apply()'s in
a $timeout, so they occur after the currently running digest.

Fixes the focusMe, blurMe, and selectMe directives.

Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Kathy Lussier <klussier@masslnc.org>
8 years agoLP#1638377: update release notes to mention --with-perlbase
Galen Charlton [Wed, 15 Mar 2017 20:51:22 +0000 (16:51 -0400)]
LP#1638377: update release notes to mention --with-perlbase

Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
8 years agoLP#1638377: Allow perl to be installed in non-standard locations
Mike Rylander [Wed, 17 Aug 2016 17:25:35 +0000 (13:25 -0400)]
LP#1638377: Allow perl to be installed in non-standard locations

Add --with-perlbase configure option to specify
an alternative location for installing the Perl modules. This
can be useful for setups that want to run the Perl modules
from a shared filesystem or environments that need to run
multiple versions of OpenSRF simultaneously.

Users of --with-perlbase are responsible for ensuring that
PERL5LIB is set appropriately.

To test
-------
[1] Use --with-perlbase during the configure step, e.g.,

    ./configure --with-perlbase /tmp/perl

[2] Run make; make check; sudo make install
[3] Verify that the Perl modules are installed under
    /tmp/perl.
[4] Make a change to a Perl source file, then
    go to src/perlmods, then run sudo ./Build install. Verify
    that it remembers the --with-perlbase directory
    and installs the updated module there.

Signed-off-by: Mike Rylander <mrylander@gmail.com>
Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
8 years agoupdate a couple references of 2.12-beta to 2.12-rc
Galen Charlton [Wed, 15 Mar 2017 20:35:45 +0000 (16:35 -0400)]
update a couple references of 2.12-beta to 2.12-rc

Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
8 years agoTranslation updates - po files
Galen Charlton [Wed, 15 Mar 2017 20:31:38 +0000 (16:31 -0400)]
Translation updates - po files

Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
8 years agoTranslation updates - newpot
Galen Charlton [Wed, 15 Mar 2017 20:26:21 +0000 (16:26 -0400)]
Translation updates - newpot

Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>