Jacob Gable
|
a63690a471
|
Fix relative paths for deployment
In order to run with forever / supervisorctl, the relative paths need to
be converted to full ones based on the __dirname.
|
2013-06-15 10:54:49 -05:00 |
|
Gabor Javorszky
|
81d317a122
|
Replaced config.blogData with settings
Solves #112
* Removed config.blogData
* Changed Ghost.init() to accommodate new settings bits
* (data was already in the fixtures)
|
2013-06-15 00:39:27 +01:00 |
|
Tim Griesser
|
983c171fb0
|
simplifying the model structure, again
|
2013-06-01 11:14:05 -04:00 |
|
Gabor Javorszky
|
e7c0d13f7c
|
#73: Remap app.locals done
|
2013-05-30 23:39:02 +01:00 |
|
ErisDS
|
237af40f2e
|
Revert "Merge branch 'fat-models' of github.com:tgriesser/Ghost into tgriesser-fat-models"
This reverts commit 611e6a49ef , reversing
changes made to a89dc1d123 .
|
2013-05-30 23:34:53 +01:00 |
|
ErisDS
|
611e6a49ef
|
Merge branch 'fat-models' of github.com:tgriesser/Ghost into tgriesser-fat-models
Conflicts:
core/admin/assets/sass/layouts/dashboard.scss
core/admin/views/dashboard.hbs
core/shared/models/dataProvider.bookshelf.js
|
2013-05-30 22:23:18 +01:00 |
|
Tim Griesser
|
091790a525
|
merging with master
|
2013-05-29 18:26:10 -04:00 |
|
Jacob Gable
|
d81d408eab
|
Fix Travis Errors
- affects #91
- Move dataProvider initialization outside constructor
- Add travis sqlite config that enables debug
- Add grunt-cli installation to travis before_script
|
2013-05-29 13:32:38 -05:00 |
|
Gabor Javorszky
|
8ffa03f775
|
Duplicate user, error handling, password in fixture
|
2013-05-27 23:04:09 -05:00 |
|
Jacob Gable
|
c699121049
|
Add ghostNav helper and filter for themes; closes #47
|
2013-05-27 22:59:01 -05:00 |
|
Tim Griesser
|
a204a96cda
|
a bit of organizing/simplifying/fattening the models
|
2013-05-27 13:30:03 -04:00 |
|
Ricardo Tomasi
|
9e77d32043
|
Add tests for API/settings
|
2013-05-23 09:23:35 -03:00 |
|
Gabor Javorszky
|
ab8781d115
|
Added user authentication and registration
|
2013-05-21 02:03:35 +01:00 |
|
Hannah Wolfe
|
ef94f3b778
|
closes #28 - reimplements posts with bookshelf
This involves switching column names to snake_case which requires template updates in both the admin and in casper
|
2013-05-16 22:16:09 +01:00 |
|
Hannah Wolfe
|
17d421bfcc
|
Initial commit to GitHub repo
|
2013-05-11 17:44:25 +01:00 |
|