Greenkeeper
e77b4d141f
chore(package): update broccoli-asset-rev to version 2.4.4 ( #97 )
2016-06-29 22:00:50 -06:00
Austin Burdine
390afb1f71
Merge pull request #94 from kevinansfield/bower-to-npm
...
update bower deps and start switch from bower to npm
2016-06-29 10:49:12 -06:00
Kevin Ansfield
861d79299f
convert bower deps to npm deps
...
no issue
- convert moment + moment-timezone to npm dependencies
- convert password-generator to npm dependency
- convert keymaster.js to npm dependency
- convert blueimp-md5 to npm dependency
2016-06-29 11:52:10 +01:00
Kevin Ansfield
8192d6fd64
deps: jquery-deparam@0.5.2 as npm module
2016-06-29 11:28:53 +01:00
Kevin Ansfield
1650069bcb
deps: codemirror@5.16.0 as npm module
2016-06-29 11:28:53 +01:00
Kevin Ansfield
0dccda345e
deps: ember-cli-shims@0.1.3
2016-06-29 11:28:53 +01:00
Kevin Ansfield
e3167c9afd
deps: ember@2.6.1
...
no issue
- bugfix release: https://github.com/emberjs/ember.js/releases/tag/v2.6.1
2016-06-29 11:28:53 +01:00
Kevin Ansfield
d9b7d11401
deps: ember-cli-node-assets@0.1.3
...
no issue
- allows easy switching of `bower` dependencies to `npm` dependencies
2016-06-29 10:25:02 +01:00
Austin Burdine
9c2e45c44d
add buildAboutPage task to Gruntfile ( #90 )
2016-06-28 18:36:00 +01:00
Austin Burdine
13b78ae1f7
Merge pull request #91 from starcwl/master
...
fix meta-data problem, which will cause SEO of post fail.
2016-06-27 04:32:19 -06:00
starcwl
541c8e67ad
fix meta-data problem, which will cause SEO of post fail.
...
no issue
- fixed focus-out action calls in post-settings-menu meta fields which miss arguments metaDescriptionScratch and metaTitleScratch.
2016-06-27 18:10:41 +08:00
Kevin Ansfield
2d2b48dd94
Merge pull request #92 from acburdine/add-bower
...
Add bower to client dependencies
2016-06-26 15:18:27 +01:00
Austin Burdine
22477ef71b
deps: bower@1.7.9
...
refs TryGhost/Ghost#7039
- add bower dependency to client
2016-06-26 08:00:51 -06:00
Kevin Ansfield
b9a24d8449
Merge pull request #86 from TryGhost/branch-exclude-fix
...
Add greenkeeper branch ignores to travis
2016-06-23 12:02:21 +01:00
Austin Burdine
3b294f18d8
Add greenkeeper branch ignores to travis
...
This prevents greenkeeper branches from being built as they will always by run in the PR.
2016-06-22 10:31:11 -06:00
Austin Burdine
5a32682239
Merge pull request #85 from TryGhost/greenkeeper-loader.js-4.0.10
...
Update loader.js to version 4.0.10 🚀
2016-06-21 22:34:41 -04:00
greenkeeperio-bot
ec07d0bd0b
chore(package): update loader.js to version 4.0.10
...
https://greenkeeper.io/
2016-06-22 03:11:01 +01:00
Austin Burdine
6dcbd0916f
Merge pull request #84 from TryGhost/greenkeeper-grunt-jscs-3.0.1
...
Update grunt-jscs to version 3.0.1 🚀
2016-06-21 17:52:50 -04:00
greenkeeperio-bot
709ac14ccf
chore(package): update grunt-jscs to version 3.0.1
...
https://greenkeeper.io/
2016-06-21 22:22:13 +01:00
Austin Burdine
27a592f30f
Merge pull request #83 from TryGhost/greenkeeper-glob-7.0.5
...
glob@7.0.5 untested ⚠️
2016-06-20 21:39:02 -04:00
greenkeeperio-bot
24e8f61e76
chore(package): update glob to version 7.0.5
...
https://greenkeeper.io/
2016-06-21 02:15:55 +01:00
Austin Burdine
71a0eba26d
Merge pull request #82 from kevinansfield/fix-trim-focus-input
...
Fix un-bound HTML attributes for `gh-trim-focus-input`
2016-06-20 13:21:58 -04:00
Kevin Ansfield
df58953778
Fix un-bound HTML attributes for gh-trim-focus-input
...
no issue
- updates `gh-trim-focus-input` to extend from `gh-input`/`one-way-input` to get the auto-binding attribute behaviour for passed-in HTML attributes
- renames `focus` property to `shouldFocus` so that we're not overriding default DOM functions
- fixes signin page issues with missing placeholders and no autofocus
2016-06-20 15:20:25 +01:00
Kevin Ansfield
80c8e746f6
Merge pull request #81 from TryGhost/greenkeeper-ember-cli-2.6.2
...
Update ember-cli to version 2.6.2 🚀
2016-06-20 10:41:04 +01:00
greenkeeperio-bot
3466b48b9d
chore(package): update ember-cli to version 2.6.2
...
https://greenkeeper.io/
2016-06-20 10:04:17 +01:00
Kevin Ansfield
d584b0d5fe
Merge pull request #80 from TryGhost/greenkeeper-ember-cli-dependency-checker-1.3.0
...
Update ember-cli-dependency-checker to version 1.3.0 🚀
2016-06-19 11:25:14 +01:00
greenkeeperio-bot
9a432ab591
chore(package): update ember-cli-dependency-checker to version 1.3.0
...
https://greenkeeper.io/
2016-06-18 20:08:27 +01:00
Austin Burdine
ac82022997
Merge pull request #79 from kevinansfield/grunt-init
...
Add `grunt init` task
2016-06-18 14:20:47 -04:00
Kevin Ansfield
5e3fafa79a
Add grunt init
task
...
refs https://github.com/TryGhost/Ghost/pull/7005
- add `grunt init` task that installs `npm` and `bower` dependencies
- allows Ghost to call this task via subgrunt avoiding the need for a global bower install
2016-06-18 18:33:46 +01:00
Kevin Ansfield
7c2034df21
Merge pull request #46 from acburdine/one-way-inputs
...
Convert inputs to one way components
2016-06-18 16:26:17 +01:00
Austin Burdine
34ccd12111
Merge pull request #76 from kevinansfield/post-comparable
...
Use Ember.Comparable mixin to sort posts
2016-06-18 09:26:26 -04:00
Austin Burdine
6ee77a712a
convert inputs to one-way inputs
...
no issue
- moves all inputs to use the data-down-actions-up component paradigm
2016-06-18 07:44:23 -04:00
Austin Burdine
2ce59c6ab2
Merge pull request #78 from TryGhost/greenkeeper-broccoli-asset-rev-2.4.3
...
Update broccoli-asset-rev to version 2.4.3 🚀
2016-06-18 00:13:07 -06:00
greenkeeperio-bot
f0ddd0402e
chore(package): update broccoli-asset-rev to version 2.4.3
...
https://greenkeeper.io/
2016-06-18 06:08:23 +01:00
Kevin Ansfield
909713ec79
Merge pull request #77 from TryGhost/greenkeeper-ember-cli-deprecation-workflow-0.2.3
...
Update ember-cli-deprecation-workflow to version 0.2.3 🚀
2016-06-17 16:34:03 +01:00
greenkeeperio-bot
01cffa55a0
chore(package): update ember-cli-deprecation-workflow to version 0.2.3
...
https://greenkeeper.io/
2016-06-17 15:48:25 +01:00
Kevin Ansfield
a109c1c3db
Use Ember.Comparable mixin to sort posts
...
closes https://github.com/TryGhost/Ghost/issues/7002
- move sorting logic out of the controller and into the Post model
This is a quick attempt at implementing the refactoring referenced in https://github.com/TryGhost/Ghost/issues/7002 . The client-side sorting is working but we still have the problem of scheduled posts not appearing in the list until you scroll to the very first published post because the server is returning posts in the wrong order.
2016-06-17 11:33:11 +01:00
Kevin Ansfield
f1c68e48c8
Merge pull request #72 from AileenCGN/refactor-date-properties
...
Renaming date properties to contain `UTC`
2016-06-17 11:32:02 +01:00
Aileen Nowak
d90ed28940
Renaming date properties to contain UTC
...
closes TryGhost/Ghost#6985
- renames all date properties to end with `UTC`:
- `publishedAt` in `post` model
- `createdAt` in `post`, `role`, `subscriber`, `tag` and `user` model
- `updatedAt` in `post`, `role`, `subscriber`, `tag` and `user` model
- `unsubscribedAt` in `subscriber` model
- `lastLogin` in `user` model
- adds `attrs` transforms in matching serializers `post`, `tag` and `user`
- new serializers files for `subscribers` and `role` to add `attr` transforms
- adds unit tests for all serializers
- use two variables in `post-settings-menu` controller to handle blog-timezone adjusted date as well as UTC date
2016-06-17 11:09:21 +02:00
Austin Burdine
0028be64aa
Merge pull request #75 from TryGhost/greenkeeper-ember-cli-jshint-1.0.4
...
Update ember-cli-jshint to version 1.0.4 🚀
2016-06-16 17:36:44 -06:00
greenkeeperio-bot
71c78064fd
chore(package): update ember-cli-jshint to version 1.0.4
...
https://greenkeeper.io/
2016-06-17 00:11:39 +01:00
Austin Burdine
2250fe38b3
Merge pull request #74 from TryGhost/greenkeeper-glob-7.0.4
...
glob@7.0.4 untested ⚠️
2016-06-16 12:03:52 -06:00
greenkeeperio-bot
fcd2e22259
chore(package): update glob to version 7.0.4
...
https://greenkeeper.io/
2016-06-16 18:40:52 +01:00
Kevin Ansfield
3b0f4d84b9
Merge pull request #73 from TryGhost/greenkeeper-ember-suave-3.0.1
...
Update ember-suave to version 3.0.1 🚀
2016-06-16 17:21:03 +01:00
greenkeeperio-bot
06fca08006
chore(package): update ember-suave to version 3.0.1
...
https://greenkeeper.io/
2016-06-16 17:05:11 +01:00
Austin Burdine
1e0ab39c3c
Merge pull request #71 from TryGhost/greenkeeper-ember-cli-mocha-0.10.4
...
Update ember-cli-mocha to version 0.10.4 🚀
2016-06-15 15:59:53 -06:00
greenkeeperio-bot
8791385430
chore(package): update ember-cli-mocha to version 0.10.4
...
https://greenkeeper.io/
2016-06-15 21:28:33 +01:00
Austin Burdine
50022bdbd7
Merge pull request #69 from TryGhost/greenkeeper-ember-data-2.6.1
...
Update ember-data to version 2.6.1 🚀
2016-06-15 13:27:13 -06:00
greenkeeperio-bot
d2f35ffb10
chore(package): update ember-data to version 2.6.1
...
https://greenkeeper.io/
2016-06-15 20:01:50 +01:00
Kevin Ansfield
2f7f7dd53b
Version bump to 0.9.0-beta.2
2016-06-15 13:22:39 +01:00