[rt #1279] when logging in (as a siteuser) start a new session object
[bse.git] / Changes.txt
CommitLineData
6abd8ce8
TC
1BSE 0.20 (unreleased)
2========
3
b27af108
TC
4Please read any NOTES below carefully.
5
6abd8ce8
TC
6 - store a truncated card number for credit card payments (both online
7 and email). Reinstate storage of the card holder name in ccName.
8 ccNumberHash is no longer populated.
9
10 - ifNeedDelivery (checkoutnew_base.tmpl) wasn't being reset on order
11 submission.
12
b27af108
TC
13 - the site_users table has been refactored into the bse_siteusers
14 table, removing the bill* fields and adding deliv* fields. Other
15 obsolete fields have also been removed.
16
17 NOTE: To preserve your registered users on upgrade, run the
18 provided schema/site_users_to_members.sql SQL through the mysql
19 tool. This will create entries in bse_siteusers corresponding to
20 those in your original site_users table. You MUST start with an
21 empty bse_siteusers table or the script will throw an error.
22
23 NOTE: Any configuration such as report definitions, query group
24 definitions should now refer to bse_siteusers instead of
25 site_users.
26
27 - Data::UUID 1.148 is now required
28
be262d15
TC
29 - remove target entry for the shop confirm action, which was
30 otherwise removed years ago. RT #1280.
31
6abd8ce8
TC
32Template updates:
33
b27af108
TC
34 - checkoutpay_base.tmpl - the name of the cardHolder payment field is
35 now ccName.
36
37 - admin/order_detail.tmpl - order ccPAN can be used to display the
38 truncated card number.
39
40 - user/options_billing_base.tmpl and its generated template have been
41 renamed with s/billing/delivery/ since it now contains delivery
42 details. The link to it from user/options(_base).tmpl has also
43 been updated.
44
45 - user/options_base.tmpl, user/register_base.tmpl,
46 admin/users/(add,edit,view).tmpl have been updated to match the new
47 site users schema.
48
49Internals:
6abd8ce8 50
b27af108
TC
51 - Squirrel::Table->make now looks for default_I<colname> when looking
52 for default values for a column.