- 23 Sep, 2015 27 commits
-
-
Robert Speicher authored
-
Robert Speicher authored
Prior, it wasn't obvious which parts of each item was an actual link.
-
Robert Speicher authored
Closes #2721
-
Robert Speicher authored
Update CHANGELOG to add unreleased 8.0.2 entry [ci skip] See merge request !1413
-
Robert Speicher authored
[ci skip]
-
Robert Speicher authored
Fix LDAP attribute mapping See merge request !1408
-
Robert Speicher authored
Fix cases where Markdown did not render links in activity feed HTML would be stripped in `truncate_if_block` when a comment had multiple lines and the first wasn't long enough to be truncated. The use of `node.content` would strip all HTML tags. Using `node.inner_html` retains these tags and puts the "..." in between paragraph tags. Closes #2586 See merge request !1401
-
Robert Speicher authored
Fix top margin for sign-in button on public pages Closes #2615 [ci skip] See merge request !1412
-
Robert Speicher authored
Closes #2615
-
Dmitriy Zaporozhets authored
Enable CI for gitlab when .gitlab-ci.yml is pushed Make enabling CI as easy as pushing file. Should be merged after !1402. Fixes #2650. Part of #2594 and internal issue https://dev.gitlab.org/gitlab/gitlabhq/issues/2528 See merge request !1403
-
Robert Speicher authored
Make commit graphs responsive to window width changes Closes #2653 See merge request !1395
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Douwe Maan authored
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Improve Markdown css See merge request !1389
-
Douwe Maan authored
Prevent double-prefixing of help page paths Closes #2679 See merge request !1400
-
Douwe Maan authored
Commits page CI status Show CI status for each commit row on pages like: Commits, Merge request (commits tab), Compare etc ![Screenshot_2015-09-23_12.34.50](https://gitlab.com/gitlab-org/gitlab-ce/uploads/d40d6a69f76128e32d3a0cb641b3495b/Screenshot_2015-09-23_12.34.50.png) Fixes #2632 See merge request !1402
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Hannes Rosenögger authored
Correct markdown.md docs RE use in commit messages. This is an improvement to the situation covered in issue #1582. It corrects the markdown documentation to demonstrate that GFM cannot currently be used in commit messages. See merge request !1343
-
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>
-
Marin Jankovski authored
Fix error when MR source branch no longer exists. See merge request !1393
-
Douwe Maan authored
Fix user identities API Added ability to update or set the identity of an existing user, like the documentation said it was possible, but actually wasn't. @DouweM or @stanhu could you please take a look at my code, and see if its sound? /cc @JobV See merge request !1398
-
Andrey authored
-
Stan Hu authored
HTML would be stripped in `truncate_if_block` when a comment had multiple lines and the first wasn't long enough to be truncated. The use of `node.content` would strip all HTML tags. Using `node.inner_html` retains these tags and puts the "..." in between paragraph tags. Closes #2586
-
Robert Speicher authored
-
- 22 Sep, 2015 13 commits
-
-
Robert Speicher authored
Prior, because the link "api/README.md" was matched twice, the first link became "help/help/api/README.md". Now we do a negative lookahead to make sure the link doesn't start with `help/`. This fix is still not ideal, see TODO note.
-
Robert Speicher authored
-
Robert Schilling authored
-
Patricio Cano authored
Added ability to update or set the identity of an existing user, like the documentation said it was possible, but actually wasn't.
-
Robert Speicher authored
Clarify confirmation text on user deletion. See #1699 Some users thought it was ok to delete the user because they'd only use the issues. This clarifies a bit better what's being deleted when you delete a user. See merge request !1382
-
Robert Speicher authored
Fix CI backup step in migration guide [ci skip] See merge request !1397
-
Robert Speicher authored
[ci skip]
-
Douwe Maan authored
Skip check_initd_configured_correctly on omnibus installs This was causing the task `gitlab-rake gitlab:incoming_email:check` to fail. See merge request !1396
-
Sytse Sijbrandij authored
Add better deprecation notice for the upgrader. Too easy to miss otherwise https://twitter.com/0x663030623472/status/646262552796594176
-
Achilleas Pipinellis authored
This was causing the task `gitlab-rake gitlab:incoming_email:check` to fail.
-
Stan Hu authored
Closes #2653
-
Robert Speicher authored
8.0.0 is released; add 8.0.1 entry to CHANGELOG [ci skip] See merge request !1394
-
Robert Speicher authored
[ci skip]
-