Flavio Copes
9affe0f94a
Fix #798 use raw routes in blueprints
2016-05-30 10:43:45 +02:00
Flavio Copes
203ef1dac4
Use the raw routes for move page modal
2016-05-27 19:50:29 +02:00
Flavio Copes
16aba15b6f
Fix #557 enable_auto_updates_check disabled if not admin.maintenance or admin.super
2016-05-27 17:11:38 +02:00
Flavio Copes
e4f128438f
Don't try to uninstall admin/form/login/email plugins
2016-05-27 14:41:33 +02:00
Flavio Copes
a1cea55291
Only show page title if this information is available (in list, context is not set)
2016-05-27 13:45:51 +02:00
Flavio Copes
b11bad3d81
Changelog
2016-05-27 13:36:29 +02:00
Flavio Copes
bc4e5c9504
Fix #608 localize media blueprint
2016-05-27 13:32:26 +02:00
Andy Miller
9500151aee
highlight plugin rows #619
2016-05-26 22:03:28 -06:00
Djamil Legato
d879377020
Recompiled CSS
2016-05-26 16:37:51 -07:00
Djamil Legato
f279a662db
Enabling / Disabling a Plugin doesn't trigger the expand / collapse details anymore ( fixes #614 )
2016-05-26 16:37:45 -07:00
Andy Miller
470fca059f
Added page name to delete dialog #511
2016-05-26 17:13:24 -06:00
Andy Miller
22a5935e70
Change "Page File" to "Page Template" per #573
2016-05-26 17:04:20 -06:00
Andy Miller
1ea0fb955e
changelog updates
2016-05-26 17:00:25 -06:00
Andy Miller
c94d50b41a
Tweaked sidebar avatar layout #592
2016-05-26 16:50:49 -06:00
Andy Miller
8cd0279b01
Feature/upload improvements ( #617 )
...
* various improvements.. needs cleanup
* more progress - supports deeply nested + pages
* Getting close now!
* more progress!
* some cleanup
* use data[_json] to store page-based upload
* Smarter logic to get nested form fields
* some refactoring/cleanup
* Fixed issue with removing multiple files in pages
* Refactor and support `destination: page@:/images` and `destination: self@` syntax for file fields
* Prettifying the upload field
* Handling Files API to better represent the selected files in the input field
* Better plurarl string
* Fixed harcoded height for input field
* revamped CSS!!!
* `fancy: false` turns off fancy styling
* Create folder if not exists
* Add support for @theme/theme@ destination
* Fixed create directory functionality to take into account resolved paths
* Don't allow @self on page to be uploaded to if not created
* added field languages
* css tweaks
* language integration
2016-05-26 14:49:45 -06:00
Flavio Copes
429a00f439
Fix #553 Allow more restrictions on configuration
...
In addition to `admin.configuration`, which shows the configuration
sidebar menu, it now accepts `admin.configuration_system`,
`admin.configuration_site`, `admin.configuration_info` and same for all
the configuration panels you have set, by appending the slug to
`admin.configuration_`
2016-05-26 18:17:23 +02:00
Flavio Copes
413e57a0a0
Add changelog
2016-05-26 15:28:31 +02:00
Flavio Copes
39b4a4e67b
Disable double click on most actions on the page view
2016-05-24 19:25:06 +02:00
Flavio Copes
b2c4d3d385
Disable save button once clicked
...
Done via CSS `pointer-events`, now supported by all major browsers, to
avoid messing with the form's js processing
2016-05-24 18:52:05 +02:00
Benny
1a5578418e
Provide security options for single tabs ( #615 )
2016-05-24 15:37:48 +02:00
Flavio Copes
f810199b6c
Fix double "Theme removed successfully" appearing
2016-05-24 15:36:38 +02:00
Andy Miller
b9e9a56fbf
version updates for beta5
1.1.0-beta.5
2016-05-23 14:14:47 -06:00
Andy Miller
e47816bd4d
gulp recompile
2016-05-23 12:57:22 -06:00
Andy Miller
39f3b8204c
problems and errors are not 'required' for Grav or Admin to function https://github.com/getgrav/grav-plugin-admin/issues/613
2016-05-23 12:45:40 -06:00
Flavio Copes
a79cc6e487
Uninstall package modal improvements. Fix #607 Fix #609
2016-05-23 10:14:12 +02:00
Flavio Copes
218e97d484
Improve removing dependencies presentation
2016-05-20 14:18:50 +02:00
Andy Miller
13c397ebb5
some label encoding tweaks for fields
2016-05-19 18:41:35 -06:00
Flavio Copes
a95f1e458a
Fix install/update a theme from its own detail page
2016-05-19 22:06:13 +02:00
Flavio Copes
a4f3bc7b6c
Fix #600 correctly show the names of a theme's dependencies
2016-05-19 22:05:59 +02:00
Flavio Copes
039a35465b
Fix #602 Allow html in section text field
2016-05-19 18:23:55 +02:00
Andy Miller
0943a36d81
Allow label to have HTML in it. #601
2016-05-18 11:00:35 -06:00
Djamil Legato
bb362cd1e8
Minor cleanup to controller
2016-05-17 18:24:56 -07:00
Djamil Legato
809600b3c5
File fix, ensure FILES object is available before continuing
2016-05-17 16:59:16 -07:00
Andy Miller
48f311b458
Fix for #595
2016-05-17 16:52:22 -06:00
Flavio Copes
c69f414bcc
Change blueprints location ( #589 )
...
Should be good to go.
2016-05-17 16:47:15 -06:00
Andy Miller
2d9d71c444
Feature/file upload refactor ( #598 )
...
* refactor
* Added support for multiple files
* fixed appearance a bit
* Always store files as full path => obj data
* added some error handling
* Do not go nested when storing file
* Refactored to not need blueprint set in blueprint
2016-05-17 16:46:00 -06:00
Andy Miller
2d63fed421
Added support for multiple uploads in file field
2016-05-17 12:56:36 -06:00
Andy Miller
bb08ab94bc
File uploads enctype fix
2016-05-17 12:56:11 -06:00
Quy
2ae6bf4cd7
Use INSTALL_PLUGIN string ( #590 )
2016-05-16 08:50:30 +02:00
Flavio Copes
876a5a8805
Copy admin-only pages from Grav core
2016-05-13 19:02:39 +02:00
Flavio Copes
2745a7919a
Fix #588 dependencies unused after removing a plugin
2016-05-13 11:07:04 +02:00
Djamil Legato
36412a5c8c
Fixed editor tooltips in fullscreen mode and tablet devices rendering ( fixes #566 )
2016-05-10 19:04:28 -07:00
Andy Miller
47a0d18350
removed dump() statements
2016-05-10 17:00:14 -06:00
Andy Miller
a78c017f91
added support for multiple date formats
2016-05-10 16:53:19 -06:00
Andy Miller
710d2c6fd5
Try to guess the format!
2016-05-10 13:32:17 -06:00
Djamil Legato
d09db10285
Removed 2 digit year guess
2016-05-10 11:32:58 -07:00
Djamil Legato
3c1566d90b
Better automatic guess for page date formats ( #565 )
2016-05-10 11:20:37 -07:00
Djamil Legato
462efc43cc
Merge branch 'develop' of github.com:getgrav/grav-plugin-admin into develop
...
# Conflicts:
# themes/grav/css-compiled/template.css.map
2016-05-10 10:30:57 -07:00
Djamil Legato
267a6ccdb1
Fixed checks for sidebar scrollbar when in mobile view
2016-05-10 10:29:54 -07:00
Andy Miller
856b991a5d
Various CSS fixes
2016-05-10 11:20:31 -06:00