Commit Graph

488 Commits

Author SHA1 Message Date
Flavio Copes
f700837e92 Introduce the mediapicker field (#1125)
Added a new `mediapicker` form field which allows to select a media from any page
+ 
Provided an option to control how parent select field displays
2017-06-02 16:28:52 +02:00
Andy Miller
0ea2ff21a4 Retina quality thumb for pagemedia 2017-05-24 11:46:31 -06:00
Flavio Copes
32da41ff60 Fix sag thumbnails 2017-05-24 15:49:38 +02:00
Flavio Copes
173429d892 Fix thumbnails in page media 2017-05-24 15:30:12 +02:00
Andy Miller
3e92bbed73 Use new Utils::getPagePathFromToken() method 2017-05-20 22:21:34 -06:00
Andy Miller
c237bff1e3 Only process thumbs when needed 2017-05-20 22:20:36 -06:00
Andy Miller
4ffcf836a1 Generate thumbnails if enabled 2017-05-19 13:40:48 -06:00
Andy Miller
1809f70e52 Fix for undefined include_metadata 2017-05-19 11:41:05 -06:00
Dávid Szabó
bc011c25c3 Feature custom page options (#1104)
* Add slug util function

* Add custom add modals support
2017-05-16 17:31:57 +02:00
Andy Miller
cde4ac5f7b More flexible removing of extra media files 2017-05-15 14:48:58 -06:00
Andy Miller
ac9b6e5ce5 Added optional include_metadata to file field 2017-05-15 14:48:15 -06:00
Andy Miller
904d1e6928 Missing uses throwing class not found errors 2017-05-15 14:47:26 -06:00
Andy Miller
4f6afedba8 Updated changelog 2017-05-12 12:54:08 -06:00
Flavio Copes
d9c787681f Drop unused method
Was introduced in
https://github.com/getgrav/grav-plugin-admin/commit/988f4a0389cbd89f402f
d50d298aee88b9d79d71 without actual usage
2017-05-06 16:46:21 +02:00
Flavio Copes
7ff311b8a1 Fix 1039 Default to config file slug if translation is missing, otherwise use translation also in the tab title, not just in the page heading 2017-05-01 19:03:27 +02:00
Flavio Copes
8c94b39bea 🎨Add month+date indication to the stats graph to avoid confusion when there are days without visits 2017-04-29 17:21:57 +02:00
Andy Miller
eede9af03c Added vendor to ignores 2017-04-24 18:03:40 -06:00
Andy Miller
5761175fe1 Added [tmp,user] ignores for direct install of Grav 2017-04-24 15:04:47 -06:00
Andy Miller
9ab6aeb0c8 Re-implemented Admin::initTheme() with Grav fix
85a25d0adc
2017-04-19 17:11:45 -06:00
Andy Miller
be3669e38a Reverted #1069 until we can find a safe way to play with Gantry5 2017-04-19 16:55:31 -06:00
Benny
735111cae4 Initialize theme in Admin Plugin (#1069)
* Initialize theme in Admin Plugin

* Updated changelog
2017-04-14 14:31:22 -06:00
Andy Miller
ccd2eac437 Move move into try/catch block 2017-04-14 11:31:19 -06:00
Flavio Copes
9961e28304 Don't change page template if there is no page template field, OR if the template is of type default, or not set
Fixes https://github.com/getgrav/grav-plugin-admin/issues/1059
Fixes https://github.com/getgrav/grav/issues/1403
Fixes https://github.com/getgrav/grav-plugin-admin/issues/1062
2017-04-12 14:09:50 +02:00
Andy Miller
7abf4b1461 Added new parents field with more options 2017-04-10 15:07:14 -06:00
Flavio Copes
ad1a21e44e Drop comment leftover 2017-04-07 20:06:45 +02:00
mbeller-weltenbauer
ae451055f9 Update admincontroller.php (#1053)
check if variable "folder" is set in $input
2017-04-07 20:06:18 +02:00
Frédéric Potvin
1716016f2f Clean temporary package folders on error (#1047)
As requested by @rhukster at https://git.io/vSlWG
2017-04-02 18:46:19 -06:00
Andy Miller
ab01bf178b Fix for Undefined index: file_path error with Direct Install #1043 2017-03-31 13:39:39 -06:00
Andy Miller
7af4d3b767 Added support for user-uploadable avatar 2017-03-29 22:41:24 -07:00
Andy Miller
32d24c0d6d Fix for taskCopy and taskMove 2017-03-28 21:34:32 -07:00
Andy Miller
1809e41fd3 Fix for Page copy #1042 2017-03-28 21:21:07 -07:00
Andy Miller
f5285ec2b9 Fix for hard-coded 1000 in new folder name - https://github.com/getgrav/grav/issues/1386 2017-03-26 19:46:02 -07:00
Andy Miller
306f4cef16 Merge branch 'feature/ordering-refactor' into develop
# Conflicts:
#	themes/grav/css-compiled/preset.css
#	themes/grav/css-compiled/preset.css.map
2017-03-22 12:09:15 -06:00
Andy Miller
bf9dd97aee Allow renaming and reording at the same time 2017-03-21 20:19:35 -06:00
Andy Miller
dab03ac9df Ordering is now working 2017-03-21 15:35:33 -06:00
Andy Miller
5e4a829625 Make filenames more windows-friendly to avoid issues 2017-03-20 13:32:03 -06:00
Andy Miller
1a60f43d3b Properly fixed session delete of files 2017-03-13 17:57:05 -06:00
Andy Miller
b6caeecb0e Fix for not removing Flash object on filesSessionRemove() 2017-03-13 16:05:15 -06:00
Andy Miller
96bba05217 Added Tribly to "official" status 2017-03-10 16:53:01 -07:00
Andy Miller
11850a148f Changed default media field from 150x100 -> 200x150 2017-03-10 12:42:14 -07:00
Andy Miller
137673e6bb Added a task to get childTypes 2017-03-05 17:45:10 -07:00
Flavio Copes
ebf2de5aea Reinstall now uses direct install internally 2017-02-26 20:09:50 +01:00
Flavio Copes
47beb2d5a6 Auto lint 2017-02-26 19:36:01 +01:00
Flavio Copes
c7256134ba [WORK IN PROGRESS] First draft of a Tools menu with direct install (#990)
* First draft of a Tools menu with direct install

* Basic styling

* Translate GPM messages

* Basic frontend validation

* Fix form action path

* Added lang strings for offical_gpm_only toggle
2017-02-22 13:34:21 -07:00
Andy Miller
d832a523c6 Add gpm::directInstall method (#986) 2017-02-21 16:23:09 +01:00
Flavio Copes
0c91ca5757 Added an option to reinstall a plugin/theme already installed #984 2017-02-19 19:16:03 +01:00
Andy Miller
b7bcb1eba9 fixed GPM::Install() 2017-02-17 16:05:00 -07:00
Andy Miller
810a263544 Merge branch 'develop' of https://github.com/getgrav/grav-plugin-admin into develop 2017-02-16 15:03:36 -07:00
Andy Miller
b849f040f1 Moved GPM get updates to standard method 2017-02-16 15:03:30 -07:00
Flavio Copes
2ca6f80e5b Fix issue with validating page when switching language #963 2017-02-13 18:30:45 +01:00