symphonycms / symphony-3

Symphony 3.0 ftw
http://symphony-cms.com
MIT License
33 stars 18 forks source link

Update installer UI for easier region selection #30

Open allen opened 14 years ago

allen commented 14 years ago

From Tony Arnold:

The time zone field should be broken down into separate select boxes - country, then region. Having to scroll through hundreds of entries is bad form.

allen commented 14 years ago

From Alistair:

Requires some logic in the Installer code. Currently using the timezone list exposed by PHP system call. Not all that important. Would take me an hour.

Oh, I should add, the installer should be doing a best-guess with regards to timezone/country. I think currently that is not the case. Really only need to use the system default timezone. Could potentially use a 3rd party service to lookup based on client IP.