Fabian Becker
47e16df196
Node v0.12 & io.js support.
...
fixes #4811 , refs #4240
- Add v0.12 to the build
- Fix express tests to work with iojs/0.12
- Add iojs-v1.2.0 to the build matrix
2015-03-09 20:27:14 +01:00
Hannah Wolfe
0eb74b598e
Temporarily downgrade grunt-contrib-jshint
...
no issue
- grunt-contrib-jshint loosely depends on jshint ^2.6.0 and jshint seem to be having some backwards incompatibility issues with 2.6.1 etc.
- let's downgrade this temporarily (quick/safe option) until they sort their issues, then we can upgrade and make any required changes
2015-03-09 11:55:21 +00:00
Hannah Wolfe
60f1205070
Version bump to 0.5.9
2015-02-28 19:54:26 +00:00
Fabian Becker
e7246a4ef3
Upgrade express.js to 4.12
...
no ref
- Fix deprecation warnings
2015-02-26 08:28:37 +01:00
Jason Williams
2a91a1071e
Update Ember to 1.10.0
...
No issue.
- Ember@1.10.0
- Update grunt-ember-templates to version that supports HTMLBars.
- Update Gruntfile.js to compile templates with HTMLBars.
- Convert Handlebars code to its HTMLBars equivalent.
2015-02-09 16:20:16 +00:00
Jason Williams
e0e39aa160
Retry API request when buildAboutPage gets 202
...
No Issue.
- top-gh-contribs@1.0.0.
- Enable 'retry' option which will retry the GitHub API request
in the event it receives a status of 202 (retry momentarily).
2015-02-05 18:52:53 +00:00
Jason Williams
207a7890d1
Merge pull request #4840 from halfdan/patch-3
...
Update validator dependency
2015-02-03 16:25:07 -06:00
Fabian Becker
d04303d211
Update validator dependency
...
fixes #4838
- Updated validator.js version properly handles punycode domains.
- Bump top-gh-contribs
2015-02-03 22:54:46 +01:00
Paul Adam Davis
f492502f33
Update grunt-sass to 0.17.0
...
No issue
- Allows us to use Sass Maps
- Fixes the 'compressed' output style, so we can have minified code
again!
2015-02-03 10:33:25 +00:00
Hannah Wolfe
54c7d23b26
Merge pull request #4841 from jaswilli/frontend-match
...
Use path-match to match routes instead of Router
2015-01-26 21:28:35 +00:00
Jason Williams
d633ffc766
Remove jshint rules that are no longer supported
...
No Issue
- grunt-contrib-jshint@0.11.0.
- remove error about browser global Notification being redefined.
2015-01-23 21:00:37 +00:00
Jason Williams
b06d2a619d
Use path-match to match routes instead of Router
...
No Issue
- Use path-match instead of hacking up the Express.Router internals.
2015-01-22 19:21:47 +00:00
Jason Williams
1c07273f5a
Update grunt-jscs dependency
...
No Issue
- grunt-jscs@1.2.0
- Clean up some instances of multiple spaces.
- Remove jscs:disable for regexes now that jscs better supports them.
2015-01-16 18:06:20 +00:00
Hannah Wolfe
cf2c7ba38d
Version bump to 0.5.8
2015-01-12 17:57:06 +00:00
Jason Williams
1b8796b993
Make authenticated GitHub API requests from Travis
...
No Issue
- top-gh-contribs@0.0.5
- Add oauth key to .travis.yml with public-only access
2015-01-08 16:21:22 +00:00
Jason Williams
11c7d75b1b
Show info on about page task failure
...
No Issue.
- gh-top-contribs@0.0.4
- package now provides information when a failure occurs.
2015-01-07 17:28:03 +00:00
Jason Williams
9d82c2e360
Update test-related dependencies
...
No Issue
- nock@0.52.4
- should@4.4.2
.eql no longer does type coercion.
- sinon@1.12.2
- supertest@0.15.0
2015-01-02 15:49:58 +00:00
Jason Williams
d59f873aec
Update dependencies
...
No Issue
- bluebird@2.4.2
- body-parser@1.10.0
- busboy@0.2.9
- connect-slashes@1.3.0 (remove base path option which is no
longer needed)
- fs-extra@0.13.0
- glob@0.4.2
- passport@0.2.1
- passport-oauth2-client-password@0.1.2
- grunt-jscs@1.1.0
2014-12-25 00:22:45 +00:00
Jason Williams
1ba2f5f8cd
Update dependencies
...
No Issue
- cheerio@0.18.0
- compression@1.2.2
- express@4.10.6
- morgan@1.5.0
- node-uuid@1.4.2
- request@2.51.0
- sqlite3@3.0.4
- validator@3.26.0
- grunt-jscs@1.0.0
2014-12-19 15:38:48 +00:00
Jason Williams
3ad68526cb
Update pg package and convert data to correct type
...
No Issue
- Switch 'pg.js' package for 'pg' as the native bindings are
now an optional add-on to pg and pg.js has been deprecated.
- pg@4.1.1
- Set the driver's parser to automatically convert integer data
returned from postgres into a javascript integer.
2014-12-18 14:58:20 +00:00
Hannah Wolfe
e0f65b899e
Merge pull request #4620 from jaswilli/ember19
...
Update to Ember 1.9.0.
2014-12-16 23:18:24 +00:00
Hannah Wolfe
1c452a6052
Version bump to 0.5.7
2014-12-15 17:09:24 +00:00
Hannah Wolfe
67118911e5
Merge pull request #4552 from zethraeus/master
...
Update downsize node module. Small test updates.
2014-12-14 23:11:08 +00:00
Hannah Wolfe
6ff51ad44e
Add support for zip import
...
fixes #4607
- moves file checks from db and upload API endpoints to api utils
- adds code to accept and then extract a zip and pull out a JSON file
- zip handling requires a lot of dependencies - this needs a good refactor
2014-12-10 20:21:06 +00:00
Jason Williams
56e4798dcf
Update to Ember 1.9.0.
...
No Issue
- Ember@1.9.0
- Handlebars@2.0.0
- grunt-ember-templates@0.5.0-alpha
2014-12-10 16:24:20 +00:00
Hannah Wolfe
a761de2079
Version bump to 0.5.6
2014-12-04 17:37:25 +00:00
zethraeus
bfe91b5769
Update downsize node module. Small test updates.
...
issue #4017
- downsize 0.0.5 -> 0.0.8
- downsize is now better at punctuation, update {{content}} and {{excerpt}} tests appropriately.
Conflicts:
package.json
2014-11-30 20:49:36 -08:00
Robert Jackson
ef71d932f3
Add initial client unit test.
2014-11-26 23:20:50 -05:00
Hannah Wolfe
00b993de23
Version bump to 0.5.5
2014-11-19 10:34:17 +00:00
Hannah Wolfe
1f17d5b2fd
Reverting mysql to 2.1.1
...
- Unfortunately mysql has changed the way it handles the charset setting such that
it now causes encoding issues on many setups where 'utf8' is apparently not the
correct setting.
- We need to revert this upgrade until the issue is fixed or we have a way to handle
it nicely for our users.
2014-11-18 19:45:07 +00:00
Hannah Wolfe
45dda927f6
Version bump to 0.5.4
2014-11-18 14:06:39 +00:00
Hannah Wolfe
d3f70e3b24
Update showdown to showdown-ghost 0.3.4
...
closes #2675
- update showdown to the newly published showdown-ghost module which has a fix for the lack of language support in codeblocks
2014-11-15 16:37:35 +00:00
Jason Williams
1b8fa0197d
Update dependencies
...
Refs #4240
- grunt-mocha-cli@1.11.0 (v0.12 support)
- moment@2.8.3
- knex@0.7.3
- express@4.10.2
- validator@3.22.1
2014-11-12 19:41:54 +00:00
Jason Williams
322fb932be
Use pure javascript library for postgresql.
2014-11-09 18:36:35 +00:00
Jason Williams
383d43cf5a
Add pg as an optional dependency.
...
Closes #1333
- Change PostgreSQL build on Travis from an allowed failure to
failing the tests just like sqlite3 and MySQL.
2014-11-04 17:00:11 +00:00
Hannah Wolfe
bc3c01d36b
Merge pull request #4372 from jaswilli/deps
...
Update dependencies.
2014-11-01 11:03:14 +00:00
Jason Williams
51b2354b36
Update dependencies.
...
No Issue
- bluebird@2.3.10
- bookshelf@0.7.9
- fs-extra@0.12.0
- semver@4.1.0
- grunt-ember-templates@0.4.23 (remove direct dep on ember-template-compiler)
- grunt-sass@0.16.1 (remove direct dep on node-sass)
- remove direct dependency on mocha (only used via grunt-mocha-cli)
2014-10-31 17:23:08 +00:00
Jason Williams
8249d88cdd
Timeout after two seconds on gravatar lookup.
...
Refs #4277
- Switch from the built-in http module to request and set
a timeout of 2 seconds on gravatar lookup requests.
- Move request package from devDependencies to dependencies.
2014-10-30 20:01:11 +00:00
Jason Williams
36abb56405
Peg node-sass dependency to 1.0.3.
...
No Issue.
- grunt-sass has node-sass as a dependency (^1.0.0) but the build
requirements of node-sass version 1.1.0 have changed and will
fail without a newer version of the gnu compilers.
2014-10-29 14:09:13 +00:00
Jason Williams
0f17378b26
Enable JSCS checking on client.
...
Refs #4001
- grunt-jscs@0.8.1 which provides ES6 support.
2014-10-25 16:13:04 +00:00
Hannah Wolfe
1c9cd0710b
Merge pull request #4315 from jaswilli/deps
...
Update dependencies
2014-10-21 19:33:36 +03:00
Hannah Wolfe
e5b1f19af3
Version bump to 0.5.3
2014-10-21 15:36:30 +02:00
Jason Williams
73b20aa1ef
Update dependencies
...
No issue
- html-to-text@1.0.0
- bcryptjs@2.0.2
- compression@1.2.0
- rss@1.0.0
- grunt-contrib-uglify@0.6.0
- sqlite3@3.0.2
- mysql@2.5.2
2014-10-20 22:58:24 +00:00
Jason Williams
6ef58a9ebe
Peg ember-template-compiler to 1.7.0
...
Closes #4310
- Ember-template-compiler introduced a breaking change in
1.9.0-alpha. We're using it via grunt-ember-templates.
2014-10-20 18:40:59 +00:00
Paul Adam Davis
f5b48add70
Update to use libsass 3.0
...
No issue
This doesn't give us any advantages at the moment, but is less buggy (in edge cases) and ;gets us be more awesome in the future.
Look at https://github.com/sass/libsass/releases/tag/3.0 to see what's in Libsass 3.0
2014-10-17 11:55:02 +01:00
Hannah Wolfe
80a96a7854
Version bump to 0.5.2
2014-09-25 18:25:37 +01:00
Hannah Wolfe
a0015d65a7
Version bump to 0.5.2-rc2
2014-09-25 16:55:21 +01:00
Matt Enlow
d4bf80430c
Update top-gh-contribs to get contributors within last 90 days
...
Closes #4130
2014-09-24 22:57:45 -06:00
Hannah Wolfe
2b2586a459
Version bump to 0.5.2-rc1
2014-09-24 20:26:40 +01:00
Matt Enlow
a5f4fca7b2
Merge pull request #3992 from halfdan/favicon
...
Let Ghost serve favicon instead of using dependency
2014-09-18 18:40:22 -06:00