]> git.evergreen-ils.org Git - Evergreen.git/blob - ChangeLog
Add missing 2.11.1 Upgrade Script
[Evergreen.git] / ChangeLog
1 commit 50ef8149c901014b93dd99f95b6746e392fad49e
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 e583a25b6ba8e2f48fde56c6af09007195f7f71b
12 Author: Galen Charlton <gmc@equinoxinitiative.org>
13 Date:   Wed Jan 25 16:12:36 2017 -0500
14
15     2.10.8-2.10.9 schema upgrade script
16     
17     Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
18
19 5       0       Open-ILS/src/sql/Pg/version-upgrade/2.10.8-2.10.9-upgrade-db.sql
20  create mode 100644 Open-ILS/src/sql/Pg/version-upgrade/2.10.8-2.10.9-upgrade-db.sql
21
22 commit d23f3818b256f95041a4361d4b61ad7ab5b691c0
23 Author: Kathy Lussier <klussier@masslnc.org>
24 Date:   Thu Dec 22 14:20:33 2016 -0500
25
26     Docs: Adding release notes for 2.10.9 point release
27     
28     Signed-off-by: Kathy Lussier <klussier@masslnc.org>
29
30 28      0       docs/RELEASE_NOTES_2_10.adoc
31
32 commit efca05c66aa1e9c7db990aa47a842bc73b6b94a0
33 Author: Kathy Lussier <klussier@masslnc.org>
34 Date:   Thu Dec 22 14:20:33 2016 -0500
35
36     Docs: Adding release notes for 2.11.2 point release
37     
38     Signed-off-by: Kathy Lussier <klussier@masslnc.org>
39
40 46      1       docs/RELEASE_NOTES_2_11.adoc
41
42 commit 03d24c911d930aa6de25e284664b1f4892aaff08
43 Author: Mike Rylander <mrylander@gmail.com>
44 Date:   Wed Jan 25 12:33:24 2017 -0500
45
46     LP#1657885: Inform Vandelay of new chunking/bundling logic, part deux
47     
48     Here we conditionally use the old "max_chunk_count" method provided by OpenSRF
49     when Evergreen is running atop a version that doesn't know about the bundling
50     rename.
51     
52     Signed-off-by: Mike Rylander <mrylander@gmail.com>
53     Signed-off-by: Kathy Lussier <klussier@masslnc.org>
54
55 4       6       Open-ILS/src/perlmods/lib/OpenILS/Application/Vandelay.pm
56
57 commit 0bcfb31f391ff420b4f242474b87726f864a19e4
58 Author: Mike Rylander <mrylander@gmail.com>
59 Date:   Wed Jan 25 10:56:23 2017 -0500
60
61     LP#1657885: Inform Vandelay of new chunking/bundling logic
62     
63     There is a naive attempt to force immediate streaming of results in Vandelay
64     for certain processes, but it both only helps a little, and breaks under the
65     new OpenSRF bundling/chunking logic.  So, we'll drop it where it's not
66     directly configurable, and test for the appropriate features where we can.
67     
68     Signed-off-by: Mike Rylander <mrylander@gmail.com>
69     Signed-off-by: Kathy Lussier <klussier@masslnc.org>
70
71 13      7       Open-ILS/src/perlmods/lib/OpenILS/Application/Vandelay.pm
72
73 commit bce74e812685b137fc0ffa5ebdceb2a057249871
74 Author: Mike Rylander <mrylander@gmail.com>
75 Date:   Thu Jan 19 15:54:53 2017 -0500
76
77     LP#1657885: Account for new bundling/chunking logic in OpenSRF 2.5+
78     
79     When chunking was renamed bundling and actually chunking added in OpenSRF 2.5,
80     the few places in Evergreen that tried to make use of the old mechanism
81     directly now break. The most obvious breakage is in the alternate printable
82     hold pull list, which we fix here.  Evidence of other broken code should
83     be fixed as needed, though spots to look our for are z39.50 results and
84     Vandelay processing.
85     
86     To test:
87     
88      1) In Evergreen 2.11 running on top of OpenSRF 2.5+, attempt to use the
89         alt pull list printing interface at a location with many holds on their
90         pull list.  The progress bar will spin forever.
91      2) After applying this patch, do the same.  The interface should work
92         quickly.
93     
94     Signed-off-by: Mike Rylander <mrylander@gmail.com>
95     Signed-off-by: Kathy Lussier <klussier@masslnc.org>
96
97 4       4       Open-ILS/src/perlmods/lib/OpenILS/Application/Circ/Holds.pm
98
99 commit ad80f096534d525e08e55408992c33b0ed563bde
100 Author: Mike Rylander <mrylander@gmail.com>
101 Date:   Wed Jan 18 14:38:00 2017 -0500
102
103     LP#1657237: Rewrite the hold target cache
104     
105     We fixed the trigger that caused the problem in bug 167237, but now we need
106     to rewrite reporter.hold_request_record because T-holds are probably all
107     wrong.  No data was lost, we're just addressing the contents of a materialized
108     view.
109     
110     Signed-off-by: Mike Rylander <mrylander@gmail.com>
111     Signed-off-by: Jason Boyer <jboyer@library.in.gov>
112
113 26      0       Open-ILS/src/sql/Pg/upgrade/1004.function.hold-move-trigger-bug.sql
114
115 commit 6815904700aebaa1dd5a1011bbc35754ee0a6e24
116 Author: Michele Morgan <mmorgan@noblenet.org>
117 Date:   Tue Jan 24 09:17:58 2017 -0500
118
119     LP#1659006: Treat the Cost field like the other money fields in the copy editor,
120     reverting to null if blanked.
121     
122     Signed-off-by: Kathy Lussier <klussier@masslnc.org>
123
124 1       1       Open-ILS/xul/staff_client/server/cat/copy_editor.js
125
126 commit 0117ed68446e1308905405ab6514cdd5cd89cab6
127 Author: Jeanette Lundgren <jlundgren@cwmars.org>
128 Date:   Wed Jan 18 14:22:58 2017 -0500
129
130     LP#1494362 Docs: oversized screenshot
131     
132     Signed-off-by: Jeanette Lundgren <jlundgren@cwmars.org>
133     Signed-off-by: Remington Steed <rjs7@calvin.edu>
134
135 -       -       docs/media/catalogue-3.png
136
137 commit 5da54ca031ee81e348c68e6a96d239838de33bee
138 Author: Galen Charlton <gmc@equinoxinitiative.org>
139 Date:   Tue Jan 17 16:58:39 2017 -0500
140
141     LP#1657282: fix redirect of one-hit metarecord searches
142     
143     This patches fixes a bug where, when performing a metarecord
144     ("Group Formats and Editions") search, one-hit result sets
145     get redirected to a "/eg/opac/record/0.0..." page, which
146     results in a "Bad Request" error being shown to the user.
147     
148     To test:
149     
150     [1] Perform a metarecord search that would result in exactly
151         one metarecord search. Observe that the browser displays
152         a "Bad Request" error page.
153     [2] Apply the patch and perform step 1 again. This time, the
154         search should succeed. Note that if the metarecord contains
155         more than one component, a results page with one grouped
156         hit is displayed; if the metarecord has exactly one component,
157         that bib's record page is displayed.
158     
159     Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
160     Signed-off-by: Kathy Lussier <klussier@masslnc.org>
161
162 2       2       Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Search.pm
163
164 commit 6badeb7a7ce8ab4172808343b1e88e068d1fc524
165 Author: Bill Erickson <berickxx@gmail.com>
166 Date:   Tue Jan 17 15:24:53 2017 -0500
167
168     LP#1657241 Stamping aged circ parent_circ index
169     
170     Signed-off-by: Bill Erickson <berickxx@gmail.com>
171
172 1       1       Open-ILS/src/sql/Pg/002.schema.config.sql
173 7       0       Open-ILS/src/sql/Pg/upgrade/1005.schema.aged_circulation_parent_circ_idx.sql
174 0       7       Open-ILS/src/sql/Pg/upgrade/XXXX.schema.aged_circulation_parent_circ_idx.sql
175  create mode 100644 Open-ILS/src/sql/Pg/upgrade/1005.schema.aged_circulation_parent_circ_idx.sql
176  delete mode 100644 Open-ILS/src/sql/Pg/upgrade/XXXX.schema.aged_circulation_parent_circ_idx.sql
177
178 commit d18bc22ab32f7b127478c8185b257443a5ee7828
179 Author: Chris Sharp <csharp@georgialibraries.org>
180 Date:   Tue Jan 17 15:09:15 2017 -0500
181
182     LP#1657241 - Add parent_circ index to action.aged_circulation
183     
184     The lack of a parent_circ index on the aged_circulation table
185     was causing very long-running queries.  This solves the problem.
186     
187     Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
188     Signed-off-by: Bill Erickson <berickxx@gmail.com>
189
190 1       0       Open-ILS/src/sql/Pg/090.schema.action.sql
191 7       0       Open-ILS/src/sql/Pg/upgrade/XXXX.schema.aged_circulation_parent_circ_idx.sql
192  create mode 100644 Open-ILS/src/sql/Pg/upgrade/XXXX.schema.aged_circulation_parent_circ_idx.sql
193
194 commit 637afff589653e589385f94090cb9c60e3f34ea5
195 Author: Bill Erickson <berickxx@gmail.com>
196 Date:   Tue Jan 17 15:08:58 2017 -0500
197
198     LP#1657237 Stamping rhrr mat view trigger repair
199     
200     Signed-off-by: Bill Erickson <berickxx@gmail.com>
201
202 1       1       Open-ILS/src/sql/Pg/002.schema.config.sql
203 51      0       Open-ILS/src/sql/Pg/upgrade/1004.function.hold-move-trigger-bug.sql
204 0       49      Open-ILS/src/sql/Pg/upgrade/XXXX.function.hold-move-trigger-bug.sql
205  create mode 100644 Open-ILS/src/sql/Pg/upgrade/1004.function.hold-move-trigger-bug.sql
206  delete mode 100644 Open-ILS/src/sql/Pg/upgrade/XXXX.function.hold-move-trigger-bug.sql
207
208 commit 49b5ae1bc4eaedbf7b42d6f5b38fbe9be2d22700
209 Author: Mike Rylander <mrylander@gmail.com>
210 Date:   Tue Jan 17 14:46:36 2017 -0500
211
212     LP#1657237: Properly constrain matview trigger function
213     
214     The function maintaining the reporter.hold_request_record table
215     was performing an unconstrained update when a hold was moved.  This
216     fixes that.
217     
218     To test:
219     
220     [1] Apply the patch, the perform an asset merge that would
221         change the target of a hold request.  Verify that
222         reporter.hold_request_record is properly update.
223     
224     Signed-off-by: Mike Rylander <mrylander@gmail.com>
225     Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
226     Signed-off-by: Bill Erickson <berickxx@gmail.com>
227
228 3       2       Open-ILS/src/sql/Pg/reporter-schema.sql
229 49      0       Open-ILS/src/sql/Pg/upgrade/XXXX.function.hold-move-trigger-bug.sql
230  create mode 100644 Open-ILS/src/sql/Pg/upgrade/XXXX.function.hold-move-trigger-bug.sql
231
232 commit c957bbf9a32bbacf37a5f20832cab3ec4885e326
233 Author: Michelle Purcell <purcellm05@gmail.com>
234 Date:   Sat Jan 14 10:46:56 2017 -0300
235
236     Docs: adding section about circulating items in the Web client
237     
238     Signed-off-by: Jane Sandberg <sandbej@linnbenton.edu>
239
240 397     0       docs/circulation/circulating_items_web_client.txt
241 -       -       docs/media/backdate_checkin_web_client.png
242 -       -       docs/media/backdate_post_checkin_web_client.png
243 -       -       docs/media/backdate_post_date_web_client.png
244 -       -       docs/media/backdate_red_web_client.png
245 -       -       docs/media/check_in_menu_web_client.png
246 -       -       docs/media/checkin_barcode_web_client.png
247 -       -       docs/media/checkin_options_web_client.png
248 -       -       docs/media/checkout_item_barcode_web_client.png
249 -       -       docs/media/checkout_menu_web_client.png
250 -       -       docs/media/claimed_date_web_client.png
251 -       -       docs/media/cr_section_web_client.png
252 -       -       docs/media/due_date_display_web_client.png
253 -       -       docs/media/edit_due_date_action_web_client.png
254 -       -       docs/media/in_house_use_web_client.png
255 -       -       docs/media/item_status_altview_web_client.png
256 -       -       docs/media/item_status_barcode_web_client.png
257 -       -       docs/media/item_status_list_view_web_client.png
258 -       -       docs/media/item_status_menu_web_client.png
259 -       -       docs/media/items_out_click_web_client.png
260 -       -       docs/media/last_few_circs_action_web_client.png
261 -       -       docs/media/last_few_circs_display_web_client.png
262 -       -       docs/media/lost_cr_section_web_client.png
263 -       -       docs/media/lost_section_web_client.png
264 -       -       docs/media/mark_claims_returned_web_client.png
265 -       -       docs/media/mark_lost_web_client.png
266 -       -       docs/media/overdue_checkin_web_client.png
267 -       -       docs/media/patron_summary_checkouts_web_client.png
268 -       -       docs/media/precat_web_client.png
269 -       -       docs/media/record_in_house_action_web_client.png
270 -       -       docs/media/renew_action_web_client.png
271 -       -       docs/media/renew_item_calendar_web_client.png
272 -       -       docs/media/renew_item_web_client.png
273 -       -       docs/media/retrieve_patron_web_client.png
274 -       -       docs/media/specify_due_date1_web_client.png
275 2       0       docs/root.txt
276  create mode 100644 docs/circulation/circulating_items_web_client.txt
277  create mode 100644 docs/media/backdate_checkin_web_client.png
278  create mode 100644 docs/media/backdate_post_checkin_web_client.png
279  create mode 100644 docs/media/backdate_post_date_web_client.png
280  create mode 100644 docs/media/backdate_red_web_client.png
281  create mode 100644 docs/media/check_in_menu_web_client.png
282  create mode 100644 docs/media/checkin_barcode_web_client.png
283  create mode 100644 docs/media/checkin_options_web_client.png
284  create mode 100644 docs/media/checkout_item_barcode_web_client.png
285  create mode 100644 docs/media/checkout_menu_web_client.png
286  create mode 100644 docs/media/claimed_date_web_client.png
287  create mode 100644 docs/media/cr_section_web_client.png
288  create mode 100644 docs/media/due_date_display_web_client.png
289  create mode 100644 docs/media/edit_due_date_action_web_client.png
290  create mode 100644 docs/media/in_house_use_web_client.png
291  create mode 100644 docs/media/item_status_altview_web_client.png
292  create mode 100644 docs/media/item_status_barcode_web_client.png
293  create mode 100644 docs/media/item_status_list_view_web_client.png
294  create mode 100644 docs/media/item_status_menu_web_client.png
295  create mode 100644 docs/media/items_out_click_web_client.png
296  create mode 100644 docs/media/last_few_circs_action_web_client.png
297  create mode 100644 docs/media/last_few_circs_display_web_client.png
298  create mode 100644 docs/media/lost_cr_section_web_client.png
299  create mode 100644 docs/media/lost_section_web_client.png
300  create mode 100644 docs/media/mark_claims_returned_web_client.png
301  create mode 100644 docs/media/mark_lost_web_client.png
302  create mode 100644 docs/media/overdue_checkin_web_client.png
303  create mode 100644 docs/media/patron_summary_checkouts_web_client.png
304  create mode 100644 docs/media/precat_web_client.png
305  create mode 100644 docs/media/record_in_house_action_web_client.png
306  create mode 100644 docs/media/renew_action_web_client.png
307  create mode 100644 docs/media/renew_item_calendar_web_client.png
308  create mode 100644 docs/media/renew_item_web_client.png
309  create mode 100644 docs/media/retrieve_patron_web_client.png
310  create mode 100644 docs/media/specify_due_date1_web_client.png
311
312 commit 94ed523032edc28a53ade54df9b7c26a36a8b6e4
313 Author: Mike Rylander <mrylander@gmail.com>
314 Date:   Wed Dec 28 14:43:34 2016 -0500
315
316     LP#1655149: Badges need CDBI support for location groups
317     
318     The badge code needs to inspect copy location groups, and tries to do so using
319     Class::DBI classes. But we haven't told CDBI about aclg and friends.  Here we
320     tell Class::DBI about asset.copy_location_group so that storage can retrieve
321     directly.
322     
323     Signed-off-by: Mike Rylander <mrylander@gmail.com>
324     Signed-off-by: Kathy Lussier <klussier@masslnc.org>
325
326 8       0       Open-ILS/src/perlmods/lib/OpenILS/Application/Storage/CDBI/asset.pm
327 6       0       Open-ILS/src/perlmods/lib/OpenILS/Application/Storage/Driver/Pg/dbi.pm
328
329 commit 289f25a0c6d314057eb37fd358d14bc8308c67e7
330 Author: Jeanette Lundgren <jlundgren@cwmars.org>
331 Date:   Mon Jan 9 12:10:12 2017 -0500
332
333     Updated link syntax to fix broken section link.
334     
335     Signed-off-by: Remington Steed <rjs7@calvin.edu>
336
337 5       4       docs/admin/phonelist.txt
338
339 commit fdae54a34dbeb57f3a788b8c11a95154a57f4f97
340 Author: Kathy Lussier <klussier@masslnc.org>
341 Date:   Thu Jan 5 13:55:49 2017 -0500
342
343     Docs: 2.11 Release Note corrections and clarifications.
344     
345     Fixes several typos in the 2.11 Release Notes and in the template for release
346     notes acknowledgements. Also resets the acknowledgements as TODOs for the
347     next release. Added clarification to the email checkout receipts to let users
348     know that email receipts are not available in the XUL client, but only in the
349     web client.
350     
351     Signed-off-by: Kathy Lussier <klussier@masslnc.org>
352
353 21      21      docs/RELEASE_NOTES_2_11.adoc
354 4       33      docs/RELEASE_NOTES_NEXT/_acknowledgments
355
356 commit 854fe8d71bf6969e072d9fe6c0731bd89c31deb8
357 Author: Remington Steed <rjs7@calvin.edu>
358 Date:   Thu Jan 5 10:03:48 2017 -0500
359
360     Docs: Add "export non-imported records"
361     
362     This commit briefly describes the queue actions, summary and filter
363     sections of the Inspect Queue page in Vandelay, as well as explaining
364     the new "Export Non-Imported Records" action. This commit includes
365     updated screenshots.
366     
367     Signed-off-by: Remington Steed <rjs7@calvin.edu>
368
369 10      1       docs/cataloging/batch_importing_MARC.txt
370 -       -       docs/media/Batch_Importing_MARC_Records12.jpg
371 -       -       docs/media/Batch_Importing_MARC_Records15.jpg
372
373 commit 55bf52cb84be826cd167db288fff298216f944c5
374 Author: Galen Charlton <gmc@esilibrary.com>
375 Date:   Wed Dec 21 16:32:26 2016 -0500
376
377     LP#1651808: avoid a class of intermittent search failures
378     
379     This patch fixes a bug where catalog searches can sometimes fail
380     with a PostgreSQL error that looks like this:
381     
382     ERROR: type of parameter 56 (double precision) does not match that when preparing the plan (numeric)
383     CONTEXT: PL/pgSQL function search.query_parser_fts(integer,integer,text,integer[],integer[],integer,integer,integer,boolean,boolean,boolean,integer) line 319 at assignment
384     
385     In particular, it ensures that the relevance values are coerced
386     to the Pg NUMERIC data type regardless of how the core query is
387     constructed; otherwise, it can sometimes end up as a double
388     precision value.  Because of how Pg backends cache query plans,
389     that change of type can result in the error above.
390     
391     To test
392     -------
393     [1] (Optional) Configure the max_children values for open-ils.storage
394         to permit only one drone, which in turn forces all catalog
395         search requests to go through a single Pg backend.
396     [2] Set the default_preferred_language_weight opensrf.xml setting
397         to 0.
398     [3] Perform a catalog search that has just a filter, e.g.,
399         item_lang(eng).
400     [4] Perform a catalog search that includes search term, e.g.,
401         cats
402     [5] The second search should fail.
403     [6] Apply the patch and try steps 3 and 4 again; this time, both
404         searches should work.
405     
406     Signed-off-by: Galen Charlton <gmc@esilibrary.com>
407     Signed-off-by: Mike Rylander <mrylander@gmail.com>
408
409 1       1       Open-ILS/src/perlmods/lib/OpenILS/Application/Storage/Driver/Pg/QueryParser.pm
410
411 commit ad022e3ea5a55c363bb688068c2ad22d7e0a51c7
412 Author: Jane Sandberg <sandbej@linnbenton.edu>
413 Date:   Tue Dec 20 10:07:46 2016 -0800
414
415     fixing formatting in supercat docs
416     
417     Signed-off-by: Jane Sandberg <sandbej@linnbenton.edu>
418
419 9       1       docs/development/data_supercat.txt
420
421 commit e2957d85e53b4664b9fafe8f71557bad3e390741
422 Author: Jane Sandberg <sandbej@linnbenton.edu>
423 Date:   Tue Dec 20 09:32:34 2016 -0800
424
425     Docs: Adding information about Supercat and UnAPI
426
427 238     0       docs/development/data_supercat.txt
428 67      0       docs/development/data_unapi.txt
429 21      0       docs/root.txt
430  create mode 100644 docs/development/data_supercat.txt
431  create mode 100644 docs/development/data_unapi.txt
432
433 commit 3292c5708490ed337d831acbbf2f12d58b5ea5d4
434 Author: Dan Pearl <dpearl@cwmars.org>
435 Date:   Thu Jun 2 15:17:44 2016 -0400
436
437     LP#1586509 Bug fix to LP#1352542 caused extraneous blank line to appear in
438     spine label.  This affected LC call numbers that had only one cutter number
439     plus additional text following.
440     
441     Signed-off-by: Dan Pearl <dpearl@cwmars.org>
442     Signed-off-by: Kathy Lussier <klussier@masslnc.org>
443
444 21      19      Open-ILS/xul/staff_client/server/cat/spine_labels.js
445
446 commit 6dcdd6f5d156a57540e14be040581fcf7e69c8e6
447 Author: Dan Scott <dscott@laurentian.ca>
448 Date:   Mon Dec 12 16:13:00 2016 -0500
449
450     LP#1594937 Fix off-by-one display of closed dates
451     
452     The switch to toISOString() to format dates introduced an off-by-one error in
453     the closed dates display, showing one extra day of closure due to the timezone
454     being ignored in toISOString().
455     
456     toLocaleDateString() is the future of locale-sensitive date formats. In XUL,
457     because it is an old version of Firefox, it lacks locale sensitivity, but for
458     the purposes of the web staff client it's a good base to build on as even
459     Internet Explorer supports the locale and options arguments as of IE 11.
460     
461     And for the immediate purposes of showing the right dates in the closed dates
462     editor, it works.
463     
464     Signed-off-by: Dan Scott <dscott@laurentian.ca>
465     Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
466
467 1       1       Open-ILS/xul/staff_client/server/admin/closed_dates.js
468
469 commit d708e9d8247e0cbeb7f42c754a84070d4cc5ad9f
470 Author: Dan Scott <dscott@laurentian.ca>
471 Date:   Mon Dec 12 15:39:08 2016 -0500
472
473     LP#1432753 Restore "All day" verbiage to Closed Dates editor
474     
475     Commit ede7e78925 replaced the JSAN calls to util.date.formatted_date() with
476     inline date/time handling, in the process returning times with granularity to
477     the minute instead of to the second. This resulted in the test for "all day"
478     closings always failing.
479     
480     Signed-off-by: Dan Scott <dscott@laurentian.ca>
481     Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
482
483 1       1       Open-ILS/xul/staff_client/server/admin/closed_dates.js
484
485 commit 9e7dc6eef6db00fc4d297b2eb3f94ff359ee0913
486 Author: Jane Sandberg <sandbej@linnbenton.edu>
487 Date:   Thu Dec 8 21:31:25 2016 -0800
488
489     Docs: LP1268054 add patron purchase request doc
490     
491     Signed-off-by: Jane Sandberg <sandbej@linnbenton.edu>
492
493 53      0       docs/acquisitions/purchase_requests_management.txt
494 29      0       docs/acquisitions/purchase_requests_patron_view.txt
495 4       0       docs/root.txt
496  create mode 100644 docs/acquisitions/purchase_requests_management.txt
497  create mode 100644 docs/acquisitions/purchase_requests_patron_view.txt
498
499 commit 1470114b82f343138f5382e0130b6f07a03560de
500 Author: Jane Sandberg <sandbej@linnbenton.edu>
501 Date:   Thu Dec 1 10:47:20 2016 -0800
502
503     Docs: Making sure that image filenames don't include . character, as this can cause some versions of a2x to fail
504     
505     Signed-off-by: Jane Sandberg <sandbej@linnbenton.edu>
506
507 3       3       docs/acquisitions/selection_lists_po.txt
508 -       -       docs/media/2.10_Lineitem_Paid.PNG
509 -       -       docs/media/2.7_Enhancements_to_Canceled2.jpg
510 -       -       docs/media/2.7_Enhancements_to_Canceled4.jpg
511 -       -       docs/media/2.7_Enhancements_to_Reports1.jpg
512 -       -       docs/media/2.7_Enhancements_to_Reports2.jpg
513 -       -       docs/media/2.7_Enhancements_to_Reports2a.jpg
514 -       -       docs/media/2.7_Enhancements_to_Reports3.jpg
515 -       -       docs/media/2.7_Enhancements_to_Reports4.jpg
516 -       -       docs/media/2.7_Enhancements_to_Reports5.jpg
517 -       -       docs/media/2.7_Enhancements_to_Reports6.jpg
518 -       -       docs/media/2_10_Lineitem_Paid.png
519 -       -       docs/media/2_7_Enhancements_to_Canceled2.jpg
520 -       -       docs/media/2_7_Enhancements_to_Canceled4.jpg
521 -       -       docs/media/2_7_Enhancements_to_Reports1.jpg
522 -       -       docs/media/2_7_Enhancements_to_Reports2.jpg
523 -       -       docs/media/2_7_Enhancements_to_Reports2a.jpg
524 -       -       docs/media/2_7_Enhancements_to_Reports3.jpg
525 -       -       docs/media/2_7_Enhancements_to_Reports4.jpg
526 -       -       docs/media/2_7_Enhancements_to_Reports5.jpg
527 -       -       docs/media/2_7_Enhancements_to_Reports6.jpg
528 3       3       docs/reports/reporter_generating_reports.txt
529 4       4       docs/reports/reporter_template_enhancements.txt
530  delete mode 100644 docs/media/2.10_Lineitem_Paid.PNG
531  delete mode 100644 docs/media/2.7_Enhancements_to_Canceled2.jpg
532  delete mode 100644 docs/media/2.7_Enhancements_to_Canceled4.jpg
533  delete mode 100644 docs/media/2.7_Enhancements_to_Reports1.jpg
534  delete mode 100644 docs/media/2.7_Enhancements_to_Reports2.jpg
535  delete mode 100644 docs/media/2.7_Enhancements_to_Reports2a.jpg
536  delete mode 100644 docs/media/2.7_Enhancements_to_Reports3.jpg
537  delete mode 100644 docs/media/2.7_Enhancements_to_Reports4.jpg
538  delete mode 100644 docs/media/2.7_Enhancements_to_Reports5.jpg
539  delete mode 100644 docs/media/2.7_Enhancements_to_Reports6.jpg
540  create mode 100644 docs/media/2_10_Lineitem_Paid.png
541  create mode 100644 docs/media/2_7_Enhancements_to_Canceled2.jpg
542  create mode 100644 docs/media/2_7_Enhancements_to_Canceled4.jpg
543  create mode 100644 docs/media/2_7_Enhancements_to_Reports1.jpg
544  create mode 100644 docs/media/2_7_Enhancements_to_Reports2.jpg
545  create mode 100644 docs/media/2_7_Enhancements_to_Reports2a.jpg
546  create mode 100644 docs/media/2_7_Enhancements_to_Reports3.jpg
547  create mode 100644 docs/media/2_7_Enhancements_to_Reports4.jpg
548  create mode 100644 docs/media/2_7_Enhancements_to_Reports5.jpg
549  create mode 100644 docs/media/2_7_Enhancements_to_Reports6.jpg
550
551 commit e469e74487e310b6805a682bdb19cf37d8e62c70
552 Author: Jane Sandberg <sandbej@linnbenton.edu>
553 Date:   Thu Dec 1 10:32:41 2016 -0800
554
555     Docs: fixing missing anchor
556     
557     Signed-off-by: Jane Sandberg <sandbej@linnbenton.edu>
558
559 1       0       docs/cataloging/authorities.txt
560
561 commit 56522c440097c07a16ea1a5d05b5d14734217370
562 Author: Jane Sandberg <sandbej@linnbenton.edu>
563 Date:   Sat Nov 19 08:56:33 2016 -0800
564
565     Docs: consolidating some duplicate language
566     
567     Signed-off-by: Jane Sandberg <sandbej@linnbenton.edu>
568
569 17      0       docs/cataloging/authorities.txt
570 0       40      docs/cataloging/batch_importing_MARC.txt
571
572 commit 9855d90a4193a70c9c602ac20dfa0052ac377c1f
573 Author: Jane Sandberg <sandbej@linnbenton.edu>
574 Date:   Thu Nov 17 20:25:36 2016 -0800
575
576     Docs: Incorporating overlay/merge profiles documentation from Evergreen in Action + new 2.11 feature
577     
578     Signed-off-by: Jane Sandberg <sandbej@linnbenton.edu>
579
580 24      0       docs/cataloging/batch_importing_MARC.txt
581
582 commit e985a70cada82586e5ac06aee193c95b2f0f105e
583 Author: Kyle Huckins <khuckins@catalystdevworks.com>
584 Date:   Tue Oct 4 09:01:02 2016 -0700
585
586     LP#1528916 Patron Holds Ready/Total
587     
588     Switch order or patron_stats().holds.ready and
589     patron_stats().holds.total in t_summary and patron
590     index.
591     
592     Signed-off-by: Kyle Huckins <khuckins@catalystdevworks.com>
593     
594      Changes to be committed:
595         modified:   Open-ILS/src/templates/staff/circ/patron/index.tt2
596         modified:   Open-ILS/src/templates/staff/circ/patron/t_summary.tt2
597     
598     Signed-off-by: Kathy Lussier <klussier@masslnc.org>
599
600 1       1       Open-ILS/src/templates/staff/circ/patron/index.tt2
601 1       1       Open-ILS/src/templates/staff/circ/patron/t_summary.tt2
602
603 commit 71b53d8e7e0a3432dd75d5a3d3c264f60a2b4706
604 Author: Jane Sandberg <sandbej@linnbenton.edu>
605 Date:   Thu Nov 17 17:02:46 2016 -0800
606
607     Docs: documenting new authority features
608     
609     Signed-off-by: Jane Sandberg <sandbej@linnbenton.edu>
610
611 21      2       docs/cataloging/authorities.txt