[rt #1280] remove entry for old unimplemented confirm shop action
[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
6abd8ce8
TC
29Template updates:
30
b27af108
TC
31 - checkoutpay_base.tmpl - the name of the cardHolder payment field is
32 now ccName.
33
34 - admin/order_detail.tmpl - order ccPAN can be used to display the
35 truncated card number.
36
37 - user/options_billing_base.tmpl and its generated template have been
38 renamed with s/billing/delivery/ since it now contains delivery
39 details. The link to it from user/options(_base).tmpl has also
40 been updated.
41
42 - user/options_base.tmpl, user/register_base.tmpl,
43 admin/users/(add,edit,view).tmpl have been updated to match the new
44 site users schema.
45
46Internals:
6abd8ce8 47
b27af108
TC
48 - Squirrel::Table->make now looks for default_I<colname> when looking
49 for default values for a column.