phproject
phproject copied to clipboard
A high performance full-featured project management system
Repeating tasks show up on the My Tasks list, even if the task isn't scheduled to repeat for an extended period of time. It would be useful to only see...
An error occurs: "PDOStatement: Access denied for user '" The cause of this error is that you are using views, but if you change database user name for some reasons,...
MySQL 5.7 and higher set this SQL mode by default: `ONLY_FULL_GROUP_BY,STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION` We should update our queries to support these defaults. In particular, some queries don't use `GROUP BY` correctly under...
Clicking a task assigned to a deactivated user on the task board leaves the "Assigned To" field set to it's last state, generally the last card that was clicked. It...
I love the quality of this thing. I was just going to say that there are several projects named variations of PHProject, such as PHProjekt, etc. I was just going...
Hi phproject! I've had some great success customizing this application so far, but I'm running into a headache with trying to add a new issue field to the database and...
I would like to either request this as a new feature or help build it. For my company's use case we need to be able to import CSV and create...