- Nov 27, 2020
-
- Nov 24, 2020
-
-
Romain Therville authored
Update to the analysis.py class See merge request !111
-
Romain Therville authored
New get_directory() function for the analysis.py class. issue #129
-
- Nov 12, 2020
-
-
Romain Therville authored
Merge branch Dev with master See merge request !110
-
Romain Therville authored
Merge branch Issue#190 with master See merge request !109
-
Romain Therville authored
issue #129
-
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
-
- Jul 10, 2020
-
-
Romain Therville authored
get_web_filepath() function fixed. Compatible with change_space() and save_file() functions. Issues #129, #187
-
- Jul 09, 2020
-
-
Romain Therville authored
The last commit to the save_file function has introduced a bug. issues #129, #187
-
- Jul 07, 2020
-
-
Romain Therville authored
wrong. Issue #129
-
- Jul 06, 2020
-
-
Romain Therville authored
The get_web_filepath function has been updated to return the right path Issue #129
-
- Jun 04, 2020
-
-
Romain Therville authored
Merge branch Dev with master See merge request !107
-
Romain Therville authored
Merge branch issue#129 with dev See merge request !106
-
- Jun 03, 2020
-
-
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
-
- Apr 03, 2020
-
-
Celine Noirot authored
Merge branch Master with dev See merge request !105
-
Romain Therville authored
Migration issues See merge request !104
-
cnoirot authored
-
- Mar 27, 2020
- Mar 26, 2020
-
-
cnoirot authored
-
- Mar 18, 2020
-
-
Celine Noirot authored
Merge branch issue#138 with dev See merge request !103
-
- Mar 04, 2020
-
-
Romain Therville authored
The email adress to contact has been set to ng6-support@groupes.renater.fr . issue #161
-
- Feb 28, 2020
-
-
Romain Therville authored
I have added some text and links to the purge mail. issue#161
-
- Feb 27, 2020
-
-
Romain Therville authored
The date sorting has been fixed, the column type was set to "date" instead of "date-eu". Issue #138
-
- Feb 26, 2020
-
-
Celine Noirot authored
Merge branch issue#172 with dev See merge request !102
-
- Feb 25, 2020
-
-
Romain Therville authored
The "project space" field in the form has been made a select field, with options build dynamically. issue #172
-
- Feb 17, 2020
-
-
Romain Therville authored
Merge branch Dev with Master See merge request !101
-
- Feb 14, 2020
-
-
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
-
- Feb 13, 2020
-
-
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
-
- Feb 12, 2020
-
-
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
-
- Feb 11, 2020
-
-
Celine Noirot authored
Merge branch issue#161.2 with dev See merge request !97
-