Jason Williams
15fe121490
Fix gravatar request url.
...
Refs #4367
- 'http:' was accidentally left out when passing the gravatar
URL into request, and request requires the full scheme to be present.
2014-11-16 04:33:33 +00:00
Jason Williams
2d213212e7
Merge pull request #4458 from ErisDS/showdown-update
...
Update showdown to showdown-ghost 0.3.4
2014-11-15 11:55:35 -06: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
Matt Enlow
360d77bebd
Merge pull request #4457 from jaswilli/tags
...
Fix post tags input.
2014-11-15 08:37:07 -07:00
Paul Davis
2668a62209
Merge pull request #4456 from felixrieseberg/iss4432
...
Enable .fade-out animations in Safari
2014-11-15 11:03:45 +00:00
Jason Williams
215cc520cd
Fix post tags input.
...
Closes #4378 . Closes #4455 .
- Trim whitespace from tag names on entry.
- Prevent duplicate tags in suggestion list.
- Fix unhandled exception that happens when backspace is pressed in
an empty tags input box.
2014-11-15 04:45:36 +00:00
Felix Rieseberg
1a99abeee7
Enable .fade-out animations in Safari
...
Closes #4432
Random sidenote: Safari is a whiny non-animating wuss and figuring this
out took way longer than one would think.
2014-11-14 17:52:28 -08:00
John O'Nolan
3711fcb906
Merge pull request #4397 from PaulAdamDavis/cleanup-users
...
Cleanup User List styles
2014-11-14 14:57:31 +01:00
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
Paul Adam Davis
eef6fccca2
Cleanup User List styles
...
No issue
* Cleans up the Sass a bit
* Uses the same basic markup as other settings pages. Before, we had extra elements which required 'reseting'
2014-11-04 22:00:32 +00: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