Flavio Copes
ba67c39bb2
Merge pull request #287 from Sommerregen/bugfix/latest-pages
...
Hide "Latest Pages" if there aren't any pages available
2015-11-20 09:35:42 +01:00
Benny
f4f312dc18
Hide "Latest Pages" if there aren't any pages available
2015-11-20 09:33:14 +01:00
Andy Miller
1724b31f6e
Fixed spacer CSS #267
2015-11-19 22:16:53 -07:00
Andy Miller
a5e2729f42
Added translation back to markdown field label
2015-11-19 22:12:15 -07:00
Andy Miller
bbf1d6ff15
more visible preview link
2015-11-19 22:08:22 -07:00
Andy Miller
277c5155c5
Added page ordering logic for page listing #277
2015-11-19 21:55:35 -07:00
Andy Miller
1dce8cd39a
Merge branch 'develop' of https://github.com/getgrav/grav-plugin-admin into develop
2015-11-19 21:34:13 -07:00
Andy Miller
20a6db9a11
Fixed the date field border #281
2015-11-19 21:34:09 -07:00
Djamil Legato
81b7963205
Added support for Markdown field in Configuration, Plugins and Themes ( fixes #271 )
2015-11-19 20:07:37 -08:00
Djamil Legato
d1bed6f689
Added support for Markdown labels ( #271 )
2015-11-19 20:06:41 -08:00
Djamil Legato
6221be3601
Merge branch 'develop' of github.com:getgrav/grav-plugin-admin into develop
2015-11-19 20:06:14 -08:00
Djamil Legato
98ca723214
Ensuring plugin and themes objects exist before continuing
2015-11-19 20:06:08 -08:00
Andy Miller
4243ea37b3
Merge pull request #284 from tcsizmadia/develop
...
Updated languages.yaml
2015-11-19 20:03:17 -07:00
Djamil Legato
69f883823a
Fixed multiple instances of Markdown Editor ( fixes #285 )
2015-11-19 17:58:50 -08:00
Flavio Copes
2d34f776be
Add nonces to all GET requests with a task parameter
2015-11-19 23:28:51 +01:00
Flavio Copes
db42a4bf7d
Delete twig not used any more
2015-11-19 23:13:21 +01:00
Flavio Copes
ce672e4919
Nonce-verify install/uninstall themes
2015-11-19 23:01:14 +01:00
Flavio Copes
1f6bda7d75
Add nonce verification to all get requests with the task param
2015-11-19 22:54:17 +01:00
Flavio Copes
0e4b451f80
Add empty state base CSS for admin views
2015-11-19 22:43:35 +01:00
Flavio Copes
5039d8fd0b
Fix page media nonce on post actions
2015-11-19 22:43:14 +01:00
Tamas Csizmadia
27f1c836ea
Updated languages.yaml
...
Updated Hungarian translation with new strings.
2015-11-19 22:42:12 +01:00
Flavio Copes
1218a0aed0
Drop (unused) jquery library
2015-11-19 19:34:06 +01:00
Flavio Copes
1c8a33f7a9
Make sure we don't process the nonce as a Data value
2015-11-19 19:17:48 +01:00
Flavio Copes
b8cc2639c4
Merge pull request #283 from diomed/patch-1
...
Update languages.yaml
2015-11-19 18:53:02 +01:00
Kruno H
696b388f7b
Update languages.yaml
2015-11-19 18:51:11 +01:00
Flavio Copes
06dd87cd4f
Merge pull request #282 from besens/patch-1
...
Update french language
2015-11-19 17:40:19 +01:00
besens
42313bc90b
Update french language
2015-11-19 17:15:48 +01:00
Djamil Legato
a075f53a87
Merge branch 'develop' of github.com:getgrav/grav-plugin-admin into develop
2015-11-18 17:23:56 -08:00
Djamil Legato
aa553ccfd2
Removed NewUserCommand, moved to login plugin.
2015-11-18 17:23:52 -08:00
Andy Miller
535be2cd74
New lang strings
2015-11-18 17:35:32 -07:00
Djamil Legato
9ae2e30c22
Implemented Admin CLI Command with arguments. Moved from core Grav.
2015-11-18 16:20:11 -08:00
Andy Miller
1d1d05b1e3
protocol-less gravatar link
2015-11-17 14:09:36 -07:00
Flavio Copes
37f98cc4f3
Let handling slash replacement automatically
2015-11-17 11:57:46 +01:00
Flavio Copes
d2763660fe
Handle nonce in admin logout too
2015-11-17 11:56:21 +01:00
Flavio Copes
01c5c6af40
Fix for JS error in Safari private browsing, #272
...
The problem is that Safari in private mode blocks Local Storage and
Session Storage, setting a quota of 0 so all attempts to save something
generate an error and all the subsequent JS breaks.
If setItem does not work, we set an empty prototype implementation that
does not generate an error, to avoid having to add multiple checks in
the code.
This only affects being able to restore the pages expanded tree
(assuming a page was expanded prior to reloading the page) when in
Safari private browsing.
2015-11-15 11:07:08 +01:00
Flavio Copes
ced1d4377e
Merge pull request #259 from getgrav/feature/nonce-in-admin
...
Use Grav nonce functionality
2015-11-13 19:16:54 +01:00
Flavio Copes
949c96fe3b
Fix class name
2015-11-13 18:45:55 +01:00
Flavio Copes
e81cd547fd
Merge branch 'develop' into feature/nonce-in-admin
2015-11-13 18:23:42 +01:00
Flavio Copes
1840eb80f3
Only check for nonce if the getNonce method exists (nonces are implemented in Grav)
2015-11-13 18:20:18 +01:00
Flavio Copes
a2f07e545f
Fixes js button issue https://github.com/getgrav/grav-plugin-admin/issues/270
2015-11-13 14:37:59 +01:00
Andy Miller
0978450d6e
Merge pull request #265 from getgrav/feature/fix-header-ui-mobile
...
Improve the header UI in mobile
2015-11-12 19:34:33 -06:00
Flavio Copes
db540c9c1f
Merge branch 'develop' into feature/nonce-in-admin
2015-11-11 17:48:11 +01:00
Flavio Copes
efb63f7873
Only check nonce on POST requests
2015-11-10 17:53:09 +01:00
Flavio Copes
adfbc76002
Improve the header UI in mobile
2015-11-10 17:42:15 +01:00
Flavio Copes
7da2f08049
Merge pull request #264 from maqnouch/patch-1
...
Fix typos
2015-11-10 17:38:03 +01:00
AQNOUCH Mohammed
9b2d0f9b67
Fix typos
2015-11-10 16:12:19 +00:00
Flavio Copes
21236b2fb9
User admin-form as action for the nonce. Add it to the login form too
2015-11-09 15:09:48 +01:00
Flavio Copes
567c1dac01
Fix 'if'!
2015-11-09 15:09:31 +01:00
Flavio Copes
2d0b279f8a
Merge branch 'tcsizmadia-develop' into develop
2015-11-09 10:11:47 +01:00
Flavio Copes
c60f811667
Merge branch 'develop' of https://github.com/tcsizmadia/grav-plugin-admin into tcsizmadia-develop
2015-11-09 10:10:52 +01:00