The to_do page lists all items assigned to the current user. But a page is required that would simply list all items assigned to any user, in a table format similar to the to_do/created page.

Comments

jaypan’s picture

Thank you for your feedback. The feature has been added in 6.x-1.1-rc3, which has now been uploaded to the server.

jaypan’s picture

Notes:
* you will need to go to admin/settings/performance and clear the cache in order for the new menu item to be visible.
* to be able to see this list, you will need to assign 'view all to do listings' to a user/role.

jaypan’s picture

Assigned: Unassigned » jaypan
Status: Active » Fixed
megrix’s picture

Thank you. Since you've been so responsive, I will post a few other feature requests as seperate post.

megrix’s picture

The 'all to do list' view shows only 10 items. A pager is needed here. More items (say 30) would be more suitable as well.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

megrix’s picture

Repeat of comment #5 :

The 'all to do list' view shows only 10 items, which seems to be a fixed number in the file to_do_pages.inc.
A pager is needed here. More items (say 30) would be more suitable as well.

jaypan’s picture

Ahh, don't know how I missed that. I'll get it in the next release, later this week.

jaypan’s picture

Megrix - it turns out that I had built in the functionality for the pager, but due to the complicated nature of the query that was being used to retrieve all the to do listings, Drupal wasn't able to properly calculate the total number of pages properly, and therefore thought there was only one page. I added a query to count the total number of listings, and the pager now appears as it should.

I also added the ability in the settings page to be able to set the number of rows to be displayed on listings pages. Both these features have been implemented in RC10 (just released).

naught101’s picture

Status: Closed (fixed) » Active

This doesn't appear to be working. With user 1, I have an "All to do listings", and it correctly shows two to dos. When I access the to do list pages with another user with the "view all to do listings" permission, that tab also appears, but it is empty.

I want to try to figure this out before I get on to #839260: Permission system overhaul

AlexisWilke’s picture

naught101,

That's the db_rewrite_sql() on line 104/105 in to_do/to_do.users.inc

Good luck. That's part of the grant system.

Thank you.
Alexis

naught101’s picture

Status: Active » Closed (fixed)