On 01/26/2013 07:19 AM, Thomas Bruederli wrote:
Do you think Roundcube deserves the version 1.0?
Yup.
Together with this simple yes-no question, I'd also like to give you the opportunity to submit your personal "1.0 wish list". Feel free to post your top 3 must-have features you're currently missing in Roundcube.
This is silly, but in the SQL/*update.sql files, there are lines like,
-- Updates from version 0.8
ALTER TABLE cache DROP COLUMN cache_id; DROP SEQUENCE cache_ids;
ALTER TABLE users DROP COLUMN alias; CREATE INDEX identities_email_idx ON identities (email, del);
Having just downloaded 0.9-beta, I don't know whether this means "the updates that were added in 0.8" or "the updates needed to upgrade from 0.8 to this version." I always have to stop and compare with the previous version to make sure I don't clobber the database.
So my modest 1.0 feature request is for better comments around the statements. For example
-- Update from 0.8.x to 0.9.0 ... -- /end Update from 0.8.x to 0.9.0