Andy Miller
ac6d330ae7
Fix for Page type tooltip encoding
2016-04-15 14:06:17 -06:00
Djamil Legato
e5de11f353
Fixed Insert of media in editor ( fixes #492 )
2016-04-14 23:19:20 -07:00
Andy Miller
cdf4a4b0e8
Set cache key uniquely for admin to not colide with site.
2016-04-14 15:28:48 -06:00
Andy Miller
3f81adea0f
Added some new lang strings
2016-04-14 15:26:58 -06:00
Andy Miller
6b2a8d4ef0
Added new lang strings for GPM releases
2016-04-12 15:49:52 -06:00
Flavio Copes
4832851122
Fix access levels string
2016-04-12 14:14:52 +02:00
Flavio Copes
927a0f4ad1
Revert "Fix for modular preview not functioning as expected #254 "
...
This reverts commit a2275b8b73 .
2016-04-12 14:14:52 +02:00
Djamil Legato
59242de609
Recompiled CSS
2016-04-11 16:55:03 -07:00
Djamil Legato
91524d0f16
Fixed value selection via double click of colorpicker
2016-04-11 16:54:58 -07:00
Andy Miller
6c4842ddb6
lang alignment fix lost now sorted?
2016-04-11 17:27:17 -06:00
Andy Miller
2c9ca7ac42
Merge branch 'feature/autoescape' into develop
...
# Conflicts:
# themes/grav/css-compiled/template.css
# themes/grav/css-compiled/template.css.map
2016-04-11 17:26:02 -06:00
Andy Miller
b409ba2a46
css sync
2016-04-11 17:24:13 -06:00
Andy Miller
dd4760c076
fix for lang alignment #2
2016-04-11 17:19:20 -06:00
Andy Miller
c8fc734aeb
fix for lang alignment
2016-04-11 17:18:59 -06:00
Andy Miller
ad91c00fcf
fix for togggleabe
2016-04-11 16:34:01 -06:00
Djamil Legato
140b89d0e5
Fixed auto-escaping issue with JSON responses
2016-04-11 15:15:13 -07:00
Djamil Legato
bae39ce1d4
Updated node modules dependencies
2016-04-11 15:14:21 -07:00
Andy Miller
53dc356b28
code cleanup, less redundancy..
2016-04-10 19:58:27 -06:00
Flavio Copes
6342ae6d6b
Update live changelog
2016-04-09 10:29:40 +02:00
Flavio Copes
83468c39f5
Merge pull request #458 from tyrion273/patch-1
...
Only display the translated logout message
2016-04-08 18:26:33 +02:00
Flavio Copes
2bee7bbe42
Check permissions on task GPM
2016-04-08 11:21:11 +02:00
Flavio Copes
bc18840a1a
Require login/forgot forms fields so they are validated client-side too
2016-04-08 11:11:10 +02:00
Flavio Copes
3fe95ad911
Avoid printing nav / javascripts / javascript config twigs if not authorized
2016-04-08 11:10:51 +02:00
Flavio Copes
9da5f5595a
Return 401 unauthorized and exit if trying to access a file outside the backups folder
2016-04-08 10:49:59 +02:00
Andy Miller
3cb989f39c
Check to ensure things don't break if you don't have Grav 1.1
2016-04-07 16:17:19 -06:00
Andy Miller
9418c7f6b8
Better solution for autoescape so it doesn't get set to off on config save (needs Grav 1.1)
2016-04-07 15:51:48 -06:00
Andy Miller
5e38d2b54b
added |raw filter nonce calls
2016-04-07 15:38:13 -06:00
Andy Miller
87a9d38376
prelim page fixes
2016-04-07 15:31:02 -06:00
Andy Miller
d4528a77bd
phpinfo output fix
2016-04-07 15:18:41 -06:00
Andy Miller
631fbd1a14
remove double encoding with auto escape on
2016-04-07 15:14:50 -06:00
Andy Miller
dfa119aa1b
fix for backup days
2016-04-07 15:12:07 -06:00
Andy Miller
a1158e2d9b
fix for login nonce field
2016-04-07 15:09:55 -06:00
Flavio Copes
98402689ff
Start autoescaping
2016-04-07 21:01:38 +02:00
Flavio Copes
f81f21e0ae
Use scope also in admin registration / login form
...
BC issue: if using Admin `develop/ 1.1` with Form != latest develop,
the Admin-side registration form (the one that pops up when Admin is
installed but no accounts are found) will not work. Not something users
would stumble upon: only appears when Admin 1.1 it'll be possible to
use config-title@: theme.antimatter.some_config to set the title
dynamically based on a theme config option is installed but it's not
yet configured, and Form is not up to date. When 1.1 will be released,
also the Form plugin will have a newer update that will be installed
automatically.
2016-04-07 13:09:26 +02:00
Andy Miller
1702821915
Fixed another stupid typo
2016-04-06 18:38:28 -06:00
Andy Miller
3a8aba2d09
Merge pull request #482 from MATsxm/patch-13
...
Update en.yaml
2016-04-06 18:34:27 -06:00
Marc-Antoine Thevenet
b020f4c4a3
Update en.yaml
...
Typo?
2016-04-06 20:15:52 -04:00
Andy Miller
29d9835e87
Added lang strings for new Asset pipeline options
2016-04-06 17:30:44 -06:00
Flavio Copes
3677c498f9
Fix redirect after switching language in a page exiting context
2016-04-04 11:13:57 +02:00
Andy Miller
e2a0d2ac20
recompilation
2016-04-02 18:08:22 -06:00
Andy Miller
bae94fa945
changed order of update button for Firefox compatibility
2016-04-02 18:07:57 -06:00
Andy Miller
9be9f8ded0
Merge branch 'develop' of https://github.com/getgrav/grav-plugin-admin into develop
2016-04-01 17:17:12 -06:00
Andy Miller
6b5cb5d4a9
some form updates
2016-04-01 17:17:01 -06:00
Flavio Copes
deaeccfffc
After login, redirect to the original URL called
...
Fix an annoying issue in Admin, when loading an inner page
(`/admin/pages/whatever`) and I'm logged out, after login I'm always
sent to the dashboard, while it should bring to the page I called in
the first place
2016-04-01 12:41:40 +02:00
Andy Miller
3ba06ec21b
fix for fpm-details
2016-03-31 18:21:08 -06:00
Andy Miller
1c010a605b
editor z-index fixes
2016-03-31 15:01:57 -06:00
Andy Miller
549d95f412
Merge branch 'develop' of https://github.com/getgrav/grav-plugin-admin into develop
2016-03-31 14:37:42 -06:00
Andy Miller
953db6021d
updates
2016-03-31 14:37:25 -06:00
Andy Miller
46d798188b
added more flexible form color support
2016-03-31 14:37:08 -06:00
Andy Miller
f1e95029ea
added a new dark preset
2016-03-31 14:33:27 -06:00