Changeset 51 for protocols

Show
Ignore:
Timestamp:
08/11/06 19:38:13 (2 years ago)
Author:
ploum
Message:

#62 : Button to open the bug in a web browser
First step in the advanced search UI

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • protocols/protocol_launchpadstaging_web.py

    r50 r51  
    245245                title=BeautifulSoup(f).html.head.title.contents[0] 
    246246                return title != "Error: Page not found" 
    247                 #%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%           
     247                #%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%   
     248 
     249        #Return the different available status in the bts as a list 
     250        # this is used to build the advanced search interface 
     251        def availableStatus(self): 
     252                return ['Unconfirmed', 'Needs info', 'Rejected', 'Confirmed', 'In Progress', 'Fix Committed', 'Fix Released'] 
     253 
     254        #Return the different available importante in the bts as a list 
     255        # this is used to build the advanced search interface 
     256        def availableImportance(self): 
     257                return ['Untriaged', 'Wishlist', 'Low', 'Medium', 'High', 'Critical'] 
    248258         
    249259################MODIFYING A BUG #################################