journalduhacker/db/migrate
2016-07-05 12:04:02 -05:00
..
20120701154453_create_invitations.rb upgrade to rails v4.0.2 2013-12-30 17:40:52 -05:00
20120701160006_reply_notifications.rb invitation system, user settings 2012-08-24 10:57:11 -05:00
20120701181319_invitation_memo.rb invitation system, user settings 2012-08-24 10:57:11 -05:00
20120703184957_integrated_story_hotness.rb move confidence and hotness into sql tables for proper sorting 2012-08-24 11:41:34 -05:00
20120704004020_fix_up_messages.rb implement private messages 2012-08-24 11:41:34 -05:00
20120704013019_pm_notification_options.rb implement private messages 2012-08-24 11:41:34 -05:00
20120704025956_user_filter.rb upgrade to rails v4.0.2 2013-12-30 17:40:52 -05:00
20120705145520_move_markdown_into_sql.rb move markeddown html into sql so it doesn't have to be generated every time 2012-08-24 11:41:35 -05:00
20120706221602_more_indexes.rb add indexes on things that are searched by 2012-08-24 11:41:35 -05:00
20120712174445_add_comment_deleted.rb comment deleting and undeleting 2012-08-24 11:41:37 -05:00
20120816203248_keystore_bigint.rb add postgresql support 2014-01-14 21:42:27 -05:00
20120902143549_add_moderation_log.rb upgrade to rails v4.0.2 2013-12-30 17:40:52 -05:00
20120906183346_default_filtered_tags.rb allow tags to be filtered by default for new and non-logged-in users 2012-09-06 13:44:42 -05:00
20120910172514_mention_notification_options.rb Added mentions in comments using @username convention. @username is linked to user profile in comment text, and notifications are available via email and pushover (with notification preferences) when a user is mention. 2012-09-10 13:40:33 -04:00
20120918152116_private_rss_feed.rb add private rss feeds for logged-out users by passing a token 2012-09-18 10:43:05 -05:00
20120919195401_private_tags.rb More descriptive method and attribute names 2012-09-19 20:28:09 -04:00
20121004153529_add_story_text.rb sort of merge cache branch but don't do anything automatically 2013-06-30 00:54:01 -05:00
20121112165212_add_tag_media_types.rb use activerecord query interface instead of deprecated finder methods 2013-12-25 16:43:50 -05:00
20130526164230_change_tables_to_utf8mb4.rb add postgresql support 2014-01-14 21:42:27 -05:00
20130622021035_add_user_list_id.rb unique mailing list tokens for everyone! 2013-06-30 00:54:01 -05:00
20131018201413_add_invitation_requests.rb upgrade to rails v4.0.2 2013-12-30 17:40:52 -05:00
20131228175805_add_comment_by_email_flag.rb record and show which comments were posted by e-mail, for no particular reason 2013-12-28 12:00:29 -06:00
20140101202252_add_karma_to_users.rb add karma column to users table 2014-01-01 16:03:01 -05:00
20140106205200_remove_tag_filtered_by_default.rb rip out default filtered tags 2014-01-07 11:42:21 -06:00
20140109034338_move_comment_counts_to_story.rb move story comment counts out of keystore 2014-01-08 22:20:56 -06:00
20140112192936_add_ban_reason.rb add stuff to deal with banning users 2014-01-12 15:09:32 -06:00
20140113153413_add_account_deletion.rb allow users to delete their own accounts 2014-01-13 10:12:17 -06:00
20140121063641_pushover_sound.rb be a good pushover user and let the user specify a sound 2014-01-21 01:21:02 -06:00
20140219183804_change_mailing_list_enabled.rb add a story-only mailing list mode 2014-02-19 12:49:12 -06:00
20140221164400_inactive_tags.rb add Tag.active scope to deprecate tags without removing them 2014-02-21 10:57:30 -06:00
20140408160306_add_story_merging.rb implement story merging 2014-04-08 17:51:12 -05:00
20140701153554_add_user_weblog_url.rb first stab at planet rss aggregation 2014-08-03 22:07:57 -05:00
20140804005415_add_weblogs.rb first stab at planet rss aggregation 2014-08-03 22:07:57 -05:00
20140825225915_add_tag_hotness_mod.rb add per-tag story hotness modifiers 2014-08-31 20:27:54 -05:00
20140901013149_drop_weblogs.rb revert 85cb7c20, give up on planet rss aggregation 2014-08-31 20:35:41 -05:00
20141114184921_add_hats.rb implement hats 2014-11-14 14:12:29 -06:00
20150106195555_add_story_unavailable.rb add story cache showing for manually-specified unavailable stories 2015-01-06 17:31:09 -06:00
20150115172138_drop_extra_pushover_fields.rb drop extra pushover user fields 2015-01-15 13:23:31 -06:00
20150127180326_add_story_twitter_id.rb post_to_twitter: start logging twitter ids now for an upcoming change 2015-01-27 12:14:26 -06:00
20150211170052_move_hidden_votes_to_hidden_story.rb separate story hiding from voting 2015-02-11 11:37:03 -06:00
20150224035617_hotness_mod_to_float.rb change tags.hotness_mod to float 2015-07-24 00:51:11 -05:00
20150313040930_add_user_avatar_pref.rb add option to show user avatars on stories and comments 2015-03-12 23:23:15 -05:00
20150730215915_add_submitter_is_author.rb add "i am the author of this" checkbox for stories 2015-07-30 17:15:48 -05:00
20150730225352_add_user_setting_show_preview.rb add setting to show inline story previews in story list 2015-07-30 17:56:09 -05:00
20151015005101_add_suggested_taggings.rb start on automated story title and tagging suggestions 2015-10-14 20:32:24 -05:00
20151015011231_add_suggested_titles.rb start on automated story title and tagging suggestions 2015-10-14 20:32:24 -05:00
20151015143959_moderations_from_group.rb implement automatic tag changing in response to user suggestions 2015-10-15 10:04:23 -05:00
20151207180050_add_user_setting_post_threads.rb add setting to show threads on a user's submitted stories in 'Your Threads' 2015-12-07 12:27:09 -06:00
20160406160019_add_hat_requests.rb implement hats list and request/approval system 2016-04-06 13:19:46 -05:00
20160515162433_add_disabled_invites_to_users.rb Allow admin/moderator to disable user from inviting 2016-05-16 02:40:46 +08:00
20160704022756_change_story_columns.rb Fix spec failure due to leaky ActiveRecord abstraction of booleans (#311) 2016-07-05 12:04:02 -05:00