Skip to content

Releases: psolom/RichFilemanager

Improvements & bugfux

27 Jun 14:09
Compare
Choose a tag to compare

PDF preview fix

01 Apr 08:07
Compare
Choose a tag to compare

CodeMirror hotfix

17 Mar 00:19
Compare
Choose a tag to compare

Hotfix

11 Mar 13:15
Compare
Choose a tag to compare
v2.7.3

hotfix - 2.7.3

New features; Refactoring

11 Mar 13:15
Compare
Choose a tag to compare
  • added optional connector "options.capabilities" in the initiate action #272
  • avoid loading right panel folder contents when unfolding tree if click on +(plus) icon #293
  • included resourceObject to "selectItem" callback #294
  • minified and combined assets with new grunt config #295
  • implemented customizable upload parameter name #297
  • updated russian translations (minor fixes) #292
  • updated dutch translations
  • updated PHP connector dependency to v1.2.2
    (https://github.com/servocoder/RichFilemanager-PHP/releases/tag/v1.2.2)

Backward incompatible changes:

  • restructure and refactor source package files and third-party libs

New plugin public methods. Bugfix

25 Feb 12:24
Compare
Choose a tag to compare

Server-side search, Events for operations, API improvements

20 Dec 14:49
Compare
Choose a tag to compare
  • server-side search implemented, relative to the open folder #271
  • implemented client-side datetime formatting using globalizejs and cldrjs #227
  • added "createFolder" capability in JSON config file (affects appropriate UI elements visibility) #227
  • adjusted language codes and UI lang files names #227
  • added new translations into language files #269 #271
  • changed behavior of the "close" button of preview mode; made it more straightforward, respecting search mode
  • PHP connector: updated dependent package to v1.2.0
  • PHP connector: implemented events and listeners (as callback functions) for API operations #236 #24
  • PHP connector: throw an error if delete operation failed #29
  • PHP connector: allow double underscores in file names #28
  • PHP connector: automatically exclude image thumbnails folder from the output #27
  • PHP connector: avoid spaces and parentheses inserted into a file name while upload #112 #26
  • PHP connector: use a single point to calculate filesize across application #25
  • JAVA connector: actualized to the latest API version and support all features; moved to separate repository
  • bugfix: fixed missed "home" breadcrumbs icon on after RFM initiated
  • bugfix: PHP connector local storage always return "false" when deleting file #29

Backward incompatible changes:

  • API: error response format altered to correspond to JSON API standard #210 #30
  • API: new error handling flow; required HTTP headers; strict JSON API conformity #270 #33
  • API: simplified workflow of the "download" method, doesn't require AJAX API extra call anymore #248 #265 #32
  • API: "getfile" API method RENAMED to "getinfo" and return either file or folder stats. Restriction to handle files only is removed #270
  • API: "getfolder" API method RENAMED to "readfolder". No changes in functionality #270
  • API: "readfile", "getimage" and "download" methods USE THE SAME FLOW to read file content and write it to the output #270
  • API: "editfile" method is REMOVED, instead of it the "readfile" is used at the client #270
  • API: "seekfolder" new method is ADDED #271 #34
  • API file and folder object response structure: removed "timestamp" attribute; "created" and "modified" attributes now contain unix timestamps instead of formatted datetime strings #227
  • "options.searchBox" configuration option is removed, new section "search" added instead #271

Composer explicit binding; bugfix

01 Dec 20:53
Compare
Choose a tag to compare
  • tightened dependencies between "richfilemanager-php" and main packages #268
  • JAVA connector: replaced "title" with "message" in error response format #231
  • bugfix: broken modal window in CKEditor integration when open "table" tool #263
  • Vietnamese language: updated translations #267
  • Czech language: updated translations

XHR callback functions

17 Nov 13:42
Compare
Choose a tag to compare
  • reworked folder loader for filetree and right panel #255
  • implemented "beforeSetRequestParams" and "beforeSendRequest" callback functions #260
  • bugfix: should close folder in right panel upon delete its ancestor n filetree #261
  • added template for GitHub issues
  • better file renderers support

Direct simple file uploads

02 Nov 14:58
Compare
Choose a tag to compare
  • improvement: direct upload upon simple file uploads #247
  • bugfix: when delete opened folder from filetree the right panel should switch to the parent folder #252
  • Spanish language: updated translations #253