Ghost/ghost/admin
Kevin Ansfield 7c2e923074 Rename "offset" to "blogTimezone"
refs https://github.com/TryGhost/Ghost/pull/6941#issuecomment-224553575
- `blogTimezone` and `timezone` better reflect their values (a string representing a timezone in the format `Europe/Dublin`) than `offset` which suggests a fixed value
2016-06-08 12:09:19 +01:00
..
.github Rename PULL_REQUEST_TEMPLATE to PULL_REQUEST_TEMPLATE.md 2016-05-23 10:50:15 +01:00
app Rename "offset" to "blogTimezone" 2016-06-08 12:09:19 +01:00
config Update package.json details, rename module to ghost-admin 2016-06-03 16:12:54 +01:00
lib Use es6 across client and add ember-suave to enforce rules 2015-11-30 10:41:01 +00:00
public/assets Slack integration 2016-05-08 12:49:15 +02:00
tests Rename "offset" to "blogTimezone" 2016-06-08 12:09:19 +01:00
.editorconfig Match .gitignore and .editorconfig with Ghost repo 2016-05-19 11:39:15 +01:00
.ember-cli grunt init, dev 2015-03-11 12:37:41 -06:00
.gitignore Match .gitignore and .editorconfig with Ghost repo 2016-05-19 11:39:15 +01:00
.jscsrc Use es6 across client and add ember-suave to enforce rules 2015-11-30 10:41:01 +00:00
.jshintrc Add Gruntfile.js, setup linting task and Travis build 2016-06-02 17:19:30 +01:00
.travis.yml Add Gruntfile.js, setup linting task and Travis build 2016-06-02 17:19:30 +01:00
.watchmanconfig deps: ember-cli@1.13.13 2015-11-30 11:21:39 -06:00
bower.json Timezones: Always use the timezone of blog setting 2016-06-03 16:23:39 +02:00
ember-cli-build.js Timezones: Always use the timezone of blog setting 2016-06-03 16:23:39 +02:00
Gruntfile.js Add Gruntfile.js, setup linting task and Travis build 2016-06-02 17:19:30 +01:00
package.json deps: ember-ajax@2.4.1 2016-06-06 11:54:15 +01:00
README.md Initial sub-project README.md 2016-05-19 11:39:15 +01:00
testem.js deps: ember-cli@2.4.0 2016-03-01 12:49:28 +00:00

Ghost-Admin

This is the home of Ember.js based admin client that ships with Ghost. For now, refer to that repository for install and development instructions.

Have a bug or issue?

Bugs and issues (even if they only affect the admin client) should be opened on the core Ghost repository.