Introduced DEFAULT_PLUGINS config constant.
[timetracker.git] / WEB-INF / lib / ttAdmin.class.php
2019-04-15 Nik OkuntseffIntroduced DEFAULT_PLUGINS config constant.
2019-03-19 Nik OkuntseffStarted to create group keys upon group creation.
2018-12-06 Nik OkuntseffFixed editing org by admin, added a comment for importe...
2018-11-29 Nik OkuntseffFinished refactoring ttAdmin class.
2018-11-29 Nik OkuntseffRefactoring in ttAdmin class and its use.
2018-11-28 Nik OkuntseffRefactored admin_group_editp.php.
2018-11-28 Nik OkuntseffImproving deleting groups.
2018-11-28 Nik OkuntseffRefactoring in ttAdmin class.
2018-11-23 Nik OkuntseffMade group name mandatory for subgroup support.
2018-11-22 Nik OkuntseffImplemented delete group feature in group editor.
2018-11-16 Nik OkuntseffSome refactoring for subgroup support.
2018-11-09 Nik OkuntseffImproved new export a bit by adding tasks to output.
2018-04-06 Nik OkuntseffMore refactoring.
2018-04-05 Nik OkuntseffMore refactoring in admin files.
2018-04-02 Nik OkuntseffA bit more progress with renaming.
2018-03-29 Nik OkuntseffRefactoring. Renamed team_id fields to become group_id.
2018-03-29 Nik OkuntseffRefactoring. Renamed tt_teams table to tt_groups.
2018-03-23 Nik OkuntseffRefactoring. Replacing getKey() with get().
2018-03-23 Nik OkuntseffFixed a problem with deleting teams by supplying a...
2018-03-23 Nik OkuntseffRefactored admin_options.php to use ttAdmin instance.
2018-03-22 Nik OkuntseffMoving away from using the timestamp field.
2018-03-22 Nik OkuntseffRemoved unused function.
2018-03-22 Nik OkuntseffA bit more refactoring for admin.
2018-03-22 Nik OkuntseffRefactored admin_team_edit.php to use ttAdmin class.
2018-03-22 Nik OkuntseffIntroduced ttAdmin class for admin tasks.