- 06 Jan, 2015 9 commits
-
-
Dmitriy Zaporozhets authored
Forms action padding fix The padding on the forms action is not adjusted based on screen width: ![Screen Shot 2015-01-05 at 9.48.30 PM](https://gitlab.com/uploads/cloudwindhk/gitlab-ce/09aa26807e/Screen_Shot_2015-01-05_at_9.48.30_PM.png) I added a media query for .forms-action at min-width: $screen-sm-min and moved the padding-left: 17% into it: ![Screen Shot 2015-01-05 at 9.48.35 PM](https://gitlab.com/uploads/cloudwindhk/gitlab-ce/8bbd8eef8c/Screen_Shot_2015-01-05_at_9.48.35_PM.png) Full width padding remains as is: ![Screen Shot 2015-01-05 at 9.53.30 PM](https://gitlab.com/uploads/cloudwindhk/gitlab-ce/a6232959cb/Screen_Shot_2015-01-05_at_9.53.30_PM.png) As this is a purely css change, I don't believe it will break any tests. form-actions occur everywhere there are form actions. See merge request !280
-
Dmitriy Zaporozhets authored
Dashboard icon styling fix When viewing a fresh install of GitLab on a mobile device, the styling for the dashboard item icon is broken in such a way that if the description div is more than 100px high, its contents wrap beneath the icon as shown below. ![Screen Shot 2015-01-05 at 7.11.37 PM](https://gitlab.com/uploads/cloudwindhk/gitlab-ce/9ac2feca33/Screen_Shot_2015-01-05_at_7.11.37_PM.png) I modified the css for the icon and added a new class to the description div and now it behaves as expected as shown below. ![Screen Shot 2015-01-05 at 6.56.33 PM](https://gitlab.com/uploads/cloudwindhk/gitlab-ce/25cf3212d2/Screen_Shot_2015-01-05_at_6.56.33_PM.png) As this is a purely html/css change, I don't believe it will break any tests. The only occurrence of .dashboard-intro-icon is in ./app/views/dashboard/_zero_authorized_projects.html.haml See merge request !278
-
Job van der Voort authored
-
Job van der Voort authored
-
Job van der Voort authored
Document Redis session cleanup We used this process on gitlab.com; it may be useful for other large GitLab instances too. See merge request !1367
-
Jacob Vosmaer authored
-
Wanfung Joshua Lee authored
-
Wanfung Joshua Lee authored
-
Patricio Cano authored
-
- 05 Jan, 2015 7 commits
-
-
Dmitriy Zaporozhets authored
Create merge request view Updated the create merge request view to use the horizontal form layout, and added tabs for commits and changes. Also updated commits layout to use the same as the projects commits layout. Screenshots: [Before](https://gitlab.com/uploads/stephanvl/gitlab-ce/892d1bf4c0/Screenshot_from_2014-12-29_20_33_19.png) - [After](https://gitlab.com/uploads/stephanvl/gitlab-ce/508b3100c7/Screenshot_from_2014-12-29_20_34_40.png) Fixes #923 See merge request !270
-
Dmitriy Zaporozhets authored
Create issue view This changes the create/edit issue view, to only show the create milestone/label links if the user is allowed to create one, and puts the 'Please review the guidelines for contribution to this repository' message above the submit button. Screenshots [Before](https://gitlab.com/uploads/stephanvl/gitlab-ce/ae2ff67f88/Screenshot_from_2014-12-29_20_43_06.png) - [After (allowed)](https://gitlab.com/uploads/stephanvl/gitlab-ce/3a4682d776/Screenshot_from_2014-12-29_20_43_29.png) - [After (not allowed)](https://gitlab.com/uploads/stephanvl/gitlab-ce/86a548d3b3/Screenshot_from_2014-12-29_20_44_00.png) See merge request !272
-
Dmitriy Zaporozhets authored
Fix deleted file representation with new gitlab_git gem Added this MR as per request from https://github.com/gitlabhq/gitlabhq/pull/7980 * Add new gitlab_gem as per gitlab-org/gitlab_git!6 * Fix the showing of deleted file, as it only displays the named of the file, rather than specifying what had happened **Before** ![Screen Shot 2014-12-30 at 21.02.55](https://gitlab.com/uploads/arif-ali/gitlab-ce/67ec88b06d/Screen_Shot_2014-12-30_at_21.02.55.png) **After** ![Screen Shot 2014-12-30 at 21.05.18](https://gitlab.com/uploads/arif-ali/gitlab-ce/050b689c82/Screen_Shot_2014-12-30_at_21.05.18.png) See merge request !273
-
Dmitriy Zaporozhets authored
Fix xmlns:media namespacing for atom feeds A recent commit gitlab-org/gitlab-ce@d31d711a70779132ea43387f93eb4ccc1e472761 introduced a bug that broke four of the atom feeds. The namespace for xmlns:media was not defined properly. This patch fixes the issues for all four feeds. See merge request !274
-
Dmitriy Zaporozhets authored
make sure the user.name is escaped
-
Robert Schilling authored
Use plural on permissions doc See merge request !276
-
Achilleas Pipinellis authored
-
- 04 Jan, 2015 1 commit
-
-
Jeroen van Baarsen authored
Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
-
- 03 Jan, 2015 4 commits
-
-
Dmitriy Zaporozhets authored
Add tests for disabled blob edit button cases v2
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Markdown preview in wiki
-
Dmitriy Zaporozhets authored
Raise group avatar filesize limit to 200kb, fixes #8527
-
- 02 Jan, 2015 1 commit
-
-
Robert Schilling authored
-
- 31 Dec, 2014 1 commit
-
-
Jeremy Maziarz authored
-
- 30 Dec, 2014 17 commits
-
-
Arif Ali authored
-
Dmitriy Zaporozhets authored
Improve merge widget * remove title `You can merge it` since button below says same * fixed layout for custom commit message * make button a bit bigger See merge request !1365
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Stephan van Leeuwen authored
-
Ciro Santilli authored
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Fix HipChat Server
-
Dmitriy Zaporozhets authored
Merge request commits view Changes the commits view of a merge request to use the same layout as used in the project commits view. As noticed from #923. This also changes the commits icon on the tab to be fa-history, the same as used in the sidebar Screenshots [Before](https://gitlab.com/uploads/stephanvl/gitlab-ce/8785737424/Screenshot_from_2014-12-29_20_39_25.png) - [After](https://gitlab.com/uploads/stephanvl/gitlab-ce/a3bf2a790f/Screenshot_from_2014-12-29_20_40_23.png) See merge request !271
-
Dmitriy Zaporozhets authored
User ssh keys on admin Show user ssh keys on admin user page. See merge request !1362
-
Marin Jankovski authored
-
Dmitriy Zaporozhets authored
Ajax group select Helper method for creatins select2 selectbox with ajax query to groups via API See merge request !1363
-
Marin Jankovski authored
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-