Closed (fixed)
Project:
To do list
Version:
6.x-1.1-rc2
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
26 Jul 2009 at 15:43 UTC
Updated:
2 Jul 2010 at 10:29 UTC
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
Comment #1
jaypanThank you for your feedback. The feature has been added in 6.x-1.1-rc3, which has now been uploaded to the server.
Comment #2
jaypanNotes:
* 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.
Comment #3
jaypanComment #4
megrix commentedThank you. Since you've been so responsive, I will post a few other feature requests as seperate post.
Comment #5
megrix commentedThe 'all to do list' view shows only 10 items. A pager is needed here. More items (say 30) would be more suitable as well.
Comment #7
megrix commentedRepeat 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.
Comment #8
jaypanAhh, don't know how I missed that. I'll get it in the next release, later this week.
Comment #9
jaypanMegrix - 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).
Comment #10
naught101 commentedThis 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
Comment #11
AlexisWilke commentednaught101,
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
Comment #12
naught101 commentedDealing with this in #839260: Permission system overhaul