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
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