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-07-06Merge branch 'master' into new-nav-fix-contextual-breadcrumbsPhil Hughes
2017-07-05Create and use project path helpers that only need a project, no namespaceDouwe Maan
2017-07-03Contextual breadcrumb title fixesPhil Hughes
Also moves action buttons into the new breadcrumbs Closes #34030, #34033
2017-06-23Limit the width of commit & snippet comment sectionsPhil Hughes
2017-06-20Enable autocomplete on project snippetsEric Eastwood
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.
2017-06-19Disable autocomplete on snippets commentsEric Eastwood
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
2017-05-24Fix user and issues autocomplete in diff notesKushal Pandya
2017-05-05Support comments for personal snippetsJarka Kadlecova
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-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-31HAMLLint: Fix `ImplicitDiv` offencesKushal Pandya
2016-12-15Remove pages/snippets cssAnnabel Dunstone Gray
2016-12-10implement snippets_scope_menu partial to reduce code duplicationMike Greiling
2016-12-10ensure all snippets count badge is accurate for non team membersMike Greiling
2016-12-10move project new snippet button into snippet scope navigation headerMike Greiling
2016-12-10add scope filters to project snippets pageMike 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-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-19Fix styling of award emoji block for snippets after upstream design changes.Fatih Acet
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-07-12Update header block class on snippets pageAnnabel Dunstone
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-26Remove header title from project pagesDmitriy Zaporozhets
With new navigation design it makes no sense to duplicate title in the header Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-05-18Updated snippets UIPhil Hughes
Closes #14328
2016-05-05Start builds redesignAnnabel Dunstone
2015-12-09Add copy-to-clipboard button to Snippets#showRobert Speicher
Closes #3701
2015-12-02Use consistent casing for page titlesDouwe Maan
2015-10-18Update style of snippets pagesDouwe Maan
2015-10-18Update style of snippet detail pageDouwe Maan
2015-10-15fix spinach features to use new button wordingsHan Loong Liauw
Also fixed an accidental deletion of pratial
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-09-17Move project header title definition to view in question.Douwe Maan
2015-08-27Restyle snippets renderingDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-06-26Rename abilities to correspond contoller/model action namesDmitriy Zaporozhets
write_ was renamed to create_ modify_ was renamed to update_ So now in update action we have next code def create can?(current_user, :create_issue, @issue) end def update can?(current_user, :update_issue, @issue) end Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-04-30Capitalize "X" in "New X".Douwe Maan
2015-04-30Add a page title to every page.Douwe Maan
2015-04-26Add new admin settingsVinnie Okada
Add new global application settings for default project and snippet visibility levels.