| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-04-27 | Add Chouette favicon6627-add-chouette-favicon | Teddy Wing | |
| Adds a favicon to the site to respond to these errors: ActionController::RoutingError (No route matches [GET] "/favicon.ico"): Using `favicon_link_tag` allows us to get the image from the asset pipeline, which makes it easier to update if necessary, since browsers tend to cache the default `/favicon.ico` indeterminably (source: http://api.rubyonrails.org/classes/ActionView/Helpers/AssetTagHelper.html#method-i-favicon_link_tag). According to some Stack Overflow posts I've been reading, it looks like it's advisable to put the `favicon.ico` file in both `/assets/images/` and `/public/`: - https://stackoverflow.com/questions/15687506/actioncontrollerroutingerror-no-route-matches-get-favicon-ico-in-rails#15688041 - https://stackoverflow.com/questions/11071445/favicon-in-ruby-on-rails-application This way, you can serve the favicon from the asset pipeline, but if any requesters try to get `/favicon.ico`, the server will respond with the image instead of an error. To be honest, when I was testing locally, I couldn't get the icon in `/public` to display, both without a `link` tag and with the following `link` tag: / application.html.slim / ... link href='/favicon.ico' rel='shortcut icon' As a result, I'm adding the image to `/public` with fingers crossed that it's going to work if requested. I generated the `favicon.ico` file with a 256x256px PNG supplied by Cyrielle in the Redmine ticket and the following ImageMagick command: $ convert -resize x16 -gravity center -crop 16x16+0+0 \ Logo_Chouette-256x256.png -flatten -colors 256 favicon.ico (Copied from: https://stackoverflow.com/questions/3185677/converting-gifs-pngs-and-jpgs-to-ico-files-using-imagemagick) Refs #6627 | |||
| 2018-04-27 | :fire: log | Zog | |
| 2018-04-27 | Refs #6572; Fix specs | Zog | |
| 2018-04-27 | Refs #6572; Hide useless filters | Zog | |
| 2018-04-27 | Ref #6572; Fix filters on referential#show | Zog | |
| 2018-04-27 | Refs #6572; Fix referentials policies | Zog | |
| 2018-04-27 | Refs #6572; Don't show Cleanup operations | Zog | |
| 2018-04-27 | Refs #6572; Fix dashboard | Zog | |
| 2018-04-27 | Refs #6572; Update Referentil status after Netex import | Zog | |
| 2018-04-27 | Refs #6572; Refactor policy | Zog | |
| 2018-04-27 | Refs #6572; Fix browse policy | Zog | |
| 2018-04-27 | Refs #6572; Update policies | Zog | |
| disable all actions for non-ready referentials | |||
| 2018-04-27 | Refs #6572; Update I18n | Zog | |
| 2018-04-27 | Refs #6572; Updte wording | Zog | |
| 2018-04-27 | Refs #6572; Update filters on referentials list | Zog | |
| 2018-04-27 | Refs #6572; Fix specs | Zog | |
| 2018-04-27 | Refs #6572; Update i18n | Zog | |
| 2018-04-27 | Refs #6572; New Referential#Show for noredy referentials | Zog | |
| 2018-04-27 | Refs #6572; Use new states | Zog | |
| 2018-04-27 | Refs #6572; Define 4 different states on Referentials | Zog | |
| With according methods and scopes | |||
| 2018-04-27 | Fix Vehicle journeys specs | Zog | |
| 2018-04-27 | Disable 'compute passing time' spec | Alban Peignier | |
| 2018-04-27 | Merge branch '6833-clone-by-command' | Alban Peignier | |
| 2018-04-27 | Use truncation in ReferentialCloningWorker spec to find the created ↵6833-clone-by-command | Alban Peignier | |
| referential outside of the transaction. Refs #6833 | |||
| 2018-04-26 | Use less strict expressions in sed command (to support old syntax of PG 9.4 ↵ | Alban Peignier | |
| dump for example). Refs #6833 | |||
| 2018-04-26 | Replace AF83::SchemaCloner by a dump/sed/restore command. Refs #6833 | Alban Peignier | |
| 2018-04-26 | Replace AF83::SchemaCloner by a dump/sed/restore command. Refs #6833 | Alban Peignier | |
| 2018-04-26 | Fix `Attachment` Custom Field | Zog | |
| 2018-04-26 | Merge pull request #537 from af83/6836-fix-checksums | Alban Peignier | |
| Fix checksum for new journeys. Refs #6836 | |||
| 2018-04-26 | Refs #6836; Fix checksum for new journeys6836-fix-checksums | Zog | |
| 2018-04-26 | Merge pull request #536 from af83/6628-fix-i18n | Alban Peignier | |
| Fix string interpolation. Fixes #6628 | |||
| 2018-04-26 | Merge pull request #535 from af83/6829-fix-vjs-editor | Alban Peignier | |
| Fix Purchase Windows assignment in VJs editor. Fixes #6829 | |||
| 2018-04-26 | Merge pull request #534 from af83/6828-fix-purchase-windows-bounding-dates | Alban Peignier | |
| Fix PurchaseWindow#bounding_dates. Fixes #6828 | |||
| 2018-04-26 | Merge pull request #533 from af83/6826-fix-times-interpolation | Alban Peignier | |
| Fix times interpolation with day offsets. Fixes #6826 | |||
| 2018-04-26 | Refs #6628; Fix string interpolation6628-fix-i18n | Zog | |
| 2018-04-26 | Merge pull request #532 from af83/6667-fix-json_serilization | Alban Peignier | |
| Fix Metadata serialization. Refs #6667 | |||
| 2018-04-26 | Refs #6621; Don't apply the filters on the return courses | Zog | |
| 2018-04-26 | features/stop_areas_spec: Fix `name_or_objectid_cont` name | Teddy Wing | |
| This name has been renamed to get Ransack to filter by registration number (in c2a466e04d3e335a56ab5bd0866b3663da29ffa0). Change the name used in these tests to get them to pass again. Refs #6681 | |||
| 2018-04-26 | StopAreasController spec: Test when the name filter is empty | Yuhiba | |
| Check that all stop areas are found when the name/objectid/registration number filter is sent with an empty value. Refs #6681 | |||
| 2018-04-26 | StopAreas#index: Filter by registration number | Teddy Wing | |
| The input that filters by name and objectid now also needs to filter by registration number. Refs #6681 | |||
| 2018-04-26 | Refs #6829; Fix Purchase Windows assignment in VJs editor6829-fix-vjs-editor | Zog | |
| 2018-04-26 | Refs #6828; Fix PurchaseWindow#bounding_dates6828-fix-purchase-windows-bounding-dates | Zog | |
| 2018-04-26 | Refs #6826; Fix times interpolation with day offsets6826-fix-times-interpolation | Zog | |
| 2018-04-26 | Refs #6667; Fix Metdata serialization6667-fix-json_serilization | Zog | |
| 2018-04-26 | Merge pull request #531 from af83/6819-fix-vjs-custom-fields | Alban Peignier | |
| Fix CustomFields in React views. Fixes #6819 | |||
| 2018-04-26 | Refs #6819; Fix CustomFields in React views6819-fix-vjs-custom-fields | Zog | |
| 2018-04-26 | Refs #6811; Fix specs | Zog | |
| 2018-04-26 | Truncate Referential#slug. Refs #6811 | Alban Peignier | |
| 2018-04-26 | Merge pull request #529 from af83/6486-fix-bumpy-front | Alban Peignier | |
| Fix bumpy front. Refs #6486 | |||
| 2018-04-26 | :fire: log6486-fix-bumpy-front | Zog | |
