- 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
-
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
-
- Feb 06, 2020
-
-
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
-
- Feb 05, 2020
-
-
Romain Therville authored
A new "Project space" column has been added to the admin "Process mail demands" table. issue #161
-
Celine Noirot authored
Merge branch Issue#163 with dev See merge request !94
-
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)
-
- Jan 31, 2020
-
-
Celine Noirot authored
Merge branch issue#146 with dev See merge request !93
-