id,summary,reporter,owner,description,type,status,priority,component,severity,resolution,keywords,cc,release 3255,Minor error in web_ui.py - 'warning' should be 'warnings',jhamell@…,osimons,"On duplicate post name, it appears the plugin attempts to notify the user of such, via warning message (web_ui.py, starting with line 222): {{{ # Input verifications and warnings warnings = [] if command == 'create' and the_post.version: warning.append( ('', ""A post named '%s' already exists. "" % the_post.name)) the_post = BlogPost(self.env, default_pagename) }}} In the latest from SVN (3891), however, on line 225 I believe '''warning''' should be '''warnings'''.[[br]] Running Trac 0.11b2.",defect,closed,normal,FullBlogPlugin,normal,fixed,,jhamell@…,0.11