John O'Nolan
b1641d9559
Merge pull request #4391 from PaulAdamDavis/publish-transition
...
Faster dropdown animation for publish button
2014-11-14 14:57:06 +01:00
John O'Nolan
55357e03b7
Merge pull request #4433 from PaulAdamDavis/rm-ttf-eot-fonts
...
Remove .eot & .ttf fonts
2014-11-14 14:56:50 +01:00
John O'Nolan
1cdafae8d9
Merge pull request #4441 from PaulAdamDavis/cleanup-sass-components
...
Refactor component styles
2014-11-14 14:56:07 +01:00
Jason Williams
6e6c2d96fe
Merge pull request #4447 from ErisDS/contrib-update
...
Update contribution guidelines
2014-11-13 15:02:02 -06:00
Hannah Wolfe
7932e4bcd8
Update contribution guidelines
...
ref #4396
- adds a TLDR, updates links throughout & improves language
2014-11-13 20:32:32 +00:00
Matt Enlow
68b93cf35f
Merge pull request #4438 from Gargol/4414
...
Adds 'save' shortcut to settings screens
2014-11-13 13:21:25 -07:00
Nazar Gargol
a9cb2efe8c
Adds 'save' shortcut to settings screens
...
closes #4414
- adds `ctrl/cmd+s` shortcuts to `settings/general` screen
- adds `ctrl/cmd+s` shortcuts to `settings/user/xx` screen
- extracts `ctrlOrCmd` variable to separate module for reuse
2014-11-13 19:36:31 +01:00
Sebastian Gierlinger
819a978192
Merge pull request #4406 from RaoHai/tag-endpoints
...
full BREAD Tag endpoints and Tag api tests
2014-11-13 19:25:36 +01:00
Paul Adam Davis
f8282ad22f
Refactor component styles
...
Continues on from #4401
- Reformats the Sass to match our new style (property order, comments, & white space)
- Changes the modal container to a class from an ID (and adjust tests)
2014-11-13 11:28:22 +00:00
Jason Williams
a2e670cb0b
Merge pull request #4320 from felixrieseberg/iss4235
...
Work with case-sensitive email addresses
2014-11-12 19:35:38 -06:00
Felix Rieseberg
af1d2201b0
Work with case-sensitive email addresses
...
Closes #4235
2014-11-12 17:18:53 -08:00
Matt Enlow
7b84e54ed3
Merge pull request #4437 from jaswilli/deps
...
Update dependencies
2014-11-12 18:08:29 -07: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
surgesoft
d9643ed2f4
full BREAD Tag endpoints and Tag api tests
...
close #4263
- implemented full BREAD Tag API
- deleting a tag will also detach its relations to posts
- tests of Tag API
2014-11-13 00:44:36 +08:00
Hannah Wolfe
071c795f3b
Merge pull request #4430 from jaswilli/leak
...
Drop socket reference on close.
2014-11-11 20:45:43 +00:00
Jason Williams
9ca6a816aa
Drop socket reference on close.
...
Closes #1976
- Prevent the unbounded memory growth caused by maintaining
a reference to the socket object that is created on every connection.
2014-11-11 19:23:07 +00:00
Paul Adam Davis
778e05045c
Remove .eot & .ttf fonts
...
No issue
According to [caniuse](http://caniuse.com/#feat=woff ), all the browsers we support (last 2 versions of major browsers) support the `.woff` font format. It's actually what pretty much all browsers will serve if its offered anyway.
This PR removes the .eot and .ttf font formats.
SVG remains as its the base file we use to add new icons & convert into other formats. It is not referenced anywhere.
2014-11-11 15:23:34 +00:00
Jason Williams
0b35df49e4
Merge pull request #4428 from felixrieseberg/iss4411
...
Reset slugValue when the user changes
2014-11-10 15:51:25 -06:00
Felix Rieseberg
3b3d5f85bc
Reset slugValue when the user changes
...
Closes #4411
- Previously, saving the user’s slug would lead to the slug value being
‘stuck’ on that saved value, even if one navigated to a different
user’s profile settings.
2014-11-10 13:31:11 -08:00
Paul Davis
267e557874
Merge pull request #4427 from dbalders/master
...
Change Numeric Keyboard to Keypad
2014-11-10 21:17:57 +00:00
Hannah Wolfe
9a035144ed
Merge pull request #4422 from jaswilli/pg
...
Use pure javascript library for postgresql.
2014-11-10 21:01:08 +00:00
David Balderston
d6863ae306
Change Numeric Keyboard to Keypad
...
Added pattern to html to make the keyboard a keypad
Closes #4426
Added pattern="[0-9]*" to the postsPerPage input on general.hbs
2014-11-10 12:57:24 -08:00
Hannah Wolfe
67a5f6cd0a
Merge pull request #4410 from jaswilli/issue-4408
...
Remove image related text from meta description.
2014-11-09 21:27:05 +00:00
Jason Williams
322fb932be
Use pure javascript library for postgresql.
2014-11-09 18:36:35 +00:00
Hannah Wolfe
5cbf8dd4d0
Merge pull request #4395 from jaswilli/pg
...
Add pg as an optional dependency.
2014-11-08 17:38:35 +00:00
Jason Williams
6c579f6a6f
Remove image related text from meta description.
...
Closes #4408
2014-11-07 05:22:34 +00:00
Jason Williams
3b059d5829
Merge pull request #4404 from Haegin/add-sigterm-handler
...
Adds SIGTERM handling
2014-11-05 11:11:11 -06:00
Harry Mills
edef05339e
Adds SIGTERM handling
...
closes #4403
- adds SIGTERM handler to match SIGINT handler
2014-11-05 15:38:35 +00:00
Paul Davis
fad20c2687
Merge pull request #4405 from jillesme/iss-4386
...
Removes hash after the url when clicking Meta Data
2014-11-05 15:11:09 +00:00
Jilles Soeters
71c6b33385
Remove hash after the url when clicking Meta Data
...
Removes that hash appended to the URL when clicking Meta Data in post settings.
Closes #4386
When clicking 'Meta Data' the click event appends a # to the URL. I replaced the a with a button element so that won't happen anymore. The button has a type attribute because it will try and submit the form without it. Added text-align: left to the navlist button because the button centers it's content by default.
2014-11-05 14:17:52 +00:00
Jason Williams
d5f13e1510
Merge pull request #4384 from meowtec/fix-error-log
...
fix bug in which `logError` could not resolve an err without `message`
2014-11-04 23:20:47 -06:00
meowtec
d42703dd9f
Correct logError to log err which has undefined message
...
closes #4384
- if err is `object` && `err.message` isNOT `string`, let err = `An unknown error occurred.`
2014-11-05 11:03:33 +08:00
Jason Williams
42270a97bb
Merge pull request #4399 from rwjblue/update-to-1-8-1
...
Update to Ember 1.8.1.
2014-11-04 17:01:19 -06:00
Robert Jackson
46d084b4f7
Update to Ember 1.8.1.
...
http://emberjs.com/blog/2014/11/04/ember-1-8-1-released.html
2014-11-04 17:21:46 -05:00
Jason Williams
25cd8f4194
Merge pull request #4393 from PaulAdamDavis/sass-nested
...
Use nested output style for Sass
2014-11-04 12:46:00 -06:00
Matt Enlow
ef448a0f85
Merge pull request #4273 from cobbspur/tags
...
Create Tags Management Stubs for Ember
2014-11-04 10:30:00 -07:00
Hannah Wolfe
d535f6b175
Merge pull request #4385 from novaugust/save-meta
...
Save meta title and meta desc on post save
2014-11-04 17:13:02 +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
cobbspur
69d4852a6d
Create Tags Management Stubs for Ember
...
closes #4260
- Adds "tags" route inside of the settings routes.
- Adds this route to router.js
- Links the route from the settings.hbs template
- Adds demo tags html in tag.hbs template
- Adds flag for tagsUI
2014-11-04 15:50:41 +00:00
Paul Adam Davis
df69b6ea82
Use nested output style for Sass
...
References #4389
As a result of https://github.com/TryGhost/Ghost/pull/4389#issuecomment-61637323 the best way to keep everything working nicely is to use the `nested` outputStyle for now.
2014-11-04 14:35:08 +00:00
Paul Adam Davis
660c9064eb
Faster dropdown animation for publish button
...
Closes #4390
- Apply same animation timing from the nav bar dropdown to the publish button dropdown
2014-11-04 12:59:08 +00:00
Matt Enlow
b5af691a61
Save meta title and meta desc on post save
...
Closes #4369
- Renamed `editor-route-base` -> `editor-base-route` to bring it in alignment with the view and controller mixins
- Consolidated editor route code into editor-base-route
- Removed `serialize` from EditorEditRoute, as it reimplemented the ember default
2014-11-03 21:11:04 -07:00
Matt Enlow
8d96cb2f67
Merge pull request #4375 from DaveRobson/#4253
...
Editor must be focused before allowing certain keyboard shortcuts.
2014-11-03 10:30:30 -07:00
Hannah Wolfe
67e33a65e8
Merge pull request #4317 from cobbspur/image
...
Created image helper with absolute url option
2014-11-03 15:21:35 +00:00
Hannah Wolfe
fe659117bc
Merge pull request #4155 from jgable/importDuplicates
...
Remove duplicate posts and tags on import
2014-11-03 15:03:44 +00:00
Hannah Wolfe
6dea3ddb4d
Merge pull request #4380 from PaulAdamDavis/sass-compress
...
Update Sass Grunt task output style
2014-11-03 14:42:23 +00:00
Paul Adam Davis
4930e9fd65
Update Sass Grunt task output style
...
No issue
A recent update to NodeSass changed the keyword for output style from `style` to `outputStyle`.
This updates that, thus making the minfied CSS, actually minfied.
2014-11-03 14:13:19 +00:00
David Robson
8bcfd16f19
Editor must be focused before allowing certain keyboard shortcuts.
...
closes #4253
- checked for the CodeMirror-focused class on the CodeMirror div
- used length to determine whether CodeMirror-focused has been added
- determines whether the editor has been focused on
2014-11-02 09:50:42 +00:00
Hannah Wolfe
bc3c01d36b
Merge pull request #4372 from jaswilli/deps
...
Update dependencies.
2014-11-01 11:03:14 +00:00
Hannah Wolfe
8df98b4f7d
Merge pull request #4371 from jaswilli/fork-timeout
...
Improve handling of forked processes in tests.
2014-11-01 11:02:39 +00:00