Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-01-17Optimize images 24.5% with ImageOptim.Ivan Zotov
2015-01-15Replace highlight.js with rouge-fork rugmentsStefan Tatschner
I decided to create a fork of rouge as rouge lacks a HTML formatter with the required options such as wrapping a line with <span> tags. Furthermore I was not really convinced about the clarity of rouge's source code. Rugments 1.0.0beta3 for now only includes some basic linting and a new HTML formatter. Everything else should behave the same.
2013-10-30Reduce image size.Kevin Lyda
Checking the site with the PageSpeed extension, one of the reports was in reducing image size. This reduced the number of bytes by 67%. It was done with optipng -o7 -fix *.png in the app/assets/images dir. References: optipng: http://optipng.sourceforge.net/ PageSpeed extension: https://developers.google.com/speed/docs/insights/using_chrome
2013-06-05design pages now uses the COLOR_SCHEMESChristian HoĢˆltje
This unifies the code color-scheme code and makes adding new schemes a little easier.