summaryrefslogtreecommitdiff
path: root/app/helpers/projects_helper.rb
Commit message (Collapse)AuthorAgeFilesLines
* Store commit count in project tableadvanced-cacheDmitriy Zaporozhets2015-07-171-0/+14
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Use password field default password masking.use_password_field_defaults_for_servicesMarin Jankovski2015-07-131-10/+0
|
* Merge branch 'fork_visibility_level' into 'master'Dmitriy Zaporozhets2015-07-101-0/+10
|\ | | | | | | | | | | | | | | Forks should not have more permissive visibility levels than the original https://dev.gitlab.org/gitlab/gitlabhq/issues/2286 See merge request !936
| * Fork visibility level fixfork_visibility_levelValery Sizov2015-07-061-0/+10
| |
* | Cache readme rendering resultDmitriy Zaporozhets2015-07-091-0/+4
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Show last push widget on several project pagesDmitriy Zaporozhets2015-07-081-0/+6
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Recommend user to create README file for both empty and existing projectDmitriy Zaporozhets2015-07-081-0/+7
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Refactor star and fork buttonsDmitriy Zaporozhets2015-07-081-47/+0
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Move project activity to separate tab. Add more features to project home pageDmitriy Zaporozhets2015-07-071-1/+1
|/ | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Update time_ago_with_tooltip helperRobert Speicher2015-06-171-1/+1
| | | | Minor refactoring, add specs, changes arguments to use keywords.
* Add ability to leave projectDmitriy Zaporozhets2015-05-291-0/+12
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Refactor permission checks to use `can?` instead of `issues_enabled` and ↵Stan Hu2015-05-251-4/+12
| | | | `merge_requests_enabled`
* 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
| | | | | | Make the following changes to deal with new behavior in Rails 4.1.2: * Use nested resources to avoid slashes in arguments to path helpers.
* 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
|\ | | | | | | | | | | Move external issue tracker away from yml config See merge request !1442
| * Merge branch 'master' into move_external_issue_tracker_away_from_yml_configMarin Jankovski2015-01-261-1/+5
| |\ | | | | | | | | | | | | | | | Conflicts: app/models/project.rb spec/models/project_spec.rb
| * \ 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 ↵Marin Jankovski2015-01-231-12/+0
| | | | | | | | | | | | | | | | trackers.
* | | | Merge branch 'github-no-omniauth' into 'master'Valery Sizov2015-01-271-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Don't require omniauth to enable github importer I noticed the github importer is only enabled when omniauth authentication is also enabled. That isn't actually necessary -- just the oauth keys from GitHub are required to be configured. The fix for this is very simple. See merge request !316
| * | | | 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 arrays [failure unrelated]
| * 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 improvement
| * | Stability improvementuran2014-12-241-1/+3
| |/
* | Merge branch 'github_importer'Dmitriy Zaporozhets2015-01-131-0/+16
|\ \ | | | | | | | | | | | | Conflicts: app/helpers/projects_helper.rb
| * | 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
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* One column issue/mr lists for projectDmitriy Zaporozhets2014-12-231-25/+0
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>