Ghost/core/test
Jason Williams ef1858b6c7 Fix validations on user settings page
Closes #3271
- Change validations on both server and client to allow the
  Website field to be empty or a valid URL.
- Add new schema validation helper isEmptyOrURL.
- Remove duplicate call to UserValidator in the save action
  of the SettingsUser controller.
- User.last_login and User.created_at are already Moment objects
  so Moment#fromNow can be called on them directly.
2014-07-14 18:12:57 +00:00
..
functional Fix validations on user settings page 2014-07-14 18:12:57 +00:00
integration Fix validations on user settings page 2014-07-14 18:12:57 +00:00
unit Turn on update notifications for Ember admin 2014-07-11 15:02:26 +00:00
utils Fix handling of async db calls in fixtures 2014-07-11 02:39:06 +00:00
blanket_coverage.js Replace the old admin with the ember admin 2014-07-01 08:33:17 +01:00