summaryrefslogtreecommitdiff
path: root/app/helpers/projects_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* Add ability to leave projectDmitriy Zaporozhets2015-05-291-0/+12
* Refactor permission checks to use `can?` instead of `issues_enabled` and `mer...Stan Hu2015-05-251-4/+12
* Add a page title to every page.Douwe Maan2015-04-301-40/+0
* Consistently use "invitation" rather than "invite" in text.Douwe Maan2015-04-141-1/+1
* Correctly render invite members without user.Douwe Maan2015-04-141-2/+6
* Clean up code.Douwe Maan2015-04-031-0/+8
* Refactor star btn logic for non-logged in user and fix testsDmitriy Zaporozhets2015-03-291-12/+10
* Refactor star/fork buttonsDmitriy Zaporozhets2015-03-291-3/+7
* Alignment fixes for repo buttonsPhil Hughes2015-03-291-1/+1
* Changed button typePhil Hughes2015-03-271-1/+1
* Fork/Star button re-designPhil Hughes2015-03-261-2/+2
* Milestones and labels can be used even when issues are disabled.Marin Jankovski2015-03-241-1/+1
* Fix #8966 Remove Milestones/Labels from project navbar when Isses disabledvichak2015-03-231-0/+4
* Add license and contribution guide links to project sidebar.Douwe Maan2015-03-181-2/+35
* Show asterisks instead of password in service edit form.Marin Jankovski2015-03-121-0/+10
* Introduce shortcuts for routing helpersDmitriy Zaporozhets2015-02-251-2/+2
* Load public key in initializer.Douwe Maan2015-02-241-12/+0
* Add Bitbucket importer.Douwe Maan2015-02-241-0/+4
* Upgrade to Rails 4.1.9Vinnie Okada2015-02-141-6/+22
* GitLab integration. ImporterValery Sizov2015-02-051-0/+4
* Rubocop: no trailing newlinesDmitriy Zaporozhets2015-02-021-1/+0
* Rubocop enabled for: Use spaces inside hash literal bracesDmitriy Zaporozhets2015-02-021-1/+1
* Use `icon` helper method in helper modulesRobert Speicher2015-01-281-2/+2
* Merge branch 'move_external_issue_tracker_away_from_yml_config' into 'master'Dmitriy Zaporozhets2015-01-271-12/+0
|\
| * Merge branch 'master' into move_external_issue_tracker_away_from_yml_configMarin Jankovski2015-01-261-1/+5
| |\
| * \ Merge branch 'master' into move_external_issue_tracker_away_from_yml_configMarin Jankovski2015-01-231-1/+1
| |\ \
| * | | Remove configuration option from project settings page for external issue tra...Marin Jankovski2015-01-231-12/+0
* | | | Merge branch 'github-no-omniauth' into 'master'Valery Sizov2015-01-271-1/+1
|\ \ \ \
| * | | | Don't require omniauth to be enabled, to use github importerMarco Wessel2015-01-261-1/+1
| | |/ / | |/| |
* | | | Fix app title when browse blobDmitriy Zaporozhets2015-01-261-0/+2
| |_|/ |/| |
* | | Refactor blob helpersDmitriy Zaporozhets2015-01-261-1/+5
|/ /
* | Merge pull request #7999 from cirosantilli/append-inplaceDmitriy Zaporozhets2015-01-211-1/+1
|\ \ | |/ |/|
| * Append in place for strings and arraysCiro Santilli2015-01-011-1/+1
* | Merge pull request #8176 from yglukhov/stability-fixDmitriy Zaporozhets2015-01-181-1/+3
|\ \
| * | Stability improvementuran2014-12-241-1/+3
| |/
* | Merge branch 'github_importer'Dmitriy Zaporozhets2015-01-131-0/+16
|\ \
| * | Github ImporterValery Sizov2015-01-101-0/+16
| |/
* | First entry in wiki history leads to newest revision.yglukhov2015-01-131-0/+5
|/
* Refactor issues and merge requests listsDmitriy Zaporozhets2014-12-231-17/+0
* One column issue/mr lists for projectDmitriy Zaporozhets2014-12-231-25/+0
* make repo name link to repo homepageBen Bodenmiller2014-11-091-2/+2
* Apply ConfirmDangerModal for project transfer/remove actionsDmitriy Zaporozhets2014-10-081-0/+4
* Add a bit of space between star icon and textDmitriy Zaporozhets2014-10-071-2/+2
* Upgrade to Font Awesome v4.2Sullivan SENECHAL2014-10-031-2/+2
* Add parenthesis to function def with arguments.Ciro Santilli2014-10-031-2/+2
* Factor fork button view.Ciro Santilli2014-09-231-0/+8
* Merge pull request #7601 from yglukhov/hide_passDmitriy Zaporozhets2014-08-281-0/+6
|\
| * Mask password in import URL while importing.uran2014-08-271-0/+6
* | Restyle project homeDmitriy Zaporozhets2014-08-281-2/+2
|/
* Move star button to sidebar. Add counter to forks tooDmitriy Zaporozhets2014-07-241-15/+27