Harry V. Kiselev
5016db85a6
Posts view: some DRY.
2014-11-20 00:00:10 +04:00
Matt Enlow
409fff285e
Merge pull request #4480 from PaulAdamDavis/update-tags-markup
...
Update Tags Management Markup
2014-11-19 09:30:42 -07:00
Paul Adam Davis
15dd8bdf89
Update Tags Management Markup
...
References #4248
- Updates the markup & classes for the tag management settings menu, as they've fallen behind now we've renamed the 'right-outlet' to 'settings-menu'
2014-11-19 16:07:11 +00:00
Hannah Wolfe
00b993de23
Version bump to 0.5.5
2014-11-19 10:34:17 +00:00
Jason Williams
c2c382cfd3
Merge pull request #4475 from ErisDS/revert-mysql
...
Reverting mysql to 2.1.1
2014-11-18 14:18:55 -06: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
Sebastian Gierlinger
312a0fb8c4
Merge pull request #4474 from ErisDS/profilefix
...
Fixing logic for editors deleting themselves
2014-11-18 13:20:30 +01:00
Hannah Wolfe
7317259c89
Fixing logic for editors deleting themselves
...
no issue
- no user is allowed to delete their own account
2014-11-18 12:01:01 +00:00
Jason Williams
09bd71fcdb
Merge pull request #4473 from ErisDS/editor-fix
...
Fix issue with editor and images
2014-11-17 16:08:52 -06:00
Hannah Wolfe
50f8b29bdd
Fix issue with editor and images
...
ref #4459
- move initMarkers back to its original home
- add new test that a post with an image can be edited
2014-11-17 21:55:12 +00:00
Hannah Wolfe
9d2a907b38
Upgrading Casper to 1.1.2
2014-11-17 17:38:39 +00:00
Jason Williams
b1429f68e4
Merge pull request #4470 from TryGhost/revert-4448-master
...
Revert "Update PSM Date and Time to be Selectable Instead of Text"
2014-11-17 11:27:55 -06:00
Hannah Wolfe
c0155c208e
Revert "Update PSM Date and Time to be Selectable Instead of Text"
2014-11-17 17:09:01 +00:00
Hannah Wolfe
1079ef8aeb
Merge pull request #4466 from VictorVation/url-validation
...
Improve validation for user.website
2014-11-17 15:43:25 +00:00
Jason Williams
da095ba551
Merge pull request #4436 from mattiascibien/issue-4232
...
Do not eagerly fetch relations in when finding all posts
2014-11-17 09:36:42 -06:00
Hannah Wolfe
611c22151a
Merge pull request #4459 from novaugust/slow-save-errors#4400
...
Fix high latency autosave bug in editor.new
2014-11-17 15:18:12 +00:00
Hannah Wolfe
06544a0cb0
Merge pull request #4465 from jaswilli/subdir-image-url
...
Fix invalid image helper URLs when using a subdir.
2014-11-17 13:51:18 +00:00
Paul Davis
30874a6e71
Merge pull request #4448 from dbalders/master
...
Update PSM Date and Time to be Selectable Instead of Text
2014-11-17 11:24:10 +00:00
Victor Szeto
2e8e2ce367
Improve validation for user.website
...
closes #4444
- validate URL without protocol in server and client
- when saving url, add `http://` if the url doesn't have a protocol
2014-11-17 00:40:43 -05:00
Jason Williams
e499e5dda9
Fix invalid image helper URLs when using a subdir.
...
No Issue
- Strip sub-directory from image paths before passing to
config.createUrl. Since images are stored with the sub-directory
and createUrl builds a URL with the sub-directory the result
would be a URL that contains the sub-directory twice.
2014-11-17 05:32:51 +00:00
Hannah Wolfe
f76088169a
Merge pull request #4464 from jaswilli/whitespace
...
Clean up whitespace from #4349 .
2014-11-16 20:15:34 +00:00
David Balderston
dff9751105
Update PSM Date to be Selectable
2014-11-16 11:59:09 -08:00
Jason Williams
cb544d7e81
Clean up whitespace from #4349 .
2014-11-16 18:14:18 +00:00
Jason Williams
02d4b18863
Merge pull request #4463 from novaugust/dont-filter-self#4412
...
Add self to list of filtered users for editors
2014-11-16 12:11:56 -06:00
Matt Enlow
41bea61d4b
Add self to list of filtered users for editors
...
Closes #4412
2014-11-16 09:36:37 -07:00
Matt Enlow
39bf4ed9eb
Merge pull request #4349 from yurynix/master
...
Workaround for outlook, who doesn't like quoted-printable encoding
2014-11-16 09:28:49 -07:00
Matt Enlow
a9ce31ffe7
Fix high latency autosave bug in editor.new
...
Closes #4400
- Added focusCursorAtEnd property to codemirror component, to set the cursor at document end on load. Used for posts that have been edited
- centralized codemirror init code in component
2014-11-16 08:53:02 -07:00
Hannah Wolfe
226a6ff05e
Merge pull request #4462 from jaswilli/gravatar
...
Fix gravatar request url.
2014-11-16 09:46:32 +00:00
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
Mattias Cibien
8997cd0ffc
Do not eagerly fetch relations in when finding all posts
...
fixes #4232
- do not fetch tags and fields relations in post.findAll()
2014-11-13 11:01:28 +01: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