Skip to content

Commit b69104a

Browse files
DyrconaRuth Frasur Davis
andcommitted
Docs: Fix 3.14 release notes syntax
Adding the '== Evergreen 3.14-RC ==' necessitated some adjustment in the heading levels of the following sections. The '===' sections were changed to bold '**' to prevent asciidoc from omitting them with a warning: asciidoc: WARNING: RELEASE_NOTES_3_14.adoc: line 45: missing section: [sect5] Co-authored-by: Ruth Frasur Davis <[email protected]> Signed-off-by: Jason Stephenson <[email protected]>
1 parent bc387d2 commit b69104a

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

docs/RELEASE_NOTES_3_14.adoc

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
:numbered:
44
:toclevels: 3
55

6-
== New Features ==
6+
== Evergreen 3.14-rc ==
77

8-
:leveloffset: +2
8+
=== New Features ===
99

10+
:leveloffset: +3
1011

1112
= Acquisitions =
1213

13-
1414
== EDI X12 Parser ==
1515

1616
Added support to the EDI parser to read X12 messages. In particular, this
@@ -40,7 +40,7 @@ to address several issues caused by the caching:
4040

4141
https://bugs.launchpad.net/evergreen/+bug/2044854[LP#2044854]
4242

43-
=== Apache Proxy LogFormat Configuration ===
43+
**Apache Proxy LogFormat Configuration**
4444

4545
Two `LogFormat` entries have been added to the sample Apache
4646
configuration in `eg.conf.in` that are useful when a proxy runs in
@@ -73,20 +73,20 @@ for example.
7373

7474
A new script for bulk loading and updating patrons from the server now exists in Open-ILS/src/support-scripts called patron_loader.pl. It is installed to <prefix>/bin (/openils/bin/patron_loader.pl for standard installs). It can be run manually or from cron.
7575

76-
=== Sample invocation:
76+
**Sample invocation:**
7777

7878
[source,bash]
7979
-----------------
8080
./patron_loader.pl --db evergreen --dbhost myserver -dbuser admin --dbpw demo123 --file sample.csv --org_unit INNS --date_format "MM/DD/YYYY" --default_password 4444 --alert_message "patron has left swim cap at desk" --debug
8181
-----------------
8282

83-
=== Required parameters:
83+
**Required parameters:**
8484

8585
--file path to the CSV file used as the data source
8686
--org_unit the org unit name of the org unit patrons are being loaded for
8787
used to match mapped variables
8888

89-
=== Optional parameters:
89+
**Optional parameters:**
9090

9191
--help or --h shows the help
9292

@@ -126,7 +126,7 @@ A new script for bulk loading and updating patrons from the server now exists in
126126
if your matchpoint with this set the cardnumber will be used for both
127127
--nobootstrap do not load DB config from opensrf.xml
128128

129-
=== Required Columns:
129+
**Required Columns:**
130130

131131
* *cardnumber* - unless using usrname as matchpoint and --fill_with_matchpoint is used
132132
* *usrname* - unless using cardnumber as matchpoint and --fill_with_matchpoint is used
@@ -137,7 +137,7 @@ A new script for bulk loading and updating patrons from the server now exists in
137137

138138
Although data for the above columns are optional in some situations the columns still need to exist in the file.
139139

140-
=== Optional Columns:
140+
**Optional Columns:**
141141

142142
net_access_level
143143
second_given_name
@@ -173,7 +173,7 @@ Although data for the above columns are optional in some situations the columns
173173
statcat_value3
174174
photo_url
175175

176-
=== Mapping:
176+
**Mapping:**
177177

178178
Not all data sources can customize the data exported to the CSV so some mapping is allowed.
179179

@@ -211,7 +211,7 @@ The column ident_type is treated specially. It is required by actor.usr and doe
211211
have a default but usually doesn't correspond to a exported value from others systems
212212
so it defaults to '3' or 'Other' but you can define it through an optional parameter.
213213

214-
=== Overview:
214+
**Overview:**
215215

216216
The script is very conservative checking for an existing cardnumber and usrname. If
217217
either is found on an account that differs from the one using the match point then it
@@ -228,7 +228,7 @@ touched. Part of the aggressiveness of removing non-specified addresses is to e
228228
identifying information for patrons is removed when updating, especially for the use case
229229
of schools bulk updating juveniles.
230230

231-
=== Database and Logging:
231+
**Database and Logging:**
232232

233233
The database holds a *actor.patron_loader_log* table that logs sessions and failed rows.
234234

@@ -340,14 +340,14 @@ https://bugs.launchpad.net/bugs/2047442[#2047442]
340340

341341
== Hold Reset Reasons ==
342342

343-
=== New database tables ===
343+
**New database tables**
344344

345345
. action.hold_request_reset_reason
346346
. action.hold_request_reset_reason_entry
347347

348348
Hold reset reasons allow staff to see when and why a hold request has been reset. Reset reasons are generated any time a hold has been reset, whether that's a manual reset from a staff member or automatically because a hold has reached the hold retarget interval. This can be very useful for debugging the hold targeter or identifying bad actors in the system.
349349

350-
=== Types of Reset Reasons ===
350+
**Types of Reset Reasons**
351351

352352
There are ten different types of reset reasons that can be identified.
353353

@@ -362,7 +362,7 @@ There are ten different types of reset reasons that can be identified.
362362
. HOLD_CHECKED_OUT
363363
. HOLD_CHECKED_IN
364364

365-
=== Viewing Reset Reasons ===
365+
**Viewing Reset Reasons**
366366

367367
Staff can view reset reasons for a hold via a patron's *holds* tab.
368368

@@ -373,15 +373,15 @@ Staff can view reset reasons for a hold via a patron's *holds* tab.
373373
. Click *Reset Entries*
374374
. Order can be reversed to show most recent resets first.
375375

376-
=== New srfsh script ===
376+
**New srfsh script**
377377

378378
This feature includes a script that you can setup as a cron job to maintain the action.hold_request_reset_entry table:
379379

380380
NOTE: purge_hold_reset_reason_entries.srfsh
381381

382382
This script defaults to "1 year" but can be overridden on a library by library basis via YAOUS.
383383

384-
=== New library settings ===
384+
**New library settings**
385385

386386
. circ.hold_reset_reason_entry_age_threshold
387387
. circ.hold_retarget_previous_targets_interval
@@ -395,7 +395,7 @@ the interface.
395395

396396
https://myhost.mydomain/eg2/staff/selfcheck
397397

398-
=== New Print Templates ===
398+
**New Print Templates**
399399

400400
New self-check print templates are available under
401401
Administration => Server Administration => Print Templates

0 commit comments

Comments
 (0)