- Apr 16, 2018
-
-
Simon Knox authored
-
- Nov 28, 2017
-
-
Clement Ho authored
-
- Nov 06, 2017
-
- Oct 30, 2017
-
- Oct 21, 2017
-
-
- Oct 18, 2017
-
-
Clement Ho authored
-
- Oct 16, 2017
-
-
Phil Hughes authored
This moves away from storing in a single array just to render the table. It now stores in a multi-dimensional array/object type where each entry in the array can have its own tree. This makes storing the data for future feature a little easier as there is only one way to store the data. Previously to insert a directory the code had to insert the directory & then the file at the right point in the array. Now the directory can be inserted anywhere & then a file can be quickly added into this directory. The rendering is still done with a single array, but this is handled through underscore. Underscore takes the array & then goes through each item to flatten it into one. It is done this way to save changing the markup away from table, keeping it as a table keeps it semantically correct.
-
- Oct 06, 2017
-
-
Annabel Dunstone Gray authored
-
- Aug 15, 2017
-
-
Jacob Schatz authored
-
- May 05, 2017
-
-
- Apr 19, 2017
-
-
Luke "Jared" Bennett authored
-
- Feb 15, 2017
-
-
Annabel Dunstone Gray authored
-
Annabel Dunstone Gray authored
-
- Feb 11, 2017
-
-
Alfredo Sumaran authored
-
- Feb 06, 2017
-
-
dimitrieh authored
-
- Feb 03, 2017
-
-
Nur Rony authored
-
- Jan 27, 2017
- Jan 04, 2017
- Jan 03, 2017
- Oct 24, 2016
-
-
Clement Ho authored
-
Clement Ho authored
-
- Sep 06, 2016
-
-
Clement Ho authored
-
- Jun 03, 2016
-
-
James Lopez authored
This reverts commit 3e991230.
-
James Lopez authored
# Conflicts: # app/models/project.rb
-
- May 13, 2016
-
-
Connor Shea authored
As discussed in #15667.
-