]> git.evergreen-ils.org Git - Evergreen.git/blob - ChangeLog
Fix Perl live test: 20-hold-targeter.t.
[Evergreen.git] / ChangeLog
1 commit b0bd61cf1b42d4d0ba34a72c6843daa1c4a1ba42
2 Author: Jason Stephenson <jason@sigio.com>
3 Date:   Tue Oct 16 14:14:40 2018 -0400
4
5     Update Server Upgrade Instructions for 3.0.13.
6     
7     Signed-off-by: Jason Stephenson <jason@sigio.com>
8
9 23      16      docs/installation/server_upgrade.adoc
10
11 commit 992e4baf94a98e8d5409367592bc72b070d573e9
12 Author: Jason Stephenson <jason@sigio.com>
13 Date:   Tue Oct 16 14:14:26 2018 -0400
14
15     Bumping Perl version number for release 3.0.13.
16     
17     Signed-off-by: Jason Stephenson <jason@sigio.com>
18
19 1       1       Open-ILS/src/perlmods/lib/OpenILS.pm
20
21 commit 60a98af808a6a077032f6f14ab9bbcf31fbd7505
22 Author: Jason Stephenson <jason@sigio.com>
23 Date:   Tue Oct 16 14:09:05 2018 -0400
24
25     Add Release Notes for 3.0.13.
26     
27     Signed-off-by: Jason Stephenson <jason@sigio.com>
28
29 21      0       docs/RELEASE_NOTES_3_0.adoc
30
31 commit a4dfe5f61ba474f7108d43fb37a680886081d0fb
32 Author: Dan Wells <dbw2@calvin.edu>
33 Date:   Wed Oct 10 16:07:24 2018 -0400
34
35     LP#1796978 Realign working copy refresh with proper condition
36     
37     The "working copy" grid needs to update whenever the copy data above
38     updates.  I *believe* this aligns the refresh with its intended
39     condition.
40     
41     This appears to have come about via bug #1732761, so retesting of
42     that fix may be in order.
43     
44     Signed-off-by: Dan Wells <dbw2@calvin.edu>
45     Signed-off-by: Jason Stephenson <jason@sigio.com>
46
47 2       2       Open-ILS/web/js/ui/default/staff/cat/volcopy/app.js
48
49 commit e9e53187c14390ae2213c22a9d8b8bcd1c4a71ba
50 Author: Dan Wells <dbw2@calvin.edu>
51 Date:   Thu Oct 11 09:21:05 2018 -0400
52
53     LP#1796971 Wait for call number and copy before loading locations
54     
55     In cases where add a copy to a call number, we fetch the original
56     call number via async, then attach the new copy to it.  Before this
57     commit, however, we were not waiting for the call number fetch
58     promise to resolve, so the copy wasn't there to use for limiting the
59     location load.
60     
61     Since the async request is internal to a loop, one way out is to
62     capture that promise, then make sure it resolves before loading the
63     locations.
64     
65     (We previously returned the copies from the internal function, but that
66     value wasn't being used anyway, so we don't worry about unwrapping the
67     $q.all() when it resolves.)
68     
69     Signed-off-by: Dan Wells <dbw2@calvin.edu>
70     Signed-off-by: John Amundson <jamundson@cwmars.org>
71     Signed-off-by: Jason Stephenson <jason@sigio.com>
72
73 12      3       Open-ILS/web/js/ui/default/staff/cat/volcopy/app.js
74
75 commit bbbafc4936ef4734e05a5e9a701562472140d498
76 Author: Jason Stephenson <jason@sigio.com>
77 Date:   Wed Oct 10 15:47:46 2018 -0400
78
79     Revert "LP#1740412 Grid cell content tooltips"
80     
81     This reverts commit b1e0da12b30a3a960fe7834f5862c02f5828846f.
82     
83     Remove tooltips functionality that causes performance hit.
84     
85     Signed-off-by: Jason Stephenson <jason@sigio.com>
86
87 0       8       Open-ILS/src/templates/staff/css/style.css.tt2
88 3       10      Open-ILS/src/templates/staff/share/t_autogrid.tt2
89
90 commit 59c21e28aba87a9859670e47f536e40186226f7f
91 Author: Jason Stephenson <jason@sigio.com>
92 Date:   Wed Oct 10 15:47:37 2018 -0400
93
94     Revert "LP#1740412 Grid cell tooltips limited to long content"
95     
96     This reverts commit e8115509bd907248bdb1088e68fcacd5dc15d899.
97     
98     Remove tooltips functionality that causes performance hit.
99     
100     Signed-off-by: Jason Stephenson <jason@sigio.com>
101
102 2       5       Open-ILS/src/templates/staff/share/t_autogrid.tt2
103 0       26      Open-ILS/web/js/ui/default/staff/services/grid.js
104
105 commit ef34ccc8db15beee7d31273b3a8783561549063c
106 Author: Jason Stephenson <jason@sigio.com>
107 Date:   Wed Oct 10 15:47:26 2018 -0400
108
109     Revert "LP#1740412 Grid cell tooltips moved to top-left"
110     
111     This reverts commit d2ab77bc8a2e59d3ad535868525b1a99fbe4ebdd.
112     
113     Remove tooltips functionality that causes performance hit.
114     
115     Signed-off-by: Jason Stephenson <jason@sigio.com>
116
117 0       2       Open-ILS/src/templates/staff/share/t_autogrid.tt2
118
119 commit 1acb25976659bae0166bc1d2680217f0581e7d12
120 Author: Jason Stephenson <jason@sigio.com>
121 Date:   Wed Oct 10 15:47:17 2018 -0400
122
123     Revert "LP#1740412 Double grid tooltip max width"
124     
125     This reverts commit 76fa907a2fd76bbfb3899f302109f9d51c6d756e.
126     
127     Remove tooltips functionality that causes performance hit.
128     
129     Signed-off-by: Jason Stephenson <jason@sigio.com>
130
131 0       4       Open-ILS/src/templates/staff/css/style.css.tt2
132 0       2       Open-ILS/src/templates/staff/share/t_autogrid.tt2
133
134 commit ae9d1c8b527e867512b210274f14b41607d4d719
135 Author: Jason Stephenson <jason@sigio.com>
136 Date:   Wed Oct 10 15:46:40 2018 -0400
137
138     Revert "LP#1794176 Avoid capturing grid cell tooltip/display values"
139     
140     This reverts commit 4a5521ec38cdef5d47dd76b0b6bf994ba8998995.
141     
142     Remove tooltips functionality that causes performance hit.
143     
144     Signed-off-by: Jason Stephenson <jason@sigio.com>
145
146 7       6       Open-ILS/src/templates/staff/share/t_autogrid.tt2
147 0       7       Open-ILS/web/js/ui/default/staff/services/grid.js
148
149 commit 940446e32e42b45e7e866b0670cd46ad8610666c
150 Author: Dan Wells <dbw2@calvin.edu>
151 Date:   Thu Sep 27 17:55:09 2018 -0400
152
153     Forward-port 3.0.12 upgrade script
154     
155     Signed-off-by: Dan Wells <dbw2@calvin.edu>
156
157 401     0       Open-ILS/src/sql/Pg/version-upgrade/3.0.11-3.0.12-upgrade-db.sql
158  create mode 100644 Open-ILS/src/sql/Pg/version-upgrade/3.0.11-3.0.12-upgrade-db.sql
159
160 commit 775e6e6ed0d0318cfea11733ab728474eff5c902
161 Author: Jane Sandberg <sandbej@linnbenton.edu>
162 Date:   Wed Sep 26 16:20:05 2018 -0700
163
164     Docs: adding another fix to the 3.0.12 release notes
165     
166     Signed-off-by: Jane Sandberg <sandbej@linnbenton.edu>
167
168 1       0       docs/RELEASE_NOTES_3_0.adoc