Commit Graph

484 Commits

Author SHA1 Message Date
Djamil Legato
8f07fcb790 Moved Remodal in-house and added support for stackable modals (fixes #1698, fixes #1699) 2019-06-18 17:24:27 -07:00
Andy Miller
6e462efc5e Fixex #1700 - dashboard chart labels cut off 2019-06-17 22:10:58 -06:00
Djamil Legato
186f6f26bf Fixed issue with charts in dashboard where label would cut off (fixes #1700) 2019-06-17 16:52:29 -07:00
Djamil Legato
eabf2fc3a9 Reworked move modal for pages to use the new parents field 2019-06-08 20:40:59 -07:00
Djamil Legato
e9d83115ae Add node type class name to the finder and pathbar node items 2019-06-08 17:38:17 -07:00
Djamil Legato
1354c57107 Recompiled JS 2019-06-08 17:32:10 -07:00
Djamil Legato
2a1ba67822 Pass the field name to the controller task 2019-06-07 17:20:31 -07:00
Djamil Legato
f34e7b53e8 Escape entities in pathBar node items 2019-06-07 16:51:09 -07:00
Djamil Legato
3a224b36fa Fixed and optimized instances to prevent multiple initializations of parents field 2019-06-07 16:29:06 -07:00
Djamil Legato
b6917d799f Implemented selection of the finder node 2019-06-07 12:36:07 -07:00
Djamil Legato
4f39020055 Better breadcrumb (pathbar) navigation implementation 2019-06-06 19:00:37 -07:00
Djamil Legato
3198b3b29c Added path bar breadcrumb for finder to quickly see selected tree (optional and enabled by default) 2019-06-06 18:38:47 -07:00
Djamil Legato
9b606642be Added support for selecting root item in the parents picker 2019-06-06 09:41:08 -07:00
Djamil Legato
3bbd33f995 Added support for root selection in parents field 2019-06-06 09:27:44 -07:00
Djamil Legato
aa56662aa2 Various fixes plus support for defaultPath selection when async data 2019-06-05 22:07:07 -07:00
Djamil Legato
0ef89856fb Removed leftover console.log breaking the JS 2019-06-05 18:16:42 -07:00
Djamil Legato
429bc363dc Moved finderjs in-house since it’s going to go under heavy modifications 2019-06-05 16:09:21 -07:00
Djamil Legato
cf1bd7d014 Various fixes and optimizations 2019-06-01 22:14:22 -07:00
Djamil Legato
50d03aeb29 Added async loader, hooked up errors, attached leaf clicking. 2019-06-01 21:34:20 -07:00
Djamil Legato
7764208059 Pass initial: true on first ever load of the parents field data 2019-06-01 20:28:07 -07:00
Djamil Legato
dc8ad80c84 More parent field improvements 2019-06-01 20:23:22 -07:00
Djamil Legato
09f5dbbcc0 Inizial rework and implementation of parent field as finder 2019-06-01 00:32:36 -07:00
rotanadan
c1d7ff6e94 Re enable "unset" button and fix for multiple drop zones (#1670)
* Unhide unset button and fix issues with it not working on multiple drop zones.

* add compiled assets

* add yarn, not sure we want this in repo

* remove temporary class

* add admin js compiled asset

* Recompiled JS / CSS

* Updated changelog (fixes #1427, fixes #1670, fixes #1982)
2019-05-08 15:41:51 -07:00
Andy Miller
05bb6933a3 minor optimization 2019-05-03 13:01:14 -06:00
Andy Miller
c66619dd21 respect size with append/prepend + added copy-to-clipboard JS 2019-05-03 12:15:01 -06:00
Djamil Legato
96ba336ca2 Improved the UI for the Parent Page Route dropdown when adding a new Page / Folder 2019-03-21 16:19:10 -07:00
Djamil Legato
84429373ed Delegate Dropzone for checking maximum file size and avoid uploading if not necessary 2019-03-12 17:04:53 -07:00
Djamil Legato
2967e4231d Added extra fallback url for removing file 2019-03-04 14:41:09 -08:00
Djamil Legato
beae5e040b Added logic to support custom post data for file upload / file session remove 2019-03-04 13:21:08 -08:00
Djamil Legato
4516674112 Added logic to allow hiding notifications (x) on the current page 2019-02-13 11:08:58 -08:00
Djamil Legato
8316219e88 Removed shadow from top notification bar 2019-02-11 16:40:23 -08:00
Djamil Legato
9f89ad46dc Fixed filter parameter and ensure refreshing notifications calls for notifications feeds only 2019-02-11 16:33:50 -08:00
Djamil Legato
b520c799ec Rewrote JS to use new single-ajax-call feeds for notification/blog posts 2019-02-11 16:27:35 -08:00
Djamil Legato
bfb0b8e702 Fixed hardcoded separators for backup and media picker (fixes #1602 , fixes #1502) 2019-02-05 13:30:08 -08:00
Djamil Legato
938731f7bb Added logic to allow configuring log viewer from admin 2019-02-01 12:17:20 -08:00
Djamil Legato
2dbc031366 Better logic for delete action to support Ajax. Fixes Flex lists 2019-01-31 15:17:32 -08:00
Djamil Legato
cb42f8e98c Use type translation for updates available in the notification 2018-12-06 11:08:47 -08:00
Djamil Legato
edc002257d Fixed translations for cron 2018-12-04 14:54:20 -08:00
Djamil Legato
a1a20111a9 Add support for links in selectize dropdowns 2018-11-27 18:42:43 -08:00
Djamil Legato
78e073ac95 Better handling of unset in uploaded files (fixes #1427) 2018-11-12 15:21:49 -08:00
Andy Miller
442a63b0e7 language updates 2018-10-24 15:05:15 -06:00
Djamil Legato
66236476a0 Better JS for deleting backups 2018-10-08 17:03:40 -07:00
Djamil Legato
91a242b214 Made spinner for backups in dropdowns 2018-10-08 16:43:17 -07:00
Andy Miller
c1a77cdd2d Cleaned up UI in Scheduler tools page 2018-10-07 15:46:03 -06:00
Djamil Legato
91ff9316ef Added ability to reset sidebar internal map and fast open/close (no animations) 2018-10-03 18:14:11 -07:00
Djamil Legato
c67af23dfc Recompiled JS 2018-10-01 09:30:33 -07:00
Andy Miller
e850626a3b recompile 2018-09-29 21:48:54 -06:00
Andy Miller
f26a86429a Merge branch 'develop' into 1.9
# Conflicts:
#	classes/admincontroller.php
#	themes/grav/js/admin.min.js
#	themes/grav/js/vendor.min.js
#	themes/grav/package-lock.json
2018-09-29 13:10:10 -06:00
Djamil Legato
fe774c0014 Fixed warning in package-lock 2018-09-28 16:06:56 -07:00
Andy Miller
22c6469576 Better styling 2018-09-09 21:37:02 -06:00