- 26 May, 2017 1 commit
-
-
Douwe Maan authored
-
- 24 May, 2017 1 commit
-
-
Kushal Pandya authored
-
- 18 May, 2017 1 commit
-
-
Sam Rose authored
-
- 05 May, 2017 1 commit
-
-
Jarka Kadlecova authored
-
- 04 May, 2017 1 commit
-
-
Rares Sfirlogea authored
Remove slash commands from Markdown preview and display their outcome next to the text field. Introduce new "explanation" block to our slash commands DSL. Introduce optional "parse_params" block to slash commands DSL that allows to process a parameter before it is passed to "explanation" or "command" blocks. Pass path for previewing Markdown as "data" attribute instead of setting a variable on "window".
-
- 02 May, 2017 1 commit
-
-
Jarka Kadlecova authored
-
- 01 Mar, 2017 1 commit
-
-
Adam Niedzielski authored
-
- 05 Feb, 2017 1 commit
-
-
Timothy Andrew authored
Some changes in EE for the auditor user feature need to be backported to CE to avoid merge conflicts. This commit encapsulates all these backports.
-
- 04 Jan, 2017 1 commit
-
-
Fatih Acet authored
-
- 03 Jan, 2017 1 commit
-
-
Mike Greiling authored
-
- 15 Oct, 2016 1 commit
-
-
Bryce Johnson authored
-
- 21 Sep, 2016 1 commit
-
-
Robert Speicher authored
Now this is more consistent with the rest of the app.
-
- 19 Jul, 2016 1 commit
-
-
Phil Hughes authored
Closes #19968
-
- 30 Jun, 2016 1 commit
-
-
winniehell authored
-
- 18 Apr, 2016 1 commit
-
-
Phil Hughes authored
Closes #14201
-
- 04 Apr, 2016 5 commits
-
-
Phil Hughes authored
-
Phil Hughes authored
-
Phil Hughes authored
-
Phil Hughes authored
-
Phil Hughes authored
-
- 20 Jan, 2016 1 commit
-
-
Jacob Schatz authored
-
- 15 Dec, 2015 1 commit
-
-
Grzegorz Bizon authored
-
- 17 Nov, 2015 1 commit
-
-
Douwe Maan authored
-
- 16 Nov, 2015 1 commit
-
-
Robert Speicher authored
This reverts commit 63144cd0, reversing changes made to 8ab5df9d.
-
- 12 Nov, 2015 1 commit
-
-
Jason Lee authored
Use RJS to render edit note feature. Before: ``` Rendered projects/notes/_note.html.haml (27.9ms) Rendered projects/_zen.html.haml (0.3ms) Rendered projects/notes/_hints.html.haml (0.7ms) Rendered projects/_md_preview.html.haml (3.9ms) Rendered projects/notes/_edit_form.html.haml (6.9ms) Rendered projects/notes/_note.html.haml (17.7ms) Rendered projects/_zen.html.haml (0.3ms) Rendered projects/notes/_hints.html.haml (0.6ms) Rendered projects/_md_preview.html.haml (3.4ms) Rendered projects/notes/_edit_form.html.haml (7.0ms) ``` After: ``` Rendered projects/notes/_note.html.haml (13.8ms) Rendered projects/notes/_note.html.haml (7.1ms) Rendered projects/notes/_note.html.haml (9.5ms) Rendered projects/notes/_note.html.haml (8.5ms) ``` This change reduce at least 6ms * N ('N' - number of notes).
-
- 26 Jun, 2015 1 commit
-
-
Dmitriy Zaporozhets authored
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>
-
- 16 Jun, 2015 1 commit
-
-
Stan Hu authored
Closes https://github.com/gitlabhq/gitlabhq/issues/9283
-
- 14 Feb, 2015 1 commit
-
-
Vinnie Okada authored
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.
-
- 26 Aug, 2014 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 28 Apr, 2014 2 commits
-
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-
- 25 Dec, 2013 2 commits
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 23 Jun, 2013 1 commit
-
-
Dmitriy Zaporozhets authored
-
- 02 May, 2013 1 commit
-
-
Dmitriy Zaporozhets authored
-
- 03 Dec, 2012 5 commits
-
-
Riyad Preukschas authored
-
Riyad Preukschas authored
Allows previews and uploads in all forms. Also fixes #1730
-
Riyad Preukschas authored
-
Riyad Preukschas authored
-
Riyad Preukschas authored
-