]> git.evergreen-ils.org Git - Evergreen.git/blob - ChangeLog
version bumps
[Evergreen.git] / ChangeLog
1 2011-01-11  phasefx
2
3         * fix regression with org selector when specifying ?ol= and the org
4           unit hiding setting is unset
5
6 2011-01-19  phasefx
7
8         * some interfaces (or at least org_unit_settings.js) was not
9           infering the identifier value here. This helps the filtering org
10           select dijit in that interface
11
12 2011-01-19  miker
13
14         * Build and flatten a tree, correcting a sorting issue in some OU
15           dropdowns.
16           
17           The previous code assumed that work org units would be delivered
18           in hierarchical order, but alas, they are not. Thus, we build the
19           hierarchy and then flatten it, sorting at each level.
20           This will be non-fast with many work OUs, but the common case is
21           a small set, which is not painful.
22           
23           Further improvement is warranted when the above proves false.
24
25 2011-01-19  senator
26
27         * Backport r19214 from trunk
28           
29           Booking: Robert Soulliere spotted and fixed a bug in processing
30           reservation-
31           related overdue fines. See
32           https://bugs.launchpad.net/evergreen/+bug/705061
33
34 2011-01-20  senator
35
36         * Backport r19229 from trunk
37           
38           Booking: these lines don't belong; they were erroneously copied
39           and pasted
40           from a neighboring section of the file
41
42 2011-01-20  phasefx
43
44         * don't offer to cancel related transits that have already
45           completed when canceling holds. related to 19234, but data
46           structure is different
47
48 2011-01-24  gmc
49
50         * improve performance of multi-class searches
51           
52           Backport of trunk commit 18233.
53           
54           For as yet unknown reasons, Postgres sometimes uses
55           nested loops instead of hash joins when joining subqueries
56           in a multi-class bib search. This can result in searches
57           such as "author:rowling title:harry potter" never completing.
58           
59           Removing the interior limit clause can both speed up the query
60           and make search results more accurate when combining queries
61           of two or more common words.
62           
63           Signed-off-by: Galen Charlton <gmc@esilibrary.com>
64
65 2011-01-27  phasefx
66
67         * enable the checkbox column so we can delete hard due dates
68
69 2011-02-01  dbwells
70
71         * Backport r19288 : Fix checkin backdate assumptions
72           
73           checkin_handle_backdate() did not properly interpret bill data
74           (voided too much), so lets use void_overdues() instead
75
76 2011-02-02  phasefx
77
78         * backport r19364 from trunk for stat cat field value removal in
79           patron editor
80
81 2011-02-04  dbwells
82
83         * Fix ModsParser.pm bug involving invalid ISBNs. See bug #697398.
84
85 2011-02-04  miker
86
87         * upgrade scripts
88
89         * .: Tagging 1.6.2.2
90