Hannah Wolfe
6098b83152
Adding case-insensitive User.getByEmail method
...
fixes #1498
- emails are no longer converted to lowercase, local mailbox can validly
be mixed case
- getByEmail uses JS to compare emails to ensure we can support unicode
- tests that users can be retrieved by their email address with case
insensitivity
2014-01-15 10:39:40 +00:00
Hannah Wolfe
c82d2eadba
Version bump for 0.4 release
2014-01-13 09:33:28 +00:00
Hannah Wolfe
47391db105
Merge pull request #1919 from ErisDS/date-display
...
Publish date and time display fix
2014-01-12 19:52:55 -08:00
Hannah Wolfe
f71ce8ac07
Publish date and time display fix
...
no issue
- add @ symbol to ensure date and time are clear
2014-01-13 02:39:08 +00:00
Hannah Wolfe
31e690cb15
Updating to latest Casper
2014-01-13 02:38:36 +00:00
Hannah Wolfe
cfc46df122
Merge pull request #1917 from JohnONolan/copyright
...
2013 => 2014
2014-01-12 17:10:57 -08:00
John O'Nolan
2506ca1205
2013 => 2014
2014-01-13 01:31:58 +01:00
Hannah Wolfe
3d18a32e7d
Bump version for pre-release 3
2014-01-12 23:42:35 +00:00
Hannah Wolfe
055882fd34
Updating to latest Casper
2014-01-12 23:41:51 +00:00
Hannah Wolfe
c8917cab4d
Error message updates
...
no issue
- couple of tweaks to the messaging of non-fatal errors that can be output when running Ghost
2014-01-12 21:49:24 +00:00
Hannah Wolfe
9f0dea0559
Minor fixes to asset helper and tests
...
no issue
- asset helper ignores it if theme devs specify the asset dir
- asset helper strips leading slashes
- static asset tests were wrong
2014-01-12 21:48:34 +00:00
Hannah Wolfe
595b326b36
Merge pull request #1910 from ErisDS/issue-1901
...
Ensure cookies are only ever set for admin
2014-01-12 09:19:45 -08:00
Hannah Wolfe
3dea6431df
Ensure cookies are only ever set for admin
...
fixes #1901
- Adds a trailing slash to the cookie path
- Resolves random log-outs
- Adds a test which proves the case
2014-01-12 17:08:48 +00:00
Hannah Wolfe
51a741cadc
Merge pull request #1904 from ErisDS/issue-1595
...
No select or text cursor on rendered preview
2014-01-11 09:01:43 -08:00
Hannah Wolfe
198e936423
No select or text cursor on rendered preview
...
fixes #1595
- prevents the backspace key from doing terrible things
2014-01-11 16:05:33 +00:00
Hannah Wolfe
d6f4312255
Improve errors on image upload
2014-01-11 13:40:21 +00:00
Hannah Wolfe
c89fa7ab64
Merge pull request #1900 from schneidmaster/fix-1899
...
Prevented duplicate binding of upload button on debug importer
2014-01-11 04:24:16 -08:00
Zach Schneider
09b3fb6b3f
Prevented duplicate binding of upload button on debug importer
...
Fixes #1899
2014-01-10 18:08:24 -05:00
Hannah Wolfe
b11e6e066b
Change help text wording on settings page
2014-01-10 20:05:38 +00:00
Hannah Wolfe
efe04a73dd
Removing changelog from release
...
- this isn't required on account of GitHub & it being ENORMOUS
2014-01-09 21:53:28 +00:00
Hannah Wolfe
cd3c061090
Updating to latest Casper
2014-01-09 21:45:09 +00:00
Hannah Wolfe
4b4e6c2d45
Bump version for pre-release 2
2014-01-09 21:39:13 +00:00
Hannah Wolfe
c833946e54
Merge pull request #1894 from ErisDS/issue-1558
...
Notifications can be dismissed with ESC
2014-01-09 13:24:41 -08:00
Hannah Wolfe
eae2147265
Notifications can be dismissed with ESC
...
issue #1558
- this is a partial / short term fix for the problem with extra long notifications, so that there is at least one way to remove them.
2014-01-09 20:34:16 +00:00
Hannah Wolfe
117f3c9e11
Merge pull request #1883 from mattflo/master
...
Restored files that were refactored away.
2014-01-09 12:07:21 -08:00
Matt Florence
d1b265be4a
Shims for deleted (refactored away) files
...
closes #1873 .
During file system merge upgrades of new releases, old files are not removed and node's require loads the old file instead of all the new ones in the new directory. The files in this commit act as a delegate for all other dependent scripts. These shim files explicitly require the new index.js.
2014-01-09 09:21:09 -06:00
Hannah Wolfe
629e622561
Merge pull request #1888 from hswolff/additional-ux
...
Update placeholder of published data in editor
2014-01-09 05:04:09 -08:00
Hannah Wolfe
fecb392afa
Add bug report template link to CONTRIBUTING.md
...
There is now a GitHub link you can use to create a bug with the template.
2014-01-09 12:16:57 +00:00
Hannah Wolfe
5eadaa441a
Merge pull request #1886 from jgable/progressBarOnDelete
...
Fix hanging loading bar on deleting a post
2014-01-09 03:50:11 -08:00
Hannah Wolfe
b6edc870aa
Merge pull request #1885 from nicovalencia/issue-1880
...
Add `rss` to the list of reserved post titles/slugs.
2014-01-09 03:34:09 -08:00
Harry Wolff
0fd718f700
Update placeholder of published data in editor
...
fixes #1351
- when a post has a published_at value show a blank
placeholder
- when a post doesn’t have a published_at
value then show the required published at value
format
2014-01-07 23:13:16 -05:00
Jacob Gable
d255746b53
Fix hanging loading bar on deleting a post
...
Closes #1869
- Added an additional event listener for destroy event, then a listener
on the model for the sync event to finish the progress bar loader
2014-01-07 18:56:00 -06:00
nicovalencia
e8746a2375
Add rss
to the list of reserved post titles/slugs.
...
closes #1880
- added `rss` to core/server/models `generateSlug` reserved keywords
- added integration test for safe slug generation to core/test/integration/model/model_posts_spec.js
2014-01-07 17:30:53 -07:00
John O'Nolan
8f02b3341b
Fixed tag display issues
...
The tags UI is pretty messed up all round. This fix makes it work properly at least on desktop. Mobile needs a lot more love. This is a followup to #1774 and most problems stemming originally from #710
2014-01-07 23:29:59 +01:00
Hannah Wolfe
371dc8622a
Merge pull request #1882 from jgillich/fix
...
Fix TypeError due to missing mail config
2014-01-07 13:48:33 -08:00
Jakob Gillich
f8299ed769
Fix TypeError due to missing mail config
2014-01-07 22:35:22 +01:00
John O'Nolan
5a638ed421
Fix John being stupid
...
See #1878
2014-01-07 22:20:32 +01:00
John O'Nolan
3dd8f76a27
Speed up heinous slow animations
2014-01-07 22:19:52 +01:00
John O'Nolan
066637aca1
Update post settings checkbox
...
* Fixed display bug in firefox, cause firefox is utter shit. Closes #1878
* Fixed minor animation bug where checkmark was missing transitions on click
2014-01-07 21:54:16 +01:00
Hannah Wolfe
7a5e5d7f1f
Merge pull request #1877 from JohnONolan/old-todos
...
Get rid of old todos
2014-01-07 10:53:35 -08:00
Hannah Wolfe
bbcabcb849
Merge pull request #1876 from JohnONolan/comment-tweak
...
Amended comment
2014-01-07 10:53:03 -08:00
Hannah Wolfe
03a8200fa0
Merge pull request #1875 from wangsai/fix-date
...
fix missused Date obj
2014-01-07 10:52:41 -08:00
Hannah Wolfe
dc7464d115
Merge pull request #1872 from sebgie/issue#1871
...
Fix command line error
2014-01-07 10:52:06 -08:00
John O'Nolan
c8bc6fe7bf
Get rid of old todos
...
Cause they’re already fucking done
2014-01-07 19:20:16 +01:00
John O'Nolan
983002cf79
Amended comment
...
Swearing in code is fine, but let’s be fucking inclusive about it.
2014-01-07 19:13:32 +01:00
WangSai
dbc1247508
fix missused Date obj
2014-01-08 01:19:14 +08:00
Sebastian Gierlinger
89da402710
Fix command line error
...
closes #1871
- added check for mailConfig
2014-01-07 22:30:23 +08:00
Hannah Wolfe
ce3920cc98
Bump Version for pre-release
2014-01-07 10:07:20 +00:00
Hannah Wolfe
b64511acf3
Merge pull request #1839 from hswolff/1351-post-settings-ux
...
New Post UX behaviour.
2014-01-07 02:00:14 -08:00
Hannah Wolfe
d5b57a9480
Merge pull request #1832 from ErisDS/issue-1464
...
Add update notifications
2014-01-07 00:49:54 -08:00