Skip to content
This repository was archived by the owner on Nov 25, 2020. It is now read-only.

Commit a114754

Browse files
committed
Start release note for 6.0.6
1 parent 1d5ff83 commit a114754

File tree

2 files changed

+304
-0
lines changed

2 files changed

+304
-0
lines changed

core/src/conf/RELEASE_NOTE

Lines changed: 148 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,153 @@
11
Pydio ##VERSION_NUMBER## Release Note
22

3+
Remove type strict comparison for mount_env_passwd option. (details)
4+
PowerFS don't works if Command Line "enable" and accent (Windows OS) (details)
5+
Update de.php (details)
6+
Fix cas in client mode (click two times for login) (details)
7+
Add Mozilla PDF.JS PDF viewer plugin. (details)
8+
Make new PDF.JS plugin default PDF viewer. (details)
9+
Add English PDF.JS plugin strings. (details)
10+
missing "," character in various en.php files (details)
11+
README update, latest stable is 6.0.5 (details)
12+
Fix PowerFS when accent in directory (details)
13+
Remove PDF association from ImageMagick plugin PHP class. (details)
14+
Do not replace Imagick by PdfJs yet. (details)
15+
Update README.md (details)
16+
Revert "Fix PowerFS when accent in directory" (details)
17+
Fix PowerFS when accent in directory (details)
18+
Core performances: . AJXP_Controller: Minimize xPath calls by implementating a hookCache . AJXP_Plugin: reduce serialization - TODO: check cache upgrade . AJXP_PluginService: Try to use cache for softLoad operation (still return a cloned version of the cached plugin) . AJXP_Utils: cache the result of cleanDibiDriverParameters() function as it is called many times. (details)
19+
Form validation for Schedule Task at client side (details)
20+
Form validation for Schedule Task - add author of String reg (details)
21+
Change the plugin description. (details)
22+
Add the PDF.JS viewer CSS. (details)
23+
Add the PDF.JS plugin CSS. (details)
24+
Change the manifest. (details)
25+
Update the plugin JavaScript code for `<iframe>` and shared file preview. (details)
26+
Remove (old) pdfjs directory completely to stop tracking PDF.JS files we don’t care for (also stops polluting project history). (details)
27+
Readd pdfjs directory with only required files (license and markup). Clarify installation instructions in a separate readme file. (details)
28+
Remove PDF Viewer key from core i18n lib (details)
29+
PDFViewer > Change order for imagick : will keep providing thumbnail, but pdfviewer takes precedency for opening > Remove unused PHP class > Add lib to the code (should be done at build time). > Add plugin_info author > Add i18n lib (details)
30+
Update credits with pdfJS (details)
31+
Fix OS detection - Add iPad & iPhone (details)
32+
Fix workspace display when using russian language on IIS. (details)
33+
Fix setMetadata() on metastore.s3 plugin, broken for non-ascii chars, the CopySource parameter must be urlencoded. (details)
34+
RunTests: Fix apiPost function() (details)
35+
metastore.s3: use rawurlencode instead of urlencode (details)
36+
Fix PDFJS viewer resizing in minisite mode (details)
37+
If a client is posting bad parameters, it can end up copying a file into itself. (details)
38+
Italian translation for plugin 'index.elasticsearch' (details)
39+
Italian translation for plugin 'index.lucene' (details)
40+
Italian translation for plugin 'log.sql' (details)
41+
Italian translation for plugin 'log.syslog' (details)
42+
Italian translation for plugin 'log.text' (details)
43+
Italian translations for plugin 'meta.comments' (details)
44+
Add Illustrator File to Image Magick (details)
45+
Update class.AbstractAccessDriver.php (details)
46+
Revert the automatic switch to MySQLi, add a parameter instead. (details)
47+
Adding a delay in CKEditor data loading seems to avoid random blank screen. (details)
48+
Avoid reapplying role if already in the user's roles. (details)
49+
Hard reload node data with clearstatcache() call on node update Add a seed with file modiftime to make sure thumbnail is reloaded on change (details)
50+
Add a switch to active repository in the cyphered_post plugin (details)
51+
Fix login form display in authfront.otp. (details)
52+
Fix comparison issue for AJXP_METADATA_ALLUSERS value. Could lead to share metadata. (details)
53+
Typo in mailer, fix #864 (details)
54+
Fix various issues with Forget Password action - Fix #863 (details)
55+
Prevent some plugins to be disabled - Close #873 (details)
56+
Big update of the Etherpad-lite integration. Seems like we cannot detect pads with no author, we would have to set up a task to clean orphan pads. Should Fix #865 Fix #867 (details)
57+
Add utils in node for moving meta on node change (details)
58+
Handle meta move in etherpad (details)
59+
Add a hook on node.change to move bookmarks metadata, should fix #870 We should refactor all the bookmarks management into a proper plugin. At the moment, moving to recycle is not considered deleted. (details)
60+
Comment out the bookmarks list from the user XML. (details)
61+
Use protocol in runTests script - Fix #871 (details)
62+
merge branch (details)
63+
Wrong commit of bootstrap_conf & bootstrap_context (details)
64+
Set nodes as nonLeaf when we know it - Fix #859 (details)
65+
Code style (details)
66+
Add the function filterNodeName() to the AjxpWrapperProvider, and use it in the webdav collection to correctly load the hidden files/folders configurations. Alternative to fix #862 and fix #861 (details)
67+
Meta.mount: set the "use 32 result code as success" via option (default true for non-regression). Close #824 (details)
68+
Restrict edit action allowedMimes in ajxp_conf driver. (details)
69+
Clean scheduler actions - Fix #838 Fix french translation (run current task, not tasks) (details)
70+
Fix edge-case where user cannot change its starting workspace (details)
71+
Bookmark button layout in settings panel (details)
72+
Refactor cache clearing methods (AJXP_PluginService::clearPluginsCache & ConfService::clearMessageCache) and use them accordingly. Add a button in settings to clear cache (close #790) (details)
73+
Change placing of "Set as default workspace" checkbox as it was no more accessible. (details)
74+
New that we need rewrite rules anyway, set the corresponding option to true by default in action.share (details)
75+
Switch TRANSMIT_CLEAR_PASS to hidden parameter (don't remove it totally for backward compatibility) - Close #875 (details)
76+
Add a getOptionAsBool() function abstractAuthDriver and use everywhere we use TRANSMIT_CLEAR_PASS. Handle all possible values (true, "true", 1, etc...). (details)
77+
Better error logging when lucene fails to open or create an index. (details)
78+
Detect when update queries are applied on non-indexed items using getAffectedRows() (details)
79+
Updated german translations, fixed translation keys and made more plugins translatable (details)
80+
Fixed merge error (details)
81+
Update Italian translation for plugin 'access.ajxp_conf' (details)
82+
Update Italian translation for plugin 'editor.etherpad' (details)
83+
Italian translation for plugin 'meta.exif' (details)
84+
Italian translation for plugin 'meta.filehasher (details)
85+
Italian translation for plugin 'meta.git' (details)
86+
Italian translation for plugin 'meta.mount' (details)
87+
Strip query string part of the url, otherwise using query like ?xdebug=true appends the query part to the base value. (details)
88+
Empty the fields values only after response is received. (details)
89+
Make test user parameter non mandatory (details)
90+
Pass session credentials to command line via ENV variable. Generate a unique secret key at install for tokenisation of CLI calls instead of using default one. (details)
91+
Plugin : load global_param and param configs definitions (details)
92+
Do not override __AJXP_VALUE_SET__ value. Typo in AJXP_SAFE_SECRET_KEY. (details)
93+
Move decypher function in AJXP_Utils instead of AbstractAjxpUser. Do not override __AJXP_VALUE_SET__ when parsing standard form. New parameter $complexChars in generateRandomString function. (details)
94+
Unused decodeUserPassword method (use AJXP_Utils instead). (details)
95+
Prefix cyphered passwords inside role parameters with a specific string. listParameters() removes prefix by default, can either keep it ($preserveCypheredPasswords) or blur passwords ($blurCypheredPasswords) by replacing with __AJXP_VALUE_SET__ value. (details)
96+
Massive changes for better handling parameters values in ajxp_conf driver. (details)
97+
Use AJXP_Utils function for decyphering password (details)
98+
Use DIRECTORY_SEPARATOR in powerfs plugin for operation_id file. (details)
99+
Fix various buttons issues with reset password (fix #885) and handle case insensitive logins. (details)
100+
Always exit at the end, as we send XML result anyway. Fix #887 (details)
101+
Add more logs for various "preview" operations (Imagick, Diaporama, etc) (details)
102+
updated umlauts and some bad translations/grammar (details)
103+
Notifications queuing: fix SQL implementation that fails selecting the max value as the column is varchar (use sql CAST expression). Remove unnecessary create.sql scripts. (details)
104+
Fix pruneTemporaryKeys for PostgreSql (details)
105+
Remove mq.sql from necessary tables (files where actually empty) (details)
106+
Do not call is_dir or trigger node.index on the root node. It can create problems with non-fs workspaces like SMB for indexation. (details)
107+
Missing fitParent creates resizing issue in IE for My Account pane. (details)
108+
Missing strings following last massive german update. (details)
109+
Rework of the SearchEngine ergonomy: better list reloading, direct access to advanced mode, better handling of advanced external metadatas. New filters feature in FilesList to dynamic filter contents. In table mode, adds headers with input texts. In standard List mode, show additional metadata (like in v5) by hovering rows with mouse. (details)
110+
Missing strings following last massive german update. (details)
111+
Add a "filter" button using the new FilesList feature in ajxp_datagrid : applicable to logs directly. (details)
112+
Update CSS for new SearchEngine features (details)
113+
Fix standard form inputs in role editors (details)
114+
Fix Search input opening when media queries are applied (details)
115+
Activate the new filter action in datagrid for logs (details)
116+
Lucene: do not leave empty default values in parameters. (details)
117+
[meta.user] New "tags" type with auto-completion and special display. Expose meta definitions directly in plugin params and load them statically. We should remove the other way to pass the meta_fields values. (details)
118+
Internalize setHiddenAttribute in fsAccessDriver instead of AJXP_Utils (details)
119+
Fix various metadata handling (search form for css labels & stars rating fields) (details)
120+
Menu "Download" with PowerFS failed if accent in parent folder (details)
121+
Make sure not to use the repositories cache if not yet initialized. (details)
122+
Meta.quota: make sure to respect hierarchy by trying to get quota of parent repository owner if it exists (can be a template child without owner), then from the currently logged user, then from the repository config. Fix #884 (details)
123+
Italian translation for plugin 'meta.quota' (details)
124+
Italian translation for plugin 'meta.simple_lock' (details)
125+
Italian translation for plugin 'metastore.s3' and fixed English one (details)
126+
Italian translation for plugin 'metastore.serial' (details)
127+
Italian translation for plugin 'metastore.xattr' (details)
128+
Italian translation for plugin 'meta.svn' (details)
129+
Automatically disable the keystore generate_auth_token action if Session Set Credentials is set in config. This will force systematic basic_auth. (details)
130+
Make sure object is array before getting keys. (details)
131+
Reset MetaSource selector after adding (to focus on the new instance). (details)
132+
Replace contains() call with indexOf() (details)
133+
Fix array_merge case (details)
134+
FINAL_KEY is not used anymore, remove it. (details)
135+
AJXP_Utils: Make sure to remove = from base64encoded string when generating random string. (details)
136+
Do not search stars rate with value 0 (details)
137+
Fix autocompleter blinking (details)
138+
Fix scroller issue (details)
139+
Feedstore: forward to parent repository if any. Fix i18n issues for "watch/stop watching" button Ignore notif to delete if already deleted. (details)
140+
Lucene: detect if the tmp index is currently being modified (last 3 minutes) to avoid multiple indexation tasks loaded concurrently. (details)
141+
Fix message box blinking and style. (details)
142+
User.js Detect and log circular references Fix circular references in AjxpTabulator (init Tab with object clone). (details)
143+
Hunting while(!feof(..)) calls missing a test on the resource: can trigger an infinite read and a CPU hog. (details)
144+
PDFJS : base64 encode the filename, otherwise accents are not working in IE. (details)
145+
Default "Cache Master Users" parameter to False instead of True (details)
146+
Fix meta fields indexation issues (on node.change event). (details)
147+
Remove meta_fields, meta_types, meta_labels from node metadata, use exposed plugins configs instead. Fix CSS labels on detailed view. (details)
148+
Fix small glitch in PreviewFactory (details)
149+
150+
3151
Pydio 6.0.5 - Bugfix Release, again
4152

5153
This is fixing some annoying issues introduced by 6.0.4. Upgrade is recommended and simple. Changes described below.

0 commit comments

Comments
 (0)