aboutsummaryrefslogtreecommitdiffstats
path: root/app/assets/images
AgeCommit message (Collapse)Author
2018-05-30Refs #7161; Clean views and routesZog
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-04-27Add Chouette favicon6627-add-chouette-faviconTeddy 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-12adding svg loader if isFetchingjpl
2016-12-15Rename asset for new area_typeXinhui
2016-05-25Fixes header and footer to remove Chouette specific stuff. Refs #912Alban Peignier
2015-12-16Add route_sections for tracesBruno Perles
2015-06-10Move map images to the right repository /assets/images/map/Luc Donnet
2015-05-27Restrict 'non digest' assets to OpenLayers assets (images/map/...)Alban Peignier
2015-02-09Add favicon to chouetteLuc Donnet
2014-11-13Add welcome big picture and fix french localesLuc Donnet
2014-10-22Change chouette logo for an amazing owlLuc Donnet
2014-09-05add stops and transfert export only on GTFS format, Mantis 26832Michel Etienne
2014-08-22show exchange states and notice for refresh on creationMichel Etienne
2014-07-21Add cityway logo Refs #0026847Luc Donnet
2014-06-25Refactoring layout 2nd part Refs #0026847Luc Donnet
2014-06-18Initialize big css refactoringLuc Donnet
2014-06-12Initialize export/import vehicle journey at stops Refs #0026843Luc Donnet
2014-02-11Add icon link_page_alertLuc Donnet
2014-01-22merge branch validationMarc Florisson
2013-07-11add small icon for downlodMarc Florisson
2013-06-28Add kml links to kml resources for apiLuc Donnet
2012-11-12manage generic access_links and hide/show datas on several viewsMichel Etienne
2012-11-06add access_points and access_links managmentMichel Etienne
2012-09-25add warning entry on import/export/validation index screensMichel Etienne
2012-09-24correct image location for test_sheetMichel Etienne
2012-09-24change logoMichel Etienne
2012-09-24add images on test_sheetMichel Etienne
2012-09-07add icons to import/export actionsMichel Etienne
2012-08-30mergeMarc Florisson
2012-08-30change +/- char with iconsMichel Etienne
2012-08-29add subscriptionMarc Florisson
2012-08-20Add picture for route stop areasLuc Donnet
2012-08-17Add picture for stop areaLuc Donnet
2012-08-17Add stop area picture for journey patternLuc Donnet
2012-08-06Update css for index listLuc Donnet
2012-07-03add vaidation iconsMichel Etienne
2012-07-02add file validationMichel Etienne
2012-06-13show import log for Neptune and CSV formatsMichel Etienne
2012-06-07Add support for Exports. Refs #41Alban Peignier
2012-05-30Create and display ImportLogMessages. Refs #39Alban Peignier
2012-05-16Merge branch 'master' of chouette.dryade.priv:/srv/git/chouette2Alban Peignier
2012-05-16Create first Imports. Refs #23Alban Peignier
2012-05-15add route and stop_point viewsMarc Florisson
2012-05-04add map on route viewMarc Florisson
2012-04-27Add select parent for stop areaLuc Donnet
2012-04-26Add links between stop areasLuc Donnet
2012-04-25Add icons for route wayback and fix cssLuc Donnet
2012-04-19update help and put an empty all icon on area typesMichel Etienne
2012-04-17stop icons in help and stoptype filterMichel Etienne