make tag_article smarter so sensible article methods can be called
[bse.git] / Changes.txt
CommitLineData
1be64ebd
TC
1BSE 0.21 - unreleased
2========
3
bf7dd331
TC
4 - verbose output of generate.pl is now based on the template
5 admin/generate.tmpl
1be64ebd 6
bf7dd331 7 - add the referer tag to all dynamic pages
1be64ebd 8
b23cb063
TC
9 - added [undeletable articles] to bse.cfg as a supplement to
10 @NO_DELETE. @NO_DELETE is now deprecated and may be removed in a
11 future release of BSE.
12 https://rt4.develop-help.com/Ticket/Display.html?id=1209
1be64ebd 13
595e72db
TC
14 - iterator inlines can now be filtered (Adrian Oldham)
15
16 - added some more extension to content type mappings for video
17 formats (Adrian Oldham)
18
8ddd08f7
TC
19 - the shopadmin order list targets are now much more efficient - they
20 no longer load the entire order table, are paginated, and let the
21 data do the selection of matching records.
22
23 NOTE: this removes some backward compatibility - iterator filters
24 no longer work and a new tag, all_order_count can be used to fetch
25 order counts. Extra search parameters have been provided to filter
26 the results.
27
28 - added a new adminurl2 tag where the second parameter is a target.
29
3d99ca04
TC
30 - siteusers.pl now flashes all success messages, and success message
31 text is fetched from the messages table
32
54fada18
TC
33 - added is_released and is_expired methods to Article. This should
34 be visible to article tags in templates.
35
41cbde00
TC
36 - more consistently use tag_article on the admin side of the site.
37
47e33eae
TC
38 - consistently use admin_tags instead of the old collection of admin
39 tag methods.
40
bf7dd331
TC
41Bug fixes:
42
43 - thumb.pl would return content types with doubled image/ prefixes,
44 eg. image/image/jpeg
e728024c 45
c710d90c
TC
46 - update BSE::AdminUsers, BSE::ChangePW, BSE::UI::AdminReport to use
47 more modern admin tags
0611c441 48 https://rt4.develop-help.com/Ticket/Display.html?id=1234 (partial)
c710d90c 49 (Adrian Oldham for BSE::ChangePW, BSE::UI::AdminReport)
0611c441 50
5b2aab45
TC
51 - with [site].secureadmin enabled, refreshes to the secure admin url
52 could cause a 500 error.
53
8fb3d3d4
TC
54 - check nomatch fields even for blank fields. Otherwise a field with
55 a LF or CR would not be caught by the dh_one_line validation rule.
56
a8a25cfd
TC
57 - saving a tag from the tag manager without changing the name or
58 deleting a tag that doesn't exist would result in a 500 error.
59 https://rt4.develop-help.com/Ticket/Display.html?id=1287
60
6e56cf75
TC
61 - setting an unfilled order's stage to "shipped" now sets whoFilled
62 and whenFilled for the order.
63 https://rt4.develop-help.com/Ticket/Display.html?id=1286
64
d9b0f5e1
TC
65 - an empty title (but no missing) when saving a user or group file no
66 longer defaults that to the file display name.
67 https://rt4.develop-help.com/Ticket/Display.html?id=1303
68
69 - validation errors are now correctly displayed for adding a user or
70 group file
71 https://rt4.develop-help.com/Ticket/Display.html?id=1302
72
73 - supplying an empty content type when saving a user or group file
74 now resets the content type to that derived from the file's display
75 name.
76 https://rt4.develop-help.com/Ticket/Display.html?id=1304
77
8ddd08f7
TC
78Templates:
79
80 - admin/order_list*.tmpl - see the order list re-work above.
81
f8d5dfae
TC
82 - you can now use <:- and -:> as tag delimiters to consume whitespace
83 on the left and right of the tag. This doesn't occur for wrap, but
84 should for other tags.
85
8ddd08f7
TC
86Internals:
87
88 - added a getCount() method to retrieve a count of matching records.
89
2897cd79 90BSE 0.20 - 22 Dec 2011
6abd8ce8
TC
91========
92
b27af108
TC
93Please read any NOTES below carefully.
94
6abd8ce8
TC
95 - store a truncated card number for credit card payments (both online
96 and email). Reinstate storage of the card holder name in ccName.
97 ccNumberHash is no longer populated.
98
99 - ifNeedDelivery (checkoutnew_base.tmpl) wasn't being reset on order
100 submission.
101
b27af108
TC
102 - the site_users table has been refactored into the bse_siteusers
103 table, removing the bill* fields and adding deliv* fields. Other
104 obsolete fields have also been removed.
105
106 NOTE: To preserve your registered users on upgrade, run the
107 provided schema/site_users_to_members.sql SQL through the mysql
108 tool. This will create entries in bse_siteusers corresponding to
109 those in your original site_users table. You MUST start with an
110 empty bse_siteusers table or the script will throw an error.
111
112 NOTE: Any configuration such as report definitions, query group
113 definitions should now refer to bse_siteusers instead of
114 site_users.
115
116 - Data::UUID 1.148 is now required
117
be262d15
TC
118 - remove target entry for the shop confirm action, which was
119 otherwise removed years ago. RT #1280.
120
fb10b11e
TC
121 - logon now starts a new session, preserving the cart. As a
122 side-effect this logs out the admin user, though this may
123 change. RT #1279.
124
125 - passing a new session id between the SSL and non-SSL versions of
126 the site is now validated. RT #1279.
127
f13d1b43
TC
128 NOTE: This requires that [site].secret be set to a value specific
129 to your site. Running:
130
131 openssl rand -base64 32
132
133 generates a suitable value.
134
fb10b11e
TC
135 - delete the session data for a site users session when they logoff.
136 As a side effect this will log out the admin user.
137
cd1c5bfa
TC
138 - allow dynamic content pages to display flashed messages with the
139 message tag. Note that not all actions flash a message.
140
6abd8ce8
TC
141Template updates:
142
b27af108
TC
143 - checkoutpay_base.tmpl - the name of the cardHolder payment field is
144 now ccName.
145
146 - admin/order_detail.tmpl - order ccPAN can be used to display the
147 truncated card number.
148
149 - user/options_billing_base.tmpl and its generated template have been
150 renamed with s/billing/delivery/ since it now contains delivery
151 details. The link to it from user/options(_base).tmpl has also
152 been updated.
153
154 - user/options_base.tmpl, user/register_base.tmpl,
155 admin/users/(add,edit,view).tmpl have been updated to match the new
156 site users schema.
157
fb10b11e
TC
158 - user/logon_base.tmpl, user/register_base.tmpl - updated the
159 "nothing is more permanent that a temporary solution" link text for
160 logon, register and recover password.
161
cd1c5bfa
TC
162 - shopitem.tmpl - display the flashed message, if any.
163
62e56298
TC
164 - removed the unused checkoutcard and checkoutconfirm templates
165
b27af108 166Internals:
6abd8ce8 167
b27af108
TC
168 - Squirrel::Table->make now looks for default_I<colname> when looking
169 for default values for a column.