JBAS-2115 3.2 release notes WIP
authorBill Erickson <berickxx@gmail.com>
Mon, 3 Dec 2018 17:37:50 +0000 (12:37 -0500)
committerBill Erickson <berickxx@gmail.com>
Thu, 21 Mar 2019 19:46:23 +0000 (15:46 -0400)
Signed-off-by: Bill Erickson <berickxx@gmail.com>
KCLS/docs/RELEASE_NOTES_2.12_TO_3.2_KCLS.adoc

index 418d085..b6fd8f3 100644 (file)
@@ -1,17 +1,19 @@
-= KCLS Evergreen 3.0, 3.1, and 3.2 Release Notes =
-
 :Author: Bill Erickson
 :Email: bserickson@kcls.org
 :Date: 2018-12-03
 :toc:
+:toclevels: 3
 :numbered:
 
-== FEATURES ==
+= KCLS Evergreen 3.0, 3.1, and 3.2 Release Notes
 
-=== Circulation ===
+toc::[]
 
-Batch Editing of Patron Records
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+== FEATURES
+
+=== Circulation
+
+==== Batch Editing of Patron Records
 There is a now a new interface analogous to the Copy Bucket interface
 to select and group a set of users into a User Bucket.
 The addition of users to a User Bucket is possible from the Patron Search
@@ -22,8 +24,7 @@ Bucket by uploading a text file that contains a list of user barcodes.
 From this interface it is possible to perform a set of specific batch update
 operations on user records.
 
-Editing Users
-+++++++++++++
+===== Editing Users
 
 These fields can now be changed in batch via an action on the User Bucket
 grid if the staff user has the `UPDATE_USER` permission:
@@ -41,8 +42,7 @@ Changes made in this interface can be rolled back.
 As a batch process, rather than a direct edit, this mechanism explicitly skips
 processing of Action/Trigger event definitions for user update.
 
-Deleting Users
-++++++++++++++
+===== Deleting Users
 
 The batch edit mechanism also allows for the batch deletion of user.  The staff
 user must have both the `UPDATE_USER` and `DELETE_USER` permissions.
@@ -55,8 +55,7 @@ processing of Action/Trigger event definitions for user deletion.
 This mechanism does not use the Purge User functionality, but instead simply
 marks the users as deleted.
 
-Editing Statistical Category Entries
-++++++++++++++++++++++++++++++++++++
+===== Editing Statistical Category Entries
 
 All users in the bucket can have their Statistical Category Entries
 modified. Unlike user data field updates, modification of Statistical
@@ -65,19 +64,16 @@ Category Entries is permanent and cannot be rolled back.
 As a batch process, rather than a direct edit, this mechanism explicitly skips
 processing of Action/Trigger event definitions for user update.
 
-New Service Requirement
-+++++++++++++++++++++++
+===== New Service Requirement
 
 This new functionality makes use of the QStore service (`open-ils.qstore`), which was previously
 unused in production.  If this service has been removed from the configuration
 of a live Evergreen instances, it will need to be added back in order for
 batch user editing to succeed.
 
-Honor Timezone of the Acting Library
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+==== Honor Timezone of the Acting Library
 
-Summary
-+++++++
+===== Summary
 
 * Display day-granular due dates in the circulating library's timezone.
 * Only display the date portion of the due date for day-granular circulations.
@@ -85,8 +81,7 @@ Summary
 * Provide infrastructure for more advanced formatting of timestamps.
 * Override the built-in AngularJS date filter with an implementation that uses moment.js, providing consistency and better standards compliance.
 
-Details
-+++++++
+===== Details
 
 This is a followup to the work done for 2.12, where we added the ability
 for the client to specify a timezone in which timestamps should be interpreted