- 06 Feb, 2020 3 commits
-
-
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
-
- 13 Jan, 2020 2 commits
-
-
Romain Therville authored
The 'switch_space_id' migration workflow is now displayed for the current project's administrator users. (table fe_rights, right_level = 2) Superadmin users can still launch the migration of any project. (issue #129)
-
Romain Therville authored
The "switch_space_id" migration workflow form, in the single project view, will only be displayed to the project's administrators (right_level '2' in the 'fe_rights' database table). It stays available to superadmin users on all projects. (issue #129)
-
- 10 Jan, 2020 2 commits
-
-
Romain Therville authored
I removed two useless comments, that I left for no reason. issue #151
-
Romain Therville authored
- The "size" filter criteria has been replaced by a "space" filter. - The default value is "no filter". - The result table has one more column, "Project space". -The search algorithm has been updated. WARNING : Check the issue #151 to find the SQL commands to update the views's structures. (Issue #151)
-
- 09 Jan, 2020 1 commit
-
-
Romain Therville authored
#156 correct style See merge request !77
-
- 08 Jan, 2020 2 commits
-
-
Celine Noirot authored
Merge branch Issues#143 with master See merge request !79
-
Celine Noirot authored
-