maxwell
5aa969559c
add processed to post, which is set to default false for photos
2011-03-18 18:51:53 -07:00
Raphael Sofaer
fe435d8709
Delete newly created disconnected notifications
2011-03-17 18:30:34 -07:00
Raphael Sofaer
3f026d18eb
Fix up migration
2011-03-17 17:42:56 -07:00
Raphael Sofaer
0686c28692
Make post guids unique
2011-03-17 17:05:50 -07:00
Raphael Sofaer
4b4654a408
Changing message to text, partway done, deleted data conversion
2011-03-14 11:39:31 -07:00
maxwell
e9a843b095
email prefs are now saved. need more tests and use it in user#mail
2011-03-11 15:42:53 -08:00
Raphael Sofaer
0c31cc4259
quote string in migration!
2011-03-11 15:00:15 -08:00
Raphael Sofaer
98633658f4
delete from in migration
2011-03-11 14:59:01 -08:00
Raphael Sofaer
70e4a671a2
tags as array in migration
2011-03-11 14:57:46 -08:00
Raphael Sofaer
20d40b7440
fix execute command in migration
2011-03-11 14:56:25 -08:00
Raphael Sofaer
c256533a2f
class, not instance method
2011-03-11 14:52:23 -08:00
Raphael Sofaer
7ac3692a92
Fix specs, migrate to downcase tags, still testing migration
2011-03-11 14:23:03 -08:00
Raphael Sofaer
c1bcfef90c
TAGS ARE SO COOL
2011-03-10 18:37:45 -08:00
danielgrippi
1f5edb1d92
Merge branch 'private_messages'
...
Conflicts:
app/controllers/status_messages_controller.rb
app/models/data_point.rb
app/models/status_message.rb
db/schema.rb
lib/fake.rb
public/stylesheets/sass/application.sass
spec/models/mention_spec.rb
2011-03-08 21:23:41 -08:00
Raphael Sofaer
9d92161430
Make migrations compatible with postgres
2011-03-02 11:05:16 -08:00
danielvincent
21fd546cd0
posts now have authors instead of people
2011-03-01 18:05:05 -08:00
Raphael Sofaer
0cb218bba0
Delete statistic and data point models
2011-03-01 16:54:12 -08:00
danielvincent
11309574cf
messages are now relayable, a comment has an author as opposed to a person.
2011-03-01 12:39:42 -08:00
danielvincent
c62e9db397
private messages wip
2011-03-01 12:28:34 -08:00
danielvincent
f4e6d0d82b
broke out some comment logic to a replayable module
2011-03-01 12:28:33 -08:00
danielvincent
1072806d8f
PrivateMessage -> Conversation, Message.
2011-03-01 12:25:55 -08:00
danielvincent
a179bac689
fixed migrations, added unread to PrivateMessageVisibilities
2011-03-01 12:25:54 -08:00
danielvincent
9fe0320881
added PrivateMessage and PrivateMessageVisibility models and migrations
2011-03-01 12:14:31 -08:00
Raphael Sofaer
1c1fba63e7
Refactor notification to have subclasses, just a start
2011-03-01 10:30:29 -08:00
Raphael Sofaer
809ee8a678
Started notifications refactor
2011-03-01 10:30:29 -08:00
Raphael Sofaer
a11507d30c
Take out typos for real this time
2011-02-28 16:40:03 -08:00
Raphael Sofaer
a0a901a675
fix typo
2011-02-28 16:27:47 -08:00
Raphael Sofaer
810220bc97
clear disconnected records in migration
2011-02-28 16:24:09 -08:00
Raphael Sofaer
98d8d9e0da
Add the migration
2011-02-28 15:31:12 -08:00
MrZYX
edef56c84a
ruby 1.9 ftw (thanks jrichardlai)
2011-02-17 16:20:27 +01:00
Raphael Sofaer
ef9ab553bf
require the called migration within the undo migration
2011-02-17 00:35:33 -05:00
Raphael Sofaer
ff4a049d2d
It turns out that we need to rewrite validates_uniqueness_of :case_sensitive => false
2011-02-16 23:49:35 -05:00
Raphael Sofaer
cac8c586de
Forgot that emails are no longer db-unique
2011-02-12 22:44:09 -08:00
Raphael Sofaer
8fabe0f402
Checking in the migration helps.
2011-02-12 22:41:30 -08:00
Raphael Sofaer
e43cd3a8da
Make error in migration more descriptive
2011-02-11 18:25:58 -08:00
Raphael Sofaer
02a66466fe
Abort migration if there are post-visibilities left, so that the db is not left with no index
2011-02-11 18:25:58 -08:00
Raphael Sofaer
31fef1a55d
typo in table name
2011-02-11 18:25:58 -08:00
Raphael Sofaer
316292c914
mysql2 result is not an array
2011-02-11 18:25:58 -08:00
Raphael Sofaer
2faf3fe10d
delete dup pvs in migration
2011-02-11 18:25:58 -08:00
Raphael Sofaer
88da878c97
Move migration to avoid conflict
2011-02-11 18:25:57 -08:00
Raphael Sofaer
ff0f37ceea
eliminate one source of dup pvs
2011-02-11 18:25:57 -08:00
zhitomirskiyi
34e2b657fd
mend
2011-02-10 19:44:25 -08:00
zhitomirskiyi
66fea22f60
mend
2011-02-10 19:24:16 -08:00
Raphael Sofaer
7b3a2b07ee
Removed n-query, created mentions table
2011-02-09 16:07:25 -08:00
Raphael
460f25e848
run gladiac's migration, rename migration file so it finds class
2011-02-03 11:55:36 -08:00
Andreas Schneider
aa6d616d69
db: person_id can only be updated if index is updated too.
...
This fixes the following error:
Mysql2::Error: Duplicate entry '0' for key
'index_profiles_on_person_id': ALTER TABLE `profiles` CHANGE `person_id`
`person_id` int(11) NOT NULL
2011-02-02 20:37:55 +01:00
Andreas Schneider
e63b605b2a
db: Create limited varchar to be able to add index.
2011-02-02 20:37:55 +01:00
Andreas Schneider
8bdc3ec35a
db: Alter the import tables to avoid a mysql bug.
2011-02-02 20:37:55 +01:00
Andreas Schneider
2ddd810dea
db: Fixed the migration of the database.
...
The limit down to 127 is needed cause of a long time bug in mysql. The
error message looks like this when creating an index.
Mysql2::Error: Specified key was too long; max key length is 1000 bytes
So with utf8 (3 bytes for one char) you exceed this with two
varchar(255).
See http://bugs.mysql.com/bug.php?id=4541
2011-02-02 20:37:55 +01:00
zhitomirskiyi
358bf0a856
fix migration on open aspects boolean
2011-02-01 17:56:16 -08:00