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
Hannah Wolfe
dcf4b1e4e4
Add update notifications
...
closes #1464
- adds opt-out via updateCheck:false in config.js
- update check is done on admin index, but doesn't interfere with rendering
- adds update check module, which gets the usage data, makes the request and handles the response
- adds two new settings to default-settings, one for next check time, and one for whether to show the notification
- adds a new rejectError method to errorHandling
- adds a new helper for displaying the notification
Conflicts:
core/server/helpers/index.js
core/test/unit/server_helpers_index_spec.js
2014-01-07 08:20:08 +00:00
Harry Wolff
a1f64d2f1f
Extending halfdan’s work for UX settings improvements
...
#1351
- prevent a new post (not saved on server) from
updating its slug/date to the server
- fix jshint
- add back creation of a posts slug upon a post creation
- update for rebasing
- hide ability to ‘delete this post’ from post settings
menu when a post hasn’t yet been saved to the server
2014-01-06 21:33:24 -05:00
Fabian Becker
11c8d234f7
New Post UX behaviour.
...
refs #1351
- Make generateSlug a static method on base model
- Change client behaviour (unfinished)
- Add new getSlug API method
2014-01-06 21:05:17 -05:00
Hannah Wolfe
80eac65e9b
Merge pull request #1860 from sebgie/issue#1854
2014-01-06 23:13:48 +00:00
Sebastian Gierlinger
6220bd19f5
Use ajax for import
...
closes #1854
- added blueimp file upload to debug.js
- changed POST /ghost/api/v0.1/db to be used with AJAX
- cache invalidation header should now work for import
- moved busboy middleware invocation to routes/api and routes/admin
- moved api.db.import to api.db.importContent (I hated the [] notation)
- moved api.db.export to api.db.exportContent (see above)
2014-01-06 22:55:43 +00:00
Hannah Wolfe
f17b320a7b
ghost-busboy improvements
...
- use hex instead of base64 as this can cause errors when trying to reopen the file due to characters like '/' appearing
- added basic console log to errors.
2014-01-06 22:39:03 +00:00
Hannah Wolfe
63521e1ce8
Merge pull request #1861 from pogoapp/fix_pg_table_scan
...
fix table scan for pg migrations
2014-01-06 13:37:16 -08:00
Hannah Wolfe
bee874d03d
Merge pull request #1864 from ErisDS/issue-1328
...
Disable xss santization
2014-01-06 13:36:00 -08:00