- 14 Feb, 2020 1 commit
-
-
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
-
- 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
-
- 05 Feb, 2020 4 commits
-
-
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)
-
- 31 Jan, 2020 1 commit
-
-
Celine Noirot authored
Merge branch issue#146 with dev See merge request !93
-
- 30 Jan, 2020 1 commit
-
-
Romain Therville authored
This update was made to recover the redirection page id dynamically from the typo3 template values. Issue #146
-
- 28 Jan, 2020 2 commits
-
-
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
-
- 27 Jan, 2020 2 commits
-
-
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
-
- 22 Jan, 2020 3 commits
-
-
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
-
- 16 Jan, 2020 1 commit
-
-
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
-
- 15 Jan, 2020 9 commits
-
-
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().
-
Romain Therville authored
A function was missing from the last commit + merge, get_available_space_ids() from tx.nG6_utils.php. issue #151
-
- 14 Jan, 2020 7 commits
-
-
Celine Noirot authored
Merge branch Issue#151 with master See merge request !84
-
Celine Noirot authored
Merge branch Issue#129 with master See merge request !83
-
Romain Therville authored
# Conflicts: # ui/nG6/pi6/administration_view.tpl
-
Romain Therville authored
Same branch as the old issue151, and same commit as c5f5c618 . I have deleted the branch and commits earlier this week, I thought the merge was already done. Also, this time I pushed the (much needed) updated ng6_database.sql file. (Once again, when this update goes live, an update to the DB structure will be needed. See the related issue.) Issue #151
-
Romain Therville authored
# Conflicts: # ui/nG6/lib/class.tx_nG6_utils.php (Both lines looked the same to me. RT)
-
Romain Therville authored
"The user you entered doesn't have the rights to perform[...]" issue #129
-
Romain Therville authored
Before launching a project space migration (from the new form in the single project view), we ask for a user+ pwd and run the following test: We use the given user+pwd to run a "touch+rm" in the current project's space's data directory. In production, only ng6, root and users in the apache group can perform this action. (So only people with access to those credentials will be able tu run the switch_space_id workflow from there) More infos in the issue. Issue #129
-