Andy Miller
ec49b3983c
Merge branch 'develop' of https://github.com/getgrav/grav-plugin-admin into develop
...
# By Flavio Copes
# Via Flavio Copes
* 'develop' of https://github.com/getgrav/grav-plugin-admin :
Fix #12 link to rockettheme.com, thanks @symac
A better update success message. Update the version in the footer.
Show error message if Grav is symlinked, and stop the upgrade process
Manage permissions
Add feedback during/after upgrade
Remove unneeded code
Update Grav when pressing the "Update Grav Now" button
2015-08-06 11:03:28 -06:00
Andy Miller
0511409567
Fix for #15 - requires grav update though.
2015-08-06 11:03:14 -06:00
Flavio Copes
7b705d3595
A better update success message. Update the version in the footer.
2015-08-06 17:23:08 +02:00
Flavio Copes
66764b2255
Show error message if Grav is symlinked, and stop the upgrade process
2015-08-06 16:35:45 +02:00
Flavio Copes
473511d948
Manage permissions
2015-08-06 15:16:22 +02:00
Flavio Copes
01c73d1451
Update Grav when pressing the "Update Grav Now" button
2015-08-06 09:34:55 +02:00
Andy Miller
1945099227
clear cache on page delete
2015-08-05 19:11:09 -06:00
Andy Miller
75774e65af
more robust order handling
2015-08-05 18:10:15 -06:00
Andy Miller
5ca737b8de
ensure we don't change page type when it's empty
2015-08-05 18:09:08 -06:00
Andy Miller
7e1b5db4ee
Improved logic for saving and added 'guess' the visibility functionality
2015-08-05 15:30:30 -06:00
Andy Miller
ac6a79f069
removed a typo
2015-08-05 13:24:17 -06:00
Andy Miller
c59d5d4c9f
adds/removes numeric order when changing visibility status
2015-08-05 13:22:46 -06:00
Andy Miller
3f530f53db
better check for empty fields
2015-08-03 17:04:48 -06:00
Andy Miller
bdeafc2b63
add option to clean header of empty values
2015-08-03 16:09:34 -06:00
Andy Miller
bc74072dea
Merge branch 'develop' of bitbucket.org:rockettheme/grav-plugin-admin into develop
...
# By Flavio Copes
# Via Flavio Copes
* 'develop' of bitbucket.org:rockettheme/grav-plugin-admin:
Assign the correct parent when copying a page
Correctly redirect to the new page after a copy
2015-08-03 09:50:30 -06:00
Andy Miller
d376f324d3
removed filter/validate
2015-08-03 09:50:05 -06:00
Flavio Copes
5b3f11be7e
Assign the correct parent when copying a page
2015-08-03 17:07:12 +02:00
Flavio Copes
319b7a3963
Correctly redirect to the new page after a copy
2015-08-03 16:49:27 +02:00
Flavio Copes
3584edac1d
Fix error in copying a root page
2015-08-03 11:47:32 +02:00
Flavio Copes
1d2fc734ec
Fix double slash in path
2015-08-03 11:46:55 +02:00
Andy Miller
05e06a7555
take header into account and process page properly
2015-07-30 19:53:06 -06:00
Djamil Legato
535d8faf79
Fixed processMarkdown task
2015-07-30 14:55:25 -07:00
Flavio Copes
90e6ba9f07
Document methods
2015-07-30 12:20:25 +02:00
Andy Miller
1f6bd44b25
first whack at a processMarkdown json method
2015-07-29 14:04:06 -06:00
Andy Miller
47c2723827
added messages to dashboard in proper place
2015-07-28 16:10:48 -06:00
Andy Miller
7b21fe8a46
ability to save and redirect to saved page
2015-07-28 11:11:43 -06:00
Andy Miller
6330dacfa4
validate password on password reset
2015-07-22 14:31:09 -06:00
Andy Miller
eb066bb432
added support for info, notice, and error messages
2015-07-22 14:01:54 -06:00
Andy Miller
3f6b0c0fa5
various updates
2015-07-21 22:02:13 -06:00
Gert
2bc2720982
remove debug code that got comitted
2015-05-20 17:20:08 +02:00
Gert
09be9be945
use rawMarkdown method to set page content
2015-05-13 18:53:15 +02:00
Gert
e31105a4f0
fix permission array add
2015-05-13 18:47:52 +02:00
Gert
2f58aee4c4
always use redirect on page save
2015-05-13 16:25:02 +02:00
Gert
d55477232e
fix unneccesary redirect on page save
2015-05-13 15:20:42 +02:00
Gert
ed0b5d7df2
fix slug reset bug
2015-05-13 14:29:17 +02:00
Gert
52acf6304e
implement task authorization with AJAX support [ fix #47 ]
2015-05-11 16:37:43 +02:00
Gert
25263f783d
trycatch backup task
2015-05-04 11:53:29 +02:00
Gert
1b743e1e73
Merge branch 'develop' of bitbucket.org:rockettheme/grav-plugin-admin into develop
...
* 'develop' of bitbucket.org:rockettheme/grav-plugin-admin:
PHP 5.4 fix
2015-05-01 20:45:50 +02:00
Andy Miller
20e05109a6
PHP 5.4 fix
2015-04-27 21:58:10 -06:00
Gert
96b10228a6
file size check using system.yaml
2015-04-27 19:33:48 +02:00
Gert
e8209094a5
fix copying of pages [ fixes #43 ]
2015-04-27 17:43:58 +02:00
Gert
1402e14272
rudimentary backup [ fixes #45 ]
2015-04-27 13:37:22 +02:00
Gert
a2badcbfe8
Hook up page filtering [ fixes #22 ][ fixes #23 ]
2015-04-20 20:41:34 +02:00
Gert
f085f8438b
forgot password [ fixes #28 ]
2015-04-20 16:01:20 +02:00
Gert
cb77f0f848
gpm functionality in admin
2015-04-13 21:37:12 +02:00
Gert
27cc80a4c4
refresh session-stored user data after changing user settings through admin [ fixes #30 ]
2015-04-11 16:01:27 +02:00
Gert
b52d5462a5
plugin/theme installation pages and placeholder task for actual installation
2015-04-04 14:49:40 +02:00
Andy Miller
b08766b4a9
Added cache clear + toastr js lib for notifications
2014-12-11 19:57:57 -07:00
Andy Miller
fe62812dc6
PSR fixes
2014-12-10 10:23:22 -07:00
Matias Griese
8d4d5957bb
Add logic to add new user account
2014-10-10 15:25:07 +03:00