summaryrefslogtreecommitdiff
path: root/app/views/shared/snippets/_form.html.haml
Commit message (Collapse)AuthorAgeFilesLines
* [skip ci] add col-sm-* for form-horizontal changes to keep layoutClement Ho2018-04-121-2/+2
|
* [skip ci] .form-horizontal => .form-group.rowClement Ho2018-04-121-3/+3
|
* [skip ci] .control-label to .col-form-labelClement Ho2018-04-111-2/+2
|
* Remove snippet bundle webpack entry pointClement Ho2018-02-271-1/+0
|
* Chart.html.haml refactorJacob Schatz2018-02-191-1/+1
|
* Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-051-1/+1
|
* Support descriptions for snippetsJarka Kadlecova2017-05-311-1/+6
|
* Add quick submit for snippet formsblackst0ne2017-03-141-1/+1
|
* Use a new class to keep old behaviorFilipa Lacerda2017-02-081-1/+1
|
* Merge branch 'master' into webpackMike Greiling2017-02-021-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (63 commits) Use `add_$role` helper in snippets specs removes old css class from everywhere Fixes broken build: Use jquery to get the element position in the page Check public snippets for spam Keep snippet visibility on error Update pipeline and commit URL and text on CI status change Support non-ASCII characters in GFM autocomplete Active tense test coverage Fix filtered search manager spec teaspoon error Reduce the number of loops that Cycle Analytics specs use Remove unnecessary returns / unset variables from the CoffeeScript -> JS conversion. update spec Change the reply shortcut to focus the field even without a selection. use destroy_all Remove settings cog from within admin scroll tabs; keep links centered add changelog remove old project members from project add spec replicating validation error Improve styling of the new issue message Don't capitalize environment name in show page ...
| * Keep snippet visibility on errorSean McGivern2017-02-021-2/+1
| | | | | | | | | | | | | | 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.
* | migrate all javascript asset bundles and require syntaxMike Greiling2017-01-101-2/+1
|/
* Only load Ace on Snippets and file edit pages.Connor Shea2016-08-181-5/+4
|
* Standardize the way we check for and display form errorsrs-form_errorsRobert Speicher2016-04-041-5/+1
| | | | | | | | | | | | - Some views had a "Close" button. We've removed this, because we don't want users accidentally hiding the validation errors and not knowing what needs to be fixed. - Some views used `li`, some used `p`, some used `span`. We've standardized on `li`. - Some views only showed the first error. We've standardized on showing all of them. - Some views added an `#error_explanation` div, which we've made standard.
* 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 '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
|
* Fix labels for project/snippet visibility selectionRobert Speicher2015-05-161-1/+1
|
* Add new admin settingsVinnie Okada2015-04-261-1/+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.
* Snippets: public/internal/privateValery Sizov2014-10-091-16/+2
|
* Snippets: rename public to internalValery Sizov2014-10-071-1/+1
|
* Refactor snippets viewsDmitriy Zaporozhets2014-06-141-0/+55
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>