From dc0566e3af33f90aa0468ec47a30284c6d37e0a2 Mon Sep 17 00:00:00 2001 From: cdujeu Date: Tue, 8 Dec 2015 15:20:55 +0100 Subject: [PATCH] HtmlEntity on release note --- dist/php/6.2.1.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/php/6.2.1.html b/dist/php/6.2.1.html index ff2c065cab..f1e8de9ad1 100644 --- a/dist/php/6.2.1.html +++ b/dist/php/6.2.1.html @@ -41,7 +41,7 @@

Pydio Core 6.2.1 - Compatibility Update

  • [auth] When guest is enabled, make sure to invalidateLoadedRepositories() at login time, otherwise they are already in the session. Fix #1002 (details)
  • [gui.ajax] FilesList: add bulkUpdating mode to avoid triggering initRows() on each child_added event. (details)
  • [gui.ajax] Always limit search engine to 100 results by default, use bulkUpdating when parsing results, and display the total count plus a "show all" link. (details)
  • -
  • [index.lucene] Send a tag in results if limit is set and number of hits is cut. (details)
  • +
  • [index.lucene] Send a <pagination> tag in results if limit is set and number of hits is cut. (details)
  • Compiled version of css (details)
  • [editor.pdfjs] Add fake file name parameter to the file url passed to pdfjs, to have a correct info in the pdfjs properties viewer. (details)
  • [phpversion test] Update php version to 5.4. (details)