some TODOs
This commit is contained in:
parent
f3e5107811
commit
4d89f85047
1 changed files with 8 additions and 0 deletions
|
|
@ -12,6 +12,14 @@ my $quiet;
|
||||||
|
|
||||||
start();
|
start();
|
||||||
addTimeZonesToUserPreferences();
|
addTimeZonesToUserPreferences();
|
||||||
|
|
||||||
|
#TODO (by somebody!):
|
||||||
|
# possibly instead of deleting old user timeZone preferences, convert them.
|
||||||
|
# MUST DO: any dates in WebGUI greater than epoch 2^32 must be reduced, because
|
||||||
|
# the new DateTime system uses Params::Validate, which will only validate integers
|
||||||
|
# up to 2^32 as SCALARs. :(
|
||||||
|
|
||||||
|
|
||||||
finish();
|
finish();
|
||||||
|
|
||||||
#-------------------------------------------------
|
#-------------------------------------------------
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue