| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-05-30 | Refs #7161; Clean views and routes | Zog | |
| 2018-05-30 | Refs #6433; Fix specs | Zog | |
| 2018-05-30 | Fix assets compiling | Zog | |
| 2018-05-28 | Merge pull request #580 from af83/7031-fox-consolidated-view | Luc Donnet | |
| 7031 Css fixes on Consolidated view | |||
| 2018-05-28 | Refs #6955 Add new translation + custom delete confirmation modal | cedricnjanga | |
| 2018-05-22 | Refs #7031; Fix text overflow in stops name | Zog | |
| 2018-05-17 | Refs #7031; Css fixes (safe) | Zog | |
| 2018-05-16 | Merge pull request #562 from af83/6972-fix-consolidated-views | Alban Peignier | |
| Fix consolidated view when togglable elements are open. Fixes #6972 | |||
| 2018-05-11 | Make favicon transparent and retina compatible6627-favicon--make-transparent-and-retina-compatible | Teddy 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-11 | Refs #6973; Update consolidted views CSS | Zog | |
| 2018-05-11 | Refs #6972; Fix consolidated view when togglable elements are open6972-fix-consolidated-views | Zog | |
| 2018-05-10 | Merge pull request #555 from af83/6923-consolidated-offer | Alban Peignier | |
| Display consolidated offer. Fixes #6923 | |||
| 2018-05-07 | Rework imports to use Resources and make the a little more verbose | Zog | |
| 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-04 | Refs #6923; Some css sugar | Zog | |
| 2018-05-04 | Refs #6923; Implement a consolidated view | Zog | |
| 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 | Refs #6572; Updte wording | Zog | |
| 2018-04-27 | Refs #6572; Update filters on referentials list | Zog | |
| 2018-04-26 | ReferentialVehicleJourneys: Fix line drop-down placeholder | Teddy Wing | |
| After adding the `initvalue` data attribute, the placeholder was no longer rendered. Fix this by: 1. Removing all elements from the collection to ensure that boolean options don't get added by default to the select (https://github.com/plataformatec/simple_form/blob/84e4465/lib/simple_form/inputs/collection_input.rb#L36-L41) 2. Not setting an `initSelection` on the Select2 config if the initial selection fields are empty. This finally gets the placeholder to display correctly again. Refs #5889 | |||
| 2018-04-16 | Refs #6337; Make date validation JS locale-agnostic | Zog | |
| 2018-04-13 | Merge pull request #446 from af83/6382-compliance-control-block-refacto | Luc Donnet | |
| Refs #6382 Refacto display of ccblock transport mode errors | |||
| 2018-04-13 | Fix css for errors display on compliance control block Refs #63826382-compliance-control-block-refacto | Luc Donnet | |
| 2018-04-10 | Refs #6426; Disable "Create opposite route" action instead of hiding it | Zog | |
| 2018-04-10 | Refs 5846; Fix wrong translation | Zog | |
| And a very small css fix | |||
| 2018-04-05 | Refs #6382 Refacto display of ccblock transport mode errors | cedricnjanga | |
| 2018-03-30 | Merge pull request #429 from af83/6363-fix-sticky-header | Luc Donnet | |
| 6363 Fix sticky title overlapping buttons | |||
| 2018-03-29 | Refs #6156 Change capitalization of pagination text | cedricnjanga | |
| 2018-03-29 | Refs #6363; Fix sticky title overlapping buttons6363-fix-sticky-header | Zog | |
| 2018-03-15 | Merge pull request #372 from af83/6146-line-states | Luc Donnet | |
| 6146 Line state update | |||
| 2018-03-15 | Refs #6143; Configurable extra headers on VJs editor | Zog | |
| 2018-03-15 | Merge pull request #355 from af83/5113-update-logo | Alban Peignier | |
| Refs #5113. Refs #5126. Update LineReferential icon | |||
| 2018-03-14 | Merge pull request #367 from af83/6042-detailed_purchase_windows | Alban Peignier | |
| Add detailed view for purchase windows. Refs #6042 | |||
| 2018-03-14 | Refs #5972 @1h; Automatic registration_number generation | Zog | |
| 2018-03-14 | Refs #6146; Fix display in tables | Zog | |
| 2018-03-12 | Refs #5567; Disable routes by default5567-routes-map-on-line-show | Zog | |
| 2018-03-09 | Refs #6042; Add detailed view for purchazse windows6042-detailed_purchase_windows | Zog | |
| 2018-03-02 | Merge pull request #338 from af83/5952-fix-sticky-header-behaviour | teddywing | |
| 5952 Add an hysteresis on the sticky header | |||
| 2018-03-02 | Merge pull request #337 from af83/5982-add-error-message-on-vj-creation-modal | teddywing | |
| 5982 Show error in VJ creation modal when no JP is selected | |||
| 2018-03-02 | Merge pull request #336 from af83/enhance-map-with-several-routes | Luc Donnet | |
| Enhance map with several routes | |||
| 2018-03-02 | Show labels on a signle columnenhance-map-with-several-routes | Zog | |
| Display full name on hover | |||
| 2018-03-01 | Remove useless shadow | Zog | |
| 2018-03-01 | Small improvements on referential overviews | Zog | |
| 2018-03-01 | Refs #5126; Update StopAreaReferential icon5113-update-logo | Zog | |
| 2018-03-01 | Refs #5113; Update LineReferential icon | Zog | |
| 2018-02-27 | Small css fix on referential overviews | Zog | |
| 2018-02-23 | Refs #5952; Add an hysteresis on the sticky header | Zog | |
| 2018-02-23 | Refs #5982; Show error in VJ creation modal when no JP is selected | Zog | |
