- Jul 29, 2016
-
-
Ben Patterson authored
-
- Jul 26, 2016
-
-
Calen Pennington authored
This reverts commit ed80381b, reversing changes made to 205cb8b3.
-
- Jul 22, 2016
-
-
Calen Pennington authored
-
Calen Pennington authored
-
Calen Pennington authored
-
Calen Pennington authored
-
- Jun 29, 2016
-
-
Calen Pennington authored
-
- Jun 28, 2016
-
-
Calen Pennington authored
-
Calen Pennington authored
-
Calen Pennington authored
-
- Jun 27, 2016
-
-
Calen Pennington authored
-
Calen Pennington authored
-
- Jun 20, 2016
-
-
Calen Pennington authored
-
Calen Pennington authored
-
- Jun 13, 2016
-
-
Ben Patterson authored
-
Jesse Zoldak authored
-
- Jun 09, 2016
-
-
Calen Pennington authored
-
Calen Pennington authored
-
Calen Pennington authored
-
- May 19, 2016
-
-
Calen Pennington authored
-
- May 18, 2016
-
-
Diana Huang authored
-
Calen Pennington authored
-
Calen Pennington authored
-
Calen Pennington authored
-
Calen Pennington authored
-
- May 11, 2016
-
-
Ben Patterson authored
This will be a backwards-compatible change, which will allow developers that use older versions of firefox (e.g., 28) to continue with development while also supporting a build system and development that uses newer firefox versions (e.g., 42)
-
- May 02, 2016
-
-
Christine Lytwynec authored
-
Christine Lytwynec authored
-
- Apr 22, 2016
-
-
Christine Lytwynec authored
-
Christine Lytwynec authored
-
muzaffaryousaf authored
TNL-4102
-
- Apr 21, 2016
-
-
Christine Lytwynec authored
-
- Apr 11, 2016
-
-
Christine Lytwynec authored
-
- Apr 06, 2016
-
-
Omar Khan authored
-
- Apr 01, 2016
-
-
Omar Khan authored
-
- Mar 25, 2016
-
-
Andy Armstrong authored
FEDX-121 The previous approach for handling NPM assets was to symlink them into the static directory. This appeared to cause trouble with the asset pipeline where the files in question were not installed and then old versions were picked up instead. This change instead copies NPM libraries to a new static directory so that the pipeline can consume them as with any other file. This new directory is added to .gitignore so that the files don't get accidentally checked in.
-
- Mar 22, 2016
-
-
Eric Fischer authored
-
cahrens authored
-
- Feb 29, 2016
-
-
Kevin Falcone authored
This now correctly migrates and dumps files for both databases. Run lettuce migrations for both databases
-
Usman Khalid authored
By default, migrations are applied as they always have been. Exporting DISABLE_MIGRATIONS=1 or passing --disable-migrations to Paver commands will create tables directly from apps' models.
-