Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

To-do List 1.3

245

Comments

  • Options
    edited June 2006
    This is related to the server move I think. DNS Move.

    I have the same problem with on other add-on Mark should be working on it.
  • Options
    oh ok, well i guess ill just wait :P or if jazzman reads this can you send me the files or something
  • Options
    I like Mini's idea, group tasks. Awesome addon. Will be very useful on my forum, which I am using to keep track of bugs/projects. This fits in perfectly.
  • Options
    Version 1.2 is ready, but I can't upload it yet (server-move problems I guess). The following changes have been added:

    Version 1.2 - 20.06.2006, Jazzman
    - Add category sorting
    - Now utilizes the extesion.php file
    - Changed PNG icons to GIF because IE can't handle transparency
    - Fixed calendar bug for IE: changed button to image and changed calendar div name
    - Moved ajax scripts into seperate directory
    - Changed clock icon to a bell icon which is more suitable for alerts :)

    Also, I'm happy to announce that I'm working on a Project extension, which smoothly integrates with Vanilla's discussions, categories and ofcourse the to-do list :)
  • Options
    Ok, I've uploaded version 1.2 :)
  • Options
    $Context->Dictionary['ErrToDoItemNotFound'] = 'Could not find the requested To-do item'; you had requisted, im assuming you meant requested
  • Options
    also could we use

    $NoticeCollector->AddNotice("To Do Task : <b>$ToDoItem->Task</b><div style='float: right;'><a href='index.php?PostBackAction=CompleteTask&ToDoID=$ToDoItem->ID'>Completed/Cancel</a></div> <br />Due Date: Today &nbsp; ");

    it looks so much nicer :P no offence
  • Options
    Haha! No problem immersion! All suggestions are welcome :)
  • Options
    Thx for a great addon! Small issue: I use a custom language file, but the "Reorder tasks" and "Done reordering" texts are not customizable. i found them (and changed them) in the code, perhaps this could be fixed for a future version?
  • Options
    hi. i get this error, when i enable the To-Do list. Notice: Undefined index: REWRITE_extension.php in /www/htdocs/thascrip/vanilla/library/Framework/Framework.Functions.php on line 453
  • Options
    Hi philip. Edit your appg/settings.php en look for '// url rewriting definitions
    Add the following line:$Configuration['REWRITE_extension.php'] = 'extension/';
  • Options
    thx a lot!!!!
  • Options
    Hey there I have this installed along with FriendlyURL's And this seems to prevent To-Do from working ... whenever you click the tab it goes straight back to the Discussions page I get no error output, and I tried the note that Jazzman gave to PhilippK ... but that didn't seem to help, I just got a 403 Forbidden page error Any thoughts?
  • Options
    this is so cool. simple, useful and effective
  • Options
    big respect for this extension!
  • Options
    Okay ... I've got this problem now . :( http://mydomain.com/extension/?PostBackAction=ToDo - gives a 404 not found error http://mydomain.com/extension.php?PostBackAction=ToDo - works fine Yes I've modified the appg/settings.php file Yes I'm running friendly URL's Any thoughts?
  • Options
    edited July 2006
    add this line to .htaccess:RewriteRule ^extension/$ extension.php [QSA,L]
  • Options
    Fantastic .. you are a legend :) THanks it's all working fine now
  • Options
    Hey - first up, kudos and props for the work you've done on this. I'm trying to get this up and running, but for some reason, it's not working for me. I'd upgraded from Vanilla 0.92 to Vanilla 1, found a really weird problem with my installation after installing some extensions whereby the settings page wasn't writing properly after saving settings changes - it was writing updated settings after the ?> in the settings file, so the settings were coming out as text at the top of a page - so I deleted all the files and went through the upgrade process again. First time round, "to do" was one of the extensions that seemed to work. After the 2nd upgrade, I couldn't get it to do anything. I could enable it in the extensions page, but no tag would appear. I took a quick look in the database - no table either... I've logged in and out - no tab appears. I've deleted the extension and the reference to it in the conf/settings.php file, and uploaded again - no joy. I'm using version 1.2 of this extension, and I don't have the rewrite / friendly url extension running (afaik ;) Any suggestions, anyone? Thanks in advance...
  • Options
    how does this work ? i don't see it anywhere after I installed it
This discussion has been closed.