Matthew Harrison-Jones
27b85744f1
Improved mobile interactions
...
This is simply a commit which improves the mobile interactions. This does not fix UI problems on mobiles.
New interactions;
Menu
* Swipe right on header to show sidebar
* Swipe left on sidebar to hide
Content
* Tap / Swipe left on item to show preview
* Swipe right to show content list
Settings
* Tap / Swipe left on link to show settings
* Swipe right on settings to show links
2013-07-30 15:27:38 +01:00
Hannah Wolfe
97eb827d47
Replaced user menu label with current Ghost version no
...
closes #286
- added current version as an app.local variable available on both client and server
- swapped out the user menu label for the version no
2013-07-30 12:56:16 +01:00
ErisDS
6dd753212f
Show message and don't start on unsupported node versions
...
closes #292
- added engines and enginestrict properties to package.json
- these provide warnings / errors when installing through npm
- added our own check using this info on start, throws a useful error and stops the app if the node version is not supported
- also switched sqlite3 to the latest version and checked it works with various node versions
2013-07-30 11:47:13 +01:00
Hannah Wolfe
93f1baec7f
Merge pull request #310 from cgiffard/boot-warning
...
Include conditional configuration based on NODE_ENV, Adds warning at boot
2013-07-27 09:25:06 -07:00
Hannah Wolfe
233f87b324
Merge pull request #313 from matthojo/modal-improvements
...
Modal improvements
2013-07-27 09:23:59 -07:00
Matthew Harrison-Jones
b089e67154
Improved modal creation, now includes info and action types.
2013-07-26 15:32:44 +01:00
Matthew Harrison-Jones
3057945b70
Refactored menu fading to be a plugin for extendability.
...
Need to find suitable place for the `.overlay` hideAway function call.
2013-07-26 12:32:26 +01:00
Hannah Wolfe
8b0763ee9c
Merge pull request #311 from matthojo/copy-to-html-modal
...
First pass at creating a usuable modal for the copy to HTML keyboard shortcut.
2013-07-25 10:42:18 -07:00
Matthew Harrison-Jones
0786ec5862
First pass at creating a usuable modal for the copy to HTML keyboard shortcut.
...
Has an issue where Google Chrome does not persist to keep code selected.
2013-07-25 16:00:41 +01:00
Hannah Wolfe
e6cf36c679
Merge pull request #309 from matthojo/markdown-help-modal
...
Markdown help modal
2013-07-25 05:50:09 -07:00
Christopher Giffard
799911c4a3
Adjusted launch procedure to use conditional app configuration based on NODE_ENV. Also included a warning on launch that Ghost is development software.
2013-07-25 22:22:45 +10:00
Matthew Harrison-Jones
17c582ce51
Fixed modal max-height not working
2013-07-25 11:53:19 +01:00
Matthew Harrison-Jones
62486acfd1
Improved Markdown help modal
2013-07-25 11:49:02 +01:00
ErisDS
273e2172cb
Bugfix: data export path wasn't changed during restructure
2013-07-24 23:22:33 +01:00
Ricardo Tomasi
56448b4ea4
Ignore shared/vendor in lint task
2013-07-24 23:21:57 +01:00
Ricardo Tomasi
814a3d66b7
Move shared third-party libraries to /shared/vendor
2013-07-24 23:21:57 +01:00
Hannah Wolfe
c9e69e2140
Merge pull request #307 from matthojo/modals
...
Added in Modals
2013-07-24 04:23:26 -07:00
Matthew Harrison-Jones
680bb7a5ab
Reworked modals to take content from modal content templates.
...
This also includes the example modal, which needs to be replaced with content.
2013-07-24 11:29:20 +01:00
Matthew Harrison-Jones
d59f0809cd
Started a jQuery utilities file for Ghost jQuery plugins and helpers
2013-07-24 11:15:10 +01:00
Matthew Harrison-Jones
7111960fac
Added in Modals
2013-07-24 11:15:09 +01:00
Hannah Wolfe
c2ac06cf0c
Merge pull request #298 from matthojo/Markdown-Fixes
...
Additional Keyboard Shortcuts and improvements to text highlighting
2013-07-23 11:44:14 -07:00
Hannah Wolfe
7188c385d1
Merge pull request #297 from matthojo/Editor-Scrolling
...
Debounce scrolling on editor
2013-07-22 08:00:15 -07:00
Matthew Harrison-Jones
3a8b01dbcb
Move notification dismissal events to Backbone
...
Also removes stray notification alert comments
2013-07-22 14:41:28 +01:00
ErisDS
2e0d2c73d6
Bug Fix: title of deleted post in content view notification is now correct
2013-07-22 14:41:28 +01:00
Matthew Harrison-Jones
94ae164086
Success notifications now fade out after 3 seconds
2013-07-22 14:41:28 +01:00
Matthew Harrison-Jones
32b245c53c
Fix notification positions
...
Also fixes the previous editor notification fixes to not include `calc()`
2013-07-22 14:41:27 +01:00
Gabor Javorszky
f10343079b
Fixes undefined this in settings.js
...
Because this and self. Missed it from previous commit :/
2013-07-22 14:41:27 +01:00
Gabor Javorszky
5a1c02b5d7
Adding notifications to settings and content pages
...
Closes #290 . In theory.
* moved flashviews to base.js, renamed to notifications
* added failures to post editor screen
* added notifications to settings (success, failure)
* added notifications when deleting posts
Most of these are not visible due to CSS rules, as overhauling that
is a task in and of itself. The notifications do show up in the inspector
though, so all is well.
2013-07-22 14:41:27 +01:00
Matthew Harrison-Jones
e7cea72935
Fixes wrong positioning of notifications.
2013-07-22 14:41:27 +01:00
Gabor Javorszky
55e0d11f87
Adding notification.hbs
...
Simply because I was an 1d10t
2013-07-22 14:41:27 +01:00
Gabor Javorszky
b77a8fd0d9
Notifications on front end
...
Should close #37 . There are persistent and passive notifications.
Persistent ones:
* are stored on `ghost.notifications`.
* have an api made to add / remove them with client side ajax logic (probably not the most elegant, but works)
* uses a modified `flashes.hbs` template
* will only disappear if user closes the bar
* stack
Passive
* added with backbone view / collection combo
* stack
* disappears on navigation and when user closes it
2013-07-22 14:41:27 +01:00
Matthew Harrison-Jones
4b5932bef2
Added the ability to copy as HTML.
2013-07-22 13:50:50 +01:00
John O'Nolan
d337e16afe
Merge pull request #296 from matthojo/Plugin-Management
...
First pass at Plugin Management design conversion
2013-07-22 04:22:37 -07:00
John O'Nolan
ae348edbdb
Merge pull request #293 from matthojo/Remove-Codemirror-CSS
...
Removed CodeMirror Stylesheet file and moved over required CSS
2013-07-22 04:22:19 -07:00
Matthew Harrison-Jones
f85bbd5422
Improve title casing
2013-07-18 14:42:16 +01:00
Matthew Harrison-Jones
9fd653738d
Additional Keyboard Shortcuts and improvements to text highlighting
...
This fixes the event where text would be selected after manipulation from shortcut, the cursor is now placed after the text. On links and images the url field text is highlighted.
Additional shortcuts;
* Ctrl+U: Make text uppercase
* Ctrl+Shift+U: Make text lowercase
* Ctrl+Alt+Shift+U: Make text titlecase
* Ctrl+Alt+W: Select word
* Ctrl+L: Make into list
2013-07-18 14:02:54 +01:00
Matthew Harrison-Jones
f3462245d5
Debounce scrolling on editor
2013-07-18 12:06:52 +01:00
Matthew Harrison-Jones
482da669aa
First pass at Plugin Management design conversion
2013-07-18 11:36:37 +01:00
ErisDS
4fd9556904
Fixing up validation and tests for pagination helper where prev and next are undefined by default, rather than null.
2013-07-17 14:37:52 +01:00
Hannah Wolfe
061c3d6176
Merge pull request #274 from cobbspur/unittesting
...
improves unit testing for pagination
2013-07-16 12:06:51 -07:00
cobbspur
115996b88d
improves unit testing for pagination and fixes pagination partial template (removed extra </nav>)
...
removes console logs for error handling in testing and travis environments
2013-07-16 19:57:19 +01:00
Hannah Wolfe
6e4755c183
Merge pull request #264 from matthojo/Login-Cursor
...
Automatically focus on first login input
2013-07-16 06:14:12 -07:00
ErisDS
2d1f113cc5
Changing name in package.json to be lowercase as required by npm
2013-07-16 12:14:18 +01:00
Matthew Harrison-Jones
ce8ed96348
Removed CodeMirror Stylesheet file and moved over required CSS
...
Fixes #6 .
2013-07-16 12:14:17 +01:00
Matthew Harrison-Jones
0d06484b01
Automatically focus on first login input
2013-07-16 10:18:40 +01:00
Hannah Wolfe
92bb75dfdf
Merge pull request #285 from matthojo/Settings-Back-Fix
...
Fixes back button breaking settings panels
2013-07-15 14:29:49 -07:00
Matthew Harrison-Jones
b0c5d7e63a
Fixes back button breaking settings panels
2013-07-15 18:09:10 +01:00
John O'Nolan
b49f492ceb
Merge pull request #277 from matthojo/User-Profile
...
Initial pass at the user profile page
2013-07-15 07:58:05 -07:00
Matthew Harrison-Jones
7904819556
Initial pass at the user profile page
...
Fixes #148 .
2013-07-15 15:54:13 +01:00
Hannah Wolfe
8b18629e22
Updating Casper with CSS fixes
...
- fixes #265 issues with #Ghost and markdown
2013-07-14 17:20:20 +01:00