summaryrefslogtreecommitdiff
path: root/app/views/projects/snippets
Commit message (Collapse)AuthorAgeFilesLines
* Rename .btn-default to .btn-secondaryClement Ho2018-04-091-1/+1
|
* Fix project snippets breadcrumb linkMark Fletcher2017-10-031-1/+1
|
* Moves the action buttons out of the breadcrumbsPhil Hughes2017-09-061-5/+1
| | | | Closes #36459
* Merge branch 'master' into breadcrumbs-improvementsPhil Hughes2017-09-061-2/+2
|\
| * Clean up new navigation templatesPhil Hughes2017-09-061-2/+2
| |
* | style updatesPhil Hughes2017-08-182-0/+4
| | | | | | | | fixed some more breadcrumb titles
* | fix some inconsistencies with the breadcrumbsPhil Hughes2017-08-181-1/+2
| |
* | updated a bunch of breadcrumb titlesPhil Hughes2017-08-181-0/+1
|/ | | | [ci skip]
* Merge branch 'master' into new-nav-fix-contextual-breadcrumbsPhil Hughes2017-07-064-11/+11
|\
| * Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-054-12/+12
| |
* | Contextual breadcrumb title fixesPhil Hughes2017-07-031-9/+6
|/ | | | | | Also moves action buttons into the new breadcrumbs Closes #34030, #34033
* Limit the width of commit & snippet comment sectionsPhil Hughes2017-06-231-1/+2
|
* Enable autocomplete on project snippetsenable-autocomplete-on-project-snippetsEric Eastwood2017-06-191-1/+1
| | | | | | https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/1210 disabled autocomplete for personal snippets and project snippets. But we want autocomplete on project snippets.
* Disable autocomplete on snippets commentsEric Eastwood2017-06-191-1/+1
| | | | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/33594 Was supposedly fixed in MR for https://gitlab.com/gitlab-org/gitlab-ce/issues/32086 but seeing this pop up again
* Fix user and issues autocomplete in diff notesKushal Pandya2017-05-241-1/+1
|
* Support comments for personal snippetsJarka Kadlecova2017-05-051-1/+1
|
* Use blob viewers for snippetsDouwe Maan2017-04-301-1/+1
|
* Add snippet IID to snippet page titlesdm-snippet-page-titleDouwe Maan2017-04-172-2/+2
|
* Fix specDouwe Maan2017-03-161-7/+1
|
* Spam check and reCAPTCHA improvements28093-snippet-and-issue-spam-check-on-editOswaldo Ferreira2017-02-211-0/+4
|
* Improve performance of User Agent DetailZ.J. van de Weg2017-02-201-2/+2
|
* Use a new class to keep old behaviorFilipa Lacerda2017-02-081-1/+1
|
* Don't render snippet actions for logged-out userssnippet-spam-fixSean McGivern2017-02-061-0/+2
|
* Check public snippets for spamSean McGivern2017-02-021-0/+5
| | | | | | Apply the same spam checks to public snippets (either personal snippets that are public, or public snippets on public projects) as to issues on public projects.
* Keep snippet visibility on errorSean McGivern2017-02-022-2/+2
| | | | | | | When a snippet is submitted, but there's an error, we didn't keep the visibility level. As the default is private, this means that submitting a public snippet that failed would then fall back to being a private snippet.
* HAMLLint: Fix `ImplicitDiv` offencesKushal Pandya2016-12-311-1/+1
|
* Remove pages/snippets cssdelete-more-page-specific-cssAnnabel Dunstone Gray2016-12-141-2/+3
|
* implement snippets_scope_menu partial to reduce code duplicationMike Greiling2016-12-101-28/+2
|
* ensure all snippets count badge is accurate for non team membersMike Greiling2016-12-101-1/+4
|
* move project new snippet button into snippet scope navigation headerMike Greiling2016-12-101-27/+31
|
* add scope filters to project snippets pageMike Greiling2016-12-101-0/+27
|
* invert snippet action buttonsMike Greiling2016-12-101-2/+2
|
* remove unused class nameMike Greiling2016-12-101-2/+2
|
* update action button order for snippets pageMike Greiling2016-12-101-6/+6
|
* Replace bootstrap caret with fontawesome caretClement Ho2016-10-051-1/+1
|
* Merge branch 'full-width-new-snippet-button' into 'master' Fatih Acet2016-09-262-8/+7
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added full-width new snippet button on mobile and corrected capitalization ## What does this MR do? Adds full-width `New snippet` button to snippet mobile views and corrects `New Snippet` to `New snippet` throughout. ## Are there points in the code the reviewer needs to double check? ## Why was this MR needed? @connorshea Spotted that I missed this in !6210 :) ## Screenshots (if relevant) ![Screen_Shot_2016-09-16_at_10.40.21](/uploads/ddca2da3a5ef787298bfc87e129db820/Screen_Shot_2016-09-16_at_10.40.21.png) ## Does this MR meet the acceptance criteria? - [ ] [CHANGELOG](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG) entry added - [ ] [Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md) - [ ] API support added - Tests - [ ] Added for this feature/bug - [ ] All builds are passing - [ ] Conform by the [merge request performance guides](http://docs.gitlab.com/ce/development/merge_request_performance_guidelines.html) - [ ] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides) - [ ] Branch has no merge conflicts with `master` (if you do - rebase it please) - [ ] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits) ## What are the relevant issue numbers? See merge request !6380
| * Added full-width new snippet button on mobile and corrected capitalizationfull-width-new-snippet-buttonLuke Bennett2016-09-182-8/+7
| | | | | | | | | | | | | | | | Altered specs that click capitalised New Snippet button Applied review feedback missed in Changes `.no-comment` `opactiy: 0.5` to `opacity: .5` Added `.btn-wide-on-xs` and applied to snippet buttons
* | Fix styling of award emoji block for snippets after upstream design changes.Fatih Acet2016-09-192-11/+12
| |
* | Start Frontend work, fix routing problemZ.J. van de Weg2016-09-191-0/+2
|/
* Reordered dropdown options18849-project-snippets-page-isn-t-really-responsiveLuke Bennett2016-09-072-18/+17
| | | | | | | | | | | | | | | | | | | | | | | | Rearranged datetime created line Added `avatar_class` option to `link_to_member` so it can be hidden Made snippet title font heavier Added file title bar Hidden unneeded info from xs screens Added visibility icon Reveal file-actions on xs screens Added comments icon to snippets list items Refactored no-comments declaration into framework stylesheet Final touch ups Fixed snippets_spec
* Update header block class on snippets page19692-gray-blockAnnabel Dunstone2016-07-111-1/+1
|
* Update New Snippet buttons.Connor Shea2016-07-082-23/+25
| | | | | | | | No longer shows New Snippet button to users who aren't able to create a new snippet in the given context. Also removes the plus icon from the New Snippet buttons, as they're no longer used in other creation buttons. Fixes #14595.
* Remove header title from project pagesDmitriy Zaporozhets2016-05-265-5/+0
| | | | | | | With new navigation design it makes no sense to duplicate title in the header Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Updated snippets UIPhil Hughes2016-05-182-16/+30
| | | | Closes #14328
* Start builds redesignAnnabel Dunstone2016-05-041-1/+1
|
* Add copy-to-clipboard button to Snippets#showrs-snippets-clipboardRobert Speicher2015-12-091-2/+2
| | | | Closes #3701
* Use consistent casing for page titlesDouwe Maan2015-12-022-2/+2
|
* Update style of snippets pagesDouwe Maan2015-10-181-12/+8
|
* Update style of snippet detail pageDouwe Maan2015-10-181-13/+16
|
* fix spinach features to use new button wordingsHan Loong Liauw2015-10-151-0/+1
| | | | Also fixed an accidental deletion of pratial