Gabor Javorszky
78cbaf0387
/register/ => /signup/
...
Fixes issue #132 . Also added `js-login-container` class to the
signup box, as it wasn't faded in due to javascript not picking
up the element.
2013-06-15 19:16:15 +01:00
Matthew Harrison-Jones
8d66cbd6e8
Removed the need for iCheck CSS dependency.
...
Made all iCheck images into CSS and removed the iCheck CSS stylesheet.
2013-06-13 12:54:57 +01:00
John O'Nolan
2be5ce72ae
Merge pull request #140 from matthojo/Login-Screen
...
Vertically center login form, fixes #134
2013-06-11 09:56:47 -07:00
Matthew Harrison-Jones
fbd54942b5
Center Login container
2013-06-11 17:42:56 +01:00
John O'Nolan
bdd29fafaf
Appearance => Theme
2013-06-11 17:57:02 +02:00
John O'Nolan
1267f91935
Refactor + Restyle login/register screens. See #134
2013-06-11 16:45:42 +02:00
John O'Nolan
501e8695f2
Correcting login screen markup/styling issues, fixes #133
2013-06-11 15:01:02 +02:00
Hannah Wolfe
06b5ab86fb
Merge branch 'pr119-merged'
...
Conflicts:
core/admin/views/settings.hbs
2013-06-11 11:56:01 +01:00
Ricardo Tomasi
cc6bb94e74
remove default .active tab from template. fixes #125
2013-06-09 19:56:47 -03:00
Hannah Wolfe
b3775feba0
Merge branch 'pr/119'
...
Conflicts:
core/admin/assets/js/router.js
core/admin/views/default.hbs
core/admin/views/settings.hbs
core/shared/data/fixtures/001.js
2013-06-09 21:41:07 +01:00
Gabor Javorszky
e271c6402f
Directory scanning on contents/themes and plugins
...
This implements #106 .
* Added require-tree which is based off of @ricardobeat's module. Fully async.
* I've moved active theme and active directory to settings from config as well.
* Modified settings.hbs and settings.js to display the raw json under Settings/Appearance
2013-06-09 20:17:54 +01:00
Matthew Harrison-Jones
2e44a1f845
Converted static Widgets to Backbone.
...
Moved static HTML Widgets to Backbone.
Might need to move Widget data else where to keep it clean.
Will need to also implement API for future use.
2013-06-09 10:56:10 +01:00
Ricardo Tomasi
e2b3c40a34
Migrate settings page to Backbone
2013-06-08 19:36:54 -03:00
Ricardo Tomasi
dc714611a9
move Ghost.View out of init, refactor
2013-06-07 23:16:28 -03:00
Matthew Harrison-Jones
c4f19af62f
Dashboard widget functionality
...
Intial widget layout, with packery for drag and drop support.
Adds ability to save the order of widgets in localstorage
2013-06-06 07:26:25 +01:00
Tim Griesser
c4f6c99ca1
moving handlebars compile target, adding notification when saving post, using Ghost.View rather than modifying Backbone.View's prototype
2013-06-04 08:41:25 -04:00
Tim Griesser
e5ce70e175
Added models & collections for various pieces
...
Saving post as draft, or publishing
Added HBS parser for some client tmpls
Parsing paginated posts
Added grunt watch for hbs parsing on updates
2013-06-03 00:56:57 -04:00
Gabor Javorszky
f783adbe7f
Issue #98 , #4 Implemented countable.js
2013-06-01 12:52:20 +01:00
ErisDS
185eee2a6b
Implementing backbone for the blog / content view
...
closes #64 - adds a full example of using backbone on the frontend
remembered to squash this one!
2013-05-31 06:58:20 +01:00
Gabor Javorszky
e7c0d13f7c
#73 : Remap app.locals done
2013-05-30 23:39:02 +01:00
Matthew Harrison-Jones
826d20a902
New Widgets
2013-05-30 12:10:15 +01:00
John O'Nolan
1de39b21ce
Merge pull request #78 from matthojo/Dashboard-Widgets
...
Initial Dashboard UI conversion, see #65
2013-05-29 05:10:06 -07:00
Matthew Harrison-Jones
92de86bff3
Initial Dashboard UI conversion
2013-05-29 13:04:14 +01:00
ErisDS
077c602d61
Merge branch 'master' of github.com:javorszky/Ghost into javorszky-master
...
Conflicts:
app.js
2013-05-29 08:26:57 +01:00
Gabor Javorszky
9a7e153549
#25 : admin navbar and filter
2013-05-29 01:10:39 +01:00
Hannah Wolfe
148f7f3cd9
Merge pull request #60 from matthojo/Keyboard-Shortcuts
...
Add keyboard shortcuts
2013-05-28 15:08:55 -07:00
ErisDS
37d86e07bb
Fixing bug in registration
...
Switching over to abstracted data provider meant that email_address
accidentally got passed to the model as email and therefore could not
be found. This is now resolved.
Also, added trailing slash to register route, which I believe should be there
2013-05-26 12:38:14 +00:00
Ricardo Tomasi
1202b11a90
Crude post delete functionality, closes #42
2013-05-24 09:02:59 -03:00
Matthew Harrison-Jones
bde60031ac
Add keyboard shortcuts
2013-05-24 11:09:20 +01:00
Gabor Javorszky
554a16377b
Added logout functionality, helper links and more cookie time
2013-05-24 07:19:19 +01:00
Ricardo Tomasi
1af28bc2ac
Working settings
2013-05-23 10:57:37 -03:00
Ricardo Tomasi
b808f73eff
First steps towards saving settings
2013-05-23 09:20:59 -03:00
Gabor Javorszky
ab8781d115
Added user authentication and registration
2013-05-21 02:03:35 +01:00
Hannah Wolfe
7066593d78
closes #26 - admin login
...
There is now a login page. Trying to access any authenticated route will redirect you to a login page if you are not logged in.
Logging in works with the same hard-coded username and password & remembers you for a session.
Logging in will redirect you to your original route.
Flashes are present although they don't really appear in the right place.
2013-05-19 12:19:39 +01:00
Hannah Wolfe
27ce297b32
closes #43 - admin cleanup
...
Getting the admin views into a more consistent / happy state
2013-05-19 09:04:20 +01:00
Hannah Wolfe
ef94f3b778
closes #28 - reimplements posts with bookshelf
...
This involves switching column names to snake_case which requires template updates in both the admin and in casper
2013-05-16 22:16:09 +01:00
Matthew Harrison-Jones
94b9fe1099
Simple conversion of designed 'users' section.
...
Still needs search functionality.
2013-05-13 20:12:40 +01:00
Matthew Harrison-Jones
8e7123dd84
Custom inputs using iCheck
...
See #7
2013-05-13 18:25:16 +01:00
Hannah Wolfe
17d421bfcc
Initial commit to GitHub repo
2013-05-11 17:44:25 +01:00