v.1.2.
when i'm logged in everything works splendidly, but when i log out this two lines pop out.
Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in /usr/local/projects/f/extensions/ToDo/default.php on line 51
Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in /usr/local/projects/f/extensions/ToDo/default.php on line 64
Changed the lines ...
51:
from: if (!mysql_query($ToDoDrop, $Context->Database->Connection)) $Errors = 1;
to: if ($Context->Database->Connection && !mysql_query($ToDoDrop, $Context->Database->Connection)) $Errors = 1;
61:
from: if (!mysql_query($ToDoCreate, $Context->Database->Connection)) $Errors = 1;
to: if ($Context->Database->Connection && !mysql_query($ToDoCreate, $Context->Database->Connection)) $Errors = 1;
.. and the problem is gone.
Thank you for developing this extension, Maurice. I am highly anticipating the remaining features on your to-do list. The San Diego Chapter of the International Game Developers Association uses Vanilla internally as an organizational tool; therefore, a task management extension is in great demand. Keep up the great work!
I, personally, can not wait until a) we can send to-do items to other users and b) we can make Public and Private to-do lists
My question on the public/private todo list, does this apply to the whole list, or just specific tasks? Also, is it public as in ALL can see, or only those who have a set permission?
I had a thought about a useful feature for the to do extension,
how about setting it up where we can have README notices asigned to new members and clicking complete means they read it, and have the ability to create new readme items, this might be better than having sticky's
What about having a shared todo list between the members of a role (or a list of role) ?
It would be very cool (example for a wow forum, having an officer todo-list, as anybody in this role could do the job !)...
^_^
EDIT: well, I haven't correctly read the first post, sorry, it's in the roadmap :)
"When you wish upon a star, makes no difference who you are Anything your heart desires will come to you If your heart is in your dreams, no request is too extreme When you wish upon a star as dreamers do."
Comments
Thank you so much for this addon!
My question on the public/private todo list, does this apply to the whole list, or just specific tasks? Also, is it public as in ALL can see, or only those who have a set permission?
Anything your heart desires will come to you
If your heart is in your dreams, no request is too extreme
When you wish upon a star as dreamers do."
I had some spare time and updated the To-do list. It's now shareable by using roles. I'd like to hear your comments
Download: To-do list 1.3