posaune
[timetracker.git] / mysql.sql
2019-06-28 Nik OkuntseffIntroduced tt_entity_custom_fields table.
2019-06-28 Nik OkuntseffChanged entity_type datatype in db to optimize things.
2019-06-27 Nik OkuntseffStarting working on extending custom fields.
2019-04-26 Nik OkuntseffStarted to work on configurable holidays.
2019-04-25 Nik OkuntseffVersion fix in mysql.sql.
2019-04-23 Nik OkuntseffIntroduced tt_work_categories table for remote work...
2019-04-22 Nik OkuntseffMore work in progress on remote work plugin.
2019-04-22 Nik OkuntseffIntroduced tt_work_currencies table for remote work...
2019-04-18 Nik OkuntseffIntroduced rights for remote work plugin.
2019-03-19 Nik OkuntseffAdded group_key field to tt_groups.
2019-03-17 Nik OkuntseffAdded file_key field to tt_files table.
2019-03-16 Nik OkuntseffIntroduced tt_files table.
2019-03-08 Nik OkuntseffAdded description field to tt_templates.
2019-03-07 Nik OkuntseffIntroduced tt_templates database table.
2019-03-02 Nik OkuntseffDropped timesheet_id from tt_expense_items and simplifi...
2019-03-01 Nik OkuntseffAdded project_id to tt_timesheets table.
2019-03-01 Nik OkuntseffFurther streamlining of access rights.
2019-03-01 Nik OkuntseffCleaning up no longer needed access rights.
2019-03-01 Nik OkuntseffChanged structure of tt_timesheets table as part of...
2019-02-27 Nik OkuntseffStarted redesign of timesheets feature.
2019-02-26 Nik OkuntseffExtended tt_fav_reports table for approved and timeshee...
2019-02-26 Nik OkuntseffRemoved view_client_unapproved right from default clien...
2019-02-24 Nik OkuntseffIntroduced approve_reports and approve_all_reports...
2019-02-24 Nik OkuntseffAdded approved field to tt_log and tt_expense_items...
2019-02-23 Nik OkuntseffIntroduced view_client_unapproved access right.
2019-02-19 Nik OkuntseffRenamed client access rights for clarity.
2019-02-18 Nik OkuntseffAdded rights to view, manage, and approve all timesheets.
2019-02-15 Nik OkuntseffAdjusting rights for timesheets plugin.
2019-02-13 Nik OkuntseffWork started on timesheet approval workflow.
2018-12-22 Nik OkuntseffMade quota_percent not null and default to 100 in db.
2018-12-19 Nik OkuntseffIntroduced quota_percent field in tt_users table for...
2018-11-21 Nik OkuntseffIntroduced description field for groups as part of...
2018-11-20 Nik OkuntseffIntroduced status field in tt_custom_field_options...
2018-11-19 Nik OkuntseffAdding group_id and org_id to last 3 remaining tables.
2018-11-19 Nik OkuntseffAdded group_id and org_id to tt_config table.
2018-11-19 Nik OkuntseffAdded an index to tt_client_project_binds to guarantee...
2018-11-19 Nik OkuntseffAdded group_id and org_id in tt_client_project_binds...
2018-11-19 Nik OkuntseffIntroduced org_id in tt_cron table as part of subgroup...
2018-11-18 Nik OkuntseffAdded group_id and org_id to tt_fav_reports table.
2018-11-18 Nik OkuntseffFixed index name.
2018-11-18 Nik OkuntseffIntroduced an index in tt_project_task_binds to elimina...
2018-11-17 Nik OkuntseffPopulating tt_user_project_binds.
2018-11-17 Nik OkuntseffIntroduced org_id in tt_expense_items table.
2018-11-17 Nik OkuntseffIntroduced org_id in tt_predefined_expenses table.
2018-11-17 Nik OkuntseffFixed mysql.sql - broken at 2nd commit earlier.
2018-11-17 Nik OkuntseffIntroduced org_id in tt_monthly_quotas table.
2018-11-16 Nik OkuntseffChanged collation to utf8mb4_bin to support 4-byte...
2018-11-16 Nik OkuntseffFixed mysql.sql for new installs - one table was not...
2018-11-15 Nik OkuntseffSwitching from utf8 to utf8mb4 character set for full...
2018-11-08 Nik OkuntseffA bit more progress with introducing org_id in tables.
2018-11-07 Nik OkuntseffAdded org_id to a couple more tables.
2018-11-07 Nik OkuntseffIntroduced org_id field in tt_projects and tt_tasks...
2018-11-07 Nik OkuntseffIntroduced org_id field in tt_clients table.
2018-11-05 Nik OkuntseffIntroduced org_id in tt_roles table for better security...
2018-11-02 Nik OkuntseffMore work in progress on subgroups.
2018-11-02 Nik OkuntseffFixing org_id for existing groups.
2018-11-01 Nik OkuntseffAdded an index on tt_custom_field_log for faster report...
2018-10-28 Nik OkuntseffAdded 2 additional group by fields in database as part...
2018-07-29 Nik OkuntseffAdded indexes on group_id to speed up searches by group_id.
2018-07-28 Nik OkuntseffAdded group_id field to tt_log and tt_expense_items...
2018-07-22 Nik OkuntseffIntroduced show_work_units field in tt_fav_reports...
2018-04-11 Nik OkuntseffIntroduced delete_group right.
2018-04-10 Nik OkuntseffIntroduced password_complexity field in tt_groups table.
2018-04-09 Nik OkuntseffA bit of cleanup.
2018-04-02 Nik OkuntseffMoved managed_basic_settings to co-manager role.
2018-03-31 Nik OkuntseffIntroduced view_own_clients right and its handling.
2018-03-31 Nik OkuntseffIntroduced view_own_tasks right and its handling.
2018-03-30 Nik OkuntseffIntroduced IP based access control for groups.
2018-03-30 Nik OkuntseffIntroduced view_all_reports right and added it to co...
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-27 Nik OkuntseffRenamed view_projects right to view_own_projects.
2018-03-27 Nik OkuntseffIntroduced view_projects right.
2018-03-27 Nik OkuntseffIntroduced manage_own_account right.
2018-03-27 Nik OkuntseffIntroduced parent_id and org_id fields in tt_teams.
2018-03-24 Nik OkuntseffSome refactoring of access checks - in progress.
2018-03-23 Nik OkuntseffReplaced timestamp column with datetime type in tt_tmp...
2018-03-23 Nik OkuntseffDropping timestamp columns from tt_teams and tt_users.
2018-03-21 Nik OkuntseffUpdated db version.
2018-03-21 Nik OkuntseffIntroduced audit fields in tt_teams table.
2018-03-19 Nik OkuntseffAdded swap roles feature.
2018-03-19 Nik OkuntseffRemoved old timestamp field from tt_log.
2018-03-19 Nik OkuntseffIntroduced show_ip field in tt_fav_reports.
2018-03-19 Nik OkuntseffIntoduced audit fields for expenses.
2018-03-18 Nik OkuntseffAdded audit fields to tt_log table.
2018-03-18 Nik OkuntseffRenamed a field in database.
2018-03-18 Nik OkuntseffIntroduced audit fields for users.
2018-03-17 Nik OkuntseffIntroduced override_own_date_lock right.
2018-03-16 Nik OkuntseffDropped legacy role field.
2018-03-16 Nik OkuntseffIntroduced override_own_punch_mode right.
2018-03-14 Nik OkuntseffAdded override_date_lock right to supervisors.
2018-03-13 Nik OkuntseffSplit data_entry right into track_time and track_expenses.
2018-03-12 Nik OkuntseffImproved dbinstall.php to avoid potential corruption...
2018-03-12 Nik OkuntseffExtended right set for more flexibility.
2018-03-10 Nik OkuntseffFixed dbinstall.php. Resumed work on roles.
2018-03-01 Nik OkuntseffA bit more work in progress on roles.
2018-02-28 Nik OkuntseffIntroduced site admin and top manager roles in tt_roles...
2018-02-28 Nik OkuntseffA fix for default values for datetimes for older MySQL...
2018-02-27 Nik OkuntseffIntroduced role_id for users, also tt_site_config table...
2018-02-22 Nik OkuntseffAdded description field to tt_roles.
next