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
2016-11-23Add a starting date to milestonesValery Sizov
2016-06-10Due date can be removed from milestonesPhil Hughes
Closes #15063
2016-06-09Improved the UX of issue & milestone date pickerPhil Hughes
Closes #18198
2016-04-14Placeholder on milestone formPhil Hughes
Updated JS spec to include gl_form
2016-04-14Milestones use new GLForm classPhil Hughes
2016-04-05Standardize the way we check for and display form errorsRobert Speicher
- 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.
2016-03-02Change `js-quick-submit` behavior to expect the class on the formRobert Speicher
Now it will work on any field inside that form, and it's easier to scope new behavior, which is what we're adding next!
2015-12-02Use autofocus where appropriateDouwe Maan
2015-12-02Don't write "Optional" or "Required" unless non-obviousDouwe Maan
2015-12-02Use consistent casing for page titlesDouwe Maan
2015-11-16Few changes to Group Milestone feature:Dmitriy Zaporozhets
* Group attachments are not supported so I removed attach file link * Added changelog item * Add markdown hint to project milestone form Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-10-07Quick Submit all the things!Robert Speicher
Adds quick submit behavior to the forms for: - Blobs ("new file") - Commit messages - Issuables - Notes - Labels - Milestones - Wikis
2015-09-22Tweak remaining CSS for Markdown previewStan Hu
Missed a few items in !1378
2015-06-27Remove disableButtonIf[Any]EmptyField calls from formsRobert Speicher
These have been replaced by the "requiresInput" behavior.
2015-06-05Show warning when a comment will add 10 or more people to the discussion.Douwe Maan
2015-02-24Merge branch 'master' into extend_markdown_uploadDouwe Maan
# Conflicts: # app/views/projects/issues/_form.html.haml # app/views/projects/merge_requests/_form.html.haml # app/views/projects/merge_requests/_new_submit.html.haml # app/views/projects/milestones/_form.html.haml # app/views/projects/notes/_form.html.haml # app/views/projects/wikis/_form.html.haml # config/routes.rb # spec/controllers/projects_controller_spec.rb
2015-02-20Merge branch 'master' into rails-4.1.9Vinnie Okada
Conflicts: app/views/dashboard/_project.html.haml app/views/events/event/_common.html.haml app/views/explore/projects/_project.html.haml app/views/groups/_projects.html.haml app/views/projects/_home_panel.html.haml app/views/projects/_issues_nav.html.haml app/views/projects/issues/_discussion.html.haml app/views/projects/issues/_issues.html.haml app/views/projects/issues/show.html.haml app/views/projects/merge_requests/_discussion.html.haml app/views/projects/merge_requests/_show.html.haml app/views/projects/milestones/index.html.haml app/views/projects/notes/_edit_form.html.haml app/views/shared/_issuable_filter.html.haml
2015-02-18Refactor.Douwe Maan
2015-02-18Generalize the image upload in markdownHannes Rosenögger
This commit generalizes the image upload via drag and drop so it supports all files. It also adds access control for these files.
2015-02-17Make sure Markdown previews always use the same styling as the eventual ↵Douwe Maan
destination.
2015-02-14Upgrade to Rails 4.1.9Vinnie Okada
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.
2014-10-16Add Markdown preview to more formsVinnie Okada
Enable Markdown previews when creating and editing issues, merge requests, and milestones, and when editing notes.
2014-10-02Apply ZEN mode to all GFM formsRobert Schilling
2014-10-01Search for 'div-dropzone' correctlyRobert Schilling
2014-07-15Fix milestones description's max lengthGregoire Daussin
2014-06-03Revert "Implements and refactors clipboard feature for markdown."Dmitriy Zaporozhets
This reverts commit 2273234653924b731f9ef01432e392481ee1d4e2. Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: app/views/projects/issues/_form.html.haml app/views/projects/merge_requests/_form.html.haml app/views/projects/merge_requests/_new_submit.html.haml app/views/projects/milestones/_form.html.haml app/views/projects/notes/_form.html.haml app/views/projects/wikis/_form.html.haml
2014-05-29Replace existing links to help pages with the new ones.Marin Jankovski
2014-05-28Implements and refactors clipboard feature for markdown.erbunao
2014-05-23Implements drag and drop upload in creating issuesEarle Bunao & Neil Calabroso
2014-01-02Restyle issue form. Replace inputsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-12-31alert-error to alert-dangerDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-12-31Migrate forms and inputs pt1Dmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-12-31Update form classesDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-12-31Convert span into col-mdDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-10-19A few other iids instead of ids (mostly in edit forms)Romain
2013-08-08use control-group classes for inline forms in project area pagesDmitriy Zaporozhets
2013-08-01Dont load bootstrap buttons. Modified css with new buttonsDmitriy Zaporozhets
2013-07-13Replace page_title with page-title. Correct margin for some blocks/layoutsDmitriy Zaporozhets
2013-06-23Move projects controllers/views in Projects moduleDmitriy Zaporozhets