aboutsummaryrefslogtreecommitdiffstats
path: root/app/models/chouette/time_table.rb
AgeCommit message (Expand)Author
2018-04-16Refs #6450; Don't consider the empty string as a valid color for TimetablesZog
2018-04-16Refs #6458; Fix Timetables autocompletionZog
2018-04-09Refs #6367; Add metadata to other versioned modelsZog
2018-03-05Remove primary_key overriding in models. Refs #6112Alban Peignier
2018-02-20Refs #5901; Update specs and fix unaccented searchZog
2018-02-20Refs #5924 @14h; Extend importersZog
2018-02-02Refs #5417; Fix specs5417-checksum-relationshipsZog
2018-02-02Refs #5417; Update parents checksum when children are created or updatedZog
2018-01-31Refs #5682 @3h; Use same UI as for timetablesZog
2018-01-31Refs #5682; Add application_days field to calendarsZog
2018-01-31Refs #5754; Add a filter on calendars for ReferentialVJs#index5754-filter-journeys-on-calendarZog
2018-01-05Add TimeTable#remove_periods! and #empty. Refs #5299Alban Peignier
2018-01-05Add TimeTable##intersect_periods! to remove given periods. Refs #5299Alban Peignier
2017-11-28Add paper_trail to modelsXinhui
2017-11-24Take into account code reviewcedricnjanga
2017-11-21Change the way we name classescedricnjanga
2017-11-16Add Cédric new objectid concernscedricnjanga
2017-11-10Add validation and specs to models on objectid_format presencecedricnjanga
2017-11-09split modules objectid_format, remove alias referentialGuillaume
2017-11-09add object_id_format to migrations, create module for call Referential, Line ...Guillaume
2017-10-02Refs #4665cedricnjanga
2017-09-01Prefix local_id with IBOOXinhui
2017-08-31Merge branch 'master' into stif_netex_objectidXinhui
2017-08-31Default local_idXinhui
2017-08-29Refs #3367 Change Time table overlap querycedricnjanga
2017-08-21Refs #4246 Fix combinaitions to only consider effective days for the two ttcedricnjanga
2017-08-08Merge branch 'checksum'Xinhui
2017-07-31Delete Timetable unnacessary methods and update specscedricnjanga
2017-07-31Refactoring of combination methods to manage int_day_types of another_ttcedricnjanga
2017-07-28Override local_id method for classes with specific formatXinhui
2017-07-28Edit factories to comply with new objectid formatXinhui
2017-07-28Refs #4184: updating tt_combination search fields autocomplete displayjpl
2017-07-25Add tests for Timetable#mergecedricnjanga
2017-07-25Timetable#merge! remove excluded dates if other tt doesn't have themcedricnjanga
2017-07-24Update Tietable#merge! to manage more edge casescedricnjanga
2017-07-24Add methods to manage continuous dates and periodscedricnjanga
2017-07-13TimeTable implementation of checksum concernsXinhui
2017-06-30Spec time_table#disjoin -m RefsXinhui
2017-06-29Refactoring time_table#intersect -m RefsXinhui
2017-06-28Refactoring time_table#mergeXinhui
2017-06-13Fix merge time_table with calendar should copy calendar datesXinhui
2017-06-09Cleanup add TimeTableDate in_out:false to overlapping periodsXinhui
2017-06-05Fix time_table combination disjoin & intersects should not clear int_day_typeXinhui
2017-05-31Fix time_table should keep int_day_types on #actualizeXinhui
2017-05-29Fix update calendar association from stateXinhui
2017-05-22TimeTables#actualize retrieve dates & periods from calendarXinhui
2017-05-22Edit autocomplete time_tables json formatXinhui
2017-05-19Templating select2 time_table_combination + refactoringXinhui
2017-05-18Wip TimeTableCombinations#new form & refactoringXinhui
2017-05-16Filter TimeTable by overlapping periodXinhui