summaryrefslogtreecommitdiff
path: root/app/views/projects/issues
Commit message (Collapse)AuthorAgeFilesLines
* Fix failure when issue author is nilJarka Kadlecova2017-08-251-1/+2
|
* Fix edit merge request button inconsistent letter casingClement Ho2017-08-151-1/+1
|
* 33874 confidential issue redesignRegis Boudinot2017-08-071-1/+2
|
* moved `@breadcrumb_title` out of the HAML & into a helper methodPhil Hughes2017-07-121-0/+1
|
* Dont show toggle if only one action is available and do not show report as ↵Luke "Jared" Bennett2017-07-071-1/+2
| | | | abuse for current_user's issuables
* First UX review changesLuke "Jared" Bennett2017-07-071-12/+7
|
* Added report issuable featureLuke "Jared" Bennett2017-07-071-4/+7
|
* Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-0510-28/+27
|
* New navigation breadcrumbsPhil Hughes2017-06-302-13/+17
|
* Clean up issuable listsTaurie Davis2017-06-291-30/+36
|
* Drop GFM support for the title of Milestone/MergeRequest in templateTakuya Noguchi2017-06-271-1/+1
|
* Revert sticky confidential headerAnnabel Dunstone Gray2017-06-201-7/+1
|
* Rename "Slash commands" to "Quick actions"Eric Eastwood2017-06-151-1/+1
| | | | | | | | | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/27070 Deprecate "chat commands" in favor of "slash commands" We looked for things like: - `slash commmand` - `slash_command` - `slash-command` - `SlashCommand`
* Refactor atom builder by using xml.atom layoutTieu-Philippe KHIM2017-06-121-9/+6
|
* Add sticky confidential issue barClement Ho2017-06-071-1/+7
|
* Move issuable bulk edit form into a new sidebar.28340-mass-edit-issues-and-mrs-from-sidebarBryce Johnson2017-06-062-3/+8
|
* Merge remote-tracking branch 'origin/master' into ↵Luke "Jared" Bennett2017-06-021-2/+3
|\ | | | | | | fix-realtime-edited-text-for-issues-9-3
| * Merge branch 'master' into issue-edit-inlinePhil Hughes2017-05-252-19/+23
| |\
| * | Changed all data to come through the JSON script elementPhil Hughes2017-05-241-10/+1
| | | | | | | | | | | | [ci skip]
| * | Merge branch 'issue-edit-inline' into issue-edit-inline-description-templatePhil Hughes2017-05-221-0/+2
| |\ \ | | | | | | | | | | | | [ci skip]
| | * \ Merge branch 'issue-edit-inline' into issue-edit-inline-move-projectPhil Hughes2017-05-181-0/+1
| | |\ \ | | | | | | | | | | | | | | | [ci skip]
| | * | | Added move to project in issue inline edit formPhil Hughes2017-05-171-0/+2
| | | | | | | | | | | | | | | | | | | | [ci skip]
| * | | | Merge branch 'issue-edit-inline' into issue-edit-inline-description-templatePhil Hughes2017-05-171-0/+1
| |\ \ \ \ | | | |/ / | | |/| | | | | | | [ci skip]
| | * | | Merge branch 'issue-edit-inline' into issue-edit-inline-confidentialissue-edit-inline-confidentialPhil Hughes2017-05-171-0/+2
| | |\ \ \ | | | |/ / | | | | | | | | | | [ci skip]
| | * | | Added inline confidential fieldPhil Hughes2017-05-151-0/+1
| | | | | | | | | | | | | | | | | | | | [ci skip]
| * | | | Merge branch 'issue-edit-inline' into issue-edit-inline-description-templatePhil Hughes2017-05-161-0/+2
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Added markdown docs linkPhil Hughes2017-05-151-0/+1
| | | | | | | | | | | | | | | | | | | | [ci skip]
| | * | | Added description field to inline edit formPhil Hughes2017-05-151-0/+1
| | |/ / | | | | | | | | | | | | [ci skip]
| * | | Added description template selectorPhil Hughes2017-05-151-0/+1
| |/ / | | | | | | | | | [ci skip]
| * | Shows delete button if permissions are correctPhil Hughes2017-05-151-0/+1
| | | | | | | | | | | | [ci skip]
| * | Added inline issue edit form actionsPhil Hughes2017-05-151-1/+1
| | | | | | | | | | | | [ci skip]
| * | Added eventHub events to change the showForm valuePhil Hughes2017-05-151-1/+1
| | | | | | | | | | | | [ci skip]
* | | Move issuable_app_data to helperLuke "Jared" Bennett2017-05-311-4/+1
| | |
* | | Review changes, improve editable helper spec and add hasUpdated computer to ↵Luke "Jared" Bennett2017-05-311-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | issue_show app Fix builds by only merge when updated_at_by is presnse Fix issue_show app.vue hasUpdated reference to state Fix missing bracket
* | | Port fix-realtime-edited-text-for-issues 9-2-stable fix to master.Luke "Jared" Bennett2017-05-311-2/+2
| |/ |/|
* | Remove redundant data-turbolink attributes from linksblackst0ne2017-05-252-6/+6
| |
* | Fix user and issues autocomplete in diff notesKushal Pandya2017-05-241-1/+1
| |
* | Reorder Issue action buttons as per UX recommendationKushal Pandya2017-05-241-12/+16
| |
* | Fix spacing of issue emojis32631-issue-emoji-wrapAnnabel Dunstone Gray2017-05-191-3/+3
| |
* | Rename all references to rendered_title to realtime_changesrename-rendered_titleLuke "Jared" Bennett2017-05-131-1/+1
|/
* Consistently use monospace font for commit SHAs and branch and tag namesDouwe Maan2017-05-121-2/+1
|
* Merge branch 'refactor-realtime-issue' into 'master' Filipa Lacerda2017-05-121-4/+9
|\ | | | | | | | | Refactored issue tealtime elements See merge request !11242
| * Remove some weird code to add/remove the task statusPhil Hughes2017-05-111-1/+1
| | | | | | | | | | Moved the data into the data method Renamed edited ago class name
| * Refactored issue tealtime elementsPhil Hughes2017-05-101-3/+8
| | | | | | | | | | | | This is to match our docs better and will also help a future issue. Also made it possible for the description & title to be readable when JS is disabled
* | Update copy on Create merge request dropdownAlfredo Sumaran2017-05-111-2/+2
| |
* | ensure filtered_search utilizes common_vue bundleuse-common-vue-for-filtered-searchMike Greiling2017-05-101-1/+2
|/
* Merge branch 'mia_backort' into 'master' Jacob Schatz2017-05-051-2/+2
|\ | | | | | | | | Backport of Multiple Assignees feature See merge request !11089
| * Backport of multiple_assignees_feature [ci skip]Valery Sizov2017-05-041-2/+2
| |
* | Merge branch 'issue-title-description-realtime' into 'master' Phil Hughes2017-05-051-8/+3
|\ \ | | | | | | | | | | | | | | | | | | Render Description Realtime :tada: Closes #25049 and #31355 See merge request !10865
| * | resolve discussionissue-title-description-realtimeRegis2017-05-052-5/+1
| | |