osem-fcy/db/migrate
AEtherC0r3 7eea930269 Implement track scheduling
Add track association to schedule
Show schedules in admin sidebar to track organizers
Allow track organizers to manage the schedules of their tracks
Don't allow self-organized track events to be dragged or unscheduled in
a conference schedule
Make scheduled events of self-organized tracks appear semitransparent in
conference schedules
Make the rooms of confirmed self_organized tracks appear semitransparent
and don't allow events to be scheduled to it in the conference schedules
during the dates of its track
Create admin/SchedulesController#new action
Add a button in admin/Schedules#index to create schedules for tracks
Add self_organized scope to Track
Modify Schedules#show to handle track schedules and show a unified
schedule
Allow track organizers to create new schedules for their tracks
Correctly identify scheduled and unscheduled events in Schedules#events
Fix Event#room and Event#time for when the event is scheduled in a track
schedule
Modify Program#selected_event_schedules to include the event_schedules
of selected track schedules
Modify Track#revoke_role_and_cleanup to destroy the track's schedules
and revert its events' state to new
Add tabs for conference and track schedules in admin/Schedules#index
Add button to Create/Show a tracks schedule in Tracks#index and #show
Fix concurrent_events in application_helper because of changes in
Program#selected_event_schedules
Do not take into account cfp_active in Event#valid_track
Modify EventsController#get_tracks accordingly
Enforce cfp_active of track to be enabled for proposals in
ProposalsController#create and #update
Add support for multiple schedules per track
Add selected_schedule_id to Track
Load EventSchedules of selected track schedules for conference schedules
in admin/SchedulesController#show
Modify SchedulesController#show to take into account only the selected
track schedules
Create Event#selected_schedule_id and use it in Event#scheduled? and
Event#time
Validate that an EventSchedule for an event of a self-organized track
belongs to one of the track's schedules
Add 'Manage' button in Tracks#index, #show that sends you to the admin
side of things
Add admin/TracksController#update_selected_schedule to update the
selected_schedule_id of tracks
2017-08-26 00:31:44 +03:00
..
20121223110942_devise_create_users.rb apply StringLiterals cop (remove double quotes, unless there is string interpolation) 2014-09-02 21:45:07 +03:00
20121223115038_create_conferences_table.rb Use only new hash syntax 2014-07-21 15:05:58 +02:00
20121223115106_create_people_table.rb apply StringLiterals cop (remove double quotes, unless there is string interpolation) 2014-09-02 21:45:07 +03:00
20121223115117_create_rooms_table.rb Use only new hash syntax 2014-07-21 15:05:58 +02:00
20121223115125_create_tracks_table.rb apply StringLiterals cop (remove double quotes, unless there is string interpolation) 2014-09-02 21:45:07 +03:00
20121223115135_create_events_table.rb apply StringLiterals cop (remove double quotes, unless there is string interpolation) 2014-09-02 21:45:07 +03:00
20121223120413_create_event_types.rb Use only new hash syntax 2014-07-21 15:05:58 +02:00
20121223122307_create_event_people_table.rb apply StringLiterals cop (remove double quotes, unless there is string interpolation) 2014-09-02 21:45:07 +03:00
20121223122842_create_venue_table.rb Fix basic style issues with rubocop 2014-07-21 15:05:58 +02:00
20121223135240_create_roles_table.rb remove trailing spaces and blank lines 2014-09-02 21:41:25 +03:00
20121223135447_user_roles_table.rb remove trailing spaces and blank lines 2014-09-02 21:41:25 +03:00
20121224144728_create_cfp_table.rb Use only new hash syntax 2014-07-21 15:05:58 +02:00
20130103134212_create_registrations_table.rb Use only new hash syntax 2014-07-21 15:05:58 +02:00
20130104142209_create_comments.rb apply StringLiterals cop (remove double quotes, unless there is string interpolation) 2014-09-02 21:45:07 +03:00
20130104142839_acts_as_commentable_upgrade_migration.rb remove trailing spaces and blank lines 2014-09-02 21:41:25 +03:00
20130105115603_create_event_attachments_table.rb Use only new hash syntax 2014-07-21 15:05:58 +02:00
20130107112833_add_registration_dates_to_conferences_table.rb Added paper_trail, also starting work on the scheduler 2013-01-07 16:45:48 +01:00
20130107113653_remove_cfp_and_reg_booleans_from_conferences.rb Use only new hash syntax 2014-07-21 15:05:58 +02:00
20130107114930_create_versions.rb Use only new hash syntax 2014-07-21 15:05:58 +02:00
20130113105652_create_email_table.rb Use only new hash syntax 2014-07-21 15:05:58 +02:00
20130113132225_add_subjects_to_email_settings.rb Starting to add email sending 2013-01-14 08:49:49 +01:00
20130117130949_add_logo_to_conferences_table.rb Add logo to conference page 2013-01-17 15:56:56 +01:00
20130120104029_change_arrival_registrations_date_to_datetime.rb Adding arrival/departure time to the registration form 2013-01-20 12:49:25 +01:00
20130131100257_add_minimum_and_maximum_abstract_lengths_to_event_types.rb Use only new hash syntax 2014-07-21 15:05:58 +02:00
20130202091022_add_dietary_choice_to_conferences.rb Use only new hash syntax 2014-07-21 15:05:58 +02:00
20130202091051_create_dietary_choices_table.rb Use only new hash syntax 2014-07-21 15:05:58 +02:00
20130202091229_add_dietary_choice_to_registration.rb Adding more registration options, and starting work on supporter levels 2013-02-02 16:43:47 +01:00
20130202093137_add_dietary_text_to_registration.rb Adding more registration options, and starting work on supporter levels 2013-02-02 16:43:47 +01:00
20130202102024_add_handicapped_access_to_registrations.rb Use only new hash syntax 2014-07-21 15:05:58 +02:00
20130202130737_create_supporter_level_table.rb Use only new hash syntax 2014-07-21 15:05:58 +02:00
20130202130923_create_table_supporter_registrations.rb Use only new hash syntax 2014-07-21 15:05:58 +02:00
20130202131932_add_use_supporter_levels_to_conferences.rb Use only new hash syntax 2014-07-21 15:05:58 +02:00
20130206192339_rename_attending_social_events_with_partner.rb Rename attending_social_events_with_partner 2013-02-06 20:26:41 +01:00
20130211170728_add_irc_nick_to_people_table.rb Add IRC nick to the Person page 2013-02-11 18:12:10 +01:00
20130216070725_create_social_events_table.rb Adding social events, which can be used on the registration page 2013-02-16 13:30:53 +01:00
20130216120112_create_registrations_social_events_table.rb Use only new hash syntax 2014-07-21 15:05:58 +02:00
20130216122155_set_registration_defaults_to_false.rb Use only new hash syntax 2014-07-21 15:05:58 +02:00
20130216122417_add_special_needs_field_to_registrations.rb Adding social events, which can be used on the registration page 2013-02-16 13:30:53 +01:00
20130515125823_change_attachment_default.rb Fix basic style issues with rubocop 2014-07-21 15:05:58 +02:00
20130515131420_change_venue_types.rb Add the miratons from the conf.o.o live instance 2013-05-15 15:19:53 +02:00
20130626095459_add_video_id_to_events.rb Add video metadata to events 2013-06-26 12:35:25 +02:00
20130705055128_add_revision_to_conference.rb Add 'revision' attribute to Conference, managed by an observer 2013-07-08 10:03:03 +02:00
20130711043459_create_events_registrations_table.rb Use only new hash syntax 2014-07-21 15:05:58 +02:00
20130711044247_add_require_registration_to_events.rb add option to pre register to events 2013-07-11 07:43:52 +03:00
20130712072609_add_attended_to_registrations.rb Use only new hash syntax 2014-07-21 15:05:58 +02:00
20130728055450_add_schedule_changes_to_call_for_papers.rb Use only new hash syntax 2014-07-21 15:05:58 +02:00
20130815085420_create_votes.rb star voting system for proposals 2013-08-16 16:06:01 +03:00
20130815201317_add_rating_to_call_for_papers.rb Use only new hash syntax 2014-07-21 15:05:58 +02:00
20130815201511_add_rating_desc_to_call_for_papers.rb star voting system for proposals 2013-08-16 16:06:01 +03:00
20130821094246_add_volunteer_to_registrations.rb Volunteers, positions and days and volunteers list for admin, volunteering option for attendees 2014-01-01 11:39:59 +02:00
20130821102003_add_volunteer_experience_to_registrations.rb Volunteers, positions and days and volunteers list for admin, volunteering option for attendees 2014-01-01 11:39:59 +02:00
20130821102047_add_tshirt_to_people.rb Volunteers, positions and days and volunteers list for admin, volunteering option for attendees 2014-01-01 11:39:59 +02:00
20130821102108_add_mobile_to_people.rb Volunteers, positions and days and volunteers list for admin, volunteering option for attendees 2014-01-01 11:39:59 +02:00
20130821102404_add_languages_to_people.rb Volunteers, positions and days and volunteers list for admin, volunteering option for attendees 2014-01-01 11:39:59 +02:00
20130821102543_add_use_vpositions_to_conferences.rb Volunteers, positions and days and volunteers list for admin, volunteering option for attendees 2014-01-01 11:39:59 +02:00
20130821102618_add_use_vdays_to_conferences.rb Volunteers, positions and days and volunteers list for admin, volunteering option for attendees 2014-01-01 11:39:59 +02:00
20130821133651_create_vpositions.rb Use only new hash syntax 2014-07-21 15:05:58 +02:00
20130821133850_create_vdays.rb Volunteers, positions and days and volunteers list for admin, volunteering option for attendees 2014-01-01 11:39:59 +02:00
20131022131450_add_created_at_to_supporter_registrations.rb Updated the gems, add missing migration for the stats controller, fix most obvious issues with stats 2013-10-22 15:52:29 +02:00
20131228132353_change_default_rating_in_call_for_papers.rb Use only new hash syntax 2014-07-21 15:05:58 +02:00
20131228214532_create_vchoices.rb Volunteers, positions and days and volunteers list for admin, volunteering option for attendees 2014-01-01 11:39:59 +02:00
20131229072532_registrations_vchoices.rb Use only new hash syntax 2014-07-21 15:05:58 +02:00
20140109190643_create_questions.rb question builder 2014-02-09 18:05:57 +02:00
20140109190844_create_question_types.rb question builder 2014-02-09 18:05:57 +02:00
20140109191042_create_answers.rb question builder 2014-02-09 18:05:57 +02:00
20140109191145_create_qanswers.rb question builder 2014-02-09 18:05:57 +02:00
20140109191321_create_conferences_questions.rb Use only new hash syntax 2014-07-21 15:05:58 +02:00
20140112192801_create_qanswers_registrations.rb Use only new hash syntax 2014-07-21 15:05:58 +02:00
20140212172244_create_difficulty_levels.rb apply StringLiterals cop (remove double quotes, unless there is string interpolation) 2014-09-02 21:45:07 +03:00
20140212175251_add_use_difficulty_levels_to_conference.rb remove trailing spaces and blank lines 2014-09-02 21:41:25 +03:00
20140213122424_add_difficulty_level_id_to_events.rb Add difficulty levels 2014-02-23 16:09:09 +02:00
20140304192527_add_use_volunteers_to_conference.rb fix registration page, only show volunteering tab if option is enabled for the conference 2014-03-04 22:22:52 +02:00
20140305102505_use_vdays_vpositions_defaults.rb remove trailing spaces and blank lines 2014-09-02 21:41:25 +03:00
20140319143547_rename_video_to_media_on_events.rb Implement more embed code 2014-03-21 16:04:51 +01:00
20140401094729_add_schedule_public_to_call_for_papers.rb show schedule in home page only if it is set as public 2014-04-02 20:07:42 +03:00
20140414131028_add_video_to_conferences.rb Add conference wide media, fix proposal#show view 2014-04-14 16:25:17 +02:00
20140514140013_remove_rating_desc_from_cfp.rb Removes rating desc column from cfp 2014-05-14 16:37:19 +02:00
20140528072939_add_color_to_conference.rb Adds color attribute to conference 2014-05-28 13:40:58 +02:00
20140528084706_add_description_to_conference.rb Added description to conference and program segment to splash 2014-05-29 23:57:35 +05:30
20140528115842_add_registration_description_to_conference.rb Added registration segment to display description, period 2014-05-30 00:30:09 +05:30
20140529133052_add_ticket_description_to_conference.rb Add tickets to registration segment 2014-05-30 00:31:12 +05:30
20140529133228_add_description_to_supporter_level.rb Add tickets to registration segment 2014-05-30 00:31:12 +05:30
20140529133339_add_ticket_price_to_supporter_level.rb Add tickets to registration segment 2014-05-30 00:31:12 +05:30
20140530082708_remove_color_defaults.rb Assigns a random color to conference, track and difficulty level 2014-06-02 12:31:44 +02:00
20140603092041_create_openids.rb some houndci fixes 2014-06-19 12:58:05 +03:00
20140604061951_create_lodgings.rb Adds lodging model 2014-06-16 17:54:38 +05:30
20140604142949_remove_hard_deadline_from_call_for_papers.rb Removes column hard_deadline from call for papers 2014-06-04 16:47:50 +02:00
20140605055802_create_sponsorship_levels.rb Sponsorship level dashboard 2014-06-06 15:40:33 +05:30
20140605115251_create_sponsors.rb Adds sponsor model 2014-06-12 23:34:27 +05:30
20140605125153_update_event_states.rb Refactoring event states 2014-06-06 10:23:01 +02:00
20140606102331_add_sponsor_description_to_conference.rb Added sponsor description and email to conference 2014-06-13 01:34:17 +05:30
20140606102358_add_sponsor_email_to_conference.rb Added sponsor description and email to conference 2014-06-13 01:34:17 +05:30
20140609172219_add_person_attributes_to_user.rb fix biography field as text, not string 2014-06-30 15:46:51 +03:00
20140610064046_create_photos.rb Added photo model 2014-06-19 21:09:15 +05:30
20140610163947_create_event_users.rb Fix basic style issues with rubocop 2014-07-21 15:05:58 +02:00
20140610165551_migrate_data_person_to_user.rb Fix migration for person to user migration 2014-07-07 15:06:44 +02:00
20140610173021_change_person_id_to_user_id_in_registrations.rb User/Person models merge 2014-06-30 15:46:06 +03:00
20140611123926_change_person_id_to_user_id_in_votes.rb User/Person models merge 2014-06-30 15:46:06 +03:00
20140612141123_add_color_to_event_type.rb Adds color to event types 2014-06-13 12:35:05 +02:00
20140612181230_add_social_urls_to_conference.rb Add social url to conference 2014-06-13 00:28:01 +05:30
20140613083115_add_photo_to_venue.rb Adds photo to venue 2014-06-16 17:47:26 +05:30
20140614171853_add_lodging_description_to_conference.rb Adds lodging description to conference 2014-06-16 22:56:12 +05:30
20140614174354_add_website_link_to_lodging.rb Adds website link to lodging 2014-06-16 22:56:12 +05:30
20140616131731_add_make_conference_public_to_conference.rb Adds make_conference_public field to conference model 2014-06-19 21:03:57 +05:30
20140616132153_create_targets.rb Implements targets and campaigns for conference 2014-06-26 09:08:26 +02:00
20140616132456_create_campaigns.rb Implements targets and campaigns for conference 2014-06-26 09:08:26 +02:00
20140617140018_add_checkboxes_for_splash_components_to_conference.rb Adds migrations for checkboxes of splash components 2014-06-17 20:29:26 +05:30
20140617141918_add_include_cfp_in_splash_to_call_for_papers.rb Adds migrations for checkboxes of splash components 2014-06-17 20:29:26 +05:30
20140617145048_add_venue_checkboxes_to_venue.rb Adds migrations for checkboxes of splash components 2014-06-17 20:29:26 +05:30
20140620130306_add_banner_photo_to_conference.rb Adds migration for banner photo 2014-06-20 21:50:48 +05:30
20140620134535_add_include_banner_in_splash_to_conference.rb Adds include_banner_in_splash to settings dashboard 2014-06-20 21:51:48 +05:30
20140623100942_create_visits.rb Cleanup current issues with schema, and regenerate latter 2014-07-07 15:06:44 +02:00
20140623101032_create_ahoy_events.rb Cleanup current issues with schema, and regenerate latter 2014-07-07 15:06:44 +02:00
20140623150541_drop_person_and_event_person_tables.rb User/Person models merge 2014-06-30 15:46:06 +03:00
20140625112608_add_week_to_event.rb [Bugfix] Conference methods related to weeks now database independent 2014-06-26 13:28:48 +02:00
20140625114813_add_week_to_registration.rb [Bugfix] Conference methods related to weeks now database independent 2014-06-26 13:28:48 +02:00
20140627165718_add_instagram_url_to_conference.rb Adds instagram url to conference 2014-07-01 21:17:27 +05:30
20140701123203_add_events_per_week_to_conference.rb Enable Style/IndentationWidth cop 2017-07-14 12:47:20 +03:00
20140707120158_add_conference_dates_updates_to_email_settings.rb Adds email template and settings for conference dates updates 2014-07-15 16:25:16 +05:30
20140710130608_add_conference_registration_dates_updates_to_email_settings.rb Adds migration for Conference Registration Dates to Email Settings 2014-07-15 16:26:06 +05:30
20140711072651_add_description_and_resource_to_roles.rb Implement role authorization 2014-08-13 22:53:13 +03:00
20140711113037_add_venue_update_to_email_settings.rb Adds migration to Email Settings for Venue Updates 2014-07-16 19:50:36 +05:30
20140714141156_add_volunteer_fields_to_user.rb add volunteer fields to user 2014-07-14 17:36:58 +03:00
20140716115448_add_default_value_to_email_settings.rb Send mail attributes are now on default false 2014-07-23 13:42:18 +02:00
20140718103856_add_is_admin_to_users.rb fix conflicts 2014-08-13 22:53:13 +03:00
20140719160903_create_delayed_jobs.rb Delayed job integration done 2014-07-23 21:29:55 +05:30
20140724113107_add_call_for_papers_updates_to_email_settings.rb Adds migrations for call for papers dates updates and schedule in email settings 2014-07-26 11:15:37 +05:30
20140724153520_create_subscriptions.rb Added Subscription model to send emails 2014-08-12 16:47:35 +05:30
20140730104658_migrate_roles_for_cancancan.rb task to make a user an admin. Alter migration to make admins users with old role of Admin or Organizer 2014-09-04 15:53:47 +03:00
20140731153332_create_contacts.rb Implements Contacts 2014-08-01 14:30:10 +02:00
20140731165107_move_conference_contact_details_to_contact.rb Introduce strong parameters 2015-12-23 11:36:50 +02:00
20140801103645_create_commercials.rb Refactoring Conference/Event media to new media object 2014-08-06 14:30:50 +02:00
20140801164901_move_conference_media_to_commercial.rb Introduce strong parameters 2015-12-23 11:36:50 +02:00
20140801170430_move_event_media_to_commercial.rb Introduce strong parameters 2015-12-23 11:36:50 +02:00
20140804185823_create_registration_periods.rb Introduces new RegistrationPeriod Object for Conference 2014-08-18 14:33:02 +02:00
20140812065531_move_conference_registration_data_to_registration_periods.rb Introduce strong parameters 2015-12-23 11:36:50 +02:00
20140819124315_rename_supporter_level_to_ticket.rb Refactoring Tickets 2014-08-28 15:21:05 +02:00
20140820093735_migrating_supporter_registrations_to_ticket_users.rb enable negatedif and correct db file 2017-03-29 11:24:43 -04:00
20140820123503_assign_users_to_events.rb Introduce strong parameters 2015-12-23 11:36:50 +02:00
20140820124117_undo_wrong_migration20140801080705_add_users_to_events.rb Introduce strong parameters 2015-12-23 11:36:50 +02:00
20140821103643_split_ticket_price_in_price_and_currency.rb Introduce strong parameters 2015-12-23 11:36:50 +02:00
20140825091222_create_splashpages.rb Extracted Splashpage from Conference 2014-08-31 22:59:42 +02:00
20140825093132_move_splashpage_attributes_from_conference_to_splashpage.rb Introduce strong parameters 2015-12-23 11:36:50 +02:00
20140930092923_move_sponsor_email_to_contact.rb Moves sponsor email attribute from conference to contact 2014-11-12 11:16:22 +01:00
20141031225545_add_require_handicapped_access_to_questions.rb Fixes Style/Tab cops 2017-04-06 10:57:44 -06:00
20141031225606_add_attending_with_partner_to_questions.rb Fixes Style/Tab cops 2017-04-06 10:57:44 -06:00
20141031225620_add_staying_at_suggested_hotel_to_questions.rb Fixes Style/Tab cops 2017-04-06 10:57:44 -06:00
20141031225635_add_attending_social_events_to_questions.rb Fixes Style/Tab cops 2017-04-06 10:57:44 -06:00
20141103132913_add_username_to_users.rb Implements username authentication 2014-11-03 15:25:33 +01:00
20141104131625_generate_username.rb Add Style/SelfAssignment Rubocop cop 2017-06-14 09:22:19 +05:30
20141106141750_add_is_disabled_flag_to_user.rb Adds disabled flag to user and checks it if iChain is enabled 2014-11-06 16:17:11 +01:00
20141109172204_set_room_public_default_to_false.rb Refactoring rooms 2014-11-12 11:37:28 +01:00
20141113134103_add_position_to_sponsorship_level.rb Integrate the splash page into the general layout 2014-11-17 13:58:27 +01:00
20141117214230_move_banner_description_to_conference.rb Introduce strong parameters 2015-12-23 11:36:50 +02:00
20141117222919_drop_splash_descriptions_and_photo.rb Get rid of the splashpage banner photo and "descriptions" 2014-11-20 15:39:26 +01:00
20141118143700_add_address_fields_to_venue.rb Another round of splash design 2014-11-20 15:39:26 +01:00
20141118150427_cleanup_venue.rb Another round of splash design 2014-11-20 15:39:26 +01:00
20141118153918_change_venue_conference_association.rb Introduce strong parameters 2015-12-23 11:36:50 +02:00
20141118162030_change_lodging_association_to_conference.rb Fixes Style/Tab cops 2017-04-06 10:57:44 -06:00
20141120205757_remove_public_from_room.rb Implement consistent admin interface 2014-11-25 10:47:18 +01:00
20141121102656_remove_description_from_call_for_paper.rb Implement consistent admin interface 2014-11-25 10:47:18 +01:00
20141127161313_add_is_highlight_in_events.rb add highlights and fix cfp in splashpage 2015-01-21 17:28:18 +02:00
20141128073306_migrate_data_remove_column_include_cfp_in_splash_add_column_include_cfp.rb Enable Style/SpaceAroundOperators Rubocop 2017-02-05 19:43:00 +05:30
20141130182139_drop_table_event_attachments.rb remove event_attachments table 2014-11-30 20:32:56 +02:00
20150304135935_add_created_atto_qanswer.rb Add creation/update times to qanswers 2015-03-04 15:10:11 +01:00
20150415121038_add_description_to_event_type.rb Refactoring of proposal workflow. Fixes #215 2015-04-16 18:37:31 +03:00
20150417050953_add_url_to_commercial.rb Enable Style/SpaceAroundOperators Rubocop 2017-02-05 19:43:00 +05:30
20150929142405_change_postalcode_format_in_venues.rb now reverting migration will raise AR error 2015-10-14 11:53:48 +02:00
20151005161518_rename_templates_in_email_settings.rb added more consistency for email_settings 2015-10-14 15:34:23 +02:00
20151018152439_create_programs_table.rb Enable Style/SpaceAroundOperators Rubocop 2017-02-05 19:43:00 +05:30
20151018154513_rename_conference_id_to_program_id_in_events_tracks_difficulty_levels.rb Rooms belong to venue 2016-02-06 17:43:51 +01:00
20151021113015_rename_email_settings_with_cfp_and_program.rb rebase against email settings changes 2016-02-06 17:42:51 +01:00
20151031092713_change_conference_id_to_venue_id_in_rooms.rb Fix sqlite behavior with not null constraint, so that it works both for sqlite and mysql 2016-02-06 17:43:51 +01:00
20160201221411_add_registration_limit_to_conferences.rb Add registration_limit to conference model. Added the input for registration limit in the edit conference form. In the controller, if the limit has exceeded redirect to root_path with an alert. fix #761 2016-02-10 15:59:39 +01:00
20160226133808_rename_roles_users_to_users_roles.rb Update rolify and cancancan 2016-03-07 23:32:15 +02:00
20160309182642_remove_social_events_table.rb drop dietary choices, social events, and html_export_path 2016-04-09 16:29:20 +03:00
20160309182655_remove_dietary_choices_table.rb drop dietary choices, social events, and html_export_path 2016-04-09 16:29:20 +03:00
20160309183052_remove_html_export_path_from_conferences.rb drop dietary choices, social events, and html_export_path 2016-04-09 16:29:20 +03:00
20160320220630_add_languages_to_program.rb Configure language of events 2016-06-03 14:09:37 +02:00
20160323154504_add_max_attendees_to_events.rb Registration for Events 2016-04-26 16:11:40 +03:00
20160326075326_add_attended_to_events_registrations.rb Registration for Events 2016-04-26 16:11:40 +03:00
20160403214841_add_id_and_created_at_to_events_registrations.rb Registration for Events 2016-04-26 16:11:40 +03:00
20160427101444_remove_photos.rb Remove danging :photos table and other photo cruft 2016-04-27 17:40:18 +02:00
20160427104236_add_pictures.rb Use PictureUploader on Conference 2016-04-27 17:40:23 +02:00
20160427104237_add_blind_voting_to_programs.rb Enable blind voting 2016-07-22 12:21:54 +03:00
20160427104238_add_voting_dates_to_program.rb Enable blind voting 2016-07-22 12:21:54 +03:00
20160524050538_add_conference_id_to_versions.rb Setup basic Revision History page 2016-08-12 13:35:56 +05:30
20160524104006_remove_unused_logo_columns_and_use_difficulty_levels_from_conferences.rb Remove unused columns from Conferences,Venues,Events and Sponsors tables 2016-06-25 00:27:25 +05:30
20160524104501_remove_unused_logo_columns_from_sponsors.rb Remove unused columns from Conferences,Venues,Events and Sponsors tables 2016-06-25 00:27:25 +05:30
20160524104805_remove_logo_and_progress_and_time_slots_from_events.rb Remove duplicate remove_column 2016-06-27 14:29:27 +02:00
20160606040848_create_payments.rb remove stripe#customer creation. 2016-08-15 10:59:35 +05:30
20160610073948_add_payment_id_to_ticket_purchases.rb add stripe-gem and payment schema 2016-08-15 10:59:33 +05:30
20160614145614_add_id_to_users_roles.rb Setup basic Revision History page 2016-08-12 13:35:56 +05:30
20160624151257_remove_unused_photo_columns_from_venues.rb Remove unused columns from Conferences,Venues,Events and Sponsors tables 2016-06-25 00:27:25 +05:30
20160704091928_create_schedules.rb Introduce an association for the selected_schedule 2016-08-11 15:11:27 +02:00
20160704092023_create_event_schedules.rb New associations and models: schedule versioning 2016-08-11 15:06:52 +02:00
20160815094215_add_times_to_conferences.rb Add times to Conference 2017-02-22 09:09:29 +01:00
20160815140302_add_index_to_event_schedule.rb Validation in EventSchedule 2016-08-15 16:10:57 +02:00
20161229080315_add_comments_count_to_events.rb caching comment counts 2017-07-09 01:57:44 +05:30
20170108053041_add_default_to_revision_in_conference.rb fix revision count and drop observers 2017-07-09 03:36:57 +05:30
20170129075434_create_resources_table.rb ability to track resources used in conference 2017-02-07 14:58:45 +05:30
20170213145807_change_email_public_from_users.rb Added reverse method to migration 2017-02-15 18:07:20 +03:00
20170302145716_add_schedule_interval_to_programs.rb Add schedule interval as attribute of a program 2017-04-01 21:39:20 +03:00
20170419132148_add_week_to_ticket_purchases.rb Add 'week' column to TicketPurchases 2017-06-12 15:24:27 +03:00
20170516190048_create_booths.rb Introduce Booths for admin 2017-07-18 14:18:42 +03:00
20170529215453_create_organizations.rb suggested changes 2017-06-12 19:43:44 +05:30
20170530072155_add_type_to_cfps.rb Modify CFP to accept proposals for other things 2017-06-27 21:16:46 +03:00
20170530112510_create_booth_requests.rb Introduce Booths for admin 2017-07-18 14:18:42 +03:00
20170531094819_move_conferences_to_organizations.rb add foreign key to conferences 2017-06-12 19:43:44 +05:30
20170603095900_create_physical_tickets.rb Introduced Physical Ticket 2017-06-22 19:50:55 +05:30
20170629162450_add_short_name_to_tracks.rb Friendly urls for tracks 2017-07-04 20:42:10 +03:00
20170629232817_add_ticket_layout_to_conferences.rb Make ticket layout configurable 2017-07-07 14:19:51 +05:30
20170705075039_add_state_cfp_active_and_submitter_reference_to_tracks.rb Implement track requests and add the track organizer role 2017-07-14 12:38:53 +03:00
20170711102511_create_ticket_scannings.rb Added TicketScanning Model 2017-07-11 17:05:07 +05:30
20170712120556_add_room_and_dates_to_tracks.rb Add room and dates to tracks 2017-08-11 16:25:21 +03:00
20170715131706_make_track_state_not_null_and_add_default_value.rb Mark track state as not null and add default value 2017-08-11 16:25:21 +03:00
20170720134353_make_track_cfp_active_not_null.rb Implement track request acceptance 2017-08-11 16:25:21 +03:00
20170721001700_add_index_to_physical_tickets.rb Added Token field for physical_ticket 2017-07-24 16:58:36 +05:30
20170721184810_add_custom_domain_to_conferences.rb route to conference#show for custom domain 2017-08-22 21:18:58 +00:00
20170726065629_add_relevance_to_tracks.rb Add relevance field for track requests 2017-08-11 16:25:21 +03:00
20170727081731_add_include_booths_to_splashpages.rb Add confirmed booths to splashpage 2017-08-16 16:51:52 +03:00
20170728182033_add_booth_limit_to_conferences.rb Add booth limit 2017-08-18 23:41:38 +03:00
20170731161207_add_booths_to_email_settings.rb Add emails for booth's acceptance and rejection 2017-08-14 22:34:17 +03:00
20170807092805_add_registration_ticket_to_tickets.rb Added registration-ticket 2017-08-10 21:15:54 +05:30
20170809120927_add_track_reference_to_schedule.rb Implement track scheduling 2017-08-26 00:31:44 +03:00
20170814174637_add_selected_schedule_to_tracks.rb Implement track scheduling 2017-08-26 00:31:44 +03:00