CollabPress icon indicating copy to clipboard operation
CollabPress copied to clipboard

Results 43 CollabPress issues
Sort by recently updated
recently updated
newest added

While working on theme compat I took out a bunch of styling to allow for inheritance of theme styles. This issue is to remind me to bring them back for...

I want to wake up in the morning and see all tasks across all projects.

Currently, we're using the WP Media modal out of the box. That means that users have access to the entire media uploads library, which is problematic - there is no...

Currently we're waiting on AJAX responses in areas where we create, edit, and delete content. This is negligible in areas where users may expect a page reload (e.g. commenting on...

Dates are always displayed as month/date/year format rather than date/month/year format. Doesn't seem to be an option to change this.

With the recent changes, bug fixes, and 2.0 branch, it might be time to update collabpress.org. Wouldn't be too hard to get a sexy landing page going, maybe with a...

If you do any type of content actions on the front-end (create a project, update a project, etc) and pretty permalinks are disabled, the action will happen but the page...

Bug

It doesn't work as supposed to be: 1) All tasks within a project are accessible by all subscriber users, doesn't matter that user is assigned to that task or not....

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...

Bug

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 )...

Bug