Ignore:
Timestamp:
08/29/09 04:42:03 (3 years ago)
Author:
james
Message:

Add diagnostic to parse all abstracts and report any broken ones

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/plugins/admin_abstract.tcl

    r862 r1026  
    7878                bMotion_abstract_flush 
    7979                bMotion_putadmin "Flushing all abstracts to disk..." 
     80                return 0 
     81        } 
     82 
     83        if [regexp -nocase "diagnose" $arg] { 
     84                bMotion_diagnostic_parsing 
    8085                return 0 
    8186        } 
     
    161166        bMotion_putadmin "  .bmotion abstract filter apply <abstract>" 
    162167        bMotion_putadmin "    For an abstract to be filtered now" 
     168        bMotion_putadmin "  .bmotion abstract diagnose" 
     169        bMotion_putadmin "    Test all abstracts for parsability and report any broken ones" 
    163170        return 0 
    164171} 
Note: See TracChangeset for help on using the changeset viewer.