Lukas
Lukas
IMO this should not be part of the kimai-core (see #437) to follow the KISS principle. Additionally, I've concerns of adding this, because of the different types of 2FA (TOTP...
Regarding the discussion thread #437, I believe that this feature should be part of a separate plugin/symfony-bundle but not part of the kimai-core. There may be some needs for exporting...
As I wrote, I understand the need to display calendar entries. Plugins: I started the discussion about plugins in #437 and also found a test plugin https://github.com/kevinpapst/kimai2-invoice (not updated since...
@mschering already mentioned this bug in the closed issue https://github.com/fruux/sabre-vobject/issues/294#issuecomment-231987064
the bugs should be resolved with my additions
The variables are missing (undefined) if there are no monitors/accounts connected and therefore no loops accessed. I've added the missing variable definitions in my PR #38
@timhal15 do you use the contents from `/backend/statuspage` or `/build/statuspage`? The backend-Files are out of date. Also my update only includes the build-files. Have you checked out my fix (`https://github.com/lduer/StatusPage/tree/fix_issue34`)?...
could you please paste the response you get from the `check.php`, when it is called via ajax-request from the index?
my own pull-request #187 contains one possible solution to this issue. When setting the options, it works as desired: ``` $lc = new \lessc(); $lc->setOptions(array('relativeUrls' => false)); $content = $lc->parse($lessContent);...