- 05 Apr, 2016 1 commit
-
-
Phil Hughes authored
-
- 04 Apr, 2016 8 commits
-
-
Phil Hughes authored
-
Phil Hughes authored
-
Phil Hughes authored
-
Phil Hughes authored
-
Phil Hughes authored
-
Phil Hughes authored
-
Phil Hughes authored
-
Phil Hughes authored
-
- 31 Mar, 2016 4 commits
-
-
Phil Hughes authored
-
Phil Hughes authored
-
Phil Hughes authored
Created a class for note action buttons
-
Stan Hu authored
Closes #14780
-
- 28 Mar, 2016 1 commit
-
-
Stan Hu authored
Closes #3250
-
- 18 Mar, 2016 1 commit
-
-
Phil Hughes authored
Also changed to allow the CSS to decide what should be hidden when editting
-
- 10 Mar, 2016 2 commits
-
-
Phil Hughes authored
Also removed the cloning of forms for note edits. Instead it just hides/shows the form seeing as it is already there Closes #14094
-
Phil Hughes authored
Unified the 'edited text' to be the same in descriptions and comments Closes #5538
-
- 04 Mar, 2016 2 commits
-
-
Phil Hughes authored
-
Phil Hughes authored
Also changed the labels on the buttons to better match the action they are completing. Closes #8057
-
- 02 Mar, 2016 1 commit
-
-
Robert Speicher authored
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!
-
- 29 Feb, 2016 1 commit
-
-
Alfredo Sumaran authored
-
- 25 Jan, 2016 1 commit
-
-
Douwe Maan authored
-
- 21 Jan, 2016 1 commit
-
-
Douwe Maan authored
-
- 20 Jan, 2016 3 commits
-
-
Rémy Coutable authored
- Replace 'rel' attributes with 'data' or 'id' attributes - Style jQuery methods chaining according to Jacob's guidelines - Rename a method
-
Douwe Maan authored
-
Jacob Schatz authored
-
- 13 Jan, 2016 2 commits
-
-
Rémy Coutable authored
This is moved to a model method rather than an helper method because the API will need it too.
-
Rémy Coutable authored
-
- 12 Jan, 2016 1 commit
-
-
Rubén Dávila authored
-
- 08 Jan, 2016 1 commit
-
-
Drew Blessing authored
-
- 23 Dec, 2015 2 commits
-
-
Andriy Dyadyura authored
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 22 Dec, 2015 1 commit
-
-
Andriy Dyadyura authored
-
- 15 Dec, 2015 1 commit
-
-
Grzegorz Bizon authored
-
- 02 Dec, 2015 1 commit
-
-
Douwe Maan authored
-
- 18 Nov, 2015 1 commit
-
-
Valery Sizov authored
-
- 17 Nov, 2015 2 commits
-
-
Douwe Maan authored
-
Jason Lee authored
Reverted #9820, github/task_list need a form, textarea for update.
-
- 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).
-