Commit Graph

3495 Commits

Author SHA1 Message Date
Djamil Legato
7da0be9a97 Update parent page title upon selection 2019-06-08 17:32:05 -07:00
Andy Miller
eaebc0059f added title 2019-06-08 00:15:46 -06:00
Andy Miller
20c34bdbee Default to folders only 2019-06-07 19:08:48 -06:00
Djamil Legato
9466d784e9 Implemented filters in folderlisting task for parents field 2019-06-07 17:20:56 -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
Andy Miller
a962e4ffbf use rawroute() 2019-06-07 14:16:59 -06:00
Djamil Legato
b6917d799f Implemented selection of the finder node 2019-06-07 12:36:07 -07:00
Andy Miller
100bcf1b21 scss to fix jumping in finder modal 2019-06-07 12:17:35 -06:00
Djamil Legato
4f39020055 Better breadcrumb (pathbar) navigation implementation 2019-06-06 19:00:37 -07:00
Djamil Legato
cac68b9520 Silently fail if node is not yet available instead of throwing errors 2019-06-06 19:00:15 -07:00
Djamil Legato
d1075f0b8b Fixed right arrow keyboard navigation selecting all subnodes rather than first 2019-06-06 18:59:33 -07:00
Djamil Legato
3bc8783b53 Added title on node items to support long filenames when ellipsis truncation in place 2019-06-06 18:54:43 -07:00
Djamil Legato
35cf438ce1 Fixed check for click event causing column white space to be clickable 2019-06-06 18:50:50 -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
Andy Miller
ee4fd383c3 Fixed root showing in multiple columns 2019-06-06 16:38:03 -06: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
032862780e More payload fixes for getFolderListing 2019-06-05 16:08:39 -07:00
Andy Miller
7256a5645d Force array_values() 2019-06-04 14:27:15 -06:00
Djamil Legato
616a45a76b Minor tweaks 2019-06-04 12:55:10 -07:00
Matias Griese
f4d5ccf731 Use $grav->exit() instead of exit() 2019-06-03 13:17:16 +03:00
Andy Miller
ed41aabe85 removed path again (was in for debugging) 2019-06-02 21:50:40 -06:00
Andy Miller
8c9f747a59 works with intial:true and returns a name and value 2019-06-02 21:46:40 -06:00
Andy Miller
d52423faaa function reorg 2019-06-02 14:44:06 -06:00
Matias Griese
d2630409ef Added support for Twig 2.11 (1.40 compatible) 2019-06-02 15:21:24 +03:00
Djamil Legato
49124410b6 Added styled height limits per column 2019-06-01 23:27:32 -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
2b08758b57 Nixed path from payload 2019-06-01 20:24:30 -07:00
Djamil Legato
dc8ad80c84 More parent field improvements 2019-06-01 20:23:22 -07:00
Djamil Legato
7aeadbf6e0 Do not set an extension if the type is a directory 2019-06-01 20:23:11 -07:00
Djamil Legato
09f5dbbcc0 Inizial rework and implementation of parent field as finder 2019-06-01 00:32:36 -07:00
Matias Griese
8649d8ab8a Added deprecation message if another plugin is not autoloading AdminTwigExtension 2019-05-31 14:51:44 +03:00
Matias Griese
cb61a00088 Update deprecated class to use the new file location 2019-05-31 14:45:11 +03:00
Matias Griese
cc03729964 Use PSR-4 for plugin classes 2019-05-31 14:43:16 +03:00
Andy Miller
42d95e5fde reset order to finder default 2019-05-28 22:31:53 +02:00
Andy Miller
af9d03c952 Added taskGetFolderListing() 2019-05-28 22:31:46 +02:00
Andy Miller
52d46cfa40 append/prepend for small sizes only 2019-05-27 19:32:58 +03:00
Andy Miller
7dc2c26995 Revert "prepend/append"
This reverts commit 9256e99e58.
2019-05-27 19:21:58 +03:00
Andy Miller
8046132d29 Debugger Provider lang strings 2019-05-27 19:21:25 +03:00
Andy Miller
856be28b3a PSR 7 Fixes 2019-05-27 19:21:17 +03:00
Andy Miller
ec74b02590 default backups to empty array 2019-05-26 15:54:06 +03:00
Andy Miller
9256e99e58 prepend/append 2019-05-26 15:47:22 +03:00
Djamil Legato
83fe46c257 Added funding details 2019-05-23 09:45:57 -07:00