summaryrefslogtreecommitdiff
path: root/spec/helpers
Commit message (Expand)AuthorAgeFilesLines
* Fix multi-line syntax highlightingStan Hu2015-07-301-0/+18
* Merge branch 'fix-error-500-when-no-head' into 'master'Valery Sizov2015-07-241-1/+19
|\
| * Fix Error 500 when browsing projects with no HEADStan Hu2015-07-241-1/+19
* | Allow custom label to be set for authentication providers.auth-icons-labelsDouwe Maan2015-07-232-20/+20
|/
* Merge branch 'fork_visibility_level' into 'master'Dmitriy Zaporozhets2015-07-102-0/+83
|\
| * Fork visibility level fixfork_visibility_levelValery Sizov2015-07-062-0/+83
* | Merge branch 'comment-box-changes' of gitlab.com:gitlab-org/gitlab-ceDmitriy Zaporozhets2015-07-101-1/+1
|\ \ | |/ |/|
| * Fixed the issuescomment-box-changesDarby2015-07-091-0/+1
| * Comment box/Placeholder text redoDarby2015-07-011-1/+0
* | Fix ApplicationHelper specsrs-fix-application-helper-specsRobert Speicher2015-06-301-102/+123
* | Merge branch 'fix-relative-submodule-namespace-path' into 'master'Dmitriy Zaporozhets2015-06-291-1/+1
|\ \ | |/ |/|
| * Fix Error 500 when relative submodule resolves to a namespace that has a diff...Stan Hu2015-06-231-1/+1
* | Prefix random Markdown tips with "Tip:"rs-random-placeholder-tipRobert Speicher2015-06-241-1/+1
* | Show a random Markdown tip in the textarea placeholderRobert Speicher2015-06-231-0/+7
|/
* Merge branch 'master' into rubocop-for-testsDmitriy Zaporozhets2015-06-236-40/+37
|\
| * Fix avatar tests to use banana_sample.gif since SVG is not supportedStan Hu2015-06-222-8/+8
| * Merge branch 'rs-rspec3' into 'master'Dmitriy Zaporozhets2015-06-225-32/+29
| |\
| | * Update mock and stub syntax for specsRobert Speicher2015-06-225-32/+29
* | | Fix bad multi-line split from previous commitRobert Speicher2015-06-221-1/+2
* | | Fix Style/Blocks cop violationsRobert Speicher2015-06-221-4/+3
* | | Fix Style/HashSyntax violationsRobert Speicher2015-06-221-1/+1
* | | Fix Style/SpaceInsideHashLiteralBraces cop violationsRobert Speicher2015-06-221-2/+2
* | | Fix Style/TrailingBlankLines cop violationsRobert Speicher2015-06-221-1/+1
|/ /
* | Merge branch 'rs-remove-link-to-override'Dmitriy Zaporozhets2015-06-221-37/+0
|\ \ | |/ |/|
| * Remove overridden `link_to` helperrs-remove-link-to-overrideRobert Speicher2015-06-171-37/+0
* | Fix timezone-based time_ago_with_tooltip spec failuresRobert Speicher2015-06-191-4/+5
* | Update time_ago_with_tooltip helperRobert Speicher2015-06-171-0/+48
|/
* Refactor dashboard_choicesRobert Speicher2015-06-131-8/+10
* Make the dashboard choice text match the text in the sidebarRobert Speicher2015-06-131-2/+2
* Add a form field to customize the dashboard preferenceRobert Speicher2015-06-131-0/+17
* Add PreferencesHelper moduleRobert Speicher2015-06-132-21/+53
* Fix link_to_gfm with only a reference having the incorrect linkrs-issue-1721Robert Speicher2015-05-291-0/+6
* Fix git blame syntax highlighting when different commits break up linesStan Hu2015-05-271-0/+33
* Make use of to_reference in more specsRobert Speicher2015-05-261-5/+5
* Add link_to_label helperRobert Speicher2015-05-211-2/+66
* Disabled expansion of top/bottom blobs for new file diffsAlex Connor2015-05-211-0/+10
* Simplify and unify helpers for rendering markupJakub Jirutka2015-05-181-0/+7
* Handle AsciiDoc better, reuse HTML pipeline filters (fixes #9263)Jakub Jirutka2015-05-182-1/+16
* Explain reset token expiration in emailsVinnie Okada2015-05-161-0/+46
* Fix reference links in dashboard activity and ATOM feeds.dashboard-referencesDouwe Maan2015-05-141-1/+1
* Add spec for RelativeLinkFilterJakub Jirutka2015-05-121-73/+0
* Merge branch 'rs-task_list' into 'master'Dmitriy Zaporozhets2015-05-081-109/+0
|\
| * Remove all references to `parse_tasks`Robert Speicher2015-05-061-109/+0
* | Improve handling of large diffsAlex Lossent2015-05-051-1/+53
|/
* Remove title_for_issue helperRobert Speicher2015-04-301-18/+0
* More gitlab_markdown_helper_spec cleanupRobert Speicher2015-04-301-56/+1
* Add Gitlab::Markdown::SanitizationFilterRobert Speicher2015-04-301-33/+0
* Add Gitlab::Markdown::TableOfContentsFilterRobert Speicher2015-04-301-17/+0
* Merge branch 'fix-relative-submodule-links-with-personal-projects' into 'master'Dmitriy Zaporozhets2015-04-271-4/+11
|\
| * Fix broken file browsing with relative submodule in personal projectsStan Hu2015-04-231-4/+11