- 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
-
- Jan 30, 2020
-
-
Romain Therville authored
This update was made to recover the redirection page id dynamically from the typo3 template values. Issue #146
-
- Jan 28, 2020
-
-
Celine Noirot authored
Merge branch issue#146 with dev See merge request !92
-
Celine Noirot authored
Merge branch issue#137 with dev See merge request !91
-
- Jan 27, 2020
-
-
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
-
- Jan 22, 2020
-
-
Celine Noirot authored
Merge branch issue#157 with dev See merge request !89
-
Celine Noirot authored
Merge branch issue#154 with dev See merge request !90
-
Romain Therville authored
The projects count has been updated to ignore the hidden projects if they do not appear in the list. issue #154
-
- Jan 16, 2020
-
-
Romain Therville authored
1 import was missing to use the new data type "ng6space". (So the space selection is a nice dropdown menu, instead of a simple textfield.) issue #157
-
- Jan 15, 2020
-
-
Romain Therville authored
Merge branch Issue#151 with master See merge request !88
-
Romain Therville authored
# Conflicts: # ui/nG6/class.tx_nG6_eid.php
-
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
Merge branch issue #151 with master See merge request !85
-
Romain Therville authored
# Conflicts: # ui/nG6/lib/class.tx_nG6_utils.php
-
Romain Therville authored
2 functions were missing from my version of this file, get_save_dir() and get_project_data_save_dir().
-