Ghost/core
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
..
client Clear notifications before adding new ones 2013-09-18 02:48:38 +01:00
server Settings: Return 404 for unrecognised pages 2013-09-18 12:31:43 +10:00
shared Removing i18n until it's done properly 2013-09-17 02:41:40 +01:00
test Adds slashes to urls 2013-09-17 02:39:55 +01:00
config-loader.js Refactor the initial boot of Ghost, allowing Ghost updates to keep current configuration intact. 2013-09-14 14:04:08 +01:00
ghost.js First run message 2013-09-18 01:35:46 +01:00
server.js Added meta title and description theme helpers 2013-09-17 22:11:02 +01:00