Ruud
Ruud
Have you given any thoughts to switching the current DB (Percona DB) with, or adding support for, MariaDB? Thank you,
The following two images files are missing: controls.png loading.png Not sure if these are removed on purpose. If this is the case, there are still a couple of lines requesting...
None of the tasks are shown on the calendar. The issue is in functions.php, line 311: ``` php $formatDate = $year . '-' . str_pad( $month, 2, 0, STR_PAD_LEFT )...
When viewing a single task, the due date and priority is not shown. The issue is here: (Around line 15 in content-single-task.php) ``` PHP ``` The function cp_get_the_task_due_date() and cp_get_the_tak_priority()...
This is not an issue, more like an enhancement. But a progress bar for the project, probably based on the task added vs tasks completed, would be a great enhancement...
When viewing a single task, the date picker is shown by default on the bottom of the page. This closes only after you click "Edit" and select the "Due" field....
When something is deleted, the activity does not show up on the activity feed. Looking at the code, this does not seem to be intentional? Also, maybe more important, the...
The forms on the front-end, such as Add or Edit Project, have no styling attached to them. It seems that WordPress automatically grabs the styling from wp-admin.css, which is not...