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