forked from AOEpeople/be_groups
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChangeLog
More file actions
38 lines (31 loc) · 1.71 KB
/
ChangeLog
File metadata and controls
38 lines (31 loc) · 1.71 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# ChangeLog
11-05-2022 Jonathan Starck <info@cretection.it>
* Change Namespace AOE to Cretection because I am not part of AOE
* Replace deprecated functions like "\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::siteRelPath()"
* Comment out deprecated functions like "\TYPO3\CMS\Backend\Utility\BackendUtility()"
* Code clean up
* Add svg-Icons
* Modified README.md
* Modified .xlf Files
02-03-2016 Tomas Norre Mikkelsen <tomas.mikkelsen@aoe.com>
* Replace deprecated function calls like "t3lib_div"
* Switched to namespaces
* Added Composer.json
06-09-2012 Michael Klapper <michael.klapper@morphodo.com>
* Add flash message as notice to inform the user if the "hide in list" option is toggled.
* Manual update the "hide in list" option is now possible if "kind of" is not changed at the same time.
* Improve ORDER BY in all listings of be_groups records.
* Restore original multiselect box for be_groups of "default all".
* Update Wizard should take care of records with the type "default all".
04-09-2012 Michael Klapper <michael.klapper@morphodo.com>
* Update subgroup_* fields if you switch from default (tx_begroups_kind = 0)
to type META (tx_begroups_kind = 3).
23-08-2012 Michael Klapper <michael.klapper@morphodo.com>
* Introduced two wizards to migrate to the new be_groups interface.
05-07-2012 Michael Klapper <michael.klapper@morphodo.com>
* Restructure the field subgroup into seven new fields to improve the user experience.
04-07-2012 Michael Klapper <michael.klapper@morphodo.com>
* Create new icon added to the be_group record on field subgroup
* Show only groups of type META in be_user records
* Hide groups in be_group records if they are of type META
* Initial release