Reinier Balt
af711c2568
also update sql in migration for mysql4 users
2009-02-08 22:08:49 +01:00
mike
6bc68bcf6c
Added migration to fix incorrectly hidden todos
...
Signed-off-by: Reinier Balt <lrbalt@gmail.com>
2009-01-20 04:20:08 +08:00
Reinier Balt
f79c28231b
remove unused and unneccesary user_id from taggings table.
...
this way we can stay closer to the defaults of has_many_polymorphs thus making upgrading easier
2009-01-08 10:18:03 +01:00
Eric Allen
611a53e668
No point in changing the name of the OpenID identity column in users table. Use the existing one.
2008-12-08 18:51:33 -05:00
Eric Allen
930999829b
Re-write OpenID code to use new authentication plugin. Tested to work!
2008-12-08 00:52:57 -05:00
Reinier Balt
764e41685b
fix migration to fill the updated_at column. The rss feeds need a filled column. Fixes #794
2008-11-26 10:53:00 +01:00
Reinier Balt
49f9f33ac0
add updated_at column to todos table
...
This timestamp was missing. All other tables with timestamps have update_at. Could use this in statistics
2008-11-21 13:36:10 +01:00
Eric Allen
a9a02896a0
Another shot at fixing migration 42. Actually tested to work.
2008-10-09 10:14:26 -04:00
Eric Allen
b36ed96813
Wow I broke the migration. Oops.
2008-10-08 23:47:59 -04:00
Eric Allen
24c2b57b4a
Make migration 42 more resilient: don't freak out when user has no prefs object
2008-10-08 11:26:06 -04:00
Eric Allen
ba9a9370cc
Merge branch 'timezones' of git://github.com/epall/tracks into master.
...
Re-wrote all Date-related code to use Datetimes, created a migration to get rid of all date columns in the database, and got rid of Time.now calls that were not time zone-aware. Lots of time zone goodness!
2008-09-21 18:24:12 -07:00
Eric Allen
a5f77976ad
Bump migration to avoid conflict when merging to trunk
2008-09-21 18:21:35 -07:00
Eric Allen
f52a2eafa8
A few fixes after more thorough review.
2008-09-21 18:13:21 -07:00
Eric Allen
778427405a
Changed all Date objects to Datetimes and migrated everything appropriately. Tests & specs pass, but this still needs a thorough review.
2008-09-13 13:33:48 -07:00
Eric Allen
8238e488a2
Bump migration to avoid conflict
2008-09-06 18:33:14 -07:00
epall
8783beb280
Added SMS and MMS gateway that can handle a variety of messages formats along with a set of testes for it.
...
NOTE: this is the first patch submitted on ticket
2008-09-06 18:08:34 -07:00
Reinier Balt
c6dc3fcd5b
forgot to add new migration in last commit
2008-08-04 09:16:01 +02:00
Reinier Balt
edb6afd115
add some indexes that speed up some queries
...
found with the help of query_reviewer at http://code.google.com/p/query-reviewer/
also fixed a removal of an index when you migrate back
you need to rake db:migrate to create the indexes
2008-08-03 22:05:31 +02:00
Reinier Balt
8bc41e2cb0
add recurring todos to tracks
2008-07-19 20:27:45 +02:00
bsag
4cbf5a34d3
Removed superfluous 'tracks' directory at the root of the repository.
...
Testing commits to github.
2008-05-20 21:28:26 +01:00