diff options
author | Valery Sizov <vsv2711@gmail.com> | 2015-02-24 20:24:30 +0200 |
---|---|---|
committer | Valery Sizov <vsv2711@gmail.com> | 2015-02-24 20:36:11 +0200 |
commit | 53e404144c8ce9f602ec1e3a642d5d3971dc8217 (patch) | |
tree | 192a8f7715b0a49cb8b509fbaa6bdcd59c553d21 | |
parent | 3177693c6f47fda14f84abf0b8f694aec3e076fc (diff) | |
download | gitlab-ce-53e404144c8ce9f602ec1e3a642d5d3971dc8217.tar.gz |
changelog && documentation
-rw-r--r-- | CHANGELOG | 1 | ||||
-rw-r--r-- | doc/workflow/web_editor.md | 4 | ||||
-rw-r--r-- | doc/workflow/web_editor/edit_file.png | bin | 99624 -> 89039 bytes | |||
-rw-r--r-- | doc/workflow/web_editor/new_file.png | bin | 100516 -> 85526 bytes |
4 files changed, 3 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG index d879ee85728..0186c034692 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -6,6 +6,7 @@ v 7.9.0 (unreleased) - Improve error messages for file edit failures - Improve UI for commits, issues and merge request lists - Fix commit comments on first line of diff not rendering in Merge Request Discussion view. + - Save web edit in new branch v 7.8.0 - Fix access control and protection against XSS for note attachments and other uploads. diff --git a/doc/workflow/web_editor.md b/doc/workflow/web_editor.md index bcadf5e8c0d..7fc8f96b9ec 100644 --- a/doc/workflow/web_editor.md +++ b/doc/workflow/web_editor.md @@ -10,7 +10,7 @@ to create the first file and open it in the web editor.  -Fill in a file name, some content, a commit message and press the commit button. +Fill in a file name, some content, a commit message, branch name and press the commit button. The file will be saved to the repository.  @@ -21,6 +21,6 @@ viewing the file.  Editing a file is almost the same as creating a new file, -with as addition the ability to preview your changes in a separate tab. +with as addition the ability to preview your changes in a separate tab. Also you can save your change to another branch by filling out field `branch`  diff --git a/doc/workflow/web_editor/edit_file.png b/doc/workflow/web_editor/edit_file.png Binary files differindex 1522c50b62f..f480c69ac3e 100644 --- a/doc/workflow/web_editor/edit_file.png +++ b/doc/workflow/web_editor/edit_file.png diff --git a/doc/workflow/web_editor/new_file.png b/doc/workflow/web_editor/new_file.png Binary files differindex 80941f37cea..55ebd9e0257 100644 --- a/doc/workflow/web_editor/new_file.png +++ b/doc/workflow/web_editor/new_file.png |