0
0
Fork 0
mirror of https://github.com/kevinpapst/kimai2.git synced 2025-05-06 02:00:08 +00:00
kevinpapst_kimai2/tests/Event
Kevin Papst 0cbf0053d2
Release 2.0.5 (#3888)
- Fixed: mandatory fields / form validation for invoice template
- Added: Duration as calendar title replacer (open: running records)
- Fixed: HTML injection in Calendar
- Fixed: Doctrine Proxies are not initialized (leads to empty customer/project)
- Fixed: tag creation
- Fixed: validation errors do not need to be logged in prod
- Removed: Customer VCard download, as used library is outdated and not maintained
- Added: supporting translations domains in many new places (menu, help_text, page_setup, report, exporter, calendar)
2023-03-05 03:08:43 +01:00
..
AbstractActivityEventTest.php added activity events for plugins (#2516) 2021-04-21 15:56:17 +02:00
AbstractCustomerEventTest.php Next major version 2 with PHP 8.1, Symfony 6, Tabler UI, 2FA ... (#2902) 2022-12-31 21:19:55 +01:00
AbstractProjectEventTest.php lifecycle events for projects (#2013) 2020-10-07 19:44:55 +02:00
AbstractTimesheetEventTest.php added events for timesheet actions (#1598) 2020-04-15 18:07:14 +02:00
AbstractTimesheetMultipleEventTest.php added events for timesheet actions (#1598) 2020-04-15 18:07:14 +02:00
ActivityBudgetStatisticEventTest.php monthly budget, monthly report, unified report calculation (#2684) 2021-08-06 18:38:41 +02:00
ActivityCreateEventTest.php added activity events for plugins (#2516) 2021-04-21 15:56:17 +02:00
ActivityCreatePostEventTest.php added activity events for plugins (#2516) 2021-04-21 15:56:17 +02:00
ActivityCreatePreEventTest.php added activity events for plugins (#2516) 2021-04-21 15:56:17 +02:00
ActivityDetailControllerEventTest.php added event to extend detail pages (#3209) 2022-03-19 23:54:40 +01:00
ActivityMetaDefinitionEventTest.php support custom fields for timesheets, customers, projects and activities (#871) 2019-06-26 00:39:05 +02:00
ActivityMetaDisplayEventTest.php added annotation based exporter (#1831) 2020-07-21 03:37:51 +02:00
ActivityStatisticEventTest.php monthly budget, monthly report, unified report calculation (#2684) 2021-08-06 18:38:41 +02:00
ActivityUpdatePostEventTest.php added activity events for plugins (#2516) 2021-04-21 15:56:17 +02:00
ActivityUpdatePreEventTest.php added activity events for plugins (#2516) 2021-04-21 15:56:17 +02:00
CalendarConfigurationEventTest.php added calendar configuration event (#2698) 2021-08-06 18:35:37 +02:00
CalendarDragAndDropSourceEventTest.php Release 2.0.5 (#3888) 2023-03-05 03:08:43 +01:00
CalendarGoogleSourceEventTest.php added drag and drop for new records via calendar (#1962) 2020-09-17 01:13:48 +02:00
ConfigureMainMenuEventTest.php Release 2.0.2 (#3856) 2023-02-21 19:21:49 +01:00
CustomerCreateEventTest.php added project importer and grandtotal converter (#1468) 2020-10-11 22:08:00 +02:00
CustomerCreatePostEventTest.php added project importer and grandtotal converter (#1468) 2020-10-11 22:08:00 +02:00
CustomerCreatePreEventTest.php added project importer and grandtotal converter (#1468) 2020-10-11 22:08:00 +02:00
CustomerDetailControllerEventTest.php Next major version 2 with PHP 8.1, Symfony 6, Tabler UI, 2FA ... (#2902) 2022-12-31 21:19:55 +01:00
CustomerMetaDefinitionEventTest.php Next major version 2 with PHP 8.1, Symfony 6, Tabler UI, 2FA ... (#2902) 2022-12-31 21:19:55 +01:00
CustomerMetaDisplayEventTest.php added annotation based exporter (#1831) 2020-07-21 03:37:51 +02:00
CustomerStatisticEventTest.php Next major version 2 with PHP 8.1, Symfony 6, Tabler UI, 2FA ... (#2902) 2022-12-31 21:19:55 +01:00
CustomerUpdatePostEventTest.php added project importer and grandtotal converter (#1468) 2020-10-11 22:08:00 +02:00
CustomerUpdatePreEventTest.php added project importer and grandtotal converter (#1468) 2020-10-11 22:08:00 +02:00
DashboardEventTest.php Next major version 2 with PHP 8.1, Symfony 6, Tabler UI, 2FA ... (#2902) 2022-12-31 21:19:55 +01:00
EmailEventTest.php Refactor authentication system (#2602) 2021-06-10 15:34:13 +02:00
EmailPasswordResetEventTest.php Refactor authentication system (#2602) 2021-06-10 15:34:13 +02:00
EmailSelfRegistrationEventTest.php Refactor authentication system (#2602) 2021-06-10 15:34:13 +02:00
InvoiceCreatedEventTest.php added invoice model to invoice created event (#3079) 2022-01-20 18:41:55 +01:00
InvoiceDeleteEventTest.php added invoice delete event (#3096) 2022-01-24 21:33:13 +01:00
InvoiceDocumentsEventTest.php Next major version 2 with PHP 8.1, Symfony 6, Tabler UI, 2FA ... (#2902) 2022-12-31 21:19:55 +01:00
InvoicePostRenderEventTest.php Next major version 2 with PHP 8.1, Symfony 6, Tabler UI, 2FA ... (#2902) 2022-12-31 21:19:55 +01:00
InvoicePreRenderEventTest.php Next major version 2 with PHP 8.1, Symfony 6, Tabler UI, 2FA ... (#2902) 2022-12-31 21:19:55 +01:00
PageActionsEventTest.php Next major version 2 with PHP 8.1, Symfony 6, Tabler UI, 2FA ... (#2902) 2022-12-31 21:19:55 +01:00
PermissionsEventTest.php fix removing single permissions from event (#1661) 2020-04-24 19:02:21 +02:00
PrepareUserEventTest.php Next major version 2 with PHP 8.1, Symfony 6, Tabler UI, 2FA ... (#2902) 2022-12-31 21:19:55 +01:00
ProjectBudgetStatisticEventTest.php monthly budget, monthly report, unified report calculation (#2684) 2021-08-06 18:38:41 +02:00
ProjectCreateEventTest.php lifecycle events for projects (#2013) 2020-10-07 19:44:55 +02:00
ProjectCreatePostEventTest.php lifecycle events for projects (#2013) 2020-10-07 19:44:55 +02:00
ProjectCreatePreEventTest.php lifecycle events for projects (#2013) 2020-10-07 19:44:55 +02:00
ProjectDetailControllerEventTest.php added event to extend detail pages (#3209) 2022-03-19 23:54:40 +01:00
ProjectMetaDefinitionEventTest.php support custom fields for timesheets, customers, projects and activities (#871) 2019-06-26 00:39:05 +02:00
ProjectMetaDisplayEventTest.php added annotation based exporter (#1831) 2020-07-21 03:37:51 +02:00
ProjectMetaQueryDisplayTest.php Display meta-fields in datatables (#1116) 2019-09-19 20:28:31 +02:00
ProjectStatisticEventTest.php monthly budget, monthly report, unified report calculation (#2684) 2021-08-06 18:38:41 +02:00
ProjectUpdatePostEventTest.php lifecycle events for projects (#2013) 2020-10-07 19:44:55 +02:00
ProjectUpdatePreEventTest.php lifecycle events for projects (#2013) 2020-10-07 19:44:55 +02:00
RecentActivityEventTest.php added event for recent activities (#2254) 2021-01-11 19:13:14 +01:00
ReportingEventTest.php added activity events for plugins (#2516) 2021-04-21 15:56:17 +02:00
RevenueStatisticEventTest.php Next major version 2 with PHP 8.1, Symfony 6, Tabler UI, 2FA ... (#2902) 2022-12-31 21:19:55 +01:00
SystemConfigurationEventTest.php Next major version 2 with PHP 8.1, Symfony 6, Tabler UI, 2FA ... (#2902) 2022-12-31 21:19:55 +01:00
ThemeEventTest.php User profile layout (#2402) 2021-03-06 12:34:34 +01:00
ThemeJavascriptTranslationsEventTest.php Next major version 2 with PHP 8.1, Symfony 6, Tabler UI, 2FA ... (#2902) 2022-12-31 21:19:55 +01:00
TimesheetCreatePostEventTest.php added events for timesheet actions (#1598) 2020-04-15 18:07:14 +02:00
TimesheetCreatePreEventTest.php added events for timesheet actions (#1598) 2020-04-15 18:07:14 +02:00
TimesheetDeleteMultiplePreEventTest.php added events for timesheet actions (#1598) 2020-04-15 18:07:14 +02:00
TimesheetDeletePreEventTest.php added events for timesheet actions (#1598) 2020-04-15 18:07:14 +02:00
TimesheetDuplicatePostEventTest.php prepare release 1.13 (#2290) 2021-02-01 23:43:47 +01:00
TimesheetDuplicatePreEventTest.php prepare release 1.13 (#2290) 2021-02-01 23:43:47 +01:00
TimesheetMetaDefinitionEventTest.php support custom fields for timesheets, customers, projects and activities (#871) 2019-06-26 00:39:05 +02:00
TimesheetMetaDisplayEventTest.php added annotation based exporter (#1831) 2020-07-21 03:37:51 +02:00
TimesheetRestartPostEventTest.php added drag and drop for new records via calendar (#1962) 2020-09-17 01:13:48 +02:00
TimesheetRestartPreEventTest.php added drag and drop for new records via calendar (#1962) 2020-09-17 01:13:48 +02:00
TimesheetStopPostEventTest.php added events for timesheet actions (#1598) 2020-04-15 18:07:14 +02:00
TimesheetStopPreEventTest.php added events for timesheet actions (#1598) 2020-04-15 18:07:14 +02:00
TimesheetUpdateMultiplePostEventTest.php added events for timesheet actions (#1598) 2020-04-15 18:07:14 +02:00
TimesheetUpdateMultiplePreEventTest.php added events for timesheet actions (#1598) 2020-04-15 18:07:14 +02:00
TimesheetUpdatePostEventTest.php added events for timesheet actions (#1598) 2020-04-15 18:07:14 +02:00
TimesheetUpdatePreEventTest.php added events for timesheet actions (#1598) 2020-04-15 18:07:14 +02:00
UserCreateEventTest.php Refactor authentication system (#2602) 2021-06-10 15:34:13 +02:00
UserCreatePostEventTest.php Refactor authentication system (#2602) 2021-06-10 15:34:13 +02:00
UserCreatePreEventTest.php Refactor authentication system (#2602) 2021-06-10 15:34:13 +02:00
UserInteractiveLoginEventTest.php Refactor authentication system (#2602) 2021-06-10 15:34:13 +02:00
UserPreferenceDisplayEventTest.php Next major version 2 with PHP 8.1, Symfony 6, Tabler UI, 2FA ... (#2902) 2022-12-31 21:19:55 +01:00
UserPreferenceEventTest.php Next major version 2 with PHP 8.1, Symfony 6, Tabler UI, 2FA ... (#2902) 2022-12-31 21:19:55 +01:00
UserRevenueStatisticEventTest.php Next major version 2 with PHP 8.1, Symfony 6, Tabler UI, 2FA ... (#2902) 2022-12-31 21:19:55 +01:00
UserUpdatePostEventTest.php Refactor authentication system (#2602) 2021-06-10 15:34:13 +02:00
UserUpdatePreEventTest.php Refactor authentication system (#2602) 2021-06-10 15:34:13 +02:00