[open-ils-commits] [GIT] Evergreen ILS branch master updated. 5cf503208ddc9389b1585c0ca5375ec6d6aa6931
Evergreen Git
git at git.evergreen-ils.org
Fri May 12 08:41:18 EDT 2017
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".
The branch, master has been updated
via 5cf503208ddc9389b1585c0ca5375ec6d6aa6931 (commit)
via 538a30faf31340dd3dd0d31ab7648b222b2eb4ef (commit)
from f285050daa96861194b35b69d326d5860e5d2bff (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 5cf503208ddc9389b1585c0ca5375ec6d6aa6931
Author: Jeanette Lundgren <jlundgren at cwmars.org>
Date: Wed May 10 17:00:39 2017 -0400
Docs: LP#1673841 Fix formatting in Apache docs
From Jeanette's comment on the bug:
"I converted into a simple unordered list and it is easier to read, but
the list bullet spacing makes for a long list.
To conserve some scrolling, do you want me to put it in a table instead
with 3 column headers (option | default | description)?"
Signed-off-by: Remington Steed <rjs7 at calvin.edu>
diff --git a/docs/admin/apache_access_handler.adoc b/docs/admin/apache_access_handler.adoc
index 594393c..1831d18 100644
--- a/docs/admin/apache_access_handler.adoc
+++ b/docs/admin/apache_access_handler.adoc
@@ -28,35 +28,35 @@ Use of the module is a simple addition to a Location block in Apache:
The available options are:
OILSAccessHandlerLoginURL::
- Default: /eg/opac/login +
- The page to redirect to when Login is needed
+* Default: /eg/opac/login
+* The page to redirect to when Login is needed
OILSAccessHandlerLoginURLRedirectVar::
- Default: redirect_to +
- The variable the login page wants the "destination" URL stored in
+* Default: redirect_to
+* The variable the login page wants the "destination" URL stored in
OILSAccessHandlerFailURL::
- Default: <unset> +
- URL to go to if Permission, Good Standing, or Home OU checks fail. If not set
+* Default: <unset>
+* URL to go to if Permission, Good Standing, or Home OU checks fail. If not set
a 403 error is generated instead. To customize the 403 you could use an
ErrorDocument statement.
OILSAccessHandlerCheckOU::
- Default: <User Home OU> +
- Org Unit to check Permissions at and/or to load Referrer from. Can be a
+* Default: <User Home OU>
+* Org Unit to check Permissions at and/or to load Referrer from. Can be a
shortname or an ID.
OILSAccessHandlerPermission::
- Default: <unset> +
- Permission, or comma- or space-delimited set of permissions, the user must have to
+* Default: <unset>
+* Permission, or comma- or space-delimited set of permissions, the user must have to
access the protected area.
OILSAccessHandlerGoodStanding::
- Default: 0 +
- If set to a true value the user must be both Active and not Barred.
+* Default: 0
+* If set to a true value the user must be both Active and not Barred.
OILSAccessHandlerHomeOU::
- Default: <unset> +
- An Org Unit, or comma- or space-delimited set of Org Units, that the user's Home OU must
+* Default: <unset>
+* An Org Unit, or comma- or space-delimited set of Org Units, that the user's Home OU must
be equal to or a descendant of to access this resource. Can be set to
shortnames or IDs.
OILSAccessHandlerReferrerSetting::
- Default: <unset> +
- Library Setting to pull a forced referrer string out of, if set.
+* Default: <unset>
+* Library Setting to pull a forced referrer string out of, if set.
As the AccessHandler module does not actually serve the content it is
protecting, but instead merely hands control back to Apache when it is done
commit 538a30faf31340dd3dd0d31ab7648b222b2eb4ef
Author: Jeanette Lundgren <jlundgren at cwmars.org>
Date: Wed May 3 16:17:19 2017 -0400
Docs: Update reporter_cloning_shared_templates.adoc
Small correction to match the new menu names and path in the web client.
Also fix the arrow character by changing from --> to ->.
Signed-off-by: Remington Steed <rjs7 at calvin.edu>
diff --git a/docs/reports/reporter_cloning_shared_templates.adoc b/docs/reports/reporter_cloning_shared_templates.adoc
index b2163fa..5f9b7ed 100644
--- a/docs/reports/reporter_cloning_shared_templates.adoc
+++ b/docs/reports/reporter_cloning_shared_templates.adoc
@@ -14,8 +14,7 @@ Folders_.
The steps below assume you have already created at least one _Templates_ folder.
If you haven’t done this, please see <<reporter_creating_folders,Creating Folders>>.
-. Access the reports interface from the _Admin_ (-) menu under _Local
-Administration --> Reports_
+. Access the reports interface from _Administration_ -> _Reports_
. Under _Shared Folders_ expand the _Templates_ folder and the subfolder of the
report you wish to clone. To expand the folders click on the grey arrow or
folder icon. Do not click on the blue underlined hyperlink.
-----------------------------------------------------------------------
Summary of changes:
docs/admin/apache_access_handler.adoc | 32 ++++++++++----------
.../reports/reporter_cloning_shared_templates.adoc | 3 +-
2 files changed, 17 insertions(+), 18 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list