| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-05-30 | Refs #7161; Clean views and routes | Zog | |
| 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-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 | |||
| 2017-01-12 | adding svg loader if isFetching | jpl | |
| 2016-12-15 | Rename asset for new area_type | Xinhui | |
| 2016-05-25 | Fixes header and footer to remove Chouette specific stuff. Refs #912 | Alban Peignier | |
| 2015-12-16 | Add route_sections for traces | Bruno Perles | |
| 2015-06-10 | Move map images to the right repository /assets/images/map/ | Luc Donnet | |
| 2015-05-27 | Restrict 'non digest' assets to OpenLayers assets (images/map/...) | Alban Peignier | |
| 2015-02-09 | Add favicon to chouette | Luc Donnet | |
| 2014-11-13 | Add welcome big picture and fix french locales | Luc Donnet | |
| 2014-10-22 | Change chouette logo for an amazing owl | Luc Donnet | |
| 2014-09-05 | add stops and transfert export only on GTFS format, Mantis 26832 | Michel Etienne | |
| 2014-08-22 | show exchange states and notice for refresh on creation | Michel Etienne | |
| 2014-07-21 | Add cityway logo Refs #0026847 | Luc Donnet | |
| 2014-06-25 | Refactoring layout 2nd part Refs #0026847 | Luc Donnet | |
| 2014-06-18 | Initialize big css refactoring | Luc Donnet | |
| 2014-06-12 | Initialize export/import vehicle journey at stops Refs #0026843 | Luc Donnet | |
| 2014-02-11 | Add icon link_page_alert | Luc Donnet | |
| 2014-01-22 | merge branch validation | Marc Florisson | |
| 2013-07-11 | add small icon for downlod | Marc Florisson | |
| 2013-06-28 | Add kml links to kml resources for api | Luc Donnet | |
| 2012-11-12 | manage generic access_links and hide/show datas on several views | Michel Etienne | |
| 2012-11-06 | add access_points and access_links managment | Michel Etienne | |
| 2012-09-25 | add warning entry on import/export/validation index screens | Michel Etienne | |
| 2012-09-24 | correct image location for test_sheet | Michel Etienne | |
| 2012-09-24 | change logo | Michel Etienne | |
| 2012-09-24 | add images on test_sheet | Michel Etienne | |
| 2012-09-07 | add icons to import/export actions | Michel Etienne | |
| 2012-08-30 | merge | Marc Florisson | |
| 2012-08-30 | change +/- char with icons | Michel Etienne | |
| 2012-08-29 | add subscription | Marc Florisson | |
| 2012-08-20 | Add picture for route stop areas | Luc Donnet | |
| 2012-08-17 | Add picture for stop area | Luc Donnet | |
| 2012-08-17 | Add stop area picture for journey pattern | Luc Donnet | |
| 2012-08-06 | Update css for index list | Luc Donnet | |
| 2012-07-03 | add vaidation icons | Michel Etienne | |
| 2012-07-02 | add file validation | Michel Etienne | |
| 2012-06-13 | show import log for Neptune and CSV formats | Michel Etienne | |
| 2012-06-07 | Add support for Exports. Refs #41 | Alban Peignier | |
| 2012-05-30 | Create and display ImportLogMessages. Refs #39 | Alban Peignier | |
| 2012-05-16 | Merge branch 'master' of chouette.dryade.priv:/srv/git/chouette2 | Alban Peignier | |
| 2012-05-16 | Create first Imports. Refs #23 | Alban Peignier | |
| 2012-05-15 | add route and stop_point views | Marc Florisson | |
| 2012-05-04 | add map on route view | Marc Florisson | |
| 2012-04-27 | Add select parent for stop area | Luc Donnet | |
| 2012-04-26 | Add links between stop areas | Luc Donnet | |
| 2012-04-25 | Add icons for route wayback and fix css | Luc Donnet | |
| 2012-04-19 | update help and put an empty all icon on area types | Michel Etienne | |
| 2012-04-17 | stop icons in help and stoptype filter | Michel Etienne | |
