William Dibbern
2417de8141
Removed global registration of express.bodyParser
...
Fixes #824
- Removed global registration of `express.bodyParser` middleware.
- Replaced with `express.bodyParser`'s constituents: `express.json` and
`express.urlencoded`, then registered `express.multipart` against *only*
the upload route.
2013-09-18 18:30:31 -05:00
Hannah Wolfe
ea9c50f49e
Minor updates to Readme
2013-09-18 23:30:45 +01:00
Hannah Wolfe
ce6dc77dc7
Version bump ready for release
2013-09-18 23:26:44 +01:00
Hannah Wolfe
eb6856dac3
Removing Temporary importer
2013-09-18 23:24:26 +01:00
John O'Nolan
a7a14fac22
New default user image
2013-09-18 22:34:01 +01:00
Hannah Wolfe
a5af6edd1d
Don't remove content images from build
2013-09-18 20:50:39 +01:00
Hannah Wolfe
eb7a63bd1d
Fixing tag save event
...
- lost in a bad merge somewhere
2013-09-18 20:04:39 +01:00
Hannah Wolfe
c7a91ffff1
Removing FancyFirstChar plugin
...
- requires removal of most of the plugin tests
2013-09-18 19:49:10 +01:00
Hannah Wolfe
0ea290df96
Grunt build and gitignore updates
2013-09-18 19:45:21 +01:00
Hannah Wolfe
ee78f87c47
Import > Signout
...
- uncommitting the thing I shouldn't have commited
2013-09-18 16:11:21 +01:00
Hannah Wolfe
f717aed96f
Merge pull request #820 from jamesbloomer/705-image-Upload-file-storage-amends
...
Remove temporary files when uploading images
2013-09-18 08:08:48 -07:00
Hannah Wolfe
7193f05376
Default user image and cover
...
closes #812
- replace defaults with consistently named .png files
- change the settings saving code so that it doesn't double-save images and save the defaults to the db
2013-09-18 15:54:52 +01:00
Hannah Wolfe
6fe4efe2bd
Changing Knex version
...
- no longer need to run npm install knex
2013-09-18 15:03:32 +01:00
Hannah Wolfe
571333bb5d
Temporary Importer
...
- seems my very late night commit was a bit screwed.
2013-09-18 15:03:29 +01:00
Hannah Wolfe
0246397618
Removing console log
2013-09-18 15:03:25 +01:00
Hannah Wolfe
ed9259a32e
Merge pull request #822 from matthojo/Post-Settings-labels
...
Bug Fix: Clicking on Post Settings labels now selects relative input
2013-09-18 05:59:01 -07:00
Hannah Wolfe
5fdfa79faf
Merge pull request #816 from cgiffard/404-500-design
...
Default 404/500 Error Message
2013-09-18 05:37:09 -07:00
Matthew Harrison-Jones
d70b8d8479
Bug Fix: Clicking on Post Settings labels now selects relative input
2013-09-18 11:29:57 +01:00
John O'Nolan
371af1c25b
Merge pull request #821 from matthojo/Settings-Images
...
Bug Fix: Images in the Settings no longer breakout of their container in Firefox
2013-09-18 02:36:09 -07:00
Matthew Harrison-Jones
2cd763d7f5
Bug Fix: Images in the Settings no longer breakout of their container in Firefox
2013-09-18 10:20:34 +01:00
Hannah Wolfe
a749962312
Merge pull request #819 from sebgie/rssuser
...
RSS without User
2013-09-18 01:19:35 -07:00
Sebastian Gierlinger
1cac1acded
RSS without User
...
closes #817
- no user, no rss author
2013-09-18 10:17:56 +02:00
jamesbloomer
36f218abaf
Remove temporary files when uploading images
...
closes #502
part of #705
- copy the files but then remove the temporary ones
- moving instead of copying was problematic due to moving across devices
- still need to convert code to using promises
2013-09-18 09:15:21 +01:00
Christopher Giffard
e13ac321c9
Default 404/500 Error Message
...
Fixes #792
- Added default template for errors where a user has not defined a custom
template (error.hbs) in the theme folder
- Now searches for user-error.hbs in the server view folder should a user
template not be present.
2013-09-18 15:12:53 +10:00
Hannah Wolfe
65e00f8418
Move favicon further up the middleware stack
2013-09-18 04:35:08 +01:00
Hannah Wolfe
06c3b2dc25
Merge pull request #802 from jgable/importer003
2013-09-18 04:23:12 +01:00
Hannah Wolfe
e0edb6455d
Temporary Importer
...
closes #735
- make sure the importer gets loaded
- additional preprocessing to ensure data can be loaded
- removed old importers
2013-09-18 04:20:21 +01:00
Jacob Gable
6c0ddb4124
Importer for 003 Schema
...
- Add new 003.js in import based on 000.js
- Change importPosts and importUsers from the 000.js for new / default values
- Add language setting to black list
2013-09-18 04:20:17 +01:00
Hannah Wolfe
f661ad9a63
Merge pull request #811 from cgiffard/ugly-settings-404
...
Settings: Return 404 for unrecognised pages
2013-09-17 19:47:19 -07:00
Christopher Giffard
8fa1ce96ff
Settings: Return 404 for unrecognised pages
...
Fixes #798
- Now checks the request URL against a whitelist to determine whether the settings
page exists.
**Notes**
- This works in the short term, but a better solution for enumerating the available
settings views or centralising a list of recognised views that are available
to client side code, (the router and sidebar, among others) as well as the backend
controller will be required.
2013-09-18 12:31:43 +10:00
Hannah Wolfe
1fc7966a5c
Merge pull request #808 from gotdibbs/Issue788
...
Corrected settings menu bugs
2013-09-17 19:14:59 -07:00
John O'Nolan
1bf36f5917
Merge pull request #809 from ErisDS/centering
...
404 Page vertical centering
2013-09-17 19:13:29 -07:00
Hannah Wolfe
7be4362523
404 Page vertical centering
...
closes #791
2013-09-18 03:07:22 +01:00
William Dibbern
ebe70534c2
Corrected settings menu bugs
...
Fixes #788
- Toggles now close all any other open toggles.
- Added .active class for post settings menu to ensure highlight stays
on settings icon/button until it is closed, not just on hover.
2013-09-17 20:59:35 -05:00
Hannah Wolfe
658a21bcf8
Quick file type amend
...
- adding .jpeg spelling to allowed extensions, #705 will fix this properly
2013-09-18 02:53:08 +01:00
Hannah Wolfe
00b60a7a74
Clear notifications before adding new ones
...
closes #783
- I think there's probably a nicer solution than putting clearEverything() everywhere, but that would also probably involve significant refactoring.
2013-09-18 02:48:38 +01:00
John O'Nolan
60bb02ad6a
Throttle scrolling. LIKE A BAWS.
...
See #481
2013-09-18 02:09:21 +01:00
John O'Nolan
201e57cba1
Updating readme for launch
2013-09-18 01:53:00 +01:00
Hannah Wolfe
a18f5e7181
Post settings menu success notifications
...
closes #786
2013-09-18 01:46:10 +01:00
Hannah Wolfe
092ee2e6e7
Merge pull request #805 from ericterpstra/774-post-date-output-bug
...
Set post-settings date to 12:00
2013-09-17 17:38:56 -07:00
Hannah Wolfe
d92a0b98a2
First run message
...
closes #682
- notification gives users the basic info they need to configure their app
2013-09-18 01:35:46 +01:00
ericterpstra
371f8ce0b1
Set post-settings date to 12:00
2013-09-17 18:54:01 -05:00
Hannah Wolfe
a4aefb2b8e
Merge pull request #803 from nicoburns/fastclick
...
Fastclick
2013-09-17 16:34:53 -07:00
Hannah Wolfe
a714db1eeb
Updating to the latest Casper
...
closes #776
2013-09-18 00:32:31 +01:00
nicoburns
d7a47858ba
Added FastClick to assumed globals for tests
2013-09-17 22:57:40 +01:00
Hannah Wolfe
c51c7e197d
Merge branch 'master' of github.com:/TryGhost/Ghost
2013-09-17 22:48:18 +01:00
Hannah Wolfe
22f7eb1a8d
Merge pull request #804 from cobbspur/metahelper
...
Added meta title and description theme helpers
2013-09-17 14:47:59 -07:00
Hannah Wolfe
3a852b8dbb
Merge pull request #801 from sebgie/issue#780
...
Fix for images with special chars
2013-09-17 14:34:00 -07:00
Hannah Wolfe
b15b8d03da
Clearing out images we don't use
2013-09-17 22:28:28 +01:00
nicoburns
f3a824bda5
Changed back button text
...
- Changed back button text from "Cancel" to "Back"
- Removed box-shadow from back buttons
2013-09-17 22:25:26 +01:00