aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2018-05-14Refs #6998: Fix JS specs6998-fix-jest-specsZog
2018-05-14Merge pull request #566 from ↵Luc Donnet
af83/6627-favicon--make-transparent-and-retina-compatible 6627-favicon--make-transparent-and-retina-compatible
2018-05-13Disable Import::Netex API v1 request specs. Refs #6995Alban Peignier
2018-05-13Test api_key format in TomTom.enabled?. Refs #6993Alban Peignier
2018-05-13Define a dummy TomTom api_key in specAlban Peignier
2018-05-11Avoid time shift in User specsAlban Peignier
2018-05-11Refs #6990; Fix Referentials filtersZog
2018-05-11Make favicon transparent and retina compatible6627-favicon--make-transparent-and-retina-compatibleTeddy Wing
Use a transparent background version of the favicon instead of setting it on white as per the new requirements. Include both 16x16 and 32x32 sizes to support retina displays. I resized the `Logo_Chouette-256x256 transparent.png` logo in GIMP to 16x16 and 32x32 sizes using cubic interpolation. Then used Imagemagick to create the ICO file: $ convert \ Logo_Chouette-16x16\ transparent.png \ Logo_Chouette-32x32\ transparent.png \ favicon.ico Refs #6627
2018-05-11Refs #6647; Fix specsZog
2018-05-11Refs #6973; Update consolidted views CSSZog
2018-05-11Remove CustomField.none when workgroup isn't defined in ↵Alban Peignier
CustomFieldsSupport.custom_fields
2018-05-11Fixes merge in STIF initializer. Refs #6960Alban Peignier
2018-05-10Define Workgroup owner and ignore STIF organisation in initializer callback. ↵Alban Peignier
Refs #6960
2018-05-10Update licence file. Refs #6958Alban Peignier
2018-05-10Merge pull request #555 from af83/6923-consolidated-offerAlban Peignier
Display consolidated offer. Fixes #6923
2018-05-10Move per-page-select group in the second line in ↵6923-consolidated-offerAlban Peignier
referential_vehicle_journeys/_filters. Refs #6923
2018-05-10Merge pull request #558 from af83/6960-workgroup-editionAlban Peignier
Workgroup edition. Fixes #6960
2018-05-10Test WorkbenchesController without workbenches.update permission. Refs #69606960-workgroup-editionAlban Peignier
2018-05-10Fix specs. Refs #6960Alban Peignier
2018-05-09Don't change IEV operation status before pinging java API. Refs #6960Alban Peignier
2018-05-09Fixes WorkbenchesController and WorkgroupsController specs. Refs #6960Alban Peignier
2018-05-09Use Workbench#compliance_control_set_ids virtual attribute to merge with ↵Alban Peignier
existing owner_compliance_control_set_ids. Refs #6960
2018-05-09Associate ComplianceControlSet with parent operation when created. Refs #6960Alban Peignier
2018-05-09Rewrite compliance_control_sets associated to workbench or workgroup edits ↵Alban Peignier
and imports. Refs #6960
2018-05-09Fix show on model not defining the `has_metadata?` methodZog
2018-05-09Fix development toolbarZog
2018-05-09Refs #6961; Update Workbench#editZog
- Update the form - Use policies and update the seeds accordingly - Add a link in the navbar(s)
2018-05-09Refs #6960; Update imports to use nesw implementationZog
2018-05-07Refs #6960; Add a view to set the controls associated to each workbenchZog
2018-05-07Refs #6960; Add owners to workgroupsZog
And define policies
2018-05-07Add GTFS viewsZog
2018-05-07Add import_compliance_control_sets to WorkgroupsZog
And rename resource methods for better consistency
2018-05-07Better viewsZog
2018-05-07Ignore failed Referentials when looking for duplicatesZog
2018-05-07Trigger compliance checks after importsZog
2018-05-07Fix NETEX importsZog
2018-05-07Rework imports to use Resources and make the a little more verboseZog
2018-05-07Refs #6321; :fire: commentsZog
2018-05-07Refs #6923; More :lipstick:Zog
2018-05-07Refs #6923; :lipstick:Zog
2018-05-07Refs #6923; Use a feature: `consolidated_offers`Zog
2018-05-07refs #6923; small improvementsZog
2018-05-06Refs #6550; Fix CustomFields edition for JourneyPatternsZog
2018-05-06Update README.md for chouette-core. Refs #6958Alban Peignier
2018-05-06Remove outdated doc directory (see wiki). Refs #6958Alban Peignier
2018-05-06Update LICENSE file. Refs #6958Alban Peignier
2018-05-06Remove guard. Refs #6958Alban Peignier
2018-05-06Add 'TEST_ENV_NUMBER' in ci database.yml. Refs #6957Alban Peignier
2018-05-06Add parallel_tests. Refs #6957Alban Peignier
2018-05-06Update ci task to enable simple chouette-core build. Refs #6957Alban Peignier