Changeset 2308 for pykota/trunk/TODO

Show
Ignore:
Timestamp:
06/10/05 22:39:13 (19 years ago)
Author:
jerome
Message:

Extended syntax for the denyduplicates directive : it now
allows any external command to be launched, which will decide
if the dupes should be allowed or not.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/TODO

    r2307 r2308  
    2222TODO, in no particular order : 
    2323         
    24         - Allow 'external' syntax for denyduplicates : 
    25          
    26             in pykota.conf, if denyduplicates is set to : 
    27    
    28               - yes ==> then duplicates are denied silently (with a log) 
    29               - no (or unset) ==> then duplicates are allowed (without a log) 
    30               - external(some_command_here) then the command is launched 
    31                 and its output is parsed, it may contain only ALLOW or DENY. 
    32                 And it should handle the dialog with the user, if any. 
    33                  
    3424        - Add a new external hook to allow the overwriting of the job's ticket         
    3525          (mainly username and billing code) at startup time :