- 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
-
- 10 Jul, 2020 1 commit
-
-
Romain Therville authored
get_web_filepath() function fixed. Compatible with change_space() and save_file() functions. Issues #129, #187
-
- 09 Jul, 2020 1 commit
-
-
Romain Therville authored
The last commit to the save_file function has introduced a bug. issues #129, #187
-
- 07 Jul, 2020 1 commit
-
-
Romain Therville authored
wrong. Issue #129
-
- 06 Jul, 2020 1 commit
-
-
Romain Therville authored
The get_web_filepath function has been updated to return the right path Issue #129
-
- 04 Jun, 2020 1 commit
-
-
Romain Therville authored
Merge branch issue#129 with dev See merge request !106
-
- 03 Jun, 2020 3 commits
-
-
Romain Therville authored
Only useless parts have been removed. Issue #129
-
Romain Therville authored
Prints used for debug have been removed. Issue#129
-
Romain Therville authored
migrated analysis files (broken links and missing files). Issue#129
-
- 03 Apr, 2020 3 commits
-
-
Celine Noirot authored
Merge branch Master with dev See merge request !105
-
Romain Therville authored
Migration issues See merge request !104
-
cnoirot authored
-
- 27 Mar, 2020 2 commits
- 26 Mar, 2020 1 commit
-
-
cnoirot authored
-
- 18 Mar, 2020 1 commit
-
-
Celine Noirot authored
Merge branch issue#138 with dev See merge request !103
-
- 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
-
- 26 Feb, 2020 1 commit
-
-
Celine Noirot authored
Merge branch issue#172 with dev See merge request !102
-
- 25 Feb, 2020 1 commit
-
-
Romain Therville authored
The "project space" field in the form has been made a select field, with options build dynamically. issue #172
-
- 17 Feb, 2020 1 commit
-
-
Romain Therville authored
Merge branch Dev with Master See merge request !101
-
- 14 Feb, 2020 7 commits
-
-
Celine Noirot authored
Merge branch Issue#171 with dev See merge request !100
-
Celine Noirot authored
Merge branch issue#170 with dev See merge request !99
-
Celine Noirot authored
Merge branch issue#161 with dev See merge request !98
-
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 3 commits
-
-
Celine Noirot authored
Merge branch issue#161.2 with dev See merge request !97
-
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 5 commits
-
-
Celine Noirot authored
Merge branch issue#161 with dev See merge request !96
-
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
-
Celine Noirot authored
Merge branch Issue#161with dev See merge request !95
-
Celine Noirot authored
# Conflicts: # ui/nG6/res/js/tx_nG6_pi6.js
-
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
-