John O'Nolan
514cddf655
Improved mobile editor styles
2014-08-07 15:33:56 +03:00
John O'Nolan
7b1609e7de
Update application frame styles for content + editor
2014-08-07 15:11:01 +03:00
Felix Rieseberg
2091fadb42
Editor: Warn if title change is unsaved
...
closes #3643
- TitleScratch is compared with Title; if there’s a difference, we have
unsaved changes and open up the modal.
2014-08-06 20:39:19 -07:00
Matt Enlow
fa27b2a651
Add open class to popover buttons
...
Ref#3603
- Popover Buttons now have an `open` class applied to them when their popover is open
- The open class is removed from the popover button at the start of the popover's fadeout
- Consolidated common code into popover-mixin
2014-08-06 18:23:03 -06:00
Hannah Wolfe
7b21ca64a5
Merge pull request #3633 from halfdan/3630-revoke-user
...
Fix revoke user invite and user.destroy
2014-08-06 22:29:33 +01:00
John O'Nolan
39bcbac761
Typography updates
2014-08-06 22:46:32 +03:00
John O'Nolan
e7fb3b9c46
Unfucking content management screen
2014-08-06 22:46:23 +03:00
Fabian Becker
1325f87671
Fix revoke user invite and user.destroy
...
fixes #3630
- Extend user adapter in ember to load users with status: all
- Fix user.destroy by loading all users with status: all
2014-08-06 16:48:18 +00:00
John O'Nolan
a6584f7638
Put global nav back under modals
2014-08-06 19:47:52 +03:00
John O'Nolan
b6533cd1c8
unfuck settings nav
2014-08-06 19:46:43 +03:00
shindakun
5d7630607b
Transition to signin with error message on invalid token not 500 error screen
...
closes #3548
- Add error to hidenav, removes menubar from error screen.
- Wrap atob() in a try/catch
- Added regex to try and validate if params.token at least looks like base64
2014-08-06 08:08:02 -07:00
John O'Nolan
e1aaea0d0a
Convert old button override styles to new classes
...
(and some cleanup)
2014-08-06 14:36:35 +03:00
Robert Jackson
0a9bde7702
Restore original display after window resizing.
...
fixes #3597
2014-08-06 09:04:43 +01:00
Hannah Wolfe
6ed629b410
Merge pull request #3618 from jaswilli/issue-3612
...
Check for server notifications on hard refresh
2014-08-06 08:13:23 +01:00
Sebastian Gierlinger
20efb84d7d
Merge pull request #3614 from ErisDS/remove-apps
...
No apps screen for 0.5
2014-08-06 08:51:07 +02:00
Jason Williams
b4c3c6f20a
Check for server notifications on hard refresh
...
Closes #3612
- Trigger the loadServerNotifications event from the
ApplicationRoute's afterModel hook, which gets called
every time the app gets loaded.
2014-08-06 05:01:00 +00:00
Hannah Wolfe
6a1d7c7a18
Merge pull request #3550 from halfdan/3542-forgotten-user
...
Properly show message when resetting password.
2014-08-06 02:18:30 +01:00
Jason Williams
3242c5b4a9
Cleanup from notifications refactor.
...
Refs #3521
2014-08-06 00:13:56 +00:00
Hannah Wolfe
3e73376c0d
No apps screen for 0.5
...
no issue
- The apps screen is nowhere near ready for prime time yet, lets not have
it in 0.5 at all
2014-08-06 00:54:57 +01:00
John O'Nolan
9e5bbeaa6a
Styles for splitbuttons on editor screen
2014-08-06 02:06:36 +03:00
Fabian Becker
e9e6aa1732
Changing User.read API to default to active users.
...
refs #3542
- Properly handle forgotten screen (ember)
- Change Users API to only return active users on read
- Adjust tests
2014-08-06 00:30:48 +02:00
John O'Nolan
a470c46543
Button updates to match existing styles
2014-08-06 00:39:19 +03:00
Paul Adam Davis
d74a9174d8
Swap notification close link for a button
...
No issue
- Swap out notification <a> close link for <button> (gains a native hover state)
2014-08-05 20:08:03 +01:00
Paul Adam Davis
8799ded351
Re-do of dropdowns
2014-08-05 20:06:22 +01:00
Hannah Wolfe
2cc7ebe8c6
Merge pull request #3590 from felixrieseberg/iss3518
...
Ghost Logo navigation responds correctly to mobile
2014-08-05 19:08:30 +01:00
Felix Rieseberg
39c3127bac
Ghost Logo navigation responds correctly to mobile
...
closes #3522
- Previously, the logo had a href attribute which was manually kept
from executing on mobile. Slow mobile devices that didn’t fully load
the JS would therefore navigate “desktop style”
- The href attribute is now set after the event handler has been loaded, ensuring correct navigation behaviour.
2014-08-05 10:05:32 -07:00
Paul Adam Davis
311325aa79
Form Inputs
2014-08-05 15:12:27 +01:00
Sebastian Gierlinger
9997d3aaf1
Fix embedded code being removed
...
no issue
- changed order of escaping
2014-08-05 14:11:20 +02:00
Hannah Wolfe
73ba38d72b
Cleaning up old html files
2014-08-05 12:02:58 +01:00
Hannah Wolfe
2ac2cc3719
Merge pull request #3593 from morficus/issue-3563
...
prevent revoking invite for already active users
2014-08-05 11:57:16 +01:00
John O'Nolan
51cd767757
Reduce indentation for readability
2014-08-05 12:23:51 +03:00
Sebastian Gierlinger
c387e8d196
Merge pull request #3587 from PaulAdamDavis/settings-header-classes
...
Add classes to settings headers
2014-08-05 09:46:21 +02:00
Maurice Williams
bac71559f3
prevent revoking invite for already active users
...
closes #3563
- before attempting to revoke an invitation, get updated model info
- reload route and show warning if user info has changed
2014-08-05 00:35:46 -04:00
Felix Rieseberg
d4626ede74
Working delete user modal & button
...
closes #3529
- Created ‘delete user’ modal (similar to the ‘delete post’ modal) and
controller
- Modal will be opened if ‘Delete User’ is selected in the user
setting cog menu
2014-08-04 13:29:24 -07:00
John O'Nolan
abec25b72b
Highlight old styles for removal
2014-08-04 19:45:32 +03:00
John O'Nolan
4524c004a1
Clean up conflicting class
2014-08-04 19:43:47 +03:00
John O'Nolan
dcf54bd9ce
Strip base button style. This should be covered already.
2014-08-04 19:38:41 +03:00
John O'Nolan
9ecbb375a5
Remove old button styles which are not used anywhere in core
2014-08-04 19:37:04 +03:00
John O'Nolan
e8dc88597e
Break splitbuttons out into component
2014-08-04 19:28:07 +03:00
John O'Nolan
f06fc42846
Adjust BS default styles
2014-08-04 19:24:41 +03:00
John O'Nolan
82c9f59a21
Port/convert BS mixins/vars - strip unneeded variations
2014-08-04 18:57:33 +03:00
John O'Nolan
29f6c1d178
Add base bootstrap buttons
2014-08-04 18:11:22 +03:00
Paul Adam Davis
124aefebee
Add classes to settings headers
...
No issue
Refs https://github.com/TryGhost/Ghost-UI/issues/91
- Adds a class to settings page headers, for cleaner CSS selectors
2014-08-04 12:53:55 +01:00
Sebastian Gierlinger
1c104c8f00
Merge pull request #3569 from morficus/issue-3549
...
fix most recent post stolen by the last logged in user AND only show active users in post-settings-menu drop-down
2014-08-04 10:51:07 +02:00
Sebastian Gierlinger
a4814705f2
Merge pull request #3581 from felixrieseberg/iss3541
...
Autofocus on input fields after routing
2014-08-03 22:22:48 +02:00
Hannah Wolfe
0c7038f054
Merge pull request #3500 from novaugust/markdown-help
...
Update markdown help modal
2014-08-03 18:05:12 +01:00
Hannah Wolfe
b2be3bc365
Merge pull request #3567 from novaugust/issue#3564
...
Return to invite new user; invite multiple users in one go
2014-08-03 17:54:59 +01:00
Matt Enlow
cb2f911b07
Return to invite new user; invite multiple users in one go
...
Closes #3533 , Closes #3547 , Closes #3531
- invite-new-user always resets role to author now, allowing for multiple invites on one load
- Added confirm action when hitting return in INUModal's email input
- Don't pass users as the model to invite-new-user-modal
- Move invite-new-user reset to a `finally` clause
- invite-new-user always closes on a confirm
2014-08-03 10:31:42 -06:00
Hannah Wolfe
696589bb2d
Merge pull request #3580 from felixrieseberg/iss3543
...
Insert inline code shortcut for editor
2014-08-03 17:28:39 +01:00
Hannah Wolfe
9c677abf3c
Merge pull request #3578 from morficus/issue-3516
...
Stop event propagation when hitting "enter" in the gh-blur-input component
2014-08-03 17:25:29 +01:00