[BACK]Return to TODO CVS log [TXT][DIR] Up to [local] / todotxt / Text-Todo-REST-API

Diff for /todotxt/Text-Todo-REST-API/TODO between version 1.3 and 1.4

version 1.3, 2010/01/22 06:00:39 version 1.4, 2010/01/26 03:47:32
Line 7 
Line 7 
 +action_handlers Move path_info to the action_handler  +action_handlers Move path_info to the action_handler
 +action_handlers Make action handlers plugins (that can run more than 1 ?)  +action_handlers Make action handlers plugins (that can run more than 1 ?)
   
 +describe 10 Methods should be:  
 +describe 20    new($options)  
 +describe 40    $handled = $method($path_info, $q->Vars)  
 +describe 50    $output = Write($handled);  
 +describe 60 OR  
 +describe 70    print new($options)->Process($path_info, $q->Vars)  
 +describe 80 Process would do the things above  
   
 +tests switch any +get_files to read the files off disk incase we add some (as we should)  +tests switch any +get_files to read the files off disk incase we add some (as we should)
   
 $AFresh1: TODO,v 1.2 2010/01/19 03:18:34 andrew Exp $  $AFresh1: TODO,v 1.3 2010/01/22 06:00:39 andrew Exp $

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>