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
path: root/app/views
AgeCommit message (Collapse)Author
2015-01-28Improve UX for widget if merge request can not be mergedDmitriy Zaporozhets
2015-01-28Project/Group access dropdown should contain link to permissions help pageDmitriy Zaporozhets
2015-01-28Separate admin settings from other linksDmitriy Zaporozhets
2015-01-28Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceDmitriy Zaporozhets
2015-01-28Fix gravatar size for head panel iconDmitriy Zaporozhets
2015-01-28Fix broadcast message to show up properly with new UIVisay Keo
With the new UI, the broadcast message is the first level child element of the body tag and then render full width without respecting the width of the left sidebar. This makes the message goes under the left sidebar in smaller screen. This commit fixes the issue by moving the message element into the "page-with-sidebar" div so it will always render together with the main content area with same look as before. The rendering for the search, login and other view without left sidebar remains untouched. Releases: master, 7-7-stable Fixes: #1019
2015-01-28Merge branch 'init-from-ui' into 'master'Dmitriy Zaporozhets
Add tests for creating bare repo and first file in UI Part of #1930 See merge request !1444
2015-01-27Merge branch 'move_external_issue_tracker_away_from_yml_config' into 'master'Dmitriy Zaporozhets
Move external issue tracker away from yml config See merge request !1442
2015-01-27Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceDmitriy Zaporozhets
2015-01-27Merge branch 'add_titles_to_links' into 'master'Dmitriy Zaporozhets
Add titles to all nav links See merge request !313
2015-01-27Replace p with h4 for empty repo textDmitriy Zaporozhets
2015-01-27Prevent confusion between active users and 30 day users.Sytse Sijbrandij
2015-01-27Fixed few tests and improved css styleDmitriy Zaporozhets
2015-01-27Merge branch 'master' into move_external_issue_tracker_away_from_yml_configMarin Jankovski
Conflicts: app/models/project.rb spec/models/project_spec.rb
2015-01-27Improve web editor filename placeholderDmitriy Zaporozhets
2015-01-27Refactor web editorDmitriy Zaporozhets
2015-01-27Refactor blob viewsDmitriy Zaporozhets
2015-01-27Make draft UI for creating new file in empty repositoryDmitriy Zaporozhets
2015-01-26Redesign way how project avatar displayed on project pageDmitriy Zaporozhets
2015-01-25Remove default project iconDmitriy Zaporozhets
2015-01-25Predefine colors for project identiconsDmitriy Zaporozhets
2015-01-24Fix tests, merge conflicts, some minor issues and make the project avatar ↵Hannes Rosenögger
feature mergable
2015-01-24adding avatar to project settings page added avatar removal show project ↵Steven Thonus
avatar on dashboard, projects page, project page added rspec and feature tests added project avatar from repository new default project icon added added copying af avatar to forking of project added generated icon fixed avatar fork hound fix style fix test fix
2015-01-24Add titles to links. Closes #1018.Achilleas Pipinellis
2015-01-24Redesign services pageDmitriy Zaporozhets
2015-01-24Fix tooltip for groups on user pageDmitriy Zaporozhets
2015-01-24Make new project button more visibleDmitriy Zaporozhets
2015-01-24Show no-ssh error message for project pageDmitriy Zaporozhets
2015-01-23Merge branch 'master' into move_external_issue_tracker_away_from_yml_configMarin Jankovski
2015-01-23Remove configuration option from project settings page for external issue ↵Marin Jankovski
trackers.
2015-01-23Do a check which issue tracker is used inside the project.Marin Jankovski
2015-01-23Make all avatars rounded for consistencyDmitriy Zaporozhets
2015-01-23Merge branch 'disable-turbolink-on-ci-links' into 'master'Dmitriy Zaporozhets
Disable turbolink on links pointing out to CI services ### What does this MR do? This MR adds 'data-no-turbolink' attribute into all links pointing to CI services. ### Are there points in the code the reviewer needs to double check? No ### Why was this MR needed? In rare cases where gitlab and CI service is installed on the same host, turbolink will be used for links between those two. This may result in corrupted css and javascript. This change is harmless for installations that do not share the domain name for GitLab and CI system - in such case, all links modified are already pointing out outside of the domain so turbolink won't handle them. ### What are the relevant issue numbers / Feature requests? I consider this a small fix, no issue has been added. See merge request !305
2015-01-23Merge branch 'gh-import-disabled' into 'master'Dmitriy Zaporozhets
Show modal window with instructions if GitHub integration disabled See merge request !1424
2015-01-22Show modal window with instructions if GH OAuth is not enablesDmitriy Zaporozhets
2015-01-22Show branches/tags as labels on commit pageDmitriy Zaporozhets
2015-01-22Merge pull request #7615 from yglukhov/new-branch-submit-button-validationDmitriy Zaporozhets
Validation of 'Create branch' and 'Create tag' buttons
2015-01-22Merge branch 'vote-count' of https://github.com/mc1arke/gitlabhq into ↵Dmitriy Zaporozhets
mc1arke-vote-count Conflicts: CHANGELOG
2015-01-22Merge pull request #8614 from ↵Dmitriy Zaporozhets
axilleas/disable_check_all_issues_for_unprivileged_users Disable 'check all issues' checkbox for unprivileged users.
2015-01-22Merge pull request #8626 from dblessing/fix_spinnerDmitriy Zaporozhets
Fix spinner icon to match others
2015-01-22Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceDmitriy Zaporozhets
2015-01-22Merge branch 'master' of github.com:gitlabhq/gitlabhqDmitriy Zaporozhets
2015-01-22Fix the sentence on notification page.Marin Jankovski
2015-01-21Fix spinner icon to match othersDrew Blessing
2015-01-21Merge pull request #7389 from skv-headless/show-submodules-in-diffDmitriy Zaporozhets
show diff in submodules
2015-01-21Merge branch 'show_tags_in_commit_view' into 'master'Dmitriy Zaporozhets
Show tags in commit view ### What does this MR do? With this MR you can see the assigned tags for a commit in the commit view. ### Are there points in the code the reviewer needs to double check? I don't think so. But it would be awesome if the reviewer can tell me how to add a tag to the sample_commit in spec/support/repo_helpers.rb. Then I can add a test for the new tag_names_contains method as soon as possible :) ### Why was this MR needed? At the moment if one click on a commit will see details such as: parent commit, amount of additions, deletions, but will not see if this commit has Tag linked to it. Showing branch, tag details will give better overview about the commit ### What are the relevant issue numbers / Feature requests? Feature request: http://feedback.gitlab.com/forums/176466-general/suggestions/3962044-show-tags-in-commit-view ### Screenshots ![gitlab_feature_show_tags](https://gitlab.com/uploads/haynes/gitlab-ce/771c1a36bb/gitlab_feature_show_tags.png) @dblessing Can you take a look at this MR as well please? See merge request !297
2015-01-20Github Importer: AJAX update statusValery Sizov
2015-01-20Disable turbolink on links pointing out to ci servicesGitLab
2015-01-20Disable 'check all issues' checkbox for unprivileged users.Achilleas Pipinellis
2015-01-20Merge pull request #8585 from duduribeiro/fix_email_in_ssh_help_pageDmitriy Zaporozhets
Fix the email variable substituation in ssh help page