Hannah Wolfe
28bfba8b37
Merge pull request #321 from matthojo/Settings-Semantics
...
Improved the semantics of the Settings page
2013-07-31 04:56:19 -07:00
Matthew Harrison-Jones
26028a111b
Improved the semantics of the Settings page
...
This introduces a new class of `.form-group` to replace the label containing the elements.
I have also included `name=""` attributes to inputs where there were non.
2013-07-31 12:40:46 +01:00
Matthew Harrison-Jones
efeede877d
Improved the semantics of the Settings page
...
This introduces a new class of `.form-group` to replace the label containing the elements.
I have also included `name=""` attributes to inputs where there were non.
2013-07-31 12:40:46 +01:00
Hannah Wolfe
6a2851e9ca
JSLint fixes for new version
...
- forgot to force install
- had to clean up grunt task now we no longer need the 'm' alias
- cleaned up a couple of issues it wasn't picking up before
2013-07-31 09:21:22 +01:00
Hannah Wolfe
029e0b6e3b
README updates - versions & grunt
...
- removed version from top of file as it was confusing
- updated versioning notes
- updated contributing notes to include installing grunt-cli globally
2013-07-31 09:10:10 +01:00
Hannah Wolfe
42f98bb60d
Updating all dependencies to latest versions
...
- grunt-jslint merged my changes and released a new version
- all other packages which have newer versions have also been updated
- nothing *seems* to have broken (ran both unit & functional tests...yay)
2013-07-31 08:51:51 +01:00
Hannah Wolfe
2b9be5376e
Added functional tests for Ghost Admin UI using Casperjs
...
Hacky implementation of a suite of casper tests. This is here so that we can start to build up some tests.
Main thing missing is being able to simulate keypresses for CodeMirror
Making the tests run nicely with grunt, travis and be independent rather than interdependent can all come later.
- See tests/functional/base.js for full usage instructions & implementation notes
2013-07-31 08:33:28 +01:00
Matthew Harrison-Jones
5969aa3919
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
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
2a44225994
Improved modal creation, now includes info and action types.
2013-07-26 15:32:44 +01: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
26cc072e6e
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
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
Hannah Wolfe
0d01b730b9
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
Matthew Harrison-Jones
e85c53bb07
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
38b128c9b7
Fixed modal max-height not working
2013-07-25 11:53:19 +01:00
Matthew Harrison-Jones
17c582ce51
Fixed modal max-height not working
2013-07-25 11:53:19 +01:00
Matthew Harrison-Jones
73e01aafdc
Improved Markdown help modal
2013-07-25 11:49:02 +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
721a92f949
Move shared third-party libraries to /shared/vendor
2013-07-24 23:21:57 +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
950f2690e7
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
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
6adbc0a36e
Started a jQuery utilities file for Ghost jQuery plugins and helpers
2013-07-24 11:15:10 +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
e545cba8e1
Added in Modals
2013-07-24 11:15:09 +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
0219e8f292
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
Hannah Wolfe
7031ce1169
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
Matthew Harrison-Jones
d76bdcaeb9
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
ErisDS
56fc1ce25b
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
db1d9104ad
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
Matthew Harrison-Jones
35d96e1560
Fix notification positions
...
Also fixes the previous editor notification fixes to not include `calc()`
2013-07-22 14:41:27 +01:00