summaryrefslogtreecommitdiff
path: root/app/views/shared/snippets
Commit message (Collapse)AuthorAgeFilesLines
* Highlight note code and edit previewnote-highlightingDouwe Maan2016-01-251-2/+1
|
* Rename .issuable-details to .detail-page (and -header and -description)Douwe Maan2015-12-161-24/+23
|
* Fix headers of milestone and snippet show pagesDouwe Maan2015-12-151-3/+4
|
* Merge branch 'master' into tmp-reference-pipeline-and-cachingtmp-reference-pipeline-and-cachingDouwe Maan2015-12-101-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # spec/lib/gitlab/markdown/autolink_filter_spec.rb # spec/lib/gitlab/markdown/commit_range_reference_filter_spec.rb # spec/lib/gitlab/markdown/commit_reference_filter_spec.rb # spec/lib/gitlab/markdown/cross_project_reference_spec.rb # spec/lib/gitlab/markdown/emoji_filter_spec.rb # spec/lib/gitlab/markdown/external_issue_reference_filter_spec.rb # spec/lib/gitlab/markdown/external_link_filter_spec.rb # spec/lib/gitlab/markdown/issue_reference_filter_spec.rb # spec/lib/gitlab/markdown/label_reference_filter_spec.rb # spec/lib/gitlab/markdown/merge_request_reference_filter_spec.rb # spec/lib/gitlab/markdown/redactor_filter_spec.rb # spec/lib/gitlab/markdown/reference_gatherer_filter_spec.rb # spec/lib/gitlab/markdown/relative_link_filter_spec.rb # spec/lib/gitlab/markdown/sanitization_filter_spec.rb # spec/lib/gitlab/markdown/snippet_reference_filter_spec.rb # spec/lib/gitlab/markdown/syntax_highlight_filter_spec.rb # spec/lib/gitlab/markdown/table_of_contents_filter_spec.rb # spec/lib/gitlab/markdown/task_list_filter_spec.rb # spec/lib/gitlab/markdown/upload_link_filter_spec.rb # spec/lib/gitlab/markdown/user_reference_filter_spec.rb
| * Improve text indication visibility on snippetsZeger-Jan van de Weg2015-12-081-1/+1
| |
* | Merge branch 'master' into reference-pipeline-and-cachingDouwe Maan2015-12-072-5/+6
|\ \ | |/
| * Merge branch 'ui/form-consistency' into 'master' Dmitriy Zaporozhets2015-12-041-3/+4
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | UI: Improve form consistency Depends on !1953 See the commits for more details, the messages mostly speak for themselves. # Highlights ## Tag form Before: ![tag_before](/uploads/ee5ba6ef405749013f9e5717ebcf72f3/tag_before.png) After: ![tag_after](/uploads/71bb543553190d91c03fd706cce35923/tag_after.png) See merge request !1955
| | * Merge branch 'master' into ui/form-consistencyDouwe Maan2015-12-031-3/+4
| | |\
| | * | Use js-requires-input where appropriateDouwe Maan2015-12-021-1/+1
| | | |
| | * | Only use input placeholders when they add valueDouwe Maan2015-12-021-1/+2
| | | |
| | * | Add cancel button to forms that didn't have one alreadyDouwe Maan2015-12-021-1/+1
| | | |
| * | | Merge branch 'master' into ui/project-home-panelui/project-home-panelDouwe Maan2015-12-031-3/+4
| |\ \ \ | | | |/ | | |/|
| * | | Add visibility description tooltip to snippet and project visibility labelsDouwe Maan2015-12-021-2/+2
| | |/ | |/|
* | | Merge branch 'master' into reference-pipeline-and-cachingDouwe Maan2015-12-031-3/+4
|\ \ \ | | |/ | |/|
| * | Remove style duplication between snippet and issue detail pagesDouwe Maan2015-12-021-3/+4
| |/
* | gfm is no longerDouwe Maan2015-10-271-1/+1
|/
* Update style of snippet detail pageDouwe Maan2015-10-181-24/+23
|
* New snippet design for projectsHan Loong Liauw2015-10-142-1/+26
| | | | | | | | 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
* Adds modified date to snippets#show #1767Han Loong Liauw2015-10-121-2/+1
| | | | | | - Fixed a bug with .btn-sm padding. - Changed created_at to modified_at for snippets#index as it seems to be more relevant.
* Restyle snippets renderingDmitriy Zaporozhets2015-08-271-0/+21
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Merge branch 'snippet_optional_filename' into 'master'Douwe Maan2015-06-201-1/+1
|\ | | | | | | | | | | | | | | Make snippet filename optional. Fixes #2384. See merge request !1866
| * Make snippet filename optional.Nicolas2015-06-201-1/+1
| | | | | | | | Fixes #2384.
* | Bootlint: Fix incorrectly nested `form-group` elementRobert Speicher2015-06-161-2/+2
|/
* Fix for Snippets with a projectRobert Speicher2015-05-261-1/+1
|
* Simplify and unify helpers for rendering markupJakub Jirutka2015-05-181-5/+1
|
* Fix labels for project/snippet visibility selectionRobert Speicher2015-05-161-1/+1
|
* Add new admin settingsVinnie Okada2015-04-262-28/+1
| | | | | Add new global application settings for default project and snippet visibility levels.
* Upgrade to Rails 4.1.9Vinnie Okada2015-02-141-1/+1
| | | | | | Make the following changes to deal with new behavior in Rails 4.1.2: * Use nested resources to avoid slashes in arguments to path helpers.
* Replace highlight.js with rouge-fork rugmentsStefan Tatschner2015-01-151-1/+1
| | | | | | | | | | I decided to create a fork of rouge as rouge lacks a HTML formatter with the required options such as wrapping a line with <span> tags. Furthermore I was not really convinced about the clarity of rouge's source code. Rugments 1.0.0beta3 for now only includes some basic linting and a new HTML formatter. Everything else should behave the same.
* Snippets: public/internal/privateValery Sizov2014-10-092-16/+29
|
* Snippets: rename public to internalValery Sizov2014-10-071-1/+1
|
* Refactor snippets viewsDmitriy Zaporozhets2014-06-142-0/+69
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>