drg_default_html_editor 0.6.0.0 → 0.7.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/images/close.png +0 -0
- data/app/assets/images/lock-open.png +0 -0
- data/app/assets/images/lock.png +0 -0
- data/app/assets/images/refresh.png +0 -0
- data/app/assets/javascripts/ckeditor/CHANGES.md +832 -163
- data/app/assets/javascripts/ckeditor/LICENSE.md +23 -7
- data/app/assets/javascripts/ckeditor/README.md +5 -5
- data/app/assets/javascripts/ckeditor/SECURITY.md +10 -0
- data/app/assets/javascripts/ckeditor/adapters/jquery.js +6 -6
- data/app/assets/javascripts/ckeditor/bender-runner.config.json +16 -0
- data/app/assets/javascripts/ckeditor/build-config.js +30 -12
- data/app/assets/javascripts/ckeditor/ckeditor.js +1216 -1040
- data/app/assets/javascripts/ckeditor/config.js +9 -32
- data/app/assets/javascripts/ckeditor/contents.css +1 -1
- data/app/assets/javascripts/ckeditor/lang/af.js +3 -3
- data/app/assets/javascripts/ckeditor/lang/ar.js +3 -3
- data/app/assets/javascripts/ckeditor/lang/az.js +3 -3
- data/app/assets/javascripts/ckeditor/lang/bg.js +3 -3
- data/app/assets/javascripts/ckeditor/lang/bn.js +3 -3
- data/app/assets/javascripts/ckeditor/lang/bs.js +3 -3
- data/app/assets/javascripts/ckeditor/lang/ca.js +3 -3
- data/app/assets/javascripts/ckeditor/lang/cs.js +3 -3
- data/app/assets/javascripts/ckeditor/lang/cy.js +3 -3
- data/app/assets/javascripts/ckeditor/lang/da.js +3 -3
- data/app/assets/javascripts/ckeditor/lang/de-ch.js +3 -3
- data/app/assets/javascripts/ckeditor/lang/de.js +3 -3
- data/app/assets/javascripts/ckeditor/lang/el.js +3 -3
- data/app/assets/javascripts/ckeditor/lang/en-au.js +3 -3
- data/app/assets/javascripts/ckeditor/lang/en-ca.js +3 -3
- data/app/assets/javascripts/ckeditor/lang/en-gb.js +3 -3
- data/app/assets/javascripts/ckeditor/lang/en.js +3 -3
- data/app/assets/javascripts/ckeditor/lang/eo.js +3 -3
- data/app/assets/javascripts/ckeditor/lang/es-mx.js +3 -3
- data/app/assets/javascripts/ckeditor/lang/es.js +3 -3
- data/app/assets/javascripts/ckeditor/lang/et.js +3 -3
- data/app/assets/javascripts/ckeditor/lang/eu.js +3 -3
- data/app/assets/javascripts/ckeditor/lang/fa.js +3 -3
- data/app/assets/javascripts/ckeditor/lang/fi.js +3 -3
- data/app/assets/javascripts/ckeditor/lang/fo.js +3 -3
- data/app/assets/javascripts/ckeditor/lang/fr-ca.js +3 -3
- data/app/assets/javascripts/ckeditor/lang/fr.js +3 -3
- data/app/assets/javascripts/ckeditor/lang/gl.js +3 -3
- data/app/assets/javascripts/ckeditor/lang/gu.js +3 -3
- data/app/assets/javascripts/ckeditor/lang/he.js +3 -3
- data/app/assets/javascripts/ckeditor/lang/hi.js +3 -3
- data/app/assets/javascripts/ckeditor/lang/hr.js +3 -3
- data/app/assets/javascripts/ckeditor/lang/hu.js +3 -3
- data/app/assets/javascripts/ckeditor/lang/id.js +3 -3
- data/app/assets/javascripts/ckeditor/lang/is.js +3 -3
- data/app/assets/javascripts/ckeditor/lang/it.js +3 -3
- data/app/assets/javascripts/ckeditor/lang/ja.js +3 -3
- data/app/assets/javascripts/ckeditor/lang/ka.js +3 -3
- data/app/assets/javascripts/ckeditor/lang/km.js +3 -3
- data/app/assets/javascripts/ckeditor/lang/ko.js +3 -3
- data/app/assets/javascripts/ckeditor/lang/ku.js +3 -3
- data/app/assets/javascripts/ckeditor/lang/lt.js +3 -3
- data/app/assets/javascripts/ckeditor/lang/lv.js +3 -3
- data/app/assets/javascripts/ckeditor/lang/mk.js +3 -3
- data/app/assets/javascripts/ckeditor/lang/mn.js +3 -3
- data/app/assets/javascripts/ckeditor/lang/ms.js +3 -3
- data/app/assets/javascripts/ckeditor/lang/nb.js +3 -3
- data/app/assets/javascripts/ckeditor/lang/nl.js +3 -3
- data/app/assets/javascripts/ckeditor/lang/no.js +3 -3
- data/app/assets/javascripts/ckeditor/lang/oc.js +3 -3
- data/app/assets/javascripts/ckeditor/lang/pl.js +3 -3
- data/app/assets/javascripts/ckeditor/lang/pt-br.js +3 -3
- data/app/assets/javascripts/ckeditor/lang/pt.js +3 -3
- data/app/assets/javascripts/ckeditor/lang/ro.js +3 -3
- data/app/assets/javascripts/ckeditor/lang/ru.js +3 -3
- data/app/assets/javascripts/ckeditor/lang/si.js +3 -3
- data/app/assets/javascripts/ckeditor/lang/sk.js +3 -3
- data/app/assets/javascripts/ckeditor/lang/sl.js +3 -3
- data/app/assets/javascripts/ckeditor/lang/sq.js +3 -3
- data/app/assets/javascripts/ckeditor/lang/sr-latn.js +3 -3
- data/app/assets/javascripts/ckeditor/lang/sr.js +3 -3
- data/app/assets/javascripts/ckeditor/lang/sv.js +3 -3
- data/app/assets/javascripts/ckeditor/lang/th.js +3 -3
- data/app/assets/javascripts/ckeditor/lang/tr.js +3 -3
- data/app/assets/javascripts/ckeditor/lang/tt.js +3 -3
- data/app/assets/javascripts/ckeditor/lang/ug.js +3 -3
- data/app/assets/javascripts/ckeditor/lang/uk.js +3 -3
- data/app/assets/javascripts/ckeditor/lang/vi.js +3 -3
- data/app/assets/javascripts/ckeditor/lang/zh-cn.js +3 -3
- data/app/assets/javascripts/ckeditor/lang/zh.js +3 -3
- data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/a11yhelp.js +6 -6
- data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/_translationstatus.txt +1 -1
- data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/af.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/ar.js +8 -7
- data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/az.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/bg.js +9 -8
- data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/ca.js +1 -1
- data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/cs.js +3 -3
- data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/cy.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/da.js +6 -6
- data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/de-ch.js +10 -9
- data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/de.js +1 -1
- data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/el.js +1 -1
- data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/en-au.js +8 -8
- data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/en-gb.js +3 -2
- data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/en.js +3 -2
- data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/eo.js +1 -1
- data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/es-mx.js +1 -1
- data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/es.js +1 -1
- data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/et.js +8 -8
- data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/eu.js +1 -1
- data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/fa.js +3 -3
- data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/fi.js +3 -2
- data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/fo.js +3 -2
- data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/fr-ca.js +3 -2
- data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/fr.js +1 -1
- data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/gl.js +1 -1
- data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/gu.js +3 -2
- data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/he.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/hi.js +3 -2
- data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/hr.js +1 -1
- data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/hu.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/id.js +1 -1
- data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/it.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/ja.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/km.js +3 -2
- data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/ko.js +1 -1
- data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/ku.js +1 -1
- data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/lt.js +3 -2
- data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/lv.js +4 -3
- data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/mk.js +9 -8
- data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/mn.js +3 -2
- data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/nb.js +1 -1
- data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/nl.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/no.js +8 -7
- data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/oc.js +1 -1
- data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/pl.js +1 -1
- data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/pt-br.js +1 -1
- data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/pt.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/ro.js +1 -1
- data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/ru.js +1 -1
- data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/si.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/sk.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/sl.js +4 -3
- data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/sq.js +8 -7
- data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/sr-latn.js +9 -8
- data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/sr.js +9 -8
- data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/sv.js +1 -1
- data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/th.js +3 -2
- data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/tr.js +1 -1
- data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/tt.js +3 -2
- data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/ug.js +1 -1
- data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/uk.js +4 -4
- data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/vi.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/zh-cn.js +1 -1
- data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/zh.js +6 -6
- data/app/assets/javascripts/ckeditor/plugins/about/dialogs/about.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/clipboard/dialogs/paste.js +2 -2
- data/app/assets/javascripts/ckeditor/plugins/colordialog/dialogs/colordialog.css +1 -1
- data/app/assets/javascripts/ckeditor/plugins/colordialog/dialogs/colordialog.js +11 -11
- data/app/assets/javascripts/ckeditor/plugins/copyformatting/cursors/cursor-disabled.svg +25 -0
- data/app/assets/javascripts/ckeditor/plugins/copyformatting/cursors/cursor.svg +14 -0
- data/app/assets/javascripts/ckeditor/plugins/copyformatting/styles/copyformatting.css +45 -0
- data/app/assets/javascripts/ckeditor/plugins/dialog/dialogDefinition.js +1 -1
- data/app/assets/javascripts/ckeditor/plugins/dialog/styles/dialog.css +18 -0
- data/app/assets/javascripts/ckeditor/plugins/div/dialogs/div.js +9 -8
- data/app/assets/javascripts/ckeditor/plugins/find/dialogs/find.js +26 -0
- data/app/assets/javascripts/ckeditor/plugins/icons.png +0 -0
- data/app/assets/javascripts/ckeditor/plugins/icons_hidpi.png +0 -0
- data/app/assets/javascripts/ckeditor/plugins/image/dialogs/image-org.js +44 -0
- data/app/assets/javascripts/ckeditor/plugins/image/dialogs/image.js +1286 -44
- data/app/assets/javascripts/ckeditor/plugins/link/dialogs/anchor.js +5 -5
- data/app/assets/javascripts/ckeditor/plugins/link/dialogs/link.js +26 -24
- data/app/assets/javascripts/ckeditor/plugins/liststyle/dialogs/liststyle.js +10 -0
- data/app/assets/javascripts/ckeditor/plugins/pagebreak/images/pagebreak.gif +0 -0
- data/app/assets/javascripts/ckeditor/plugins/pastefromgdocs/filter/default.js +8 -0
- data/app/assets/javascripts/ckeditor/plugins/pastefromlibreoffice/filter/default.js +11 -0
- data/app/assets/javascripts/ckeditor/plugins/pastefromword/filter/default.js +39 -52
- data/app/assets/javascripts/ckeditor/plugins/pastetools/filter/common.js +24 -0
- data/app/assets/javascripts/ckeditor/plugins/pastetools/filter/image.js +12 -0
- data/app/assets/javascripts/ckeditor/plugins/preview/images/pagebreak.gif +0 -0
- data/app/assets/javascripts/ckeditor/plugins/preview/preview.html +13 -0
- data/app/assets/javascripts/ckeditor/plugins/preview/styles/screen.css +10 -0
- data/app/assets/javascripts/ckeditor/plugins/scayt/CHANGELOG.md +1 -17
- data/app/assets/javascripts/ckeditor/plugins/scayt/README.md +63 -7
- data/app/assets/javascripts/ckeditor/plugins/scayt/dialogs/options.js +32 -32
- data/app/assets/javascripts/ckeditor/plugins/showblocks/images/block_address.png +0 -0
- data/app/assets/javascripts/ckeditor/plugins/showblocks/images/block_blockquote.png +0 -0
- data/app/assets/javascripts/ckeditor/plugins/showblocks/images/block_div.png +0 -0
- data/app/assets/javascripts/ckeditor/plugins/showblocks/images/block_h1.png +0 -0
- data/app/assets/javascripts/ckeditor/plugins/showblocks/images/block_h2.png +0 -0
- data/app/assets/javascripts/ckeditor/plugins/showblocks/images/block_h3.png +0 -0
- data/app/assets/javascripts/ckeditor/plugins/showblocks/images/block_h4.png +0 -0
- data/app/assets/javascripts/ckeditor/plugins/showblocks/images/block_h5.png +0 -0
- data/app/assets/javascripts/ckeditor/plugins/showblocks/images/block_h6.png +0 -0
- data/app/assets/javascripts/ckeditor/plugins/showblocks/images/block_p.png +0 -0
- data/app/assets/javascripts/ckeditor/plugins/showblocks/images/block_pre.png +0 -0
- data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/_translationstatus.txt +1 -1
- data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/af.js +1 -1
- data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/ar.js +1 -1
- data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/az.js +1 -1
- data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/bg.js +1 -1
- data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/ca.js +1 -1
- data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/cs.js +1 -1
- data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/cy.js +1 -1
- data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/da.js +3 -3
- data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/de-ch.js +6 -6
- data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/de.js +1 -1
- data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/el.js +1 -1
- data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/en-au.js +1 -1
- data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/en-ca.js +1 -1
- data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/en-gb.js +1 -1
- data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/en.js +1 -1
- data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/eo.js +1 -1
- data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/es-mx.js +1 -1
- data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/es.js +1 -1
- data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/et.js +8 -10
- data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/eu.js +1 -1
- data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/fa.js +1 -1
- data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/fi.js +1 -1
- data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/fr-ca.js +1 -1
- data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/fr.js +1 -1
- data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/gl.js +1 -1
- data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/he.js +1 -1
- data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/hr.js +1 -1
- data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/hu.js +1 -1
- data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/id.js +10 -10
- data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/it.js +1 -1
- data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/ja.js +1 -1
- data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/km.js +1 -1
- data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/ko.js +1 -1
- data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/ku.js +1 -1
- data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/lt.js +1 -1
- data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/lv.js +1 -1
- data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/nb.js +1 -1
- data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/nl.js +1 -1
- data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/no.js +1 -1
- data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/oc.js +1 -1
- data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/pl.js +1 -1
- data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/pt-br.js +1 -1
- data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/pt.js +1 -1
- data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/ro.js +1 -1
- data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/ru.js +1 -1
- data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/si.js +1 -1
- data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/sk.js +1 -1
- data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/sl.js +1 -1
- data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/sq.js +1 -1
- data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/sr-latn.js +13 -0
- data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/sr.js +13 -0
- data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/sv.js +1 -1
- data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/th.js +1 -1
- data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/tr.js +1 -1
- data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/tt.js +1 -1
- data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/ug.js +1 -1
- data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/uk.js +1 -1
- data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/vi.js +1 -1
- data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/zh-cn.js +1 -1
- data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/zh.js +1 -1
- data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/specialchar.js +11 -11
- data/app/assets/javascripts/ckeditor/plugins/table/dialogs/table.js +19 -18
- data/app/assets/javascripts/ckeditor/plugins/tableselection/styles/tableselection.css +10 -0
- data/app/assets/javascripts/ckeditor/plugins/tabletools/dialogs/tableCell.js +15 -15
- data/app/assets/javascripts/ckeditor/plugins/templates/dialogs/templates.css +84 -0
- data/app/assets/javascripts/ckeditor/plugins/templates/dialogs/templates.js +11 -0
- data/app/assets/javascripts/ckeditor/plugins/templates/templatedefinition.js +4 -0
- data/app/assets/javascripts/ckeditor/plugins/templates/templates/default.js +7 -0
- data/app/assets/javascripts/ckeditor/plugins/templates/templates/images/template1.gif +0 -0
- data/app/assets/javascripts/ckeditor/plugins/templates/templates/images/template2.gif +0 -0
- data/app/assets/javascripts/ckeditor/plugins/templates/templates/images/template3.gif +0 -0
- data/app/assets/javascripts/ckeditor/samples/css/samples.css +1 -1
- data/app/assets/javascripts/ckeditor/samples/index.html +11 -9
- data/app/assets/javascripts/ckeditor/samples/js/sample.js +1 -1
- data/app/assets/javascripts/ckeditor/samples/js/sf.js +1 -1
- data/app/assets/javascripts/ckeditor/samples/old/ajax.html +5 -5
- data/app/assets/javascripts/ckeditor/samples/old/api.html +5 -5
- data/app/assets/javascripts/ckeditor/samples/old/appendto.html +5 -5
- data/app/assets/javascripts/ckeditor/samples/old/assets/outputxhtml/outputxhtml.css +1 -1
- data/app/assets/javascripts/ckeditor/samples/old/assets/posteddata.php +4 -3
- data/app/assets/javascripts/ckeditor/samples/old/assets/uilanguages/languages.js +1 -1
- data/app/assets/javascripts/ckeditor/samples/old/datafiltering.html +8 -8
- data/app/assets/javascripts/ckeditor/samples/old/dialog/assets/my_dialog.js +1 -1
- data/app/assets/javascripts/ckeditor/samples/old/dialog/dialog.html +5 -5
- data/app/assets/javascripts/ckeditor/samples/old/divreplace.html +5 -5
- data/app/assets/javascripts/ckeditor/samples/old/enterkey/enterkey.html +5 -5
- data/app/assets/javascripts/ckeditor/samples/old/htmlwriter/outputhtml.html +5 -5
- data/app/assets/javascripts/ckeditor/samples/old/index.html +11 -13
- data/app/assets/javascripts/ckeditor/samples/old/inlineall.html +6 -6
- data/app/assets/javascripts/ckeditor/samples/old/inlinebycode.html +5 -5
- data/app/assets/javascripts/ckeditor/samples/old/inlinetextarea.html +5 -5
- data/app/assets/javascripts/ckeditor/samples/old/jquery.html +5 -5
- data/app/assets/javascripts/ckeditor/samples/old/magicline/magicline.html +5 -5
- data/app/assets/javascripts/ckeditor/samples/old/readonly.html +5 -5
- data/app/assets/javascripts/ckeditor/samples/old/replacebyclass.html +5 -5
- data/app/assets/javascripts/ckeditor/samples/old/replacebycode.html +5 -5
- data/app/assets/javascripts/ckeditor/samples/old/sample.css +1 -1
- data/app/assets/javascripts/ckeditor/samples/old/sample.js +1 -1
- data/app/assets/javascripts/ckeditor/samples/old/sample_posteddata.php +1 -1
- data/app/assets/javascripts/ckeditor/samples/old/tabindex.html +5 -5
- data/app/assets/javascripts/ckeditor/samples/old/toolbar/toolbar.html +4 -4
- data/app/assets/javascripts/ckeditor/samples/old/uicolor.html +5 -5
- data/app/assets/javascripts/ckeditor/samples/old/uilanguages.html +5 -5
- data/app/assets/javascripts/ckeditor/samples/old/wysiwygarea/fullpage.html +5 -5
- data/app/assets/javascripts/ckeditor/samples/old/xhtmlstyle.html +5 -5
- data/app/assets/javascripts/ckeditor/samples/toolbarconfigurator/index.html +7 -6
- data/app/assets/javascripts/ckeditor/samples/toolbarconfigurator/js/fulltoolbareditor.js +4 -4
- data/app/assets/javascripts/ckeditor/skins/moono-lisa/dialog.css +5 -0
- data/app/assets/javascripts/ckeditor/skins/moono-lisa/dialog_ie.css +5 -0
- data/app/assets/javascripts/ckeditor/skins/moono-lisa/dialog_ie8.css +5 -0
- data/app/assets/javascripts/ckeditor/skins/moono-lisa/dialog_iequirks.css +5 -0
- data/app/assets/javascripts/ckeditor/skins/moono-lisa/editor.css +5 -0
- data/app/assets/javascripts/ckeditor/skins/moono-lisa/editor_gecko.css +5 -0
- data/app/assets/javascripts/ckeditor/skins/moono-lisa/editor_ie.css +5 -0
- data/app/assets/javascripts/ckeditor/skins/moono-lisa/editor_ie8.css +5 -0
- data/app/assets/javascripts/ckeditor/skins/moono-lisa/editor_iequirks.css +5 -0
- data/app/assets/javascripts/ckeditor/skins/moono-lisa/icons.png +0 -0
- data/app/assets/javascripts/ckeditor/skins/moono-lisa/icons_hidpi.png +0 -0
- data/app/assets/javascripts/ckeditor/skins/moono-lisa/images/arrow.png +0 -0
- data/app/assets/javascripts/ckeditor/skins/moono-lisa/images/close.png +0 -0
- data/app/assets/javascripts/ckeditor/skins/moono-lisa/images/hidpi/close.png +0 -0
- data/app/assets/javascripts/ckeditor/skins/moono-lisa/images/hidpi/lock-open.png +0 -0
- data/app/assets/javascripts/ckeditor/skins/moono-lisa/images/hidpi/lock.png +0 -0
- data/app/assets/javascripts/ckeditor/skins/moono-lisa/images/hidpi/refresh.png +0 -0
- data/app/assets/javascripts/ckeditor/skins/moono-lisa/images/lock-open.png +0 -0
- data/app/assets/javascripts/ckeditor/skins/moono-lisa/images/lock.png +0 -0
- data/app/assets/javascripts/ckeditor/skins/moono-lisa/images/refresh.png +0 -0
- data/app/assets/javascripts/ckeditor/skins/moono-lisa/images/spinner.gif +0 -0
- data/app/assets/javascripts/ckeditor/skins/{moono → moono-lisa}/readme.md +9 -12
- data/app/assets/javascripts/ckeditor/styles.js +1 -1
- data/app/assets/javascripts/ckeditor/vendor/promise.js +13 -0
- data/app/assets/javascripts/drg_default_html_editor_cms.js +1 -4
- data/app/assets/stylesheets/drg_default_html_editor_cms.css +3 -3
- data/app/models/drgcms_form_fields/ckeditor.rb +12 -13
- data/lib/drg_default_html_editor/version.rb +1 -1
- data/lib/drg_default_html_editor.rb +2 -2
- data/lib/tasks/drg_default_html_editor_tasks.rake +16 -4
- metadata +95 -166
- data/app/assets/javascripts/ckeditor/plugins/dialogadvtab/plugin.js +0 -196
- data/app/assets/javascripts/ckeditor/plugins/pastecode/CHANGES.md +0 -8
- data/app/assets/javascripts/ckeditor/plugins/pastefromexcel/LICENSE.md +0 -1242
- data/app/assets/javascripts/ckeditor/plugins/pastefromexcel/README.md +0 -23
- data/app/assets/javascripts/ckeditor/plugins/pastefromexcel/tests/pastefromexcel.js +0 -6
- data/app/assets/javascripts/ckeditor/plugins/wsc/LICENSE.md +0 -28
- data/app/assets/javascripts/ckeditor/plugins/wsc/README.md +0 -25
- data/app/assets/javascripts/ckeditor/plugins/wsc/dialogs/ciframe.html +0 -66
- data/app/assets/javascripts/ckeditor/plugins/wsc/dialogs/tmpFrameset.html +0 -52
- data/app/assets/javascripts/ckeditor/plugins/wsc/dialogs/wsc.css +0 -82
- data/app/assets/javascripts/ckeditor/plugins/wsc/dialogs/wsc.js +0 -91
- data/app/assets/javascripts/ckeditor/plugins/wsc/dialogs/wsc_ie.js +0 -11
- data/app/assets/javascripts/ckeditor/plugins/wsc/skins/moono-lisa/wsc.css +0 -43
- data/app/assets/javascripts/ckeditor/samples/old/htmlwriter/assets/outputforflash/outputforflash.fla +0 -0
- data/app/assets/javascripts/ckeditor/samples/old/htmlwriter/assets/outputforflash/outputforflash.swf +0 -0
- data/app/assets/javascripts/ckeditor/samples/old/htmlwriter/assets/outputforflash/swfobject.js +0 -19
- data/app/assets/javascripts/ckeditor/samples/old/htmlwriter/outputforflash.html +0 -283
- data/app/assets/javascripts/ckeditor/skins/moono/dialog.css +0 -5
- data/app/assets/javascripts/ckeditor/skins/moono/dialog_ie.css +0 -5
- data/app/assets/javascripts/ckeditor/skins/moono/dialog_ie7.css +0 -5
- data/app/assets/javascripts/ckeditor/skins/moono/dialog_ie8.css +0 -5
- data/app/assets/javascripts/ckeditor/skins/moono/dialog_iequirks.css +0 -5
- data/app/assets/javascripts/ckeditor/skins/moono/editor.css +0 -5
- data/app/assets/javascripts/ckeditor/skins/moono/editor_gecko.css +0 -5
- data/app/assets/javascripts/ckeditor/skins/moono/editor_ie.css +0 -5
- data/app/assets/javascripts/ckeditor/skins/moono/editor_ie7.css +0 -5
- data/app/assets/javascripts/ckeditor/skins/moono/editor_ie8.css +0 -5
- data/app/assets/javascripts/ckeditor/skins/moono/editor_iequirks.css +0 -5
- data/app/assets/javascripts/ckeditor/skins/moono/icons.png +0 -0
- data/app/assets/javascripts/ckeditor/skins/moono/icons_hidpi.png +0 -0
- data/app/assets/javascripts/ckeditor/skins/moono/images/anchor.png +0 -0
- data/app/assets/javascripts/ckeditor/skins/moono/images/close.png +0 -0
- data/app/assets/javascripts/ckeditor/skins/moono/images/hidpi/anchor.png +0 -0
- data/app/assets/javascripts/ckeditor/skins/moono/images/hidpi/close.png +0 -0
- data/app/assets/javascripts/ckeditor/skins/moono/images/hidpi/lock-open.png +0 -0
- data/app/assets/javascripts/ckeditor/skins/moono/images/hidpi/lock.png +0 -0
- data/app/assets/javascripts/ckeditor/skins/moono/images/hidpi/refresh.png +0 -0
- data/app/assets/javascripts/ckeditor/skins/moono/images/lock-open.png +0 -0
- data/app/assets/javascripts/ckeditor/skins/moono/images/lock.png +0 -0
- data/app/assets/javascripts/ckeditor/skins/moono/images/refresh.png +0 -0
- data/app/assets/javascripts/elfinder/Changelog +0 -494
- data/app/assets/javascripts/elfinder/LICENSE.md +0 -15
- data/app/assets/javascripts/elfinder/README.md +0 -209
- data/app/assets/javascripts/elfinder/bower.json +0 -28
- data/app/assets/javascripts/elfinder/composer.json +0 -39
- data/app/assets/javascripts/elfinder/css/elfinder.full.css +0 -3034
- data/app/assets/javascripts/elfinder/css/elfinder.min.css +0 -9
- data/app/assets/javascripts/elfinder/css/theme.css +0 -68
- data/app/assets/javascripts/elfinder/elfinder.html +0 -61
- data/app/assets/javascripts/elfinder/img/arrows-active.png +0 -0
- data/app/assets/javascripts/elfinder/img/arrows-normal.png +0 -0
- data/app/assets/javascripts/elfinder/img/crop.gif +0 -0
- data/app/assets/javascripts/elfinder/img/dialogs.png +0 -0
- data/app/assets/javascripts/elfinder/img/icons-big.png +0 -0
- data/app/assets/javascripts/elfinder/img/icons-small.png +0 -0
- data/app/assets/javascripts/elfinder/img/logo.png +0 -0
- data/app/assets/javascripts/elfinder/img/progress.gif +0 -0
- data/app/assets/javascripts/elfinder/img/quicklook-bg.png +0 -0
- data/app/assets/javascripts/elfinder/img/quicklook-icons.png +0 -0
- data/app/assets/javascripts/elfinder/img/resize.png +0 -0
- data/app/assets/javascripts/elfinder/img/spinner-mini.gif +0 -0
- data/app/assets/javascripts/elfinder/img/toolbar.png +0 -0
- data/app/assets/javascripts/elfinder/img/volume_icon_box.png +0 -0
- data/app/assets/javascripts/elfinder/img/volume_icon_dropbox.png +0 -0
- data/app/assets/javascripts/elfinder/img/volume_icon_ftp.png +0 -0
- data/app/assets/javascripts/elfinder/img/volume_icon_googledrive.png +0 -0
- data/app/assets/javascripts/elfinder/img/volume_icon_local.png +0 -0
- data/app/assets/javascripts/elfinder/img/volume_icon_onedrive.png +0 -0
- data/app/assets/javascripts/elfinder/img/volume_icon_sql.png +0 -0
- data/app/assets/javascripts/elfinder/js/elfinder.full.js +0 -23025
- data/app/assets/javascripts/elfinder/js/elfinder.min.js +0 -20
- data/app/assets/javascripts/elfinder/js/extras/encoding-japanese.min.js +0 -35
- data/app/assets/javascripts/elfinder/js/extras/quicklook.googledocs.js +0 -69
- data/app/assets/javascripts/elfinder/js/i18n/elfinder.LANG.js +0 -479
- data/app/assets/javascripts/elfinder/js/i18n/elfinder.ar.js +0 -375
- data/app/assets/javascripts/elfinder/js/i18n/elfinder.bg.js +0 -412
- data/app/assets/javascripts/elfinder/js/i18n/elfinder.ca.js +0 -375
- data/app/assets/javascripts/elfinder/js/i18n/elfinder.cs.js +0 -469
- data/app/assets/javascripts/elfinder/js/i18n/elfinder.da.js +0 -374
- data/app/assets/javascripts/elfinder/js/i18n/elfinder.de.js +0 -457
- data/app/assets/javascripts/elfinder/js/i18n/elfinder.el.js +0 -374
- data/app/assets/javascripts/elfinder/js/i18n/elfinder.es.js +0 -433
- data/app/assets/javascripts/elfinder/js/i18n/elfinder.fa.js +0 -374
- data/app/assets/javascripts/elfinder/js/i18n/elfinder.fallback.js +0 -11
- data/app/assets/javascripts/elfinder/js/i18n/elfinder.fo.js +0 -419
- data/app/assets/javascripts/elfinder/js/i18n/elfinder.fr.js +0 -419
- data/app/assets/javascripts/elfinder/js/i18n/elfinder.he.js +0 -375
- data/app/assets/javascripts/elfinder/js/i18n/elfinder.hr.js +0 -434
- data/app/assets/javascripts/elfinder/js/i18n/elfinder.hu.js +0 -447
- data/app/assets/javascripts/elfinder/js/i18n/elfinder.id.js +0 -373
- data/app/assets/javascripts/elfinder/js/i18n/elfinder.it.js +0 -448
- data/app/assets/javascripts/elfinder/js/i18n/elfinder.jp.js +0 -474
- data/app/assets/javascripts/elfinder/js/i18n/elfinder.ko.js +0 -374
- data/app/assets/javascripts/elfinder/js/i18n/elfinder.nl.js +0 -419
- data/app/assets/javascripts/elfinder/js/i18n/elfinder.no.js +0 -374
- data/app/assets/javascripts/elfinder/js/i18n/elfinder.pl.js +0 -455
- data/app/assets/javascripts/elfinder/js/i18n/elfinder.pt_BR.js +0 -438
- data/app/assets/javascripts/elfinder/js/i18n/elfinder.ro.js +0 -417
- data/app/assets/javascripts/elfinder/js/i18n/elfinder.ru.js +0 -440
- data/app/assets/javascripts/elfinder/js/i18n/elfinder.sk.js +0 -469
- data/app/assets/javascripts/elfinder/js/i18n/elfinder.sl.js +0 -374
- data/app/assets/javascripts/elfinder/js/i18n/elfinder.sr.js +0 -374
- data/app/assets/javascripts/elfinder/js/i18n/elfinder.sv.js +0 -375
- data/app/assets/javascripts/elfinder/js/i18n/elfinder.tr.js +0 -468
- data/app/assets/javascripts/elfinder/js/i18n/elfinder.ug_CN.js +0 -374
- data/app/assets/javascripts/elfinder/js/i18n/elfinder.uk.js +0 -391
- data/app/assets/javascripts/elfinder/js/i18n/elfinder.vi.js +0 -374
- data/app/assets/javascripts/elfinder/js/i18n/elfinder.zh_CN.js +0 -467
- data/app/assets/javascripts/elfinder/js/i18n/elfinder.zh_TW.js +0 -472
- data/app/assets/javascripts/elfinder/js/proxy/elFinderSupportVer1.js +0 -420
- data/app/assets/javascripts/elfinder/main.default.js +0 -94
- data/app/assets/javascripts/elfinder/package.json +0 -13
- data/app/assets/javascripts/elfinder/sounds/rm.wav +0 -0
- data/app/controllers/dc_elfinder_controller.rb +0 -62
- data/app/models/drgcms_form_fields/elfinder.rb +0 -88
- data/config/initializers/load_patches.rb +0 -30
- data/config/routes.rb +0 -2
- data/lib/drg_default_html_editor.rb~ +0 -6
- data/lib/patches/patch_for_elfinder.rb +0 -114
- data/lib/tasks/drg_default_html_editor_copy_assets.rake +0 -18
- /data/app/assets/{javascripts/ckeditor/skins/moono/images → images}/arrow.png +0 -0
- /data/app/assets/{javascripts/ckeditor/skins/moono/images → images}/spinner.gif +0 -0
@@ -1,494 +0,0 @@
|
|
1
|
-
2017-01-11 Naoki Sawada <hypweb@gmail.com>
|
2
|
-
|
3
|
-
* elFinder (2.1.20):
|
4
|
-
- [php:core] Fixed #1800 session write before umount of the volume
|
5
|
-
- [cmd:upload] Fixed #1804 add folder upload button into upload dialog
|
6
|
-
- [php:plugin] Fixed #1807 enable/disable plugin by pressing meta key on DnD upload
|
7
|
-
- [cmd:rename] Fixed #1814 trigger event blur of input on item unselect
|
8
|
-
- [js:core] Fixed #1817 add "execpre.[cmd]" event and make cmd exec cancelable
|
9
|
-
- [js:core] Fixed #1818 mtime not defined for chunk upload
|
10
|
-
- [js:core] Fixed #1826 allow command invalidation by each item(folder/file)
|
11
|
-
- [ui:dialog] Fixed #1824 empty dialog on elfinder load
|
12
|
-
- [cmd:resize] Fixed #1834 configurable default state of `8px Grid`
|
13
|
-
- [VD] Fixed #1841 published files security issues
|
14
|
-
- [js:core] Fixed #1832 allow to set error message on HTTP status code 4/5xx
|
15
|
-
- [js:cmd] Fixed #1842 disable shortcut that specified to `disabled`
|
16
|
-
- [php:core] Fixed #1843 security vulnerability fix
|
17
|
-
|
18
|
-
|
19
|
-
2016-12-10 Naoki Sawada <hypweb@gmail.com>
|
20
|
-
|
21
|
-
* elFinder (2.1.19):
|
22
|
-
- [js] Fixed #1000 Wrap compiled code in UMD (for commonJs and AMD support)
|
23
|
-
- [VD:OneDrive,Box] Fixed #1774 dose not work when PHP has `open_basedir`
|
24
|
-
- [cmd:edit,php:core] Fixed #1779 save contents with original character encoding
|
25
|
-
- [ui:toolbar] Fixed #1778 displayTextLabel option not works
|
26
|
-
- [cmd:edit] add encoding select box rel. #1779
|
27
|
-
- [cmd:search] Fixed #1782 search by mimetype dose not work (>=2.1.16)
|
28
|
-
- [ui:dialog] Fixed #1785 trigger resize event with `maximize:on` in minimize element
|
29
|
-
- [VD:abstract] Fixed #1783 Illegal duplicate data as bind in duplicate command
|
30
|
-
- [cmd:edit] include elFinder instance as `fm` into `ta.editor` property
|
31
|
-
- [js:core] Fixed #1791 implement JS, CSS loader and auto load of elFinder CSS
|
32
|
-
- [cmd:resize] Fixed #1789 bug that crop image size is change while dragging
|
33
|
-
- [js:core] Fixed #1788 bug that chunked upload timeout processing is invalid
|
34
|
-
- [VD:abstract] Fixed #1799 uses `link()` in exec `zipdl` to more faster
|
35
|
-
- And some minor bug fixes
|
36
|
-
|
37
|
-
|
38
|
-
2016-11-21 Naoki Sawada <hypweb@gmail.com>
|
39
|
-
|
40
|
-
* elFinder (2.1.18):
|
41
|
-
|
42
|
-
- [VD:FTP] Fixed #1757 cause infinite loop with getting stat of second level items from system root
|
43
|
-
- [js:core] Fixed #1761 problem of chunk merge request on 2.1.17
|
44
|
-
- [php:core] Fixed #1762 broken backward compatibility of PHP < 5.4 on 2.1.17
|
45
|
-
- And some minor bug fixes
|
46
|
-
|
47
|
-
|
48
|
-
2016-11-19 Naoki Sawada <hypweb@gmail.com>
|
49
|
-
|
50
|
-
* elFinder (2.1.17):
|
51
|
-
|
52
|
-
- [cmd:upload] Fixed #1695 disabled check doesn't work in other than CWD volume
|
53
|
-
- [js:core] Fixed #1698 abort the file upload at network error occurs
|
54
|
-
- [ui:toolbar] Fixed #1699 add an option `displayTextLabel` (default: `false`)
|
55
|
-
- [css:toolbar] Fixed #1700 correction of button label for touch devices
|
56
|
-
- [ui:toolbar] add contextmenu to show/hide the text label
|
57
|
-
- [ui:workzone] Fixed #1702 cwd size fits to the workzone at resize
|
58
|
-
- [VD:abstract] Fixed #1703 problem of make the video thumbnail
|
59
|
-
- [core] Fixed #1706 configurable to limit max number of selectable items
|
60
|
-
- Added an option `maxTargets` of connector main option.
|
61
|
-
- [ui:cwd] Fixed #1701 No thumbnails after added the item (v 2.1.16)
|
62
|
-
- [cmd:download] Fixed #1707 allow zip download in multi volume searching
|
63
|
-
- Added native driver for GoogleDrive, OneDrive and Box (Special thanks to Raja Sharma)
|
64
|
-
- [cmd:netmount] Fixed #1713 OAuth of procedure is not completed on MS Edge
|
65
|
-
- [css:quicklook] Fixed #1717 preview html file won't scroll on IOS
|
66
|
-
- [cmd:upload] Fixed #1718 File upload on paste does not work
|
67
|
-
- [js:core] Fixed #1724 add client option `enableByMouseOver`
|
68
|
-
- [js:core] Fixed #1724 disable event `disable` with option `enableAlways=true`
|
69
|
-
- [js:core] Fixed #1724 optimize switching enable/disable for elf in iframe
|
70
|
-
- [cmd:getfile] Fixed #1727 wrong path when the tree is not loaded
|
71
|
-
- [cmd:quicklook] Fixed #1737 select next item after an item deleted
|
72
|
-
- [cmd:mkdir] Fixed #1739 Add 'new folder' action to tree context menu
|
73
|
-
- [VD:abstract,LocalFileSystem] Fixed #1744 results `url` must be urlencoded
|
74
|
-
- [js:core] Fixed #1738 retry uploading only on connection aborted
|
75
|
-
- [cmd:search] Fixed #1745 "onlyMimes" option invalid in search results
|
76
|
-
- [js:core] Fixed #1738 bug in the retry function on chunked uploading
|
77
|
-
- [php:plugin:AutoResize] Fixed #1746 add an option `forceEffect` (default:false)
|
78
|
-
- [js:core,cmd:quicklook] Fixed #1748 add client option `rawStringDecoder`
|
79
|
-
- And some minor bug fixes
|
80
|
-
|
81
|
-
|
82
|
-
2016-10-11 Naoki Sawada <hypweb@gmail.com>
|
83
|
-
|
84
|
-
* elFinder (2.1.16):
|
85
|
-
- [cmd:info] Fixed #1652 add CSS class name `file.csscls` to icon
|
86
|
-
- [ui:cwd] Fixed #1653 JQUI.selectable does not work on items that has been added
|
87
|
-
- [js:core,cmd:info] Fixed #1652 add the item type `Volume Root`
|
88
|
-
- [js:core] Fixed #1656 wrong result `fm.convAbsUrl()` with location basename
|
89
|
-
- [php:core] Fixed #1658 to allow cancel cmd exec by [cmd].pre callback
|
90
|
-
- [js:code] Fixed #1659 not work in Mac/iOS safari private browsing mode
|
91
|
-
- [js:core] Fixed #1662 `[cmd]fail` event is fired at fail cmd execution
|
92
|
-
- [php:core] Fixed #1669 Fatal error in `detectFileExtension()` when URL upload
|
93
|
-
- [ui:dialog] Fixed #1670 add the minimize button into the editing dialog
|
94
|
-
- [ui:navbar] Fixed #1684 rtl right-panel resize bug
|
95
|
-
- [cmd:resize] Fixed #1685 to enable specify bgcolor in the image rotation
|
96
|
-
- [cmd:resize] Fixed #1686 add "Aspect ratio" button into crop panel
|
97
|
-
- [cmd:resize] add button "8px Grid" Enabled/Disabled for JPEG image
|
98
|
-
- [js:core] Fixed #1689 initialized to an undefined property
|
99
|
-
- [js:core] Fixed #1692 optimize function of swipe to close navbar
|
100
|
-
- [cmd:quicklook] Fixed #1693 `dispInlineRegex` doesn't reflect in multi volume searching
|
101
|
-
- And some minor bug fixes
|
102
|
-
|
103
|
-
|
104
|
-
2016-09-12 Naoki Sawada <hypweb@gmail.com>
|
105
|
-
|
106
|
-
* elFinder (2.1.15):
|
107
|
-
- [js:command] inheritable elFinder.command object rel. #1545
|
108
|
-
- [VD:abstract] Fixed #1550 option `uiCmdMap` dose not work on 2.1.14
|
109
|
-
- [VD:abstract] Fixed #1553 root stat not refresh when do chmod of root
|
110
|
-
- [php:core] fix make netkey problem - support multiple array options
|
111
|
-
- [js:core] Fixed #1554 can not unmount netvolume when done auto sync
|
112
|
-
- [js:core] Fixed #1555 can not upload to unreadable folder
|
113
|
-
- [php:core] parent dir sets to changed when upload, paste, rm, mkfile, mkdir etc
|
114
|
-
- [js:core] Fixed #1560 to possible to apply sort mode in tree in navbar
|
115
|
-
- [js:ui,cmd:fullscreen] Fixed #1563 add ui command "fullscrren"
|
116
|
-
- [cmd:edit] Fixed #1561 add to fullscreen button
|
117
|
-
- [js:core] Fixed #1562 sort with i18 name if exist
|
118
|
-
- [js:options] ui option `commands` accepts "*" as all of commands
|
119
|
-
- [VD:LocalFileSystem] Fixed #1565 dose not support volume option `searchTimeout`
|
120
|
-
- [VD:FTP] Fixed #1571 cause infinite loop during auto-sync of the volume root
|
121
|
-
- [php:core] Fixed #1572 unable to DnD upload the folder named "0"
|
122
|
-
- [VD:abstract] Fixed #1575 can not rename "0" to "00", "000"...
|
123
|
-
- [cmd:rename] Fixed #1573 input text stay in there at rename error in tree view
|
124
|
-
- [ui:cwd] Fixed #1576 reset the column width may not applied to the header
|
125
|
-
- [ui:conttextmenu] Fixed #1578 to the contextmenu draggable
|
126
|
-
- [php,cmd:open] Fixed #1586 RFC7233 violation, add `commandsOptions.open.method`
|
127
|
-
- [ui:navbar,cwd] Fixed #1590 auto scroll on HTML5 native dragging
|
128
|
-
- [VD:Dropbox] Fixed #1596 correction of `basename`, `dirname` on the windows server
|
129
|
-
- [cmd:upload] Fixed #1600 add target folder selector into upload dialog
|
130
|
-
- [ui] Fixed #1609 toast notification on complete of upload/paste into any folder
|
131
|
-
- [cmd:getfile] Fixed #1610 getFileCallback to supports the jQuery.Deferred
|
132
|
-
- [cmd:rename] Fixed #1613 correction of error handling
|
133
|
-
- [js:core] Fixed #1614 correction of upload mixed chunks and normal file
|
134
|
-
- [ui:cwd] Fixed #1615 break the lazy rendering when it delete items
|
135
|
-
- [ui:tree] Fixed #1617 other volumes cmds doesn't work when it disabled in cwd
|
136
|
-
- [core] Fixed #1622 added an option `phash` to the volume roots for implement feature of volume group
|
137
|
-
- [ui:toolbar] Fixed #1619 use fm.trigger('toolbarload') instead toolbar.tigger('load')
|
138
|
-
- [js:options] Fixed #1624 add a new option `overwriteUploadConfirm`
|
139
|
-
- [cmd:search] Fixed #1635 support parallel requests for multi volumes
|
140
|
-
- [contextmenu] Fixed #1645 to enable the operation of the keyboard
|
141
|
-
- [ui:cwd] Fixed #1646 selected targets by ctrl+shift are wrong
|
142
|
-
- [ui:dialog] Fixed #1647 controlling tabstop by `elfinder-tabstop` css class name
|
143
|
-
- And some minor bug fixes
|
144
|
-
|
145
|
-
2016-07-25 Naoki Sawada <hypweb@gmail.com>
|
146
|
-
|
147
|
-
* elFinder (2.1.14):
|
148
|
-
- [js:core,VD:abstract] Fixed #1525 do MIME check before file upload
|
149
|
-
- [API] Accept the root options data as an attribute `options` of the root stat
|
150
|
-
- [ui:cwd] Fixed #1532 can not use the `_` in custom column name
|
151
|
-
- [js:command] Fixed #1533 update the cmd status at `sync`
|
152
|
-
- [core] Fixed #1012 support i18n folder name
|
153
|
-
- [ui:cwd] Fixed #1544 jQuery backward compatibility (fix DnD problem)
|
154
|
-
- [proxy:APIv1] Fixed #178 correction of command `paste`
|
155
|
-
- And some minor bug fixes
|
156
|
-
|
157
|
-
|
158
|
-
2016-07-11 Naoki Sawada <hypweb@gmail.com>
|
159
|
-
|
160
|
-
* elFinder (2.1.13):
|
161
|
-
- [ui:cwd] Fixed #1433 create a thumbnail of the video file with ffmpeg
|
162
|
-
- [js:core] Fixed #1435 bug of getFileCallback on multi instances
|
163
|
-
- [ui:cwd] Fixed #1440 bug that not become disabled on multi instance
|
164
|
-
- [cmd:quicklook] Fixed #1441 hide the prev/next button on first/last item
|
165
|
-
- [js:core] Fixed #1439 show window close confirm dialog while editing file
|
166
|
-
- [ui:cwd] Fixed #1450 missing contextmenu on touch up on iOS devices
|
167
|
-
- [js] Fixed #1455 duplicate registration of command change event
|
168
|
-
- [ui:cwd] Fixed #1461 resizable table column width
|
169
|
-
- [cmd:sort] Fixed #1464 to enable more sort options
|
170
|
-
- [cmd:chmod] Fixed #1465 remove unnecessary `this` reference
|
171
|
-
- [ui:toolbar,navbar] Fixed #1473 memorize state of open/close by swipe
|
172
|
-
- [ui:cwd] Fixed #1475 make custom column sortable on list view
|
173
|
-
- [cmd:quicklook] Fixed #1478 preview broken with old jQuery
|
174
|
-
- [js:core] Fixed #1480 broken compatibility with protocol API v1
|
175
|
-
- [cmd:opendir] Fixed #1481 broken in elFinder 2.1.12
|
176
|
-
- [ui:cwd] Fixed #1479 can't be moved to the right edge at column sort
|
177
|
-
- [ui:cwd] Fixed #1485 add an option of template placeholders replacement rules
|
178
|
-
- [php:core] Fixed #1490 configurable root options of the network mounting volume
|
179
|
-
- [js] Fixed #1491 jQuery 3.0 supports
|
180
|
-
- [cmd:search] Fixed #1499 incremental search from current view items
|
181
|
-
- [cmd;resize] Fixed #1498 img-edit dialog layout disordered when resizing window
|
182
|
-
- [VD:abstract] Fixed #1505 configurable duplicate's suffix, unique numbe format
|
183
|
-
- [VD:abstract] Fixed #1507 add a volume option `dirUrlOwn`
|
184
|
-
- [VD:abstract] Fixed #1514 security vulnerability in the archive command
|
185
|
-
- And some minor bug fixes
|
186
|
-
|
187
|
-
|
188
|
-
2016-07-11 Naoki Sawada <hypweb@gmail.com>
|
189
|
-
|
190
|
-
* elFinder (2.0.7):
|
191
|
-
- [VD:abstract] Fixed #1514 security vulnerability in the archive command
|
192
|
-
|
193
|
-
|
194
|
-
2016-05-30 Naoki Sawada <hypweb@gmail.com>
|
195
|
-
|
196
|
-
* elFinder (2.1.12):
|
197
|
-
- Fixed #1321 Not trim white spaces on editing the text file
|
198
|
-
- Fixed #1320 Supported operation in the modal dialog
|
199
|
-
- Correction of the context menu (Mobile devices, Right-to-Left Language etc.)
|
200
|
-
- Correction of Quicklook (Supported 'video/quicktime', improvement of IFRAME, For Mobile devices etc)
|
201
|
-
- Fixed #1272 Correct detection of timestamp on FTP volume
|
202
|
-
- Fixed #1315 Implement function for `copyJoin` of the volume root option
|
203
|
-
- Fixed #1344 Use self image as thumbnail when without `imgLib`
|
204
|
-
- Fixed #1342 Bugfix of method `getFullPath` that was problems relative path can not be resolved
|
205
|
-
- Added a volume root option `uploadMaxConn`
|
206
|
-
- Maximum number of chunked upload connection. `-1` to disable chunked upload.
|
207
|
-
- Changed default value of volume root option `tmbBgColor` to 'transparent'
|
208
|
-
- Added a volume root option `bgColorFb`
|
209
|
-
- Image rotate fallback background color (defalt: #ffffff). Uses this color if it can not specify to transparent.
|
210
|
-
- Fixed #935 Supports `'convert'`(imagemagick) as `imgLib`
|
211
|
-
- Fixed #1363 Bugfix of FTP connect from windows localhost to remote server
|
212
|
-
- Fixed #1367 Bugfix of backward compatible to jQuery UI < 1.11
|
213
|
-
- Mobile devices friendly
|
214
|
-
- Swipe to navbar/toolbar show/hide on touch devices
|
215
|
-
- Hide toolbar on mobile devices at initial view
|
216
|
-
- A little bigger icons
|
217
|
-
- Added item select checkboxes
|
218
|
-
- Path breadcrumbs move to top of workzone when hide navbar
|
219
|
-
- To enable resizing/cropping by touch events
|
220
|
-
- UX enhancements
|
221
|
-
- Fixed #1311 CWD list table with fixed fixed header
|
222
|
-
- UI path apply text-ellipsis in each holder name
|
223
|
-
- Fixed #1370 implemented function keep timestamp into LocalFileSystem volume driver
|
224
|
-
- Added PHP error handler and removed all `@` error-control operator
|
225
|
-
- Fixed #1391 take care 32bit system of chunked file uploading arg `cid`
|
226
|
-
- Fixed #1393 Added PHP class auto loader
|
227
|
-
- Fixed #1412 Enable auto scroll when navbar/cwd drag over
|
228
|
-
- And some minor bug fixes
|
229
|
-
|
230
|
-
|
231
|
-
2016-04-11 Naoki Sawada <hypweb@gmail.com>
|
232
|
-
|
233
|
-
* elFinder (2.1.11):
|
234
|
-
- Added Archive(zip|gzip|tar) quicklook preview plugin
|
235
|
-
- DnD upload supports Microsoft Edge
|
236
|
-
- Fixed problem which directory is not detected in the LocalFileSystem driver (Bug of 2.1.10)
|
237
|
-
- And some minor bug fixes
|
238
|
-
|
239
|
-
|
240
|
-
2016-04-02 Naoki Sawada <hypweb@gmail.com>
|
241
|
-
|
242
|
-
* elFinder (2.1.10):
|
243
|
-
- Fixed #1061, #1231 Supported controllable folder icons
|
244
|
-
- Fixed #1240 LocalFileSystem search files it was still follow symlinks
|
245
|
-
- Added new volume root option `searchExDirReg` for exclusion serach
|
246
|
-
- Return file.url in result on file upload for 3rd party uploader
|
247
|
-
- Supported elFinder API version 1
|
248
|
-
- Added a new volume driver FlysystemGoogleDriveNetmount that based on flysystem-google-drive
|
249
|
-
- Added a new connector plugin "AutoRotate"
|
250
|
-
- And some minor bug fixes
|
251
|
-
|
252
|
-
|
253
|
-
2016-03-11 Naoki Sawada <hypweb@gmail.com>
|
254
|
-
|
255
|
-
* elFinder (2.1.9):
|
256
|
-
- Fixed enbug of 2.1.6-2.1.7 PHP error undefind valiable/array to string conversion
|
257
|
-
- The function to make thumbnail supports more image types when Imagick enabled
|
258
|
-
- Correction of the problem that Archive / Extract function don't work well under some environment
|
259
|
-
- Added a quicklook plugin that is the Google docs online viewer
|
260
|
-
- Default is disabled. Set `commandsOptions.quicklook.googleDocsMimes` to enable this plugin.
|
261
|
-
```javascript
|
262
|
-
commandsOptions : {
|
263
|
-
// "quicklook" command options.
|
264
|
-
quicklook : {
|
265
|
-
autoplay : true,
|
266
|
-
jplayer : 'extensions/jplayer',
|
267
|
-
// MIME types to use Google Docs online viewer
|
268
|
-
// Example array value
|
269
|
-
// ['application/pdf', 'image/tiff', 'application/msword', 'application/vnd.ms-excel', 'application/vnd.ms-powerpoint', 'application/vnd.openxmlformats-officedocument.wordprocessingml.document', 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet']
|
270
|
-
googleDocsMimes : []
|
271
|
-
}
|
272
|
-
}
|
273
|
-
```
|
274
|
-
- And some minor bug fixes
|
275
|
-
|
276
|
-
|
277
|
-
2016-03-07 Naoki Sawada <hypweb@gmail.com>
|
278
|
-
|
279
|
-
* elFinder (2.1.8):
|
280
|
-
- Added a new volume driver `MsSQL`
|
281
|
-
- Fixed #1226 problem of sort by clicking on cloumn headers
|
282
|
-
- Fixed #1229 bug of selection after sorting in list view
|
283
|
-
- Replaceable session handling wrapper (elFinderSessionInterface)
|
284
|
-
- Added Connector main config `defaultMimefile` ()
|
285
|
-
- update mime.types
|
286
|
-
- Added LocalFileSystem volume root config `followSymLinks` (defailt true)
|
287
|
-
- And some minor bug fixes
|
288
|
-
|
289
|
-
|
290
|
-
2016-02-21 Naoki Sawada <hypweb@gmail.com>
|
291
|
-
|
292
|
-
* elFinder (2.1.7):
|
293
|
-
- Added connector main options `commonTempPath` and `maxArcFilesSize`
|
294
|
-
- Fixed #353 It can download files/folders as an archve file
|
295
|
-
- Fixed #1195 Supported BMP in GD image resize
|
296
|
-
- Became possible to cancellation while searching
|
297
|
-
- Supported API protocol version 2.0 for the legacy connector
|
298
|
-
- Fixed #1206 Configurable places(favorites) (https://github.com/Studio-42/elFinder/issues/1206)
|
299
|
-
- Fixed #1211 Remove deprecated method jQueryUI.zIndex()
|
300
|
-
- Supported jQueryUI 1.12.0
|
301
|
-
- Fixed #1213 infinite loop in PHP connector
|
302
|
-
- Cmd:mkdir to callable "New Folder with Selected items" as "Into New Folder"
|
303
|
-
- Supported nao-pon/flysystem-google-drive with barryvdh/elfinder-flysystem-driver
|
304
|
-
- barryvdh/elfinder-flysystem-driver (https://github.com/barryvdh/elfinder-flysystem-driver)
|
305
|
-
- nao-pon/flysystem-google-drive (https://github.com/nao-pon/flysystem-google-drive)
|
306
|
-
- UX improvement of in Touch devices
|
307
|
-
- And some minor bug fixes
|
308
|
-
|
309
|
-
|
310
|
-
2015-02-21 Naoki Sawada <hypweb@gmail.com>
|
311
|
-
|
312
|
-
* elFinder (2.0.6):
|
313
|
-
- Fixed #1213 infinite loop in PHP connector
|
314
|
-
|
315
|
-
|
316
|
-
2016-01-19 Naoki Sawada <hypweb@gmail.com>
|
317
|
-
|
318
|
-
* elFinder (2.1.6):
|
319
|
-
- Fixed #1074 startPath for multi volumes
|
320
|
-
- Fixed #1172 enbug-fix of rename command
|
321
|
-
- Fixed #1174 support for multi-instance on the same connector
|
322
|
-
- Plugin: AutoResize New option `preserveExif`
|
323
|
-
- Fixed #179 JPEG quality specifiable
|
324
|
-
- Fixed #1176 auto-sync check with HTTP long polling/inotifywait
|
325
|
-
- Fixed #1181 case insensitive search problem of LocalFileSystem driver
|
326
|
-
- Added an autosync button into contextmenu `Reload`
|
327
|
-
- Added new client configuration `syncStart`
|
328
|
-
- Search result view optimization
|
329
|
-
- Adddd new volume root option `searchTimeout` (default 30s)
|
330
|
-
- Added new crient command `opendir` - opens selected item's parent folder at search result
|
331
|
-
- Sortable "Places" (your favorites)
|
332
|
-
- Fixed #1193 open the file at direct URL if possible
|
333
|
-
- And some minor bug fixes
|
334
|
-
|
335
|
-
|
336
|
-
2015-12-26 Naoki Sawada <hypweb@gmail.com>
|
337
|
-
|
338
|
-
* elFinder (2.1.5):
|
339
|
-
- Fixed bug that can't in writable with `chmod`
|
340
|
-
- Show remove item info in confirm dialog on `rm` action
|
341
|
-
- Fixed #1165, MIME types maintenance (doc, dot, xlt, xla)
|
342
|
-
- Fixed problem if filename included character that can't be json encode
|
343
|
-
- Added option `convmap` to Normalizer plugin
|
344
|
-
- And some minor bug fixes
|
345
|
-
|
346
|
-
|
347
|
-
2015-12-26 Naoki Sawada <hypweb@gmail.com>
|
348
|
-
|
349
|
-
* elFinder (2.0.5):
|
350
|
-
- Fixed problem if filename included character that can't be json encode
|
351
|
-
|
352
|
-
|
353
|
-
2015-12-16 Naoki Sawada <hypweb@gmail.com>
|
354
|
-
|
355
|
-
* elFinder (2.1.4):
|
356
|
-
- Fixed #1163 Dropbox driver supported windows server
|
357
|
-
- Fixed search problem on Windows server
|
358
|
-
|
359
|
-
|
360
|
-
2015-12-13 Naoki Sawada <hypweb@gmail.com>
|
361
|
-
|
362
|
-
* elFinder (2.1.3):
|
363
|
-
- Auto configure `customHeaders`, `xhrFields` for CORS
|
364
|
-
- Allow set elFinder::$volumesCnt by HTTP header "X-elFinder-VolumesCntStart"
|
365
|
-
- Resolved #1145, Configurable keyboard shortcuts of any command
|
366
|
-
- Force non-overwrite on URL uploading
|
367
|
-
- Supported Drag out function with [Shift] + Drag of file item (with out IE)
|
368
|
-
- Drag and Drop copy from elFinder(A) to elFinder(B)
|
369
|
-
- Make list of download url to Text editor
|
370
|
-
- Drag and Drop download with Chrome (Single file only)
|
371
|
-
- etc.
|
372
|
-
- Choosable "backup" at pasting of same name files
|
373
|
-
- Show confirm at uploading of same name file exists
|
374
|
-
- Show URL link icon on Download menu in contextmenu
|
375
|
-
- This icon is clickable as normal link, shows context menu and drag out
|
376
|
-
- Added more feedback sign of jQuery DnD drag icon
|
377
|
-
- Others, some minor bug fixes
|
378
|
-
|
379
|
-
|
380
|
-
2015-11-23 Naoki Sawada <hypweb@gmail.com>
|
381
|
-
|
382
|
-
* elFinder (2.1.2):
|
383
|
-
- [security-fix] vulnerability of the MIME type quarantine
|
384
|
-
- Multi-line filename editing on icon view
|
385
|
-
- Auto expands filename editing on list view
|
386
|
-
- Fixed #1124, Uploading problem exactly 20MiB/30MiB/40MiB...
|
387
|
-
- Marged #1125, Fix file permissions for MySQL LOAD_FILE command
|
388
|
-
- Fixed #1127, Supported full path including the drive letter of the Windows server
|
389
|
-
- Marged #1131, #1132, Complete Romanian(ro) translation
|
390
|
-
- Fixed symbolic link file stats `mtime`, `size`
|
391
|
-
- Marged #1133, Complete German(de) translation
|
392
|
-
- Marged #1139, Complete Türkçe(tr) translation
|
393
|
-
- Marged #1141, Plugin Normalizer function: make filename lowercase
|
394
|
-
- Others, some minor bug fixes
|
395
|
-
|
396
|
-
|
397
|
-
2015-11-23 Naoki Sawada <hypweb@gmail.com>
|
398
|
-
|
399
|
-
* elFinder (2.0.4):
|
400
|
-
- [security-fix] vulnerability of the MIME type quarantine
|
401
|
-
|
402
|
-
|
403
|
-
2015-11-10 Naoki Sawada <hypweb@gmail.com>
|
404
|
-
|
405
|
-
* elFinder (2.1.1):
|
406
|
-
- More High performance server backend and light client UI
|
407
|
-
- Connector plugin
|
408
|
-
- AutoResize : Auto resize on file upload.
|
409
|
-
- Normalizer : UTF-8 Normalizer of file-name and file-path etc.
|
410
|
-
- Sanitizer : Sanitizer of file-name and file-path etc.
|
411
|
-
- Watermark : Print watermark on file upload.
|
412
|
-
- Folder upload with Chrome
|
413
|
-
- Chunked file upload
|
414
|
-
- Upload directly to the folder
|
415
|
-
- Creating the archive by specifying the file name
|
416
|
-
- Direct extraction to the current working directory (you do not want to create a folder)
|
417
|
-
- Support Dropbox.com© (Configurable & As network volume)
|
418
|
-
- Supports custom information in info dialog
|
419
|
-
- Configuable columns of list view
|
420
|
-
- Supports custom CSS class function of tree view
|
421
|
-
|
422
|
-
|
423
|
-
2015-11-10 Naoki Sawada <hypweb@gmail.com>
|
424
|
-
|
425
|
-
* elFinder (2.0.3):
|
426
|
-
- jQuery 1.9+ support
|
427
|
-
- 350+ bugs fixed since rc1 version
|
428
|
-
- Modify translations and some new translations
|
429
|
-
- Netmount volume function
|
430
|
-
|
431
|
-
|
432
|
-
2012-04-10 Troex Nevelin <troex@fury.scancode.ru>
|
433
|
-
|
434
|
-
* elFinder (2.0 rc1):
|
435
|
-
- Major code refactor
|
436
|
-
- 200+ bugs fixed since beta version
|
437
|
-
- 14 new translations
|
438
|
-
- FTP volume driver
|
439
|
-
- Advanced image editing dialog
|
440
|
-
|
441
|
-
|
442
|
-
2011-07-10 Troex Nevelin <troex@fury.scancode.ru>
|
443
|
-
|
444
|
-
* elFinder (2.0 beta):
|
445
|
-
- New branch 2.x, total rewrite from scratch
|
446
|
-
- MySQL volume driver support (as file storage)
|
447
|
-
- Full drag & drop support with HTML5 upload
|
448
|
-
|
449
|
-
|
450
|
-
2011-06-20 Troex Nevelin <troex@fury.scancode.ru>
|
451
|
-
|
452
|
-
* elFinder (1.2):
|
453
|
-
- jQuery and UI updated
|
454
|
-
- Python connector improvements
|
455
|
-
- QuickLook fixed
|
456
|
-
- CSS fixes
|
457
|
-
- New icons from http://pixel-mixer.com/
|
458
|
-
- New languages: Czech, Dutch, German, Greek, French, Hungarian,
|
459
|
-
Italian, Japanese, Latvian, Polish, Brazilian Portuguese,
|
460
|
-
Slovak, Thai, Turkish, Vietnamese, Simplified Chinese,
|
461
|
-
Traditional Chinese
|
462
|
-
|
463
|
-
|
464
|
-
2010-03-11 Troex Nevelin <troex@fury.scancode.ru>
|
465
|
-
|
466
|
-
* elFinder (1.1):
|
467
|
-
- Total rewrite from scratch.
|
468
|
-
- New PHP connector.
|
469
|
-
- Python connector.
|
470
|
-
- Create/Extract archives.
|
471
|
-
- QuickLook.
|
472
|
-
- "Places" for favorites.
|
473
|
-
- Background thumbnails creation.
|
474
|
-
- Exteneded configuration options of connector and client.
|
475
|
-
- Spanish localization.
|
476
|
-
- JSON API description.
|
477
|
-
- Full documentation in English, Russian and Spanish.
|
478
|
-
- No more use of jquery plugins.
|
479
|
-
- Website update.
|
480
|
-
- [bugfix] All known bugs fixed.
|
481
|
-
|
482
|
-
|
483
|
-
2009-11-09 Dmitry Levashov <dio@std42.ru>
|
484
|
-
|
485
|
-
* elFinder (1.0.1):
|
486
|
-
- In directory tree panel added arrows to open/close directories
|
487
|
-
without entering in.
|
488
|
-
- Added shortcut support for copy/cut/paste/delete files and
|
489
|
-
folders. For Mac users added Command+Backspace support.
|
490
|
-
- Added context menu to current directory.
|
491
|
-
- Added help.
|
492
|
-
- [bugfix] invalid determing files/folders permissions using
|
493
|
-
"perms" options in php connector
|
494
|
-
|
@@ -1,15 +0,0 @@
|
|
1
|
-
elFinder is issued under a 3-clauses BSD license.
|
2
|
-
|
3
|
-
Copyright (c) 2009-2016, Studio 42
|
4
|
-
All rights reserved.
|
5
|
-
|
6
|
-
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
7
|
-
|
8
|
-
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
|
9
|
-
|
10
|
-
2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
|
11
|
-
|
12
|
-
3. Neither the name of the Studio 42 Ltd. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
|
13
|
-
|
14
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL "STUDIO 42" OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
15
|
-
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|