Commit | Line | Data |
---|---|---|
1e60d3c4 TC |
1 | BSE 0.22 - unreleased |
2 | ======== | |
3 | ||
673086da TC |
4 | Bug fixes: |
5 | ||
6 | - the search index builder was ignoring configured field scores. | |
7 | ||
8 | Enhancements: | |
9 | ||
1e60d3c4 TC |
10 | - automatic image insertion can now be disabled globally or on a |
11 | per-article basis. | |
12 | https://rt4.develop-help.com/Ticket/Display.html?id=1331 | |
13 | ||
e860a1d9 | 14 | BSE 0.21 - 07 Mar 2012 |
1be64ebd TC |
15 | ======== |
16 | ||
b25f4d0f TC |
17 | - Squirrel::Template has largely been rewritten performing a parsing |
18 | then a processing step rather than doing many, many s/// over the | |
19 | template text. | |
20 | ||
bf7dd331 TC |
21 | - verbose output of generate.pl is now based on the template |
22 | admin/generate.tmpl | |
1be64ebd | 23 | |
bf7dd331 | 24 | - add the referer tag to all dynamic pages |
1be64ebd | 25 | |
b23cb063 TC |
26 | - added [undeletable articles] to bse.cfg as a supplement to |
27 | @NO_DELETE. @NO_DELETE is now deprecated and may be removed in a | |
28 | future release of BSE. | |
29 | https://rt4.develop-help.com/Ticket/Display.html?id=1209 | |
1be64ebd | 30 | |
595e72db TC |
31 | - iterator inlines can now be filtered (Adrian Oldham) |
32 | ||
33 | - added some more extension to content type mappings for video | |
34 | formats (Adrian Oldham) | |
35 | ||
8ddd08f7 TC |
36 | - the shopadmin order list targets are now much more efficient - they |
37 | no longer load the entire order table, are paginated, and let the | |
38 | data do the selection of matching records. | |
39 | ||
40 | NOTE: this removes some backward compatibility - iterator filters | |
41 | no longer work and a new tag, all_order_count can be used to fetch | |
42 | order counts. Extra search parameters have been provided to filter | |
43 | the results. | |
44 | ||
45 | - added a new adminurl2 tag where the second parameter is a target. | |
46 | ||
3d99ca04 TC |
47 | - siteusers.pl now flashes all success messages, and success message |
48 | text is fetched from the messages table | |
49 | ||
54fada18 TC |
50 | - added is_released and is_expired methods to Article. This should |
51 | be visible to article tags in templates. | |
52 | ||
41cbde00 TC |
53 | - more consistently use tag_article on the admin side of the site. |
54 | ||
c4df989c TC |
55 | - make tag_article smarter so it can call more methods |
56 | ||
47e33eae TC |
57 | - consistently use admin_tags instead of the old collection of admin |
58 | tag methods. | |
59 | ||
a8d74b1e TC |
60 | - tag_object (used for object style tags) now checks |
61 | restricted_method() if implemented for the object. | |
62 | ||
63 | - the editor file iterator is now an object iterator, and the efile | |
64 | tag on the file edit page is now an object tag | |
65 | ||
66 | - add file_exists to BSE::TB::Article::File | |
67 | https://rt4.develop-help.com/Ticket/Display.html?id=1288 | |
68 | ||
5f3c8bf8 TC |
69 | - refactored makeIndex.pl into makeIndex.pl (web) and |
70 | util/bse_makeindex.pl (console). | |
71 | Output from these is now encoded using the default BSE encoding. | |
72 | makeIndex.pl can now produce HTML output using admin/makeindex.tmpl | |
73 | The bse_make_index background process now uses the console version. | |
74 | https://rt4.develop-help.com/Ticket/Display.html?id=1301 | |
75 | ||
ec5a2133 TC |
76 | - admin-mode article links now ignore the admin value stored in the |
77 | article record and always return a link to admin.pl for that | |
78 | article. | |
79 | ||
8329ce1b TC |
80 | - add a missing comma to BSE::UI, preventing a warning. |
81 | ||
bf7dd331 TC |
82 | Bug fixes: |
83 | ||
84 | - thumb.pl would return content types with doubled image/ prefixes, | |
85 | eg. image/image/jpeg | |
e728024c | 86 | |
c710d90c TC |
87 | - update BSE::AdminUsers, BSE::ChangePW, BSE::UI::AdminReport to use |
88 | more modern admin tags | |
0611c441 | 89 | https://rt4.develop-help.com/Ticket/Display.html?id=1234 (partial) |
c710d90c | 90 | (Adrian Oldham for BSE::ChangePW, BSE::UI::AdminReport) |
0611c441 | 91 | |
5b2aab45 TC |
92 | - with [site].secureadmin enabled, refreshes to the secure admin url |
93 | could cause a 500 error. | |
94 | ||
8fb3d3d4 TC |
95 | - check nomatch fields even for blank fields. Otherwise a field with |
96 | a LF or CR would not be caught by the dh_one_line validation rule. | |
97 | ||
a8a25cfd TC |
98 | - saving a tag from the tag manager without changing the name or |
99 | deleting a tag that doesn't exist would result in a 500 error. | |
100 | https://rt4.develop-help.com/Ticket/Display.html?id=1287 | |
101 | ||
6e56cf75 TC |
102 | - setting an unfilled order's stage to "shipped" now sets whoFilled |
103 | and whenFilled for the order. | |
104 | https://rt4.develop-help.com/Ticket/Display.html?id=1286 | |
105 | ||
d9b0f5e1 TC |
106 | - an empty title (but no missing) when saving a user or group file no |
107 | longer defaults that to the file display name. | |
108 | https://rt4.develop-help.com/Ticket/Display.html?id=1303 | |
109 | ||
110 | - validation errors are now correctly displayed for adding a user or | |
111 | group file | |
112 | https://rt4.develop-help.com/Ticket/Display.html?id=1302 | |
113 | ||
114 | - supplying an empty content type when saving a user or group file | |
115 | now resets the content type to that derived from the file's display | |
116 | name. | |
117 | https://rt4.develop-help.com/Ticket/Display.html?id=1304 | |
118 | ||
2c2618b0 TC |
119 | - fix the message id for the "move up a level to section" message in |
120 | the possible parents drop down. | |
121 | ||
c263b35e TC |
122 | - error_img would produce an inline stack trace from an internal |
123 | error on a failed logon. (logon.pl) | |
124 | ||
8ddd08f7 TC |
125 | Templates: |
126 | ||
127 | - admin/order_list*.tmpl - see the order list re-work above. | |
128 | ||
f8d5dfae | 129 | - you can now use <:- and -:> as tag delimiters to consume whitespace |
b25f4d0f TC |
130 | on the left and right of the tag. |
131 | ||
132 | - Squirrel::Template now documents the template syntax more regularly. | |
133 | ||
134 | - Squirrel::Template is now much faster in most cases. | |
135 | ||
136 | - admin/subscr/detail - the subscription orders iterator now includes | |
137 | the billFirstName, billLastName and filled fields from the | |
138 | order. (Adrian Oldham) | |
f8d5dfae | 139 | |
8ddd08f7 TC |
140 | Internals: |
141 | ||
142 | - added a getCount() method to retrieve a count of matching records. | |
143 | ||
2897cd79 | 144 | BSE 0.20 - 22 Dec 2011 |
6abd8ce8 TC |
145 | ======== |
146 | ||
b27af108 TC |
147 | Please read any NOTES below carefully. |
148 | ||
6abd8ce8 TC |
149 | - store a truncated card number for credit card payments (both online |
150 | and email). Reinstate storage of the card holder name in ccName. | |
151 | ccNumberHash is no longer populated. | |
152 | ||
153 | - ifNeedDelivery (checkoutnew_base.tmpl) wasn't being reset on order | |
154 | submission. | |
155 | ||
b27af108 TC |
156 | - the site_users table has been refactored into the bse_siteusers |
157 | table, removing the bill* fields and adding deliv* fields. Other | |
158 | obsolete fields have also been removed. | |
159 | ||
160 | NOTE: To preserve your registered users on upgrade, run the | |
161 | provided schema/site_users_to_members.sql SQL through the mysql | |
162 | tool. This will create entries in bse_siteusers corresponding to | |
163 | those in your original site_users table. You MUST start with an | |
164 | empty bse_siteusers table or the script will throw an error. | |
165 | ||
166 | NOTE: Any configuration such as report definitions, query group | |
167 | definitions should now refer to bse_siteusers instead of | |
168 | site_users. | |
169 | ||
170 | - Data::UUID 1.148 is now required | |
171 | ||
be262d15 TC |
172 | - remove target entry for the shop confirm action, which was |
173 | otherwise removed years ago. RT #1280. | |
174 | ||
fb10b11e TC |
175 | - logon now starts a new session, preserving the cart. As a |
176 | side-effect this logs out the admin user, though this may | |
177 | change. RT #1279. | |
178 | ||
179 | - passing a new session id between the SSL and non-SSL versions of | |
180 | the site is now validated. RT #1279. | |
181 | ||
f13d1b43 TC |
182 | NOTE: This requires that [site].secret be set to a value specific |
183 | to your site. Running: | |
184 | ||
185 | openssl rand -base64 32 | |
186 | ||
187 | generates a suitable value. | |
188 | ||
fb10b11e TC |
189 | - delete the session data for a site users session when they logoff. |
190 | As a side effect this will log out the admin user. | |
191 | ||
cd1c5bfa TC |
192 | - allow dynamic content pages to display flashed messages with the |
193 | message tag. Note that not all actions flash a message. | |
194 | ||
6abd8ce8 TC |
195 | Template updates: |
196 | ||
b27af108 TC |
197 | - checkoutpay_base.tmpl - the name of the cardHolder payment field is |
198 | now ccName. | |
199 | ||
200 | - admin/order_detail.tmpl - order ccPAN can be used to display the | |
201 | truncated card number. | |
202 | ||
203 | - user/options_billing_base.tmpl and its generated template have been | |
204 | renamed with s/billing/delivery/ since it now contains delivery | |
205 | details. The link to it from user/options(_base).tmpl has also | |
206 | been updated. | |
207 | ||
208 | - user/options_base.tmpl, user/register_base.tmpl, | |
209 | admin/users/(add,edit,view).tmpl have been updated to match the new | |
210 | site users schema. | |
211 | ||
fb10b11e TC |
212 | - user/logon_base.tmpl, user/register_base.tmpl - updated the |
213 | "nothing is more permanent that a temporary solution" link text for | |
214 | logon, register and recover password. | |
215 | ||
cd1c5bfa TC |
216 | - shopitem.tmpl - display the flashed message, if any. |
217 | ||
62e56298 TC |
218 | - removed the unused checkoutcard and checkoutconfirm templates |
219 | ||
5f3c8bf8 TC |
220 | - added admin/generate.tmpl for generate.pl progress output. |
221 | ||
222 | - added admin/makeindex.tmpl for search index verbose output | |
223 | ||
b27af108 | 224 | Internals: |
6abd8ce8 | 225 | |
b27af108 TC |
226 | - Squirrel::Table->make now looks for default_I<colname> when looking |
227 | for default values for a column. |