- 12 Nov, 2020 2 commits
-
-
Romain Therville authored
New file types have been added to the exclusion to prevent log files from being deleted. issue #190
-
Romain Therville authored
Function purge_directory updated to exclude log files. issue #190
-
- 03 Apr, 2020 1 commit
-
-
cnoirot authored
-
- 27 Mar, 2020 2 commits
- 26 Mar, 2020 1 commit
-
-
cnoirot authored
-
- 04 Mar, 2020 1 commit
-
-
Romain Therville authored
The email adress to contact has been set to ng6-support@groupes.renater.fr . issue #161
-
- 28 Feb, 2020 1 commit
-
-
Romain Therville authored
I have added some text and links to the purge mail. issue#161
-
- 27 Feb, 2020 1 commit
-
-
Romain Therville authored
The date sorting has been fixed, the column type was set to "date" instead of "date-eu". Issue #138
-
- 14 Feb, 2020 4 commits
-
-
Romain Therville authored
- The method to minify jflow's sources to jflow.min.js (https://github.com/mishoo/UglifyJS2) was to advanced, and generated errors in the code. We went back below the version 3, to avoid the script being broken when minified. - The JQuery request 'get_user_files' was bugged because it was trying to reach ng6-test without the port '8080'. More information in this jflow commit: jflow@5c505644 issue #171
-
Romain Therville authored
I removed a useless "parseInt()". issue #170
-
Romain Therville authored
Every AJAX response is now going to be converted to INT before evaluation. issue #170
-
Romain Therville authored
'add_user' and 'delete_purge_data'. The code returned in AJAX is now evaluated as an INT instead of STRING. issue#170
-
- 13 Feb, 2020 1 commit
-
-
Romain Therville authored
The ajax return codes (0,1,2 and 3) cannot be evaluated as strings. "if (val == '1') {" becomes "if (val == 1) {" . Warning : We could also leave this file as it is, and make sure the value returned in AJAX is a String. issue #170
-
- 12 Feb, 2020 1 commit
-
-
Romain Therville authored
- The "New data added to this project will be kept [...]" label has been removed. - The label indicating a space's retention limit and purge policy will now be set in application.properties, as 'purge_msg' in the project variables. - Every project's purge message will be displayed in its individual view (Under the "Current space: xxx" label). issue #161
-
- 11 Feb, 2020 2 commits
-
-
Romain Therville authored
The get_purge_mail has been reworked to avoid redundancy. issue #161
-
Romain Therville authored
New "Send mail without extension" button, that sends the purge demand mail without the content related to retention extension. issue#161
-
- 06 Feb, 2020 2 commits
-
-
Romain Therville authored
The log instruction might only work in the test environment. I forgot to remove this line in the last commit, my bad. issue#161
-
Romain Therville authored
2 search criterias have been added, filter on space (project space_id) and delay exceeded (yes or no). And there is a new "Refresh list" button to handle the new filters. issue #161
-
- 05 Feb, 2020 3 commits
-
-
Romain Therville authored
A new "Project space" column has been added to the admin "Process mail demands" table. issue #161
-
Romain Therville authored
"Process mail demands". The links now work, and are made dynamically. issue #163 (linked to issue #146)
-
Romain Therville authored
"Admin > Process mail demands". The links now work, and are made dynamically. issue #163 (linked to issue #146)
-
- 30 Jan, 2020 1 commit
-
-
Romain Therville authored
This update was made to recover the redirection page id dynamically from the typo3 template values. Issue #146
-
- 27 Jan, 2020 2 commits
-
-
Romain Therville authored
In the "Adminsitration > Extend project", projects links have been fixed. Issue #146
-
Romain Therville authored
We don't display the static "two year" anymore in the purge mail. Issue #137
-
- 22 Jan, 2020 1 commit
-
-
Romain Therville authored
The projects count has been updated to ignore the hidden projects if they do not appear in the list. issue #154
-
- 15 Jan, 2020 5 commits
-
-
Romain Therville authored
Same as last commit. issue #151
-
Romain Therville authored
There was a if( xxx = yyy) instead of a if( xxx == yyy) in class.tx_nG6_eid.php . PS: If asked, I will deny everything. issue #151
-
Romain Therville authored
I don't see any difference yet, but the master version of this file return no result table, and this version does. I might revert this commit if it is useless. issue #151, for the new tag V3.2.5.3
-
Romain Therville authored
2 functions were missing from my version of this file, get_save_dir() and get_project_data_save_dir().
-
Romain Therville authored
A function was missing from the last commit + merge, get_available_space_ids() from tx.nG6_utils.php. issue #151
-
- 14 Jan, 2020 3 commits
-
-
Romain Therville authored
Same branch as the old issue151, and same commit as c5f5c618 . I have deleted the branch and commits earlier this week, I thought the merge was already done. Also, this time I pushed the (much needed) updated ng6_database.sql file. (Once again, when this update goes live, an update to the DB structure will be needed. See the related issue.) Issue #151
-
Romain Therville authored
"The user you entered doesn't have the rights to perform[...]" issue #129
-
Romain Therville authored
Before launching a project space migration (from the new form in the single project view), we ask for a user+ pwd and run the following test: We use the given user+pwd to run a "touch+rm" in the current project's space's data directory. In production, only ng6, root and users in the apache group can perform this action. (So only people with access to those credentials will be able tu run the switch_space_id workflow from there) More infos in the issue. Issue #129
-
- 13 Jan, 2020 2 commits
-
-
Romain Therville authored
The 'switch_space_id' migration workflow is now displayed for the current project's administrator users. (table fe_rights, right_level = 2) Superadmin users can still launch the migration of any project. (issue #129)
-
Romain Therville authored
The "switch_space_id" migration workflow form, in the single project view, will only be displayed to the project's administrators (right_level '2' in the 'fe_rights' database table). It stays available to superadmin users on all projects. (issue #129)
-
- 10 Jan, 2020 2 commits
-
-
Romain Therville authored
I removed two useless comments, that I left for no reason. issue #151
-
Romain Therville authored
- The "size" filter criteria has been replaced by a "space" filter. - The default value is "no filter". - The result table has one more column, "Project space". -The search algorithm has been updated. WARNING : Check the issue #151 to find the SQL commands to update the views's structures. (Issue #151)
-
- 08 Jan, 2020 2 commits
-
-
Celine Noirot authored
-
Celine Noirot authored
-