Files
kimai2/CHANGELOG.md
2018-07-23 00:43:30 +02:00

22 KiB

Change Log

0.3 (2018-07-22)

Full Changelog

Update from 0.2:

You need to adjust your .env file and add your from address for all emails generated by Kimai 2:

MAILER_FROM=kimai@example.com

Users upgrading from 0.2 need to execute:

bin/console doctrine:migrations:version --add 20180701120000
bin/console doctrine:migrations:migrate

Fixed bugs:

  • Missing assets in fresh installation #213
  • Cannot remove payment terms from invoice template #188
  • Set PHP locale for date format and month names #110
  • Show revenue only for Admin (wrong currency shown) #19

Closed issues:

  • Verifying email configuration #226
  • Installation Issue of version1.3.1 #208
  • Add favicon #205
  • Install Kimai as WebApp #203
  • Replace AvanzuAdminTheme with AdminLTE bundle #201
  • Document DB requirements in install docu #196
  • easier creation of tasks #195
  • Error on bin/console doctrine:schema:create #191
  • Integrate lock bot #183
  • Upgrade to FontAwesome 5 #179
  • Add dynamic column filter #174
  • Add register user function #164
  • Add forgot password function - login screen #163
  • Integrate FOSUserBundle (for registration, password-reset, etc.) #144

Merged pull requests:

0.2 (2018-06-23)

Full Changelog

Fixed bugs:

  • Change to users language after login #7
  • Prevent end time before start time #152
  • Importing old data fails #145
  • Translate LanguageType choices #83
  • Mobile alignments and toolbar #151 #157 (kevinpapst)
  • Improved mobile view #151 #150 (kevinpapst)

Closed issues:

  • Add english translation #8
  • Add configurable system configuration #6
  • Add CHANGELOG.md #177
  • Hide notifications after some seconds #169
  • Add preview blog message and info text on old website #162
  • Setup Scrutinizer to run code sniffer #158
  • Local config to overwrite settings #153
  • Improve mobile view #151
  • Upgrade to Symfony 4.1 #149
  • Replace has_role() with is_granted() #148
  • Add help text to form elements #138
  • Duration mode: creating new timesheet records prefills duration with some seconds #137
  • Add duration-only mode #131
  • Add help controller #129
  • [RFC] Encore: configureFilenames with hash after filename instead of in the filename #125
  • [RFC] Kimai license header #124
  • Secure create-user command #123
  • Setup travis to run phpunit tests #120
  • Add command for building a production release #115
  • Add webpack and webpack-encore for frontend assets #113
  • Add time rounding option #112
  • Add field order number in Projects #107
  • Create docu for invoice templates #106
  • Add invoice template: timesheet #104
  • Add importer from Kimai v1 #102
  • Setup error pages #100
  • Add basic HTML invoice rendering #97
  • Add russian translation #95
  • Filter user in timesheet admin #93
  • Support to switch theme settings #89
  • Roles should become a real table #86
  • Fix Doctrine extensions config loader #84
  • Upgrade to Symfony 4 and Flex #74
  • Add remember me login #53
  • Add preferences sidebar #10
  • Add user settings #9

Merged pull requests:

0.1 (2018-01-10)

Closed issues:

  • Hide inactive delete user button #78
  • Delete activity #71
  • Delete other users timesheet entries #70
  • Delete Project #69
  • Delete Customer #68
  • Delete timesheet entries #67
  • Add installation docu #64
  • Disallow login for inactive user #57
  • Add toolbar to filter user screen #56
  • Upgrade to latest Avanzu version #55
  • AdminLTE login screen #52
  • Add edit Timesheet entry for Teamleads #45
  • Add Timesheet Voter #44
  • Developer improvements #42
  • Base class for repository and query objects #40
  • Add console command to create user #36
  • Add basic security Voter #34
  • Do not show hidden Activities #33
  • Do not show hidden Projects #32
  • Add "create timesheet record" form #31
  • Add filter to Customer admin #28
  • Do not show hidden Customer #27
  • Rename Timesheet query class #25
  • Add "create activity" functionality #24
  • Add "create project" functionality #23
  • Add "create customer" functionality #22
  • Translate dashboard widgets #20
  • Display user avatar in navbar #16
  • Add role SUPER_ADMIN #15
  • Teamlead can see all user times #13
  • Add filter to Timesheet (user) #11
  • Add "create user" functionality #5
  • Edit users role #4
  • Add filter to Timesheet admin #3
  • Add filter to Activity admin #2
  • Add filter to Project admin #1

Merged pull requests:

* This Change Log was automatically generated by github_changelog_generator