> > the problem: no contexts show up on the home page. None of them. I've > tried the following things so far to fix, neither worked: >
Did you compare the resulting database structure with the default database Structure from the tracks15-empty.db Perhaps the script you used did not change everything? I'm thinking of the hide field of the context table. (please note that tracks15-empty needs a rake db:migrate, so you won't find the tables for recurring todos in there...) > * create a new context. Doesn't show up on the home page. > * take an old context, set it to not visible, set it again to visible. > Still doesn't show up on the home page. > > Almost everything else works fine: I can browse by project, context, > and tickler, create new tasks (inc. recurring), edit or close old > ones, etc. > > Two other things don't work, no idea if they might be related: > * the mobile contexts page is empty This is most probably the same problem as above since the database code is shared between mobile and non-mobile view > * my primary user is no longer an admin (probably not related, not a > big deal) > Hmm, this could be related. Admin is a Boolean in the user table. Perhaps The booleans are not converted correctly > Other than this, looks good- in particular, recurring tasks look solid > (I have a few suggestions, will email later after I've played with > them a bit more). > Please do! Reinier _______________________________________________ Tracks-discuss mailing list [email protected] http://lists.rousette.org.uk/mailman/listinfo/tracks-discuss
