]> git.evergreen-ils.org Git - Evergreen.git/blob - ChangeLog
Bumping version numbers, adding Upgrade Script and Changelog
[Evergreen.git] / ChangeLog
1 commit 842c217b4bbc892737d502504900bfa4ae20ca9f
2 Author: Dan Wells <dbw2@calvin.edu>
3 Date:   Mon Feb 24 12:09:57 2014 -0500
4
5     Bump OpenILS.pm version
6     
7     Signed-off-by: Dan Wells <dbw2@calvin.edu>
8
9 1       1       Open-ILS/src/perlmods/lib/OpenILS.pm
10
11 commit cee28fe1dadfd4c85799408cad9cd8f572f1a571
12 Author: Galen Charlton <gmc@equinoxinitiative.org>
13 Date:   Wed May 24 12:35:09 2017 -0400
14
15     2.10.11-2.10.12 schema update
16     
17     Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
18
19 5       0       Open-ILS/src/sql/Pg/version-upgrade/2.10.11-2.10.12-upgrade-db.sql
20  create mode 100644 Open-ILS/src/sql/Pg/version-upgrade/2.10.11-2.10.12-upgrade-db.sql
21
22 commit 96cd5f6e5565f6b4bb3be8248dd8680d1815ec14
23 Author: Galen Charlton <gmc@equinoxinitiative.org>
24 Date:   Wed May 24 12:29:57 2017 -0400
25
26     update 2.11.5 release notes
27     
28     Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
29
30 18      3       docs/RELEASE_NOTES_2_11.adoc
31
32 commit 45a494080ac56d612231fcef0b12c8ddfb6de7a5
33 Author: Dan Scott <dscott@laurentian.ca>
34 Date:   Wed Apr 26 00:19:42 2017 -0400
35
36     LP#1478128: Avoid XSS in public catalog
37     
38     This patch escapes various GET param values by passing them through
39     the Template Toolkit html filter, including:
40     
41     * in the locale picker
42     * in the searchbar
43     * in the login form
44     
45     Signed-off-by: Dan Scott <dscott@laurentian.ca>
46     Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
47     
48     Conflicts:
49         Open-ILS/src/templates/opac/parts/searchbar.tt2
50     
51     Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
52
53 1       1       Open-ILS/src/templates/opac/parts/locale_picker.tt2
54 1       1       Open-ILS/src/templates/opac/parts/login/form.tt2
55 3       3       Open-ILS/src/templates/opac/parts/searchbar.tt2
56
57 commit d012c947e11db84f2d2f47c5ac348a4db15daea4
58 Author: Kathy Lussier <klussier@masslnc.org>
59 Date:   Tue May 23 22:59:35 2017 -0400
60
61     Docs: 2.11.5 maintenance release notes
62     
63     Signed-off-by: Kathy Lussier <klussier@masslnc.org>
64
65 58      1       docs/RELEASE_NOTES_2_11.adoc
66
67 commit 8bb0cc413d18ec3a1d63de85b6a4ef2d8ee04763
68 Author: Galen Charlton <gmc@equinoxinitiative.org>
69 Date:   Sat May 20 08:39:18 2017 -0400
70
71     LP#1650410: include --days_back in synopsis and other tidying
72     
73     Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
74
75 5       4       Open-ILS/src/support-scripts/authority_control_fields.pl.in
76
77 commit 9817953a76383f6c329277926022a4d87d6b334c
78 Author: Jane Sandberg <sandbergja@users.noreply.github.com>
79 Date:   Thu Jan 26 16:00:53 2017 -0800
80
81     LP#1650410: doc authority_control_fields.pl's --days_back flag
82     
83     This patch updates the POD that in turn is displayed when
84     running authority_control_fields.pl -h
85     
86     Signed-off-by: Jane Sandberg <sandbej@linnbenton.edu>
87     Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
88
89 7       0       Open-ILS/src/support-scripts/authority_control_fields.pl.in
90
91 commit 7f8b9d297f8ccbf033e905d1716953ce78f81605
92 Author: Jason Etheridge <jason@esilibrary.com>
93 Date:   Wed Apr 26 17:23:26 2017 -0400
94
95     LP#1491875: avoid erroneous "unsaved data" popup during MARC record creation
96     
97     Test plan
98     ---------
99     [1] Navigate to Cataloging -> Create New MARC Record.
100     [2] Choose a template, click Load
101     [3] Enter data in a fixed field, for example, Date1
102     [4] Enter data in a MARC field such as 100
103     [5] Click Create Record:
104     
105         The "This tab may have unsaved data. ..." pop up will appear.
106         Clicking OK will save the record and take the user to their default
107         view of the record.
108         Clicking Cancel will save the record and return the user to the MARC
109         Edit screen.
110         The behavior when clicking Cancel can lead to confusion as to
111         whether the record has actually been saved.
112     
113     [6] Apply the patch and repeats steps #1-#5.
114     [7] This time, no extraneous unsaved data warning should appear.
115     
116     Note that this patch's kludge doesn't fix all possible instances
117     of the warning; see https://bugs.launchpad.net/evergreen/+bug/1491875/comments/6
118     for details.
119     
120     Signed-off-by: Jason Etheridge <jason@esilibrary.com>
121     SIgned-off-by: Andrea Neiman <abneiman@equinoxinitiative.org>
122     Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
123
124 1       0       Open-ILS/xul/staff_client/server/cat/marcedit.js
125
126 commit c07401c3c2f727b2165dd37dfe7f183b32f7a3c1
127 Author: Galen Charlton <gmc@esilibrary.com>
128 Date:   Fri Nov 11 14:52:11 2016 -0500
129
130     LP#1641208: util.file no longer mangles UTF8 when writing JSON
131     
132     This patch ensures that JSON strings are converted to UTF8
133     before they are writing to XUL profile files by util.file. Doing this
134     fixes a bug where by OU names like "ბიზნესისა" can get mangled
135     in certain XUL client interfaces.
136     
137     To test
138     -------
139     [1] Set an OU name to ბიზნესისა
140     [2] In the transit list, note that the OU selector displays
141         the name as ÑØÖÜÔáØáÐ.
142     [3] Apply the patch (note that it's not necessary to rebuild
143         the staff client to test this).
144     [4] Restart the staff client, clearing cache beforehand.
145     [5] Note that the OU name is now displayed correctly in the transit
146         list.
147     
148     Signed-off-by: Galen Charlton <gmc@esilibrary.com>
149     Signed-off-by: Jason Etheridge <jason@esilibrary.com>
150
151 11      2       Open-ILS/xul/staff_client/chrome/content/util/file.js
152
153 commit a8c04ddc5a5d70e0479190789674c2136d751b87
154 Author: Bill Erickson <berickxx@gmail.com>
155 Date:   Wed May 17 13:14:17 2017 -0400
156
157     LP#1673799 Stamping EDI query SQL update
158     
159     Signed-off-by: Bill Erickson <berickxx@gmail.com>
160
161 1       1       Open-ILS/src/sql/Pg/002.schema.config.sql
162 7       0       Open-ILS/src/sql/Pg/upgrade/1040.schema.index_edi_message_remote_file.sql
163 0       7       Open-ILS/src/sql/Pg/upgrade/XXXX.schema.index_edi_message_remote_file.sql
164  create mode 100644 Open-ILS/src/sql/Pg/upgrade/1040.schema.index_edi_message_remote_file.sql
165  delete mode 100644 Open-ILS/src/sql/Pg/upgrade/XXXX.schema.index_edi_message_remote_file.sql
166
167 commit 6814585c98b5a522bbfd04f7a0aa797685cb7555
168 Author: Galen Charlton <gmc@equinoxinitiative.org>
169 Date:   Fri Mar 17 11:47:46 2017 -0400
170
171     LP#1673799: new acqedim index to speed up duplicate file check
172     
173     This patch adds a new index on acq.edi_message to speed up
174     the check for duplicate EDI messages that edi_fetcher.pl runs,
175     replacing use of "ilike" with invocations of the evergreen.lowercase()
176     stored procedure.
177     
178     To test
179     -------
180     [1] Arrange to create or simulate an EDI message that failed
181         processing.
182     [2] Run edi_fetcher.pl to have it attempt to download the
183         failed message in step #1; verify that the file is
184         /not/ downloaded again and that no additonal acq.edi_message
185         rows are created for it.
186     [3] (Extra credit) Try steps 1 and 2 in a database that has a
187         very large number of rows in acq.edi_message.
188     
189     Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
190     Signed-off-by: Bill Erickson <berickxx@gmail.com>
191
192 4       1       Open-ILS/src/perlmods/lib/OpenILS/Application/Acq/EDI.pm
193 1       0       Open-ILS/src/sql/Pg/200.schema.acq.sql
194 7       0       Open-ILS/src/sql/Pg/upgrade/XXXX.schema.index_edi_message_remote_file.sql
195  create mode 100644 Open-ILS/src/sql/Pg/upgrade/XXXX.schema.index_edi_message_remote_file.sql
196
197 commit 880800a73b627183ce3e73b7ce11362efe0ffdc8
198 Author: Josh Stompro <stomproj@larl.org>
199 Date:   Wed Dec 21 13:57:32 2016 -0600
200
201     LP#1650807: fix rollover_phone_to_print.pl to ack failed calls
202     
203     This patch fixes a bug in rollover_phone_to_print.pl that kept
204     failed callfiles from being moved.
205     
206     The list of new event ID's that the script created was being sent to the
207     mediator, which couldn't do anything with them.  The original event ID's
208     need to be sent to have those call files moved.
209     
210     Signed-off-by: Josh Stompro <stomproj@larl.org>
211     Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
212
213 1       1       Open-ILS/src/support-scripts/rollover_phone_to_print.pl
214
215 commit 26416f73ddc56fca72982caa7b3648ee9403eab7
216 Author: Bill Erickson <berickxx@gmail.com>
217 Date:   Tue Mar 14 13:57:12 2017 -0400
218
219     LP#1672824 A/T complete_time set on grouped events
220     
221     Set the complete_time value on grouped Action/Trigger events when an
222     event's state reaches "complete", consisten with non-grouped events.
223     
224     Signed-off-by: Bill Erickson <berickxx@gmail.com>
225     Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
226
227 3       0       Open-ILS/src/perlmods/lib/OpenILS/Application/Trigger/EventGroup.pm
228
229 commit b87e8c4ca5f73524851022f7d73364cea55d5965
230 Author: Chris Sharp <csharp@georgialibraries.org>
231 Date:   Sat Aug 20 10:46:11 2016 -0400
232
233     LP#117794 - Remove references to "Keep" field in Vandelay docs.
234     
235     Since the "Keep" field of Vandelay Import Item Attributes is
236     not implemented, remove references to it in the documentation.
237     
238     Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
239     Signed-off-by: Kathy Lussier <klussier@masslnc.org>
240
241 1       5       docs/cataloging/batch_importing_MARC.adoc
242
243 commit 862844d254bb5dcb73fab0ff49e929569d3e6abd
244 Author: Chris Sharp <csharp@georgialibraries.org>
245 Date:   Sat Aug 20 10:36:57 2016 -0400
246
247     LP#1177794 - remove "Keep" field from Vandelay Import Item Attributes.
248     
249     The "Keep" field in Vandelay Import Item Attributes is not
250     currently implemented, so remove from all user interfaces.
251     However, I didn't change the vandelay.import_item_attr_definition
252     table, leaving the option for this to be implemented in the future.
253     
254     Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
255     Signed-off-by: Kathy Lussier <klussier@masslnc.org>
256
257 0       1       Open-ILS/examples/fm_IDL.xml
258 0       4       build/i18n/po/fm_IDL.dtd/fm_IDL.dtd.pot
259
260 commit e475de5fc8f55353be233f033887819b36a12cea
261 Author: Galen Charlton <gmc@equinoxinitiative.org>
262 Date:   Mon May 15 17:03:28 2017 -0400
263
264     LP#1552861: stamp database update
265     
266     Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
267     
268     Conflicts:
269         Open-ILS/src/sql/Pg/002.schema.config.sql
270
271 1       1       Open-ILS/src/sql/Pg/002.schema.config.sql
272 38      0       Open-ILS/src/sql/Pg/upgrade/1039.data.change_default_match_set_ous_type.sql
273 0       38      Open-ILS/src/sql/Pg/upgrade/XXXX.data.change_default_match_set_ous_type.sql
274  create mode 100644 Open-ILS/src/sql/Pg/upgrade/1039.data.change_default_match_set_ous_type.sql
275  delete mode 100644 Open-ILS/src/sql/Pg/upgrade/XXXX.data.change_default_match_set_ous_type.sql
276
277 commit e5635a62e11e35ddd1a92cc6fe844bc4b611e4b1
278 Author: Galen Charlton <gmc@equinoxinitiative.org>
279 Date:   Wed May 10 10:00:46 2017 -0700
280
281     LP#1552861: add upgrade script
282     
283     Also, a test plan for the fix:
284     
285     [1] Set the vandelay.default_match_set setting for several
286         org units. In at least one case, set it to the ID
287         of a valid vandelay.match_set entry; in another case,
288         set it to a numeric ID that doesn't match any existing
289         vms rows; and finally, in another case set it to the
290         name of a match set.
291     [2] Apply the patch and run the database update. Verify that
292         the update script will indicate that there are invalid
293         settings, then delete.
294     [3] Open the library settings editor and verify that in the
295         case where a valid match set was used, the editor provides
296         a drop-down with possible vms values with the correct
297         one selected.
298     
299     Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
300     Signed-off-by: Jeff Davis <jdavis@sitka.bclibraries.ca>
301     Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
302
303 38      0       Open-ILS/src/sql/Pg/upgrade/XXXX.data.change_default_match_set_ous_type.sql
304  create mode 100644 Open-ILS/src/sql/Pg/upgrade/XXXX.data.change_default_match_set_ous_type.sql
305
306 commit f89f0430ff7cd4567aa14cd3dabb7b8e98284210
307 Author: Jeff Davis <jdavis@sitka.bclibraries.ca>
308 Date:   Thu Mar 3 10:55:34 2016 -0800
309
310     LP#1552861: use correct datatype for vandelay.default_match_set org setting
311     
312     Values for this setting should be links to vandelay.match_set, not strings.
313     
314     Signed-off-by: Jeff Davis <jdavis@sitka.bclibraries.ca>
315     Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
316     
317     Conflicts:
318         Open-ILS/src/sql/Pg/950.data.seed-values.sql
319     
320     Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
321     
322     Conflicts:
323         Open-ILS/src/sql/Pg/950.data.seed-values.sql
324
325 1       1       Open-ILS/src/sql/Pg/950.data.seed-values.sql
326
327 commit 64ff1e951c9388e2fd5d95b66b026a5cfc31305e
328 Author: Remington Steed <rjs7@calvin.edu>
329 Date:   Fri May 12 10:24:36 2017 -0400
330
331     Revert "Docs: Update MARC editor docs for web client"
332     
333     This reverts commit 63d389c5025c62e4dad89d3c3f29f63b99dc8327.
334     
335     I mistakenly added this change to 2.11, when it only applies to 2.12 and
336     beyond.
337     
338     Signed-off-by: Remington Steed <rjs7@calvin.edu>
339
340 16      13      docs/cataloging/MARC_Editor.adoc
341 40      11      docs/cataloging/physical_char_wizard.adoc
342 -       -       docs/media/ffrc1_2.12.jpg
343 -       -       docs/media/ffrc2_2.12.jpg
344 -       -       docs/media/ffrc3_2.12.jpg
345 -       -       docs/media/pcw1_2.12.jpg
346 -       -       docs/media/pcw2_2.12.jpg
347 -       -       docs/media/pcw3_2.12.jpg
348 -       -       docs/media/pcw4_2.12.jpg
349 -       -       docs/media/pcw5_2.12.jpg
350 -       -       docs/media/pcw6_2.12.jpg
351  delete mode 100755 docs/media/ffrc1_2.12.jpg
352  delete mode 100755 docs/media/ffrc2_2.12.jpg
353  delete mode 100755 docs/media/ffrc3_2.12.jpg
354  delete mode 100755 docs/media/pcw1_2.12.jpg
355  delete mode 100755 docs/media/pcw2_2.12.jpg
356  delete mode 100755 docs/media/pcw3_2.12.jpg
357  delete mode 100755 docs/media/pcw4_2.12.jpg
358  delete mode 100755 docs/media/pcw5_2.12.jpg
359  delete mode 100755 docs/media/pcw6_2.12.jpg
360
361 commit 63d389c5025c62e4dad89d3c3f29f63b99dc8327
362 Author: blake <blake@mobiusconsortium.org>
363 Date:   Tue May 2 14:04:37 2017 -0500
364
365     Docs: Update MARC editor docs for web client
366     
367     Provided Webby screen shots and updated the language to match the web based
368     staff client.
369     
370     Signed-off-by: blake <blake@mobiusconsortium.org>
371     Signed-off-by: Remington Steed <rjs7@calvin.edu>
372
373 13      16      docs/cataloging/MARC_Editor.adoc
374 11      40      docs/cataloging/physical_char_wizard.adoc
375 -       -       docs/media/ffrc1_2.12.jpg
376 -       -       docs/media/ffrc2_2.12.jpg
377 -       -       docs/media/ffrc3_2.12.jpg
378 -       -       docs/media/pcw1_2.12.jpg
379 -       -       docs/media/pcw2_2.12.jpg
380 -       -       docs/media/pcw3_2.12.jpg
381 -       -       docs/media/pcw4_2.12.jpg
382 -       -       docs/media/pcw5_2.12.jpg
383 -       -       docs/media/pcw6_2.12.jpg
384  create mode 100755 docs/media/ffrc1_2.12.jpg
385  create mode 100755 docs/media/ffrc2_2.12.jpg
386  create mode 100755 docs/media/ffrc3_2.12.jpg
387  create mode 100755 docs/media/pcw1_2.12.jpg
388  create mode 100755 docs/media/pcw2_2.12.jpg
389  create mode 100755 docs/media/pcw3_2.12.jpg
390  create mode 100755 docs/media/pcw4_2.12.jpg
391  create mode 100755 docs/media/pcw5_2.12.jpg
392  create mode 100755 docs/media/pcw6_2.12.jpg
393
394 commit 745b8b0e102603f48b99ef618d8e860b28c058e2
395 Author: Jeff Davis <jdavis@sitka.bclibraries.ca>
396 Date:   Thu Apr 27 13:54:12 2017 -0700
397
398     LP#1647852: Use correct method during adjust to zero on negative balance
399     
400     Implementing Brent Mills' suggestion on Launchpad.
401     
402     Signed-off-by: Jeff Davis <jdavis@sitka.bclibraries.ca>
403     Signed-off-by: Dan Wells <dbw2@calvin.edu>
404
405 2       2       Open-ILS/src/perlmods/lib/OpenILS/Application/Circ/Money.pm
406
407 commit 25551226366dd5dc2b8bd26a68fdf758323cff86
408 Author: Dan Scott <dscott@laurentian.ca>
409 Date:   Mon May 8 22:51:42 2017 -0400
410
411     Docs typo: s/minimum/maximum/
412     
413     A small thing, but it means exactly the opposite. Thanks to _adb in IRC for
414     pointing this out!
415     
416     Signed-off-by: Dan Scott <dscott@laurentian.ca>
417
418 1       1       docs/development/intro_opensrf.adoc
419
420 commit 63e2efcc7b608be80eecb8beec48da9a507a84ea
421 Author: Bill Erickson <berickxx@gmail.com>
422 Date:   Tue May 2 11:51:12 2017 -0400
423
424     LP#1687649 Z39.50 CQL query parser honors bools
425     
426     To test with yaz-client, Z server on localhost, database=evergreen:
427     
428     Z> open localhost:2210/evergreen
429     Z> find @or @attr 1=4 @attr 4=6 "potter" @attr 1=4 @attr 4=6 "piano"
430     
431     "Number of hits:" value should be greater than zero (~38) using the
432     concerto data set.
433     
434     Similarly, opensrf logs should contain the line:
435     
436     SRU search string [(title = potter or title = piano)] converted to
437     [title:potter || title:piano]
438     
439     Signed-off-by: Bill Erickson <berickxx@gmail.com>
440     Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
441
442 1       1       Open-ILS/src/perlmods/lib/OpenILS/WWW/SuperCat.pm
443
444 commit 5613097054de2abf25fb2bc83b3142d26875ddef
445 Author: Dan Scott <dscott@laurentian.ca>
446 Date:   Thu Dec 1 17:24:01 2016 -0500
447
448     LP#1646638 - Fix SIP timeouts due to invalid sessions
449     
450     Signed-off-by: Dan Scott <dscott@laurentian.ca>
451     Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
452     Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
453
454 2       0       Open-ILS/src/perlmods/lib/OpenILS/SIP.pm
455
456 commit 8ff89f6aa99518cd71485944d29ea5929c4597a3
457 Author: Galen Charlton <gmc@equinoxinitiative.org>
458 Date:   Mon May 1 14:47:58 2017 -0400
459
460     LP#1667221: (follow-up) remove comment that is now a lie
461     
462     Also, here's a test plan:
463     
464     [1] Edit /openils/conf/oils_sip.xml and set the currency
465         defined in the implementation section to be something
466         other than USD.
467     [2] Start the SIP server and perform a patron information
468         request; note that the BH field in the response contains
469         'USD'.
470     [3] Apply the patch and restart the SIP server.
471     [4] Repeat step 2; this time, the currency should be whatever
472         is specified in oils_sip.xml.
473     [5] Comment out the currency section in oils_sip.xml and restart
474         the SIP server.
475     [6] Repeat step 2; this time, the currency should be back to 'USD'.
476     
477     Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
478
479 1       1       Open-ILS/src/perlmods/lib/OpenILS/SIP/Patron.pm
480
481 commit 3208e7efa9bfaef16f16bbf96db1ad75cd1c7dec
482 Author: Jeff Davis <jdavis@sitka.bclibraries.ca>
483 Date:   Mon Feb 20 17:20:26 2017 -0800
484
485     LP#1667221: use library currency as SIP patron currency instead of always using USD
486     
487     Signed-off-by: Jeff Davis <jdavis@sitka.bclibraries.ca>
488     Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
489
490 1       1       Open-ILS/src/perlmods/lib/OpenILS/SIP/Patron.pm
491
492 commit f52d6b649d5fe4b63cc6a1fe8c6dcc350acb9636
493 Author: Jason Stephenson <jason@sigio.com>
494 Date:   Sat May 6 14:16:57 2017 -0400
495
496     LP#1378829 Stamp Upgrade Script & Add Release Note
497     
498     Signed-off-by: Jason Stephenson <jason@sigio.com>
499
500 1       1       Open-ILS/src/sql/Pg/002.schema.config.sql
501 101     0       Open-ILS/src/sql/Pg/upgrade/1037.data.fix_long_overdue_perm.sql
502 0       101     Open-ILS/src/sql/Pg/upgrade/XXXX.data.fix_long_overdue_perm.sql
503 7       0       docs/RELEASE_NOTES_NEXT/Administration/fix_copy_status_long_overdue_override_permission_typo.adoc
504  create mode 100644 Open-ILS/src/sql/Pg/upgrade/1037.data.fix_long_overdue_perm.sql
505  delete mode 100644 Open-ILS/src/sql/Pg/upgrade/XXXX.data.fix_long_overdue_perm.sql
506  create mode 100644 docs/RELEASE_NOTES_NEXT/Administration/fix_copy_status_long_overdue_override_permission_typo.adoc
507
508 commit 6e25dd15520cd643ddea40a4231827f1a949027a
509 Author: Jeff Godin <jgodin@tadl.org>
510 Date:   Fri Apr 14 10:21:40 2017 -0400
511
512     LP#1378829 Fix long overdue override permission
513     
514     Fix override permission used when checking in a copy that is "long
515     overdue".
516     
517     The existing permission was incorrectly created with a code of
518     COPY_STATUS_LONGOVERDUE.override, while the event thrown requires a
519     permission with a code of COPY_STATUS_LONG_OVERDUE.override
520     
521     This commit updates the seed data and a few references to the
522     old/incorrect permission in documentation, and also includes an
523     upgrade script designed to accommodate the various likely ways in
524     which sites may have already locally addressed this issue.
525     
526     A simple pgtap test is also included.
527     
528     Signed-off-by: Jeff Godin <jgodin@tadl.org>
529     Signed-off-by: Jason Stephenson <jason@sigio.com>
530
531 1       1       Open-ILS/src/sql/Pg/950.data.seed-values.sql
532 11      0       Open-ILS/src/sql/Pg/t/regress/lp1378829_fix_long_overdue_perm.pg
533 101     0       Open-ILS/src/sql/Pg/upgrade/XXXX.data.fix_long_overdue_perm.sql
534 1       1       docs/circulation/circulating_items.adoc
535 1       1       docs/circulation/circulating_items_web_client.adoc
536  create mode 100644 Open-ILS/src/sql/Pg/t/regress/lp1378829_fix_long_overdue_perm.pg
537  create mode 100644 Open-ILS/src/sql/Pg/upgrade/XXXX.data.fix_long_overdue_perm.sql
538
539 commit 73c617f630b2d1c157a2d605c2b05a812b478837
540 Author: Kathy Lussier <klussier@masslnc.org>
541 Date:   Fri May 5 12:29:38 2017 -0400
542
543     Docs: Remove stray bullet entry
544     
545     Signed-off-by: Kathy Lussier <klussier@masslnc.org>
546
547 0       1       docs/opac/new_skin_customizations.adoc
548
549 commit eb26e62eca4a4c4c278a7c01e0f86f2fa657caa8
550 Author: Kathy Lussier <klussier@masslnc.org>
551 Date:   Fri May 5 12:14:19 2017 -0400
552
553     Docs: Add files to the list of tpac files that should be customized
554     
555     We have a list of tpac files that should be customized on an Evergreen system.
556     There are a couple of files related to password formats that should be included
557     here.
558     
559     Signed-off-by: Kathy Lussier <klussier@masslnc.org>
560
561 9       0       docs/opac/new_skin_customizations.adoc
562
563 commit 2bb2d341a6156079fc10d734a66bbb291091afc0
564 Author: Galen Charlton <gmc@equinoxinitiative.org>
565 Date:   Mon May 1 16:45:29 2017 -0400
566
567     LP#1257915: add live_t tests
568     
569     And here's a test plan for humans:
570     
571     [1] Create a purchase order with, say, 3 lineitems and 2
572         copies on each of these.
573     [2] Receive the first two lineitems outright.
574     [3] Receive one of the copies on the last lineitem and cancel
575         the other with a cancellation reason that's permanent (e.g.,
576         bad ISBN) rather than temporary (e.g., backordered).
577     [4] Note that the purchase order's state remains 'on-order'
578     [5] Apply the patch.
579     [6] Repeat steps #1-4. This time, the PO's state should be
580         'received'.
581     [7] Repeat steps #1-4, but this time, choose backordered as
582         the cancellation reason. This time, the PO's state should
583         remain 'on-order'.
584     
585     It should be noted that the patches for this bug do *not*
586     retrospectively mark purchase orders as being received.
587     
588     Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
589
590 64      0       Open-ILS/src/perlmods/live_t/22-acq-po-status.t
591  create mode 100644 Open-ILS/src/perlmods/live_t/22-acq-po-status.t
592
593 commit 697417bfdc5cf83a680de9afa4f6954d5559b8e6
594 Author: Bill Erickson <berickxx@gmail.com>
595 Date:   Wed Apr 12 16:54:25 2017 -0400
596
597     LP#1257915 Repair receive-when-cancel query
598     
599     Repaire the json_query used to determine if a PO is ready to be marked
600     received.
601     
602     A PO is non-receiveable if it has any lineitems that are not in the
603     received/cancelled [sic] state OR any that are canceled with a
604     keep_debits=true cancel reason.
605     
606     Prior to this change, simply having a state of "cancelled" was enough to
607     prevent receiving.
608     
609     * Replace tabs w/ spaces
610     * Remove unnecessary "or return 0" clause which was causing Perl
611       precedence warnings.
612     
613     Signed-off-by: Bill Erickson <berickxx@gmail.com>
614     Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
615     Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
616
617 24      17      Open-ILS/src/perlmods/lib/OpenILS/Application/Acq/Order.pm
618
619 commit cd0634888fa7769017a830e798ccab6d8e6c270d
620 Author: Chris Sharp <csharp@georgialibraries.org>
621 Date:   Fri Apr 7 08:45:06 2017 -0400
622
623     LP#1257915 - Also check whether to mark the PO received when canceling.
624     
625     Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
626     Signed-off-by: Bill Erickson <berickxx@gmail.com>
627     Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
628
629 9       3       Open-ILS/src/perlmods/lib/OpenILS/Application/Acq/Order.pm
630
631 commit 9d0db44c0f32170374d387eb9442f540a2be227b
632 Author: Chris Sharp <csharp@georgialibraries.org>
633 Date:   Wed Apr 5 09:52:50 2017 -0400
634
635     LP#1257915 - Mark POs received when all lineitems are received or canceled.
636     
637     Previously, Evergreen only considered lineitems not in a "received" status
638     when deciding whether to consider a purchase order to be "received".  Now
639     items with cancel reasons that do not keep debits (e.g. not backordered)
640     are considered "done".
641     
642     Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
643     Signed-off-by: Bill Erickson <berickxx@gmail.com>
644     Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
645
646 15      4       Open-ILS/src/perlmods/lib/OpenILS/Application/Acq/Order.pm
647
648 commit 65902f0a6f2f8964dbea69fc9b66a58d4a7c66e9
649 Author: Jillianne Presley <jillianne.presley.1641@mail.linnbenton.edu>
650 Date:   Sun Apr 30 18:45:01 2017 -0700
651
652     Docs: adding release notes regarding blanket orders
653     
654     Signed-off-by: Jane Sandberg <sandbej@linnbenton.edu>
655
656 41      0       docs/acquisitions/blanket.adoc
657 2       0       docs/root.adoc
658  create mode 100644 docs/acquisitions/blanket.adoc
659
660 commit 1e8387c25a05bea529148b4be5c34166d364b161
661 Author: Linda Jansova <skolkova@chello.cz>
662 Date:   Tue Nov 29 08:49:52 2016 -0500
663
664     LP#1628655: Do not show Patron Reviews if Chilifresh is not in use
665     
666     The Patron reviews header used for Chilifresh content displays in the catalog
667     even for Evergreen sites that do not use Chilifresh. This patch hides it if
668     a site is not using Chilifresh.
669     
670     Signed-off-by: Jeff Davis <jdavis@sitka.bclibraries.ca>
671     Signed-off-by: Kathy Lussier <klussier@masslnc.org>
672
673 2       0       Open-ILS/src/templates/opac/parts/record/awards.tt2
674
675 commit 3437c991b154fd8053768d85fa47e475aa1a7012
676 Author: Remington Steed <rjs7@calvin.edu>
677 Date:   Wed Apr 19 10:15:21 2017 -0400
678
679     Docs: Fix docs build warnings
680     
681     This commit fixes the following kinds of warnings given by asciidoc when
682     building the docs HTML:
683     
684       - Incorrect header level
685       - Incorrect list numbering
686       - List numbering interrupted by an image (needs '+' on blank lines)
687       - In one case, a list used '1)' style numbering, which AsciiDoc
688         doesn't recognize. This commit corrects that, even though it caused
689         no errors.
690     
691     These are minor issues, but fixing them is easy and prevents future
692     confusion and errors.
693     
694     Signed-off-by: Remington Steed <rjs7@calvin.edu>
695
696 2       2       docs/cataloging/authorities.adoc
697 38      38      docs/cataloging/copy-buckets_web_client.adoc
698 20      25      docs/circulation/circulation_patron_records.adoc
699
700 commit b9a3040c8d55a5b5e4b0c05686d9f527ced47c6b
701 Author: Bill Erickson <berickxx@gmail.com>
702 Date:   Tue Apr 25 10:29:35 2017 -0400
703
704     LP#1682447 Fix README symlink for server_installation.adoc
705     
706     Otherwise autoreconf fails on missing README file.
707     
708     Signed-off-by: Bill Erickson <berickxx@gmail.com>
709     Signed-off-by: Jeff Godin <jgodin@tadl.org>
710
711 1       1       README
712
713 commit bd2f88058aa58c68468885b19d547e837b627027
714 Author: Remington Steed <rjs7@calvin.edu>
715 Date:   Fri Apr 7 14:15:54 2017 -0400
716
717     Change all docs filenames to .adoc
718     
719     This commit renames all AsciiDoc files to have the ".adoc" extension.
720     Also, this commit updates all "include::" references in the root.adoc
721     file.
722     
723     RATIONALE: Some editing tools, including GitHub, will auto-generate an
724     HTML preview for AsciiDoc files if they have the filename extension
725     ".adoc" or ".asciidoc". The community agreed to this change in 2015 (see
726     http://markmail.org/thread/z2s7xnxavpjzirwx).
727     
728     NOTE: The docs build script will need to change the reference from
729     "root.txt" to "root.adoc".
730     
731     Signed-off-by: Remington Steed <rjs7@calvin.edu>
732     
733     Conflicts:
734         docs/root.adoc
735
736 47      0       docs/QueryParser_Changes.adoc
737 0       47      docs/QueryParser_Changes.txt
738 611     0       docs/RELEASE_NOTES_2_2.adoc
739 0       611     docs/RELEASE_NOTES_2_2.txt
740 72      0       docs/RELEASE_NOTES_2_2_1.adoc
741 0       72      docs/RELEASE_NOTES_2_2_1.txt
742 597     0       docs/RELEASE_NOTES_2_3.adoc
743 0       597     docs/RELEASE_NOTES_2_3.txt
744 557     0       docs/RELEASE_NOTES_2_4.adoc
745 0       557     docs/RELEASE_NOTES_2_4.txt
746 1126    0       docs/RELEASE_NOTES_2_5.adoc
747 0       1126    docs/RELEASE_NOTES_2_5.txt
748 603     0       docs/RELEASE_NOTES_2_6.adoc
749 0       603     docs/RELEASE_NOTES_2_6.txt
750 508     0       docs/RELEASE_NOTES_2_7.adoc
751 0       508     docs/RELEASE_NOTES_2_7.txt
752 872     0       docs/RELEASE_NOTES_2_8.adoc
753 0       872     docs/RELEASE_NOTES_2_8.txt
754 1130    0       docs/RELEASE_NOTES_2_9.adoc
755 0       1130    docs/RELEASE_NOTES_2_9.txt
756 46      0       docs/TechRef/Circ/calculated-proximity-adjustments.adoc
757 0       46      docs/TechRef/Circ/calculated-proximity-adjustments.txt
758 247     0       docs/TechRef/Circ/custom-best-hold-selection.adoc
759 0       247     docs/TechRef/Circ/custom-best-hold-selection.txt
760 93      0       docs/TechRef/Circ/holds-go-home.adoc
761 0       93      docs/TechRef/Circ/holds-go-home.txt
762 124     0       docs/TechRef/Flattener/design.adoc
763 0       124     docs/TechRef/Flattener/design.txt
764 138     0       docs/TechRef/KidsOPAC.adoc
765 0       138     docs/TechRef/KidsOPAC.txt
766 113     0       docs/TechRef/LinkChecker.adoc
767 0       113     docs/TechRef/LinkChecker.txt
768 657     0       docs/TechRef/Telephony/telephony-setup-guide.adoc
769 0       657     docs/TechRef/Telephony/telephony-setup-guide.txt
770 67      0       docs/TechRef/alternate_graphic_fields.adoc
771 0       67      docs/TechRef/alternate_graphic_fields.txt
772 78      0       docs/TechRef/notify_csv.adoc
773 0       78      docs/TechRef/notify_csv.txt
774 101     0       docs/TechRef/popularity-rating.adoc
775 0       101     docs/TechRef/popularity-rating.txt
776 25      0       docs/acquisitions/introduction.adoc
777 0       25      docs/acquisitions/introduction.txt
778 268     0       docs/acquisitions/invoices.adoc
779 0       268     docs/acquisitions/invoices.txt
780 53      0       docs/acquisitions/purchase_requests_management.adoc
781 0       53      docs/acquisitions/purchase_requests_management.txt
782 29      0       docs/acquisitions/purchase_requests_patron_view.adoc
783 0       29      docs/acquisitions/purchase_requests_patron_view.txt
784 73      0       docs/acquisitions/receive_items_from_invoice.adoc
785 0       73      docs/acquisitions/receive_items_from_invoice.txt
786 292     0       docs/acquisitions/selection_lists_po.adoc
787 0       292     docs/acquisitions/selection_lists_po.txt
788 216     0       docs/acquisitions/vandelay_acquisitions_integration.adoc
789 0       216     docs/acquisitions/vandelay_acquisitions_integration.txt
790 60      0       docs/admin/Best_Hold_Selection_Sort_Order.adoc
791 0       60      docs/admin/Best_Hold_Selection_Sort_Order.txt
792 57      0       docs/admin/MARC_Import_Remove_Fields.adoc
793 0       57      docs/admin/MARC_Import_Remove_Fields.txt
794 199     0       docs/admin/MARC_RAD_MVF_CRA.adoc
795 0       199     docs/admin/MARC_RAD_MVF_CRA.txt
796 44      0       docs/admin/Org_Unit_Proximity_Adjustments.adoc
797 0       44      docs/admin/Org_Unit_Proximity_Adjustments.txt
798 127     0       docs/admin/SMS_messaging.adoc
799 0       127     docs/admin/SMS_messaging.txt
800 1014    0       docs/admin/acquisitions_admin.adoc
801 0       1014    docs/admin/acquisitions_admin.txt
802 252     0       docs/admin/actiontriggers.adoc
803 0       252     docs/admin/actiontriggers.txt
804 23      0       docs/admin/age_hold_protection.adoc
805 0       23      docs/admin/age_hold_protection.txt
806 141     0       docs/admin/apache_access_handler.adoc
807 0       141     docs/admin/apache_access_handler.txt
808 148     0       docs/admin/apache_rewrite_tricks.adoc
809 0       148     docs/admin/apache_rewrite_tricks.txt
810 55      0       docs/admin/authentication_proxy.adoc
811 0       55      docs/admin/authentication_proxy.txt
812 151     0       docs/admin/authorities.adoc
813 0       151     docs/admin/authorities.txt
814 32      0       docs/admin/auto_suggest_search.adoc
815 0       32      docs/admin/auto_suggest_search.txt
816 199     0       docs/admin/booking-admin.adoc
817 0       199     docs/admin/booking-admin.txt
818 47      0       docs/admin/circulation_limit_groups.adoc
819 0       47      docs/admin/circulation_limit_groups.txt
820 46      0       docs/admin/cn_prefixes_and_suffixes.adoc
821 0       46      docs/admin/cn_prefixes_and_suffixes.txt
822 87      0       docs/admin/copy_statuses.adoc
823 0       87      docs/admin/copy_statuses.txt
824 60      0       docs/admin/customize_staff_client.adoc
825 0       60      docs/admin/customize_staff_client.txt
826 120     0       docs/admin/floating_groups.adoc
827 0       120     docs/admin/floating_groups.txt
828 53      0       docs/admin/hold_driven_recalls.adoc
829 0       53      docs/admin/hold_driven_recalls.txt
830 138     0       docs/admin/lsa-address_alert.adoc
831 0       138     docs/admin/lsa-address_alert.txt
832 254     0       docs/admin/lsa-barcode_completion.adoc
833 0       254     docs/admin/lsa-barcode_completion.txt
834 25      0       docs/admin/lsa-standing_penalties.adoc
835 0       25      docs/admin/lsa-standing_penalties.txt
836 79      0       docs/admin/lsa-statcat.adoc
837 0       79      docs/admin/lsa-statcat.txt
838 25      0       docs/admin/lsa-work_log.adoc
839 0       25      docs/admin/lsa-work_log.txt
840 169     0       docs/admin/patron_address_by_zip_code.adoc
841 0       169     docs/admin/patron_address_by_zip_code.txt
842 88      0       docs/admin/permissions.adoc
843 0       88      docs/admin/permissions.txt
844 192     0       docs/admin/phonelist.adoc
845 0       192     docs/admin/phonelist.txt
846 49      0       docs/admin/recent_staff_searches.adoc
847 0       49      docs/admin/recent_staff_searches.txt
848 71      0       docs/admin/restrict_Z39.50_sources_by_perm_group.adoc
849 0       71      docs/admin/restrict_Z39.50_sources_by_perm_group.txt
850 671     0       docs/admin/sip_server.adoc
851 0       671     docs/admin/sip_server.txt
852 36      0       docs/admin/staff_client-button_bar_toolbar.adoc
853 0       36      docs/admin/staff_client-button_bar_toolbar.txt
854 29      0       docs/admin/staff_client-column_picker.adoc
855 0       29      docs/admin/staff_client-column_picker.txt
856 23      0       docs/admin/staff_client-double_clicking.adoc
857 0       23      docs/admin/staff_client-double_clicking.txt
858 178     0       docs/admin/staff_client-login.adoc
859 0       178     docs/admin/staff_client-login.txt
860 22      0       docs/admin/staff_client-patron_border.adoc
861 0       22      docs/admin/staff_client-patron_border.txt
862 42      0       docs/admin/staff_client-recent_searches.adoc
863 0       42      docs/admin/staff_client-recent_searches.txt
864 6       0       docs/admin/staff_client-return_to_results_from_marc.adoc
865 0       6       docs/admin/staff_client-return_to_results_from_marc.txt
866 59      0       docs/admin/staff_client-sorting_columns.adoc
867 0       59      docs/admin/staff_client-sorting_columns.txt
868 17      0       docs/admin/staff_client-sticky_settings.adoc
869 0       17      docs/admin/staff_client-sticky_settings.txt
870 6       0       docs/admin/staff_client-tab_buttons.adoc
871 0       6       docs/admin/staff_client-tab_buttons.txt
872 294     0       docs/admin/template_toolkit.adoc
873 0       294     docs/admin/template_toolkit.txt
874 32      0       docs/admin/user_activity_type.adoc
875 0       32      docs/admin/user_activity_type.txt
876 23      0       docs/admin/web_client-browser-tab-shortcuts.adoc
877 0       23      docs/admin/web_client-browser-tab-shortcuts.txt
878 53      0       docs/admin/web_client-login.adoc
879 0       53      docs/admin/web_client-login.txt
880 135     0       docs/admin/workstation_admin.adoc
881 0       135     docs/admin/workstation_admin.txt
882 60      0       docs/admin/workstation_admin_customizable_toolbar.adoc
883 0       60      docs/admin/workstation_admin_customizable_toolbar.txt
884 628     0       docs/admin/workstation_admin_receipt_template_editor.adoc
885 0       628     docs/admin/workstation_admin_receipt_template_editor.txt
886 247     0       docs/admin_initial_setup/borrowing_items.adoc
887 0       247     docs/admin_initial_setup/borrowing_items.txt
888 113     0       docs/admin_initial_setup/describing_your_organization.adoc
889 0       113     docs/admin_initial_setup/describing_your_organization.txt
890 379     0       docs/admin_initial_setup/describing_your_people.adoc
891 0       379     docs/admin_initial_setup/describing_your_people.txt
892 814     0       docs/admin_initial_setup/designing_your_catalog.adoc
893 0       814     docs/admin_initial_setup/designing_your_catalog.txt
894 31      0       docs/admin_initial_setup/hard_due_dates.adoc
895 0       31      docs/admin_initial_setup/hard_due_dates.txt
896 195     0       docs/admin_initial_setup/importing_via_staff_client.adoc
897 0       195     docs/admin_initial_setup/importing_via_staff_client.txt
898 228     0       docs/admin_initial_setup/migrating_patron_data.adoc
899 0       228     docs/admin_initial_setup/migrating_patron_data.txt
900 350     0       docs/admin_initial_setup/migrating_your_data.adoc
901 0       350     docs/admin_initial_setup/migrating_your_data.txt
902 239     0       docs/admin_initial_setup/ordering_materials.adoc
903 0       239     docs/admin_initial_setup/ordering_materials.txt
904 51      0       docs/attributions.adoc
905 0       51      docs/attributions.txt
906 94      0       docs/cataloging/MARC_Editor.adoc
907 0       94      docs/cataloging/MARC_Editor.txt
908 48      0       docs/cataloging/MARC_batch_edit.adoc
909 0       48      docs/cataloging/MARC_batch_edit.txt
910 134     0       docs/cataloging/authorities.adoc
911 0       134     docs/cataloging/authorities.txt
912 405     0       docs/cataloging/batch_importing_MARC.adoc
913 0       405     docs/cataloging/batch_importing_MARC.txt
914 158     0       docs/cataloging/cataloging_electronic_resources.adoc
915 0       158     docs/cataloging/cataloging_electronic_resources.txt
916 29      0       docs/cataloging/cataloging_web_client.adoc
917 0       29      docs/cataloging/cataloging_web_client.txt
918 95      0       docs/cataloging/conjoined_items.adoc
919 0       95      docs/cataloging/conjoined_items.txt
920 298     0       docs/cataloging/copy-buckets_web_client.adoc
921 0       298     docs/cataloging/copy-buckets_web_client.txt
922 84      0       docs/cataloging/link_checker.adoc
923 0       84      docs/cataloging/link_checker.txt
924 76      0       docs/cataloging/monograph_parts.adoc
925 0       76      docs/cataloging/monograph_parts.txt
926 55      0       docs/cataloging/overlay_record_3950_import.adoc
927 0       55      docs/cataloging/overlay_record_3950_import.txt
928 86      0       docs/cataloging/physical_char_wizard.adoc
929 0       86      docs/cataloging/physical_char_wizard.txt
930 17      0       docs/cataloging/tpac_copy_edit_links.adoc
931 0       17      docs/cataloging/tpac_copy_edit_links.txt
932 102     0       docs/cataloging/z39.50_search_enhancements.adoc
933 0       102     docs/cataloging/z39.50_search_enhancements.txt
934 138     0       docs/circ_limits.adoc
935 0       138     docs/circ_limits.txt
936 272     0       docs/circulation/booking.adoc
937 0       272     docs/circulation/booking.txt
938 563     0       docs/circulation/circulating_items.adoc
939 0       563     docs/circulation/circulating_items.txt
940 397     0       docs/circulation/circulating_items_web_client.adoc
941 0       397     docs/circulation/circulating_items_web_client.txt
942 1073    0       docs/circulation/circulation_patron_records.adoc
943 0       1073    docs/circulation/circulation_patron_records.txt
944 492     0       docs/circulation/circulation_patron_records_web_client.adoc
945 0       492     docs/circulation/circulation_patron_records_web_client.txt
946 492     0       docs/circulation/holds.adoc
947 0       492     docs/circulation/holds.txt
948 265     0       docs/circulation/offline_mode.adoc
949 0       265     docs/circulation/offline_mode.txt
950 73      0       docs/circulation/rfid_product_integration.adoc
951 0       73      docs/circulation/rfid_product_integration.txt
952 137     0       docs/circulation/self_check.adoc
953 0       137     docs/circulation/self_check.txt
954 72      0       docs/circulation/triggered_events.adoc
955 0       72      docs/circulation/triggered_events.txt
956 246     0       docs/development/data_supercat.adoc
957 0       246     docs/development/data_supercat.txt
958 67      0       docs/development/data_unapi.adoc
959 0       67      docs/development/data_unapi.txt
960 1359    0       docs/development/intro_opensrf.adoc
961 0       1359    docs/development/intro_opensrf.txt
962 39      0       docs/development/pgtap.adoc
963 0       39      docs/development/pgtap.txt
964 179     0       docs/development/support_scripts.adoc
965 0       179     docs/development/support_scripts.txt
966 54      0       docs/development/updating_translations_launchpad.adoc
967 0       54      docs/development/updating_translations_launchpad.txt
968 212     0       docs/installation/edi_setup.adoc
969 0       212     docs/installation/edi_setup.txt
970 742     0       docs/installation/server_installation.adoc
971 0       742     docs/installation/server_installation.txt
972 321     0       docs/installation/server_upgrade.adoc
973 0       321     docs/installation/server_upgrade.txt
974 161     0       docs/installation/staff_client_installation.adoc
975 0       161     docs/installation/staff_client_installation.txt
976 32      0       docs/installation/system_requirements.adoc
977 0       32      docs/installation/system_requirements.txt
978 12      0       docs/licensing.adoc
979 0       12      docs/licensing.txt
980 98      0       docs/opac/advanced_features.adoc
981 0       98      docs/opac/advanced_features.txt
982 31      0       docs/opac/catalog_browse.adoc
983 0       31      docs/opac/catalog_browse.txt
984 197     0       docs/opac/kids_opac.adoc
985 0       197     docs/opac/kids_opac.txt
986 44      0       docs/opac/linked_libraries.adoc
987 0       44      docs/opac/linked_libraries.txt
988 78      0       docs/opac/my_lists.adoc
989 0       78      docs/opac/my_lists.txt
990 106     0       docs/opac/new_skin_customizations.adoc
991 0       106     docs/opac/new_skin_customizations.txt
992 32      0       docs/opac/opensearch.adoc
993 0       32      docs/opac/opensearch.txt
994 95      0       docs/opac/search_form.adoc
995 0       95      docs/opac/search_form.txt
996 68      0       docs/opac/tpac_meta_record_holds.adoc
997 0       68      docs/opac/tpac_meta_record_holds.txt
998 655     0       docs/opac/using_the_public_access_catalog.adoc
999 0       655     docs/opac/using_the_public_access_catalog.txt
1000 263     0       docs/reports/reporter_add_data_source.adoc
1001 0       263     docs/reports/reporter_add_data_source.txt
1002 42      0       docs/reports/reporter_cloning_shared_templates.adoc
1003 0       42      docs/reports/reporter_cloning_shared_templates.txt
1004 291     0       docs/reports/reporter_create_templates.adoc
1005 0       291     docs/reports/reporter_create_templates.txt
1006 64      0       docs/reports/reporter_daemon.adoc
1007 0       64      docs/reports/reporter_daemon.txt
1008 56      0       docs/reports/reporter_export_usingpgAdmin.adoc
1009 0       56      docs/reports/reporter_export_usingpgAdmin.txt
1010 76      0       docs/reports/reporter_folder.adoc
1011 0       76      docs/reports/reporter_folder.txt
1012 109     0       docs/reports/reporter_generating_reports.adoc
1013 0       109     docs/reports/reporter_generating_reports.txt
1014 42      0       docs/reports/reporter_running_recurring_reports.adoc
1015 0       42      docs/reports/reporter_running_recurring_reports.txt
1016 32      0       docs/reports/reporter_template_enhancements.adoc
1017 0       32      docs/reports/reporter_template_enhancements.txt
1018 106     0       docs/reports/reporter_template_terminology.adoc
1019 0       106     docs/reports/reporter_template_terminology.txt
1020 41      0       docs/reports/reporter_view_output.adoc
1021 0       41      docs/reports/reporter_view_output.txt
1022 662     0       docs/root.adoc
1023 0       662     docs/root.txt
1024 37      0       docs/serials/A-intro.adoc
1025 0       37      docs/serials/A-intro.txt
1026 41      0       docs/serials/B-copy_template.adoc
1027 0       41      docs/serials/B-copy_template.txt
1028 218     0       docs/serials/C-subscription-SCV.adoc
1029 0       218     docs/serials/C-subscription-SCV.txt
1030 216     0       docs/serials/D-subscription-ASCV.adoc
1031 0       216     docs/serials/D-subscription-ASCV.txt
1032 19      0       docs/serials/E-edit_subscriptions.adoc
1033 0       19      docs/serials/E-edit_subscriptions.txt
1034 102     0       docs/serials/F-Receiving.adoc
1035 0       102     docs/serials/F-Receiving.txt
1036 9       0       docs/serials/G-Special_issue.adoc
1037 0       9       docs/serials/G-Special_issue.txt
1038 51      0       docs/serials/Group_Serials_Issues_in_the_OPAC_2.2.adoc
1039 0       51      docs/serials/Group_Serials_Issues_in_the_OPAC_2.2.txt
1040 35      0       docs/serials/H-holdings_statements.adoc
1041 0       35      docs/serials/H-holdings_statements.txt
1042  create mode 100644 docs/QueryParser_Changes.adoc
1043  delete mode 100644 docs/QueryParser_Changes.txt
1044  create mode 100644 docs/RELEASE_NOTES_2_2.adoc
1045  delete mode 100644 docs/RELEASE_NOTES_2_2.txt
1046  create mode 100644 docs/RELEASE_NOTES_2_2_1.adoc
1047  delete mode 100644 docs/RELEASE_NOTES_2_2_1.txt
1048  create mode 100644 docs/RELEASE_NOTES_2_3.adoc
1049  delete mode 100644 docs/RELEASE_NOTES_2_3.txt
1050  create mode 100644 docs/RELEASE_NOTES_2_4.adoc
1051  delete mode 100644 docs/RELEASE_NOTES_2_4.txt
1052  create mode 100644 docs/RELEASE_NOTES_2_5.adoc
1053  delete mode 100644 docs/RELEASE_NOTES_2_5.txt
1054  create mode 100644 docs/RELEASE_NOTES_2_6.adoc
1055  delete mode 100644 docs/RELEASE_NOTES_2_6.txt
1056  create mode 100644 docs/RELEASE_NOTES_2_7.adoc
1057  delete mode 100644 docs/RELEASE_NOTES_2_7.txt
1058  create mode 100644 docs/RELEASE_NOTES_2_8.adoc
1059  delete mode 100644 docs/RELEASE_NOTES_2_8.txt
1060  create mode 100644 docs/RELEASE_NOTES_2_9.adoc
1061  delete mode 100644 docs/RELEASE_NOTES_2_9.txt
1062  create mode 100644 docs/TechRef/Circ/calculated-proximity-adjustments.adoc
1063  delete mode 100644 docs/TechRef/Circ/calculated-proximity-adjustments.txt
1064  create mode 100644 docs/TechRef/Circ/custom-best-hold-selection.adoc
1065  delete mode 100644 docs/TechRef/Circ/custom-best-hold-selection.txt
1066  create mode 100644 docs/TechRef/Circ/holds-go-home.adoc
1067  delete mode 100644 docs/TechRef/Circ/holds-go-home.txt
1068  create mode 100644 docs/TechRef/Flattener/design.adoc
1069  delete mode 100644 docs/TechRef/Flattener/design.txt
1070  create mode 100644 docs/TechRef/KidsOPAC.adoc
1071  delete mode 100644 docs/TechRef/KidsOPAC.txt
1072  create mode 100644 docs/TechRef/LinkChecker.adoc
1073  delete mode 100644 docs/TechRef/LinkChecker.txt
1074  create mode 100644 docs/TechRef/Telephony/telephony-setup-guide.adoc
1075  delete mode 100644 docs/TechRef/Telephony/telephony-setup-guide.txt
1076  create mode 100644 docs/TechRef/alternate_graphic_fields.adoc
1077  delete mode 100644 docs/TechRef/alternate_graphic_fields.txt
1078  create mode 100644 docs/TechRef/notify_csv.adoc
1079  delete mode 100644 docs/TechRef/notify_csv.txt
1080  create mode 100644 docs/TechRef/popularity-rating.adoc
1081  delete mode 100644 docs/TechRef/popularity-rating.txt
1082  create mode 100644 docs/acquisitions/introduction.adoc
1083  delete mode 100644 docs/acquisitions/introduction.txt
1084  create mode 100644 docs/acquisitions/invoices.adoc
1085  delete mode 100644 docs/acquisitions/invoices.txt
1086  create mode 100644 docs/acquisitions/purchase_requests_management.adoc
1087  delete mode 100644 docs/acquisitions/purchase_requests_management.txt
1088  create mode 100644 docs/acquisitions/purchase_requests_patron_view.adoc
1089  delete mode 100644 docs/acquisitions/purchase_requests_patron_view.txt
1090  create mode 100644 docs/acquisitions/receive_items_from_invoice.adoc
1091  delete mode 100644 docs/acquisitions/receive_items_from_invoice.txt
1092  create mode 100644 docs/acquisitions/selection_lists_po.adoc
1093  delete mode 100644 docs/acquisitions/selection_lists_po.txt
1094  create mode 100644 docs/acquisitions/vandelay_acquisitions_integration.adoc
1095  delete mode 100644 docs/acquisitions/vandelay_acquisitions_integration.txt
1096  create mode 100644 docs/admin/Best_Hold_Selection_Sort_Order.adoc
1097  delete mode 100644 docs/admin/Best_Hold_Selection_Sort_Order.txt
1098  create mode 100644 docs/admin/MARC_Import_Remove_Fields.adoc
1099  delete mode 100644 docs/admin/MARC_Import_Remove_Fields.txt
1100  create mode 100644 docs/admin/MARC_RAD_MVF_CRA.adoc
1101  delete mode 100644 docs/admin/MARC_RAD_MVF_CRA.txt
1102  create mode 100644 docs/admin/Org_Unit_Proximity_Adjustments.adoc
1103  delete mode 100644 docs/admin/Org_Unit_Proximity_Adjustments.txt
1104  create mode 100644 docs/admin/SMS_messaging.adoc
1105  delete mode 100644 docs/admin/SMS_messaging.txt
1106  create mode 100644 docs/admin/acquisitions_admin.adoc
1107  delete mode 100644 docs/admin/acquisitions_admin.txt
1108  create mode 100644 docs/admin/actiontriggers.adoc
1109  delete mode 100644 docs/admin/actiontriggers.txt
1110  create mode 100644 docs/admin/age_hold_protection.adoc
1111  delete mode 100644 docs/admin/age_hold_protection.txt
1112  create mode 100644 docs/admin/apache_access_handler.adoc
1113  delete mode 100644 docs/admin/apache_access_handler.txt
1114  create mode 100644 docs/admin/apache_rewrite_tricks.adoc
1115  delete mode 100644 docs/admin/apache_rewrite_tricks.txt
1116  create mode 100644 docs/admin/authentication_proxy.adoc
1117  delete mode 100644 docs/admin/authentication_proxy.txt
1118  create mode 100644 docs/admin/authorities.adoc
1119  delete mode 100644 docs/admin/authorities.txt
1120  create mode 100644 docs/admin/auto_suggest_search.adoc
1121  delete mode 100644 docs/admin/auto_suggest_search.txt
1122  create mode 100644 docs/admin/booking-admin.adoc
1123  delete mode 100644 docs/admin/booking-admin.txt
1124  create mode 100644 docs/admin/circulation_limit_groups.adoc
1125  delete mode 100644 docs/admin/circulation_limit_groups.txt
1126  create mode 100644 docs/admin/cn_prefixes_and_suffixes.adoc
1127  delete mode 100644 docs/admin/cn_prefixes_and_suffixes.txt
1128  create mode 100644 docs/admin/copy_statuses.adoc
1129  delete mode 100644 docs/admin/copy_statuses.txt
1130  create mode 100644 docs/admin/customize_staff_client.adoc
1131  delete mode 100644 docs/admin/customize_staff_client.txt
1132  create mode 100644 docs/admin/floating_groups.adoc
1133  delete mode 100644 docs/admin/floating_groups.txt
1134  create mode 100644 docs/admin/hold_driven_recalls.adoc
1135  delete mode 100644 docs/admin/hold_driven_recalls.txt
1136  create mode 100644 docs/admin/lsa-address_alert.adoc
1137  delete mode 100644 docs/admin/lsa-address_alert.txt
1138  create mode 100644 docs/admin/lsa-barcode_completion.adoc
1139  delete mode 100644 docs/admin/lsa-barcode_completion.txt
1140  create mode 100644 docs/admin/lsa-standing_penalties.adoc
1141  delete mode 100644 docs/admin/lsa-standing_penalties.txt
1142  create mode 100644 docs/admin/lsa-statcat.adoc
1143  delete mode 100644 docs/admin/lsa-statcat.txt
1144  create mode 100644 docs/admin/lsa-work_log.adoc
1145  delete mode 100644 docs/admin/lsa-work_log.txt
1146  create mode 100644 docs/admin/patron_address_by_zip_code.adoc
1147  delete mode 100644 docs/admin/patron_address_by_zip_code.txt
1148  create mode 100644 docs/admin/permissions.adoc
1149  delete mode 100644 docs/admin/permissions.txt
1150  create mode 100644 docs/admin/phonelist.adoc
1151  delete mode 100644 docs/admin/phonelist.txt
1152  create mode 100644 docs/admin/recent_staff_searches.adoc
1153  delete mode 100644 docs/admin/recent_staff_searches.txt
1154  create mode 100644 docs/admin/restrict_Z39.50_sources_by_perm_group.adoc
1155  delete mode 100644 docs/admin/restrict_Z39.50_sources_by_perm_group.txt
1156  create mode 100644 docs/admin/sip_server.adoc
1157  delete mode 100644 docs/admin/sip_server.txt
1158  create mode 100644 docs/admin/staff_client-button_bar_toolbar.adoc
1159  delete mode 100644 docs/admin/staff_client-button_bar_toolbar.txt
1160  create mode 100644 docs/admin/staff_client-column_picker.adoc
1161  delete mode 100644 docs/admin/staff_client-column_picker.txt
1162  create mode 100644 docs/admin/staff_client-double_clicking.adoc
1163  delete mode 100644 docs/admin/staff_client-double_clicking.txt
1164  create mode 100644 docs/admin/staff_client-login.adoc
1165  delete mode 100644 docs/admin/staff_client-login.txt
1166  create mode 100644 docs/admin/staff_client-patron_border.adoc
1167  delete mode 100644 docs/admin/staff_client-patron_border.txt
1168  create mode 100644 docs/admin/staff_client-recent_searches.adoc
1169  delete mode 100644 docs/admin/staff_client-recent_searches.txt
1170  create mode 100644 docs/admin/staff_client-return_to_results_from_marc.adoc
1171  delete mode 100644 docs/admin/staff_client-return_to_results_from_marc.txt
1172  create mode 100644 docs/admin/staff_client-sorting_columns.adoc
1173  delete mode 100644 docs/admin/staff_client-sorting_columns.txt
1174  create mode 100644 docs/admin/staff_client-sticky_settings.adoc
1175  delete mode 100644 docs/admin/staff_client-sticky_settings.txt
1176  create mode 100644 docs/admin/staff_client-tab_buttons.adoc
1177  delete mode 100644 docs/admin/staff_client-tab_buttons.txt
1178  create mode 100644 docs/admin/template_toolkit.adoc
1179  delete mode 100644 docs/admin/template_toolkit.txt
1180  create mode 100644 docs/admin/user_activity_type.adoc
1181  delete mode 100644 docs/admin/user_activity_type.txt
1182  create mode 100644 docs/admin/web_client-browser-tab-shortcuts.adoc
1183  delete mode 100644 docs/admin/web_client-browser-tab-shortcuts.txt
1184  create mode 100644 docs/admin/web_client-login.adoc
1185  delete mode 100644 docs/admin/web_client-login.txt
1186  create mode 100644 docs/admin/workstation_admin.adoc
1187  delete mode 100644 docs/admin/workstation_admin.txt
1188  create mode 100644 docs/admin/workstation_admin_customizable_toolbar.adoc
1189  delete mode 100644 docs/admin/workstation_admin_customizable_toolbar.txt
1190  create mode 100644 docs/admin/workstation_admin_receipt_template_editor.adoc
1191  delete mode 100644 docs/admin/workstation_admin_receipt_template_editor.txt
1192  create mode 100644 docs/admin_initial_setup/borrowing_items.adoc
1193  delete mode 100644 docs/admin_initial_setup/borrowing_items.txt
1194  create mode 100644 docs/admin_initial_setup/describing_your_organization.adoc
1195  delete mode 100644 docs/admin_initial_setup/describing_your_organization.txt
1196  create mode 100644 docs/admin_initial_setup/describing_your_people.adoc
1197  delete mode 100644 docs/admin_initial_setup/describing_your_people.txt
1198  create mode 100644 docs/admin_initial_setup/designing_your_catalog.adoc
1199  delete mode 100644 docs/admin_initial_setup/designing_your_catalog.txt
1200  create mode 100644 docs/admin_initial_setup/hard_due_dates.adoc
1201  delete mode 100644 docs/admin_initial_setup/hard_due_dates.txt
1202  create mode 100644 docs/admin_initial_setup/importing_via_staff_client.adoc
1203  delete mode 100644 docs/admin_initial_setup/importing_via_staff_client.txt
1204  create mode 100644 docs/admin_initial_setup/migrating_patron_data.adoc
1205  delete mode 100644 docs/admin_initial_setup/migrating_patron_data.txt
1206  create mode 100644 docs/admin_initial_setup/migrating_your_data.adoc
1207  delete mode 100644 docs/admin_initial_setup/migrating_your_data.txt
1208  create mode 100644 docs/admin_initial_setup/ordering_materials.adoc
1209  delete mode 100644 docs/admin_initial_setup/ordering_materials.txt
1210  create mode 100644 docs/attributions.adoc
1211  delete mode 100644 docs/attributions.txt
1212  create mode 100644 docs/cataloging/MARC_Editor.adoc
1213  delete mode 100644 docs/cataloging/MARC_Editor.txt
1214  create mode 100644 docs/cataloging/MARC_batch_edit.adoc
1215  delete mode 100644 docs/cataloging/MARC_batch_edit.txt
1216  create mode 100644 docs/cataloging/authorities.adoc
1217  delete mode 100644 docs/cataloging/authorities.txt
1218  create mode 100644 docs/cataloging/batch_importing_MARC.adoc
1219  delete mode 100644 docs/cataloging/batch_importing_MARC.txt
1220  create mode 100644 docs/cataloging/cataloging_electronic_resources.adoc
1221  delete mode 100644 docs/cataloging/cataloging_electronic_resources.txt
1222  create mode 100644 docs/cataloging/cataloging_web_client.adoc
1223  delete mode 100644 docs/cataloging/cataloging_web_client.txt
1224  create mode 100644 docs/cataloging/conjoined_items.adoc
1225  delete mode 100644 docs/cataloging/conjoined_items.txt
1226  create mode 100755 docs/cataloging/copy-buckets_web_client.adoc
1227  delete mode 100755 docs/cataloging/copy-buckets_web_client.txt
1228  create mode 100644 docs/cataloging/link_checker.adoc
1229  delete mode 100644 docs/cataloging/link_checker.txt
1230  create mode 100644 docs/cataloging/monograph_parts.adoc
1231  delete mode 100644 docs/cataloging/monograph_parts.txt
1232  create mode 100644 docs/cataloging/overlay_record_3950_import.adoc
1233  delete mode 100644 docs/cataloging/overlay_record_3950_import.txt
1234  create mode 100644 docs/cataloging/physical_char_wizard.adoc
1235  delete mode 100644 docs/cataloging/physical_char_wizard.txt
1236  create mode 100644 docs/cataloging/tpac_copy_edit_links.adoc
1237  delete mode 100644 docs/cataloging/tpac_copy_edit_links.txt
1238  create mode 100644 docs/cataloging/z39.50_search_enhancements.adoc
1239  delete mode 100644 docs/cataloging/z39.50_search_enhancements.txt
1240  create mode 100644 docs/circ_limits.adoc
1241  delete mode 100644 docs/circ_limits.txt
1242  create mode 100644 docs/circulation/booking.adoc
1243  delete mode 100644 docs/circulation/booking.txt
1244  create mode 100644 docs/circulation/circulating_items.adoc
1245  delete mode 100644 docs/circulation/circulating_items.txt
1246  create mode 100644 docs/circulation/circulating_items_web_client.adoc
1247  delete mode 100644 docs/circulation/circulating_items_web_client.txt
1248  create mode 100644 docs/circulation/circulation_patron_records.adoc
1249  delete mode 100644 docs/circulation/circulation_patron_records.txt
1250  create mode 100644 docs/circulation/circulation_patron_records_web_client.adoc
1251  delete mode 100644 docs/circulation/circulation_patron_records_web_client.txt
1252  create mode 100644 docs/circulation/holds.adoc
1253  delete mode 100644 docs/circulation/holds.txt
1254  create mode 100644 docs/circulation/offline_mode.adoc
1255  delete mode 100644 docs/circulation/offline_mode.txt
1256  create mode 100644 docs/circulation/rfid_product_integration.adoc
1257  delete mode 100644 docs/circulation/rfid_product_integration.txt
1258  create mode 100644 docs/circulation/self_check.adoc
1259  delete mode 100644 docs/circulation/self_check.txt
1260  create mode 100644 docs/circulation/triggered_events.adoc
1261  delete mode 100644 docs/circulation/triggered_events.txt
1262  create mode 100644 docs/development/data_supercat.adoc
1263  delete mode 100644 docs/development/data_supercat.txt
1264  create mode 100644 docs/development/data_unapi.adoc
1265  delete mode 100644 docs/development/data_unapi.txt
1266  create mode 100644 docs/development/intro_opensrf.adoc
1267  delete mode 100644 docs/development/intro_opensrf.txt
1268  create mode 100644 docs/development/pgtap.adoc
1269  delete mode 100644 docs/development/pgtap.txt
1270  create mode 100644 docs/development/support_scripts.adoc
1271  delete mode 100644 docs/development/support_scripts.txt
1272  create mode 100644 docs/development/updating_translations_launchpad.adoc
1273  delete mode 100644 docs/development/updating_translations_launchpad.txt
1274  create mode 100644 docs/installation/edi_setup.adoc
1275  delete mode 100644 docs/installation/edi_setup.txt
1276  create mode 100644 docs/installation/server_installation.adoc
1277  delete mode 100644 docs/installation/server_installation.txt
1278  create mode 100644 docs/installation/server_upgrade.adoc
1279  delete mode 100644 docs/installation/server_upgrade.txt
1280  create mode 100644 docs/installation/staff_client_installation.adoc
1281  delete mode 100644 docs/installation/staff_client_installation.txt
1282  create mode 100644 docs/installation/system_requirements.adoc
1283  delete mode 100644 docs/installation/system_requirements.txt
1284  create mode 100644 docs/licensing.adoc
1285  delete mode 100644 docs/licensing.txt
1286  create mode 100644 docs/opac/advanced_features.adoc
1287  delete mode 100644 docs/opac/advanced_features.txt
1288  create mode 100644 docs/opac/catalog_browse.adoc
1289  delete mode 100644 docs/opac/catalog_browse.txt
1290  create mode 100644 docs/opac/kids_opac.adoc
1291  delete mode 100644 docs/opac/kids_opac.txt
1292  create mode 100644 docs/opac/linked_libraries.adoc
1293  delete mode 100644 docs/opac/linked_libraries.txt
1294  create mode 100644 docs/opac/my_lists.adoc
1295  delete mode 100644 docs/opac/my_lists.txt
1296  create mode 100644 docs/opac/new_skin_customizations.adoc
1297  delete mode 100644 docs/opac/new_skin_customizations.txt
1298  create mode 100644 docs/opac/opensearch.adoc
1299  delete mode 100644 docs/opac/opensearch.txt
1300  create mode 100644 docs/opac/search_form.adoc
1301  delete mode 100644 docs/opac/search_form.txt
1302  create mode 100644 docs/opac/tpac_meta_record_holds.adoc
1303  delete mode 100644 docs/opac/tpac_meta_record_holds.txt
1304  create mode 100644 docs/opac/using_the_public_access_catalog.adoc
1305  delete mode 100644 docs/opac/using_the_public_access_catalog.txt
1306  create mode 100644 docs/reports/reporter_add_data_source.adoc
1307  delete mode 100644 docs/reports/reporter_add_data_source.txt
1308  create mode 100644 docs/reports/reporter_cloning_shared_templates.adoc
1309  delete mode 100644 docs/reports/reporter_cloning_shared_templates.txt
1310  create mode 100644 docs/reports/reporter_create_templates.adoc
1311  delete mode 100644 docs/reports/reporter_create_templates.txt
1312  create mode 100644 docs/reports/reporter_daemon.adoc
1313  delete mode 100644 docs/reports/reporter_daemon.txt
1314  create mode 100644 docs/reports/reporter_export_usingpgAdmin.adoc
1315  delete mode 100644 docs/reports/reporter_export_usingpgAdmin.txt
1316  create mode 100644 docs/reports/reporter_folder.adoc
1317  delete mode 100644 docs/reports/reporter_folder.txt
1318  create mode 100644 docs/reports/reporter_generating_reports.adoc
1319  delete mode 100644 docs/reports/reporter_generating_reports.txt
1320  create mode 100644 docs/reports/reporter_running_recurring_reports.adoc
1321  delete mode 100644 docs/reports/reporter_running_recurring_reports.txt
1322  create mode 100644 docs/reports/reporter_template_enhancements.adoc
1323  delete mode 100644 docs/reports/reporter_template_enhancements.txt
1324  create mode 100644 docs/reports/reporter_template_terminology.adoc
1325  delete mode 100644 docs/reports/reporter_template_terminology.txt
1326  create mode 100644 docs/reports/reporter_view_output.adoc
1327  delete mode 100644 docs/reports/reporter_view_output.txt
1328  create mode 100644 docs/root.adoc
1329  delete mode 100644 docs/root.txt
1330  create mode 100644 docs/serials/A-intro.adoc
1331  delete mode 100644 docs/serials/A-intro.txt
1332  create mode 100644 docs/serials/B-copy_template.adoc
1333  delete mode 100644 docs/serials/B-copy_template.txt
1334  create mode 100644 docs/serials/C-subscription-SCV.adoc
1335  delete mode 100644 docs/serials/C-subscription-SCV.txt
1336  create mode 100644 docs/serials/D-subscription-ASCV.adoc
1337  delete mode 100644 docs/serials/D-subscription-ASCV.txt
1338  create mode 100644 docs/serials/E-edit_subscriptions.adoc
1339  delete mode 100644 docs/serials/E-edit_subscriptions.txt
1340  create mode 100644 docs/serials/F-Receiving.adoc
1341  delete mode 100644 docs/serials/F-Receiving.txt
1342  create mode 100644 docs/serials/G-Special_issue.adoc
1343  delete mode 100644 docs/serials/G-Special_issue.txt
1344  create mode 100644 docs/serials/Group_Serials_Issues_in_the_OPAC_2.2.adoc
1345  delete mode 100644 docs/serials/Group_Serials_Issues_in_the_OPAC_2.2.txt
1346  create mode 100644 docs/serials/H-holdings_statements.adoc
1347  delete mode 100644 docs/serials/H-holdings_statements.txt
1348
1349 commit eb52391c01532f7f3a714ed258a751bd73b3bad1
1350 Author: Dan Wells <dbw2@calvin.edu>
1351 Date:   Wed Apr 19 17:37:56 2017 -0400
1352
1353     Forward-port 2.11.4 upgrade script
1354     
1355     Signed-off-by: Dan Wells <dbw2@calvin.edu>
1356
1357 46      0       Open-ILS/src/sql/Pg/version-upgrade/2.11.3-2.11.4-upgrade-db.sql
1358  create mode 100644 Open-ILS/src/sql/Pg/version-upgrade/2.11.3-2.11.4-upgrade-db.sql