| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-05-10 | Move per-page-select group in the second line in ↵6923-consolidated-offer | Alban Peignier | |
| referential_vehicle_journeys/_filters. Refs #6923 | |||
| 2018-05-07 | Refs #6321; :fire: comments | Zog | |
| 2018-05-07 | Refs #6923; More :lipstick: | Zog | |
| 2018-05-07 | Refs #6923; :lipstick: | Zog | |
| 2018-05-07 | Refs #6923; Use a feature: `consolidated_offers` | Zog | |
| 2018-05-07 | refs #6923; small improvements | Zog | |
| 2018-05-04 | Refs #6923; Some css sugar | Zog | |
| 2018-05-04 | Refs #6923; Implement a consolidated view | Zog | |
| 2018-05-02 | Merge pull request #542 from af83/6627-add-chouette-favicon | Luc Donnet | |
| 6627: Add Chouette favicon | |||
| 2018-05-02 | Merge pull request #546 from af83/6572-make-new-referentials-pending | Luc Donnet | |
| 6572 Create Referentials in a pending state | |||
| 2018-05-02 | Merge pull request #545 from ↵ | Luc Donnet | |
| af83/6858-workbenches-show--disallow-deletion-of-pending-referent 6858: Workbenches#show: Don't allow pending referentials to be selected | |||
| 2018-05-02 | Merge pull request #547 from af83/6841-fix-itls | Luc Donnet | |
| 6841 Revert useless and harmful migration | |||
| 2018-05-02 | Refs #6572; Fix specs6572-make-new-referentials-pending | Zog | |
| 2018-05-02 | Refs #6841; Revert useless and harmful migration6841-fix-itls | Zog | |
| 2018-05-02 | Refs #6572; Crete Referentials in a pending state | Zog | |
| And fix a bug preventing the deletion of referentials without a schema | |||
| 2018-04-30 | Workbenches#show: Don't allow pending referentials to be selected6858-workbenches-show--disallow-deletion-of-pending-referent | Teddy Wing | |
| Disable the checkboxes next to pending referentials. This prevents them from being deleted by the batch deletion operation. In general it seems like we shouldn't be operating on pending referentials, so if any new batch actions are added, it would make sense to me for the checkboxes to stay disabled. We want to disallow deletion of pending referentials because this can put the data in an inconsistent state that requires manual intervention to clean (I think). Refs #6858 | |||
| 2018-04-30 | Fix VehicleJourney#fill_passing_times! | Zog | |
| 2018-04-29 | Fix more specs | Zog | |
| 2018-04-29 | Fix specs | Zog | |
| 2018-04-29 | Add postgresql-client-9.6 in Dockerfile. Refs #6843 | Alban Peignier | |
| 2018-04-29 | Add quote to PG password. Refs #6833 | Alban Peignier | |
| 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 | |||
