Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Upgrade Gemojione from 2.6.1 to 3.0.1. | Connor Shea | 2016-07-18 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | This adds the 2016 emoji as well as support for using SVG images instead of PNGs. It also fixes a number of incorrectly categorized emoji and other minor issues. Upgrade Rake task for Gemojione 3.0.0 and generate sprites. Upgrade aliases.json by pulling down index.json from the gemojione repository and running the generate_aliases.rb file. Changelog: https://github.com/jonathanwiesel/gemojione/blob/master/CHANGELOG.md#v301-2016-07-16 For the specific emoji added to the Unicode standard, see: http://emojione.com/releases/2.2.4/ Huge kudos to Jonathan Wiesel (@jonathanwiesel) for his work on the gemojione gem! | ||||
* | Added basic docs for the Emoji Rake tasksdocument-emoji-rake-tasks | Yorick Peterse | 2016-06-23 | 1 | -0/+20 |
| | | | | | | Fixes gitlab-org/gitlab-ce#14794 gitlab-com/performance#13 [ci skip] | ||||
* | Use rake db:reset instead of db:setup | Yorick Peterse | 2016-04-14 | 1 | -1/+1 |
| | | | | | | | | | | | | Using db:reset ensures existing tables are first dropped. This in turn ensures that we can drop tables regardless of any foreign key constraints. While CE currently doesn't have any foreign keys EE defines the following relation: remote_mirrors.project_id -> projects.id MySQL will complain whenever you try to drop the "projects" table first even when using "DROP TABLE ... CASCADE". | ||||
* | Fix typo in rake task doc | Robert Schilling | 2015-10-31 | 1 | -1/+1 |
| | |||||
* | Fix `rake services:doc` generation | Stan Hu | 2015-09-03 | 1 | -0/+6 |
| | | | | [ci skip] | ||||
* | Remove warning from db seed since it is called by db setup. | Sytse Sijbrandij | 2014-12-04 | 1 | -1/+2 |
| | |||||
* | Fix notifications for developers that don't read the documentation. | Sytse Sijbrandij | 2014-12-04 | 1 | -1/+4 |
| | |||||
* | Fixed typos in Development - Rake Tasks doc | Rob Taylor | 2014-07-31 | 1 | -3/+3 |
| | |||||
* | Add doc file for dev rake tasks | Dmitriy Zaporozhets | 2014-04-24 | 1 | -0/+25 |