summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/issuable.scss
Commit message (Collapse)AuthorAgeFilesLines
* Enforce TrailingSemicolon and EmptyLineBetweenBlocks in scss-lint23319-enable-trailingsemicolon-on-scss-lintClement Ho2016-10-141-3/+5
|
* Removed horizontal overflow from collapsed issuable sidebar21895-horizontal-scroll-bar-present-in-collapsed-sidebarLuke Bennett2016-09-121-1/+1
|
* Refactor code for bulk update merge requests featuredz-bulk-edit-mrDmitriy Zaporozhets2016-09-081-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Add bulk update support for merge requests listDmitriy Zaporozhets2016-09-081-0/+15
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Load issues and merge requests templates from repositoryFelipe Artur2016-08-161-0/+9
|
* Merge branch '4142-show-inline-video' into 'master' Rémy Coutable2016-07-211-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add support for inline videos in issue, MR and notes (on issue, commit, MR, and MR diff) ## What does this MR do? It adds support for inline videos in issue, MR and notes (on issue, commit, MR, and MR diff). Most of the work was done by @hayesr in !3508 but a few improvements were still missing. ## Why was this MR needed? To be able to play uploaded videos in GitLab! ## What are the relevant issue numbers? Closes #4142. ## Screenshots ### Video players ![Screen_Shot_2016-07-19_at_18.44.09](/uploads/e85e531b455a41c3e66b26b356abaafd/Screen_Shot_2016-07-19_at_18.44.09.png) ----- ![Screen_Shot_2016-07-19_at_18.44.29](/uploads/05f52a812760210d1eae86a7f8fc48bc/Screen_Shot_2016-07-19_at_18.44.29.png) ----- ## Does this MR meet the acceptance criteria? - [x] [CHANGELOG](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG) entry added - [x] [Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md) - Tests - [x] Test `VideoLinkFilter` - [x] Test in `spec/features/markdown_spec.rb` - [x] Improve `spec/uploaders/file_uploader_spec.rb` - [x] All builds are passing - [x] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides) - [x] Branch has no merge conflicts with `master` (if you do - rebase it please) - [x] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits) See merge request !5215
| * Remove VideoJS and clean the integrationRémy Coutable2016-07-201-1/+1
| | | | | | | | | | | | | | | | | | Handle videos in: - MD preview in notes: commit, issue/MR, MR diff - New notes in: commit, issue/MR, MR diff - Persisted notes in: commit, issue/MR, MR diff Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Remove white background on clipboard button; position iconclipboard-buttonAnnabel Dunstone2016-07-181-1/+2
|/
* Wrap images in divs with Banzai and limit max-height.image-sizingConnor Shea2016-06-271-0/+1
| | | | | | Add max-height to prevent images from displaying larger than the provided screen size. Also fix a failing test and add a new one.
* Emoji shouldn't have borders. #EmojiWithoutBordersConnor Shea2016-06-191-1/+1
|
* Add borders to images in issues, MRs, and Help.Connor Shea2016-06-191-0/+7
|
* Merge branch 'hide-todo-collapsed-sidebar' into 'master' Jacob Schatz2016-06-161-0/+5
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hide the Todo button in the collapsed issuable sidebar. ## What does this MR do? Fixes a bug where the "Add Todo" button was displayed in the collapsed sidebar. ## Are there points in the code the reviewer needs to double check? This shouldn't remove any other elements from the collapsed sidebar. ## What are the relevant issue numbers? None ## Screenshots (if relevant) Before: ![Screen_Shot_2016-06-15_at_11.41.46_AM](/uploads/27a1ace58cf8c44ad96accd3d0b32f11/Screen_Shot_2016-06-15_at_11.41.46_AM.png) After: ![Screen_Shot_2016-06-15_at_11.40.53_AM](/uploads/91a8585680fc482682d0efafdba4d599/Screen_Shot_2016-06-15_at_11.40.53_AM.png) See merge request !4686
| * Hide the Todo button in the collapsed issuable sidebar.hide-todo-collapsed-sidebarConnor Shea2016-06-151-0/+5
| |
* | Merge branch 'issuable-sidebar-bold' into 'master' Jacob Schatz2016-06-151-2/+5
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed issue with bold in issuable sidebar ## What does this MR do? ~~The sidebar contained both normal font weight & bold font weight, so this standardises them to bold.~~ After looking at the designs, i've updated the font weights & colors throughout the sidebar to correctly match them ## Screenshots (if relevant) ![Screen_Shot_2016-06-02_at_11.03.40](/uploads/0a3eb6a67ce5722c77f6adf2fe883017/Screen_Shot_2016-06-02_at_11.03.40.png) See merge request !4398
| * Uses already defined color for text in sidebarPhil Hughes2016-06-101-2/+2
| |
| * Updated link colorPhil Hughes2016-06-101-1/+1
| |
| * Corrected all sidebar font weights to correctly match the designPhil Hughes2016-06-101-0/+4
| |
| * Fixed issue with bold in issuable sidebarPhil Hughes2016-06-101-1/+0
| |
* | Fixed issue with todo button not updating statePhil Hughes2016-06-141-1/+1
| | | | | | | | | | This would happen when a todo already exists, the state of the button wouldn't update after the ajax call
* | Manually create todo for issuablePhil Hughes2016-06-141-6/+6
| | | | | | | | | | | | Added a button into the sidebar for issues & merge requests to allow users to manually create todo items Closes #15045
* | CI build page UI updatePhil Hughes2016-06-101-1/+5
|/ | | | | Added sidebar Removed elements not present in design
* Added remove due date buttonPhil Hughes2016-05-231-0/+4
| | | | | | In the sidebar when there is a due date, a link to remove due date becomes visible Closes #17392
* Fix issue sidebar top position after header height changeDmitriy Zaporozhets2016-05-131-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Merge remote-tracking branch 'origin/master' into label-dropdown-fixlabel-dropdown-fixAlfredo Sumaran2016-04-201-2/+3
|\
| * Posts the due date through AJAXPhil Hughes2016-04-201-2/+2
| |
| * Merge branch 'right-sidebar-z-index' into 'master' Jacob Schatz2016-04-201-0/+1
| |\ | | | | | | | | | | | | | | | | | | | | | | | | Increased z-index of right sidebar Fixes issue with active button overlapping it Closes #15243 See merge request !3722
| | * Increased z-index of right sidebarright-sidebar-z-indexPhil Hughes2016-04-141-0/+1
| | | | | | | | | | | | | | | | | | Fixes issue with active button overlapping it Closes #15243
* | | Merge remote-tracking branch 'origin/master' into label-dropdown-fixAlfredo Sumaran2016-04-201-4/+47
|\ \ \ | |/ / | | | | | | | | | # Conflicts: # app/views/shared/issuable/_sidebar.html.haml
| * | Refactored issue header to work better for mobilePhil Hughes2016-04-161-4/+47
| | | | | | | | | | | | | | | | | | This will also work better for when the title makes the buttons drop down a new line Closes #14228
* | | Fix Label dropdown and organize codeAlfredo Sumaran2016-04-151-0/+4
|/ / | | | | | | | | # Conflicts: # app/assets/javascripts/labels_select.js.coffee
* | Merge branch 'subscribe-button-fix' into 'master' Jacob Schatz2016-04-141-6/+0
|\ \ | |/ |/| | | | | | | | | | | | | Removed references to subscribe-button CSS class These were being blocked by adblocks Closes #15043 See merge request !3677
| * Removed references to subscribe-button CSS classPhil Hughes2016-04-121-6/+0
| | | | | | | | | | | | These were being blocked by adblocks Closes #15043
* | Merge branch 'issuable-form-alignment' into 'master' Jacob Schatz2016-04-131-0/+6
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | Fixed alignment on issuable new form Fixes #13802 ![Screen_Shot_2016-04-11_at_17.03.29](/uploads/d359580e693284d4b694d8158d4f736e/Screen_Shot_2016-04-11_at_17.03.29.png) See merge request !3661
| * | Fixed alignment on issuable new formissuable-form-alignmentPhil Hughes2016-04-111-0/+6
| |/ | | | | | | Fixes #13802
* | Fixed colour of dropdown link hoverright-sidebar-link-hoverPhil Hughes2016-04-071-0/+6
|/
* Fixed some colours in sidebarPhil Hughes2016-03-251-2/+6
|
* Assign current user when no user is assigned linkJacob Schatz2016-03-251-0/+6
|
* Fix broken functionality in sidebar after merge.Jacob Schatz2016-03-251-1/+1
| | | | Added nice animations too.
* Add milestone sidebar update via JSONJacob Schatz2016-03-251-0/+1
|
* Ajax call to milestones via new dropdownsJacob Schatz2016-03-251-0/+8
|
* Follow the CSS Style Guide rules for using shorthand where possible.connorshea2016-03-181-3/+3
| | | | | | | | Fixes violations of Shorthand. Discussed in #14299. [ci skip]
* Links to user on collapsed issue sidebarPhil Hughes2016-03-181-0/+4
|
* Fixed issue when user doesnt existPhil Hughes2016-03-181-10/+1
| | | | Fixed button hover color
* Fixed tooltip issue for participantsPhil Hughes2016-03-181-1/+1
|
* Improved issue sidebarPhil Hughes2016-03-181-57/+89
| | | | | | | Updated the spacing throughout the sidebar so that it fits better on smaller screens Added more participants button Closes #13353
* Merge branch 'edited-text' into 'master' Robert Speicher2016-03-171-0/+8
|\ | | | | | | | | | | | | | | | | Edited timeago text on comments Unified the 'edited text' to be the same in descriptions and comments Closes #5538 See merge request !3063
| * Edited timeago text on commentsPhil Hughes2016-03-101-0/+8
| | | | | | | | | | | | Unified the 'edited text' to be the same in descriptions and comments Closes #5538
* | Follow the CSS Style Guide rules for including a space after the property colon.connorshea2016-03-161-1/+1
| | | | | | | | | | | | | | | | Fixes violations of SpaceAfterPropertyColon. Discussed in #14299. [ci skip]
* | Follow the CSS Style Guide rules for HEX colors.connorshea2016-03-151-2/+2
|/ | | | | | | Use lowercase letters and shorthand values for HEX colors where possible. Discussed in #14299.
* Fix remaining media queries using correct bs paradigms.Jacob Schatz2016-03-041-4/+3
|