- 22 Mar, 2021 8 commits
-
-
Romain Therville authored
The send_purge_demand_mail() is now going to send an alert mail to the nG6 admins if a purge demand already exists for a given project, instead of creating a new one. Issue #192
-
Romain Therville authored
New function get_multiple_purge_demand_mail() to warn the nG6 admins that a purge demand already exists for the given project. Issue #192
-
Romain Therville authored
New check_demand_insert trigger to prevent the insertion of a second purge demand for a given project. Issue #192
-
Romain Therville authored
The function add_purge_demand() will not update the run and analyzes tables if a demand already exists for a given project. (See new trigger) Issue #192
-
Romain Therville authored
Function "resend_purge_demand" reworked to ignore hidden runs and analyzes. Issues #178, #193
-
Romain Therville authored
The hidden runs and analyzes do not appear in the mail or volume count anymore. Next : the resend function. Issues #178, #193
-
Romain Therville authored
2 functions have a new parameter 'get_hidden' Issues #193, #178
-
Romain Therville authored
'CC' headers have to be reset not to display "esitoul" 10 times. Issue #195
-
- 12 Nov, 2020 4 commits
-
-
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
-
- 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
-