Skip to content

Commit

Permalink
Update elfinder to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
flack committed Dec 19, 2017
1 parent 31784d3 commit 1adc44a
Show file tree
Hide file tree
Showing 84 changed files with 1,010 additions and 595 deletions.
2 changes: 1 addition & 1 deletion lib/org/openpsa/documents/handler/finder.php
Expand Up @@ -25,7 +25,7 @@ public function _on_initialize()
*/
public function _handler_view($handler_id, array $args, array &$data)
{
$prefix = '/' . $this->_component . '/elFinder-2.1.27/';
$prefix = '/' . $this->_component . '/elFinder-2.1.30/';
org_openpsa_widgets_contact::add_head_elements();

$head = midcom::get()->head;
Expand Down

This file was deleted.

Binary file not shown.
Binary file not shown.
21 changes: 0 additions & 21 deletions static/org.openpsa.documents/elFinder-2.1.27/js/elfinder.min.js

This file was deleted.

375 changes: 0 additions & 375 deletions static/org.openpsa.documents/elFinder-2.1.27/js/i18n/elfinder.ar.js

This file was deleted.

File renamed without changes.

Large diffs are not rendered by default.

44 changes: 44 additions & 0 deletions ...a.documents/elFinder-2.1.27/css/theme.css → ...a.documents/elFinder-2.1.30/css/theme.css 100755 → 100644
Expand Up @@ -14,6 +14,34 @@

/* dialogs */
.std42-dialog, .std42-dialog .ui-widget-content { background-color:#ededed; background-image:none; background-clip: content-box; }
.elfinder-quicklook-titlebar-icon .ui-icon {
background-color: #d4d4d4;
border-color: #8a8a8a;
}
.std42-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:hover .ui-icon,
.elfinder-mobile .std42-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close .ui-icon,
.elfinder-quicklook-titlebar-icon .ui-icon.elfinder-icon-close:hover,
.elfinder-mobile .elfinder-quicklook-titlebar-icon .ui-icon.elfinder-icon-close {
background-color: #ff6252;
border-color: #e5695d;
background-image: url("../img/ui-icons_ffffff_256x240.png");
}
.std42-dialog .ui-dialog-titlebar .elfinder-titlebar-minimize:hover .ui-icon,
.elfinder-mobile .std42-dialog .ui-dialog-titlebar .elfinder-titlebar-minimize .ui-icon,
.elfinder-quicklook-titlebar-icon .ui-icon.elfinder-icon-minimize:hover,
.elfinder-mobile .elfinder-quicklook-titlebar-icon .ui-icon.elfinder-icon-minimize {
background-color: #ffbc00;
border-color: #e3a40b;
background-image: url("../img/ui-icons_ffffff_256x240.png");
}
.std42-dialog .ui-dialog-titlebar .elfinder-titlebar-full:hover .ui-icon,
.elfinder-mobile .std42-dialog .ui-dialog-titlebar .elfinder-titlebar-full .ui-icon,
.elfinder-quicklook-titlebar-icon .ui-icon.elfinder-icon-full:hover,
.elfinder-mobile .elfinder-quicklook-titlebar-icon .ui-icon.elfinder-icon-full {
background-color: #26c82f;
border-color: #13ae10;
background-image: url("../img/ui-icons_ffffff_256x240.png");
}

/* navbar */
.elfinder .elfinder-navbar { background:#dde4eb; }
Expand All @@ -31,9 +59,20 @@
.elfinder-cwd-wrapper.elfinder-cwd-wrapper-trash {
background-color: #f0efef;
}

/* selected file in "icons" view */
.elfinder-cwd-view-icons .elfinder-cwd-file .ui-state-hover { background:#ccc; }

/* type badge in "icons" view */
.elfinder-cwd-icon:before {
color: white;
background-color: #798da7;
}
.elfinder-cwd-icon-text:before { background-color: #6f99e6 }
.elfinder-cwd-icon-image:before { background-color: #2ea26c }
.elfinder-cwd-icon-audio:before { background-color: #7bad2a }
.elfinder-cwd-icon-video:before { background-color: #322aad }

/* list view*/
.elfinder-cwd table thead td.ui-state-hover { background:#ddd; }
.elfinder-cwd table tr:nth-child(odd) { background-color:#edf3fe; }
Expand Down Expand Up @@ -70,3 +109,8 @@
background-image: none;
background-color: inherit;
}

/* tooltip */
.elfinder-ui-tooltip.ui-widget-shadow {
box-shadow: 2px 6px 4px -4px #cecdcd;
}
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
23 changes: 23 additions & 0 deletions static/org.openpsa.documents/elFinder-2.1.30/js/elfinder.min.js

Large diffs are not rendered by default.

32 changes: 22 additions & 10 deletions .../elFinder-2.1.27/js/i18n/elfinder.LANG.js → .../elFinder-2.1.30/js/i18n/elfinder.LANG.js 100755 → 100644
Expand Up @@ -134,7 +134,7 @@
'cmdforward' : 'Forward',
'cmdgetfile' : 'Select files',
'cmdhelp' : 'About this software',
'cmdhome' : 'Home',
'cmdhome' : 'Root',
'cmdinfo' : 'Get info',
'cmdmkdir' : 'New folder',
'cmdmkdirin' : 'Into New Folder', // from v2.1.7 added 19.2.2016
Expand All @@ -148,7 +148,7 @@
'cmdtrash' : 'Into trash', //from v2.1.24 added 29.4.2017
'cmdrestore' : 'Restore', //from v2.1.24 added 3.5.2017
'cmdsearch' : 'Find files',
'cmdup' : 'Go to parent directory',
'cmdup' : 'Go to parent folder',
'cmdupload' : 'Upload files',
'cmdview' : 'View',
'cmdresize' : 'Resize & Rotate',
Expand All @@ -165,6 +165,9 @@
'cmdundo' : 'Undo', // from v2.1.27 added 31.07.2017
'cmdredo' : 'Redo', // from v2.1.27 added 31.07.2017
'cmdpreference': 'Preferences', // from v2.1.27 added 03.08.2017
'cmdselectall' : 'Select all', // from v2.1.28 added 15.08.2017
'cmdselectnone': 'Select none', // from v2.1.28 added 15.08.2017
'cmdselectinvert': 'Invert selection', // from v2.1.28 added 15.08.2017

/*********************************** buttons ***********************************/
'btnClose' : 'Close',
Expand Down Expand Up @@ -197,9 +200,9 @@
'ntfreload' : 'Reload folder content',
'ntfmkdir' : 'Creating folder',
'ntfmkfile' : 'Creating files',
'ntfrm' : 'Delete files',
'ntfcopy' : 'Copy files',
'ntfmove' : 'Move files',
'ntfrm' : 'Delete items',
'ntfcopy' : 'Copy items',
'ntfmove' : 'Move items',
'ntfprepare' : 'Checking existing items',
'ntfrename' : 'Rename files',
'ntfupload' : 'Uploading files',
Expand All @@ -222,7 +225,7 @@
'ntfparents' : 'Getting path infomation', // from v2.1.17 added 2.11.2016
'ntfchunkmerge': 'Processing the uploaded file', // from v2.1.17 added 2.11.2016
'ntftrash' : 'Doing throw in the trash', // from v2.1.24 added 2.5.2017
'ntfrestore' : 'Doing restore from tha trash', // from v2.1.24 added 3.5.2017
'ntfrestore' : 'Doing restore from the trash', // from v2.1.24 added 3.5.2017
'ntfchkdir' : 'Checking destination folder', // from v2.1.24 added 3.5.2017
'ntfundo' : 'Undoing previous operation', // from v2.1.27 added 31.07.2017
'ntfredo' : 'Redoing previous undone', // from v2.1.27 added 31.07.2017
Expand Down Expand Up @@ -310,10 +313,10 @@
'noaccess' : 'no access',
'and' : 'and',
'unknown' : 'unknown',
'selectall' : 'Select all files',
'selectfiles' : 'Select file(s)',
'selectffile' : 'Select first file',
'selectlfile' : 'Select last file',
'selectall' : 'Select all items',
'selectfiles' : 'Select item(s)',
'selectffile' : 'Select first item',
'selectlfile' : 'Select last item',
'viewlist' : 'List view',
'viewicons' : 'Icons view',
'places' : 'Places',
Expand Down Expand Up @@ -433,11 +436,20 @@
'language' : 'Language setting', // from v2.1.26 added 28.6.2017
'clearBrowserData': 'Initialize the settings saved in this browser', // from v2.1.26 added 28.6.2017
'toolbarPref' : 'Toolbar setting', // from v2.1.27 added 2.8.2017
'charsLeft' : '... $1 chars left.', // from v2.1.29 added 30.8.2017
'sum' : 'Sum', // from v2.1.29 added 28.9.2017
'roughFileSize' : 'Rough file size', // from v2.1.30 added 2.11.2017
'autoFocusDialog' : 'Focus on the element of dialog with mouseover', // from v2.1.30 added 2.11.2017
'select' : 'Select', // from v2.1.30 added 23.11.2017
'selectAction' : 'Action when select file', // from v2.1.30 added 23.11.2017
'useStoredEditor' : 'Open with the editor used last time', // from v2.1.30 added 23.11.2017
'selectinvert' : 'Invert selection', // from v2.1.30 added 25.11.2017

/********************************** mimetypes **********************************/
'kindUnknown' : 'Unknown',
'kindRoot' : 'Volume Root', // from v2.1.16 added 16.10.2016
'kindFolder' : 'Folder',
'kindSelects' : 'Selections', // from v2.1.29 added 29.8.2017
'kindAlias' : 'Alias',
'kindAliasBroken' : 'Broken alias',
// applications
Expand Down

0 comments on commit 1adc44a

Please sign in to comment.