summaryrefslogtreecommitdiff
path: root/app/helpers
Commit message (Collapse)AuthorAgeFilesLines
* Add download button to project snippetsdm-snippet-download-buttonDouwe Maan2017-04-301-4/+4
|
* Show Raw button as Download for binary filesDouwe Maan2017-04-301-2/+12
|
* Use blob viewers for snippetsDouwe Maan2017-04-301-3/+11
|
* Merge branch 'dm-pull-preserve-into-render-helpers' into 'master' Sean McGivern2017-04-281-8/+9
|\ | | | | | | | | Pull preserve into render helpers See merge request !10986
| * Pull preserve into render helpersDouwe Maan2017-04-281-8/+9
| |
* | Merge branch '28020-improve-todo-list-when-comes-from-yourself' into 'master' Sean McGivern2017-04-282-6/+11
|\ \ | |/ |/| | | | | | | | | Improve text on todo list when the todo action comes from yourself Closes #28020 See merge request !10594
| * Improve text on todo list when the todo action comes from yourselfJacopo2017-04-282-6/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Improved todo message when an issue is assigned to yourself. - The new message when an user assign to himself an issue or a mr is: "You assigned issue xx to yourself" - The new message when an user adds a todo to himself is: "You added a todo for issue xx" - The new message when and user mention himself is: "You mentioned yourself on issue xx" - The new message when an user directly address himself is: "You directly addressed yourself on issue xx" - The new message when an user mark himself as an approver is: "You set yourself as an approver for merge request xx"
* | Address feedbackDouwe Maan2017-04-271-4/+4
| |
* | Refactor overriding max sizeDouwe Maan2017-04-271-2/+8
| |
* | Render viewer error synchronously so that 'view the source' link will workDouwe Maan2017-04-271-1/+1
| |
* | Address feedbackDouwe Maan2017-04-271-0/+16
| |
* | Fix some specsDouwe Maan2017-04-271-2/+0
| |
* | Render blob viewer errorDouwe Maan2017-04-271-0/+9
| |
* | Move conditional inside copy_blob_source_buttonDouwe Maan2017-04-271-3/+3
| |
* | Use Blob methods instead of BlobHelper helpersDouwe Maan2017-04-271-18/+2
| |
* | Add rich blob viewersDouwe Maan2017-04-271-3/+6
| |
* | Avoid including the MarkupHelperToon Claes2017-04-271-0/+2
| |
* | Add commit to the Banzai::post_process contextToon Claes2017-04-271-2/+3
| |
* | `markdown` helper is not used with pre-rendered contentToon Claes2017-04-271-1/+1
| |
* | Make the `_unsafe` methods privateToon Claes2017-04-271-12/+12
| |
* | Single quotes in MarkupHelper where possibleToon Claes2017-04-271-9/+9
| |
* | Refactor MarkupHelperDouwe Maan2017-04-271-68/+48
| |
* | Cache the rendered README, but post-process on showToon Claes2017-04-272-14/+30
| | | | | | | | | | | | Because the post-processing of the rendered README is dependent on the context (i.e. the current user), do the post-processing when the README is being displayed.
* | Move some methods from ApplicationHelper to MarkupHelperToon Claes2017-04-272-32/+32
| |
* | Rename GitlabMarkdownHelper -> MarkupHelperToon Claes2017-04-271-1/+1
| | | | | | | | It does more than solely GitLab Markdown, so rename to MarkupHelper.
* | Merge branch '30645-show-pipeline-events-description' into 'master' Kamil Trzciński2017-04-271-2/+2
|\ \ | | | | | | | | | | | | | | | | | | Remove description for build_events, add pipeline_events Closes #30645 See merge request !10908
| * | Remove description for build_events, add pipeline_events30645-show-pipeline-events-descriptionLin Jen-Shin2017-04-251-2/+2
| |/
* | Merge branch '26509-show-update-time' into 'master' Annabel Dunstone Gray2017-04-261-1/+1
|\ \ | | | | | | | | | | | | | | | | | | Add updated time to project list Closes #26509 See merge request !8514
| * | Add updated time to project listJeff Stubler2017-04-211-1/+1
| | |
* | | Merge branch '12910-personal-snippet-prep-2' into 'master' Sean McGivern2017-04-261-1/+1
|\ \ \ | | | | | | | | | | | | | | | | Support preview_markdown action for personal_snippets See merge request !10810
| * | | Support preview_markdown action for personal_snippetsJarka Kadlecova2017-04-261-1/+1
| | | |
* | | | Load a project's CI status in batch from redisBob Van Landuyt2017-04-261-0/+5
| | | |
* | | | Merge branch '20378-natural-sort-issue-numbers' into 'master'Sean McGivern2017-04-261-4/+5
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change issues sentence to use natural sorting Closes #20378 See merge request !7110
| * | | | Change issues sentence to use natural sortingJeff Stubler2017-04-251-4/+5
| | | | |
* | | | | Merge branch '31276-fix-diffs-with-edit-forking-needs' into 'master' Douwe Maan2017-04-251-1/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | Fix diffs with edit-forking needs Closes #31276 See merge request !10868
| * | | | Fix diffs with edit-forking needs31276-fix-diffs-with-edit-forking-needsEric Eastwood2017-04-241-1/+1
| | | | | | | | | | | | | | | | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/31276
* | | | | Merge branch 'add-aria-to-icon' into 'master' Jacob Schatz2017-04-241-0/+5
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add aria to icon See merge request !10670
| * | | | | Add testsClement Ho2017-04-181-1/+1
| | | | | |
| * | | | | Add aria to iconClement Ho2017-04-121-0/+5
| | | | | |
* | | | | | Merge branch 'fix/gb/fix-incorrect-commit-status-badge-text' into 'master' Kamil Trzciński2017-04-241-1/+24
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix incorrect commit status text on main project page See merge request !10863
| * | | | | | Deprecate legacy CI/CD status helpersGrzegorz Bizon2017-04-211-1/+7
| | | | | | |
| * | | | | | Fix lastest commit status text on main project pageGrzegorz Bizon2017-04-211-0/+17
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'submodules-no-dotgit' into 'master' Dmitriy Zaporozhets2017-04-221-5/+7
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | submodule_links: handle urls that don't end with .git See merge request !10799
| * | | | | submodule_links: handle urls that don't end with .gitDavid Turner2017-04-211-5/+7
| | |_|/ / | |/| | | | | | | | | | | | | Signed-off-by: David Turner <novalis@novalis.org>
* | | | | Add Fork/Cancel confirmation to "Replace"/"Delete" buttons30637-replace-delete-buttons-get-fork-cancel-confirmationEric Eastwood2017-04-201-15/+19
| | | | | | | | | | | | | | | | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/30637
* | | | | Merge branch 'uassign_on_member_removing' into 'master' Sean McGivern2017-04-201-9/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Unassign all Issues and Merge Requests when member leaves a team Closes #30768 and #24117 See merge request !10755
| * | | | | Remove helpers assigned_issuables_count and cached_assigned_issuables_countuassign_on_member_removingValery Sizov2017-04-201-10/+2
| | | | | |
| * | | | | Remove assigned_(issues|merge_requests) methods from the issuableValery Sizov2017-04-181-1/+1
| | | | | |
| * | | | | Using IssuablesFinder(s) for UI countersValery Sizov2017-04-181-1/+2
| | | | | |
* | | | | | Refactor changing files in web UIDouwe Maan2017-04-202-3/+3
| | | | | |