Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-05-24Fix user and issues autocomplete in diff notesKushal Pandya
2017-05-20rename "Add emoji" and "Award emoji" to "Add reaction" where appropriateMike Greiling
2017-05-05Support comments for personal snippetsJarka Kadlecova
2017-05-04Add tooltips to note action buttonsAnnabel Dunstone Gray
2017-05-02Merge branch 'dm-snippet-download-button' into 'master' Sean McGivern
Add download button to project snippets See merge request !11004
2017-05-02Display comments for personal snippetsJarka Kadlecova
2017-05-01Add download button to project snippetsDouwe Maan
2017-04-30Use blob viewers for snippetsDouwe Maan
2017-04-17Add snippet IID to snippet page titlesDouwe Maan
2017-03-16Fix specDouwe Maan
2017-02-21Spam check and reCAPTCHA improvementsOswaldo Ferreira
2017-02-20Improve performance of User Agent DetailZ.J. van de Weg
2017-02-15Add active_when helperSemyon Pupkov
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/24036
2017-02-09Use a new class to keep old behaviorFilipa Lacerda
2017-02-06Don't render snippet actions for logged-out usersSean McGivern
2017-02-02Check public snippets for spamSean McGivern
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.
2017-02-02Keep snippet visibility on errorSean McGivern
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.
2016-12-15Remove pages/snippets cssAnnabel Dunstone Gray
2016-12-10rename snippets_path helper due to conflictMike Greiling
2016-12-10implement snippets_scope_menu partial to reduce code duplicationMike Greiling
2016-12-10conditionally display assoc project info in snippets indexMike Greiling
2016-12-10invert snippet action buttonsMike Greiling
2016-12-10remove unused class nameMike Greiling
2016-12-10update action button order for snippets pageMike Greiling
2016-10-11Added 'Download' button to snippet viewJustin DiPierro
2016-10-06Replace bootstrap caret with fontawesome caretClement Ho
2016-09-27Merge branch 'full-width-new-snippet-button' into 'master' Fatih Acet
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
2016-09-26Fix snippets paginationRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-09-19Start Frontend work, fix routing problemZ.J. van de Weg
2016-09-18Added full-width new snippet button on mobile and corrected capitalizationLuke Bennett
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
2016-09-07Reordered dropdown optionsLuke Bennett
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
2016-09-02Fix pagination on user snippets pageSean McGivern
2016-07-08Use btn-danger for delete button.Connor Shea
2016-07-08Update New Snippet buttons.Connor Shea
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.
2016-05-18Updated snippets UIPhil Hughes
Closes #14328
2016-02-26Refactor css for snippets listDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-12-09Add copy-to-clipboard button to Snippets#showRobert Speicher
Closes #3701
2015-12-02Use consistent casing for page titlesDouwe Maan
2015-10-29Put delete snippet btn after edit btnDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-10-18Update style of snippet detail pageDouwe Maan
2015-10-15change capitalisation in buttonsHan Loong Liauw
2015-10-14New snippet design for projectsHan Loong Liauw
Split out header into shared partial Used action partials to have unique actions for shared and personal snippets changed back to created date in list view Switched to using existing color classes
2015-10-14include created_at date in headingHan Loong Liauw
2015-10-14Updated the style of the snippets header in #showHan Loong Liauw
It should now more closly match the styles used in issues and merge requests with some small tweaks to be more relevant to snippets
2015-10-12Adds modified date to snippets#show #1767Han Loong Liauw
- Fixed a bug with .btn-sm padding. - Changed created_at to modified_at for snippets#index as it seems to be more relevant.
2015-09-08Clean up overlap between dashboard and explore.Douwe Maan
- Split up SnippetsController into separate dashboard and explore sections. - Use consistent page titles, header titles and sidebars between dashboard and explore sections when signed in or not.
2015-09-03Set page title based on content in dashboard areaDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-08-27Restyle snippets renderingDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-08-20Small ui improvements to snippet pageDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-08-20Cleanup snippets index pagesDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>