id,summary,reporter,owner,description,type,status,priority,component,severity,resolution,keywords,cc,release 6613,Recognizing of ticket numbers is wrong,cendalc,David Francos Cuartero,"For example, this ticket number link is not recognized: `(#23)` Here is a patch to recognize it (line 47 of `macro.py`): {{{ sql += 'AND ( w1.text LIKE \'%%[ticket:%s]%%\' ' % thispage sql += 'OR (w1.text LIKE \'%%#%s%%\' )' % thispage sql += 'AND w1.text NOT LIKE \'%%#%s0%%\'' % thispage sql += 'AND w1.text NOT LIKE \'%%#%s1%%\'' % thispage sql += 'AND w1.text NOT LIKE \'%%#%s2%%\'' % thispage sql += 'AND w1.text NOT LIKE \'%%#%s3%%\'' % thispage sql += 'AND w1.text NOT LIKE \'%%#%s4%%\'' % thispage sql += 'AND w1.text NOT LIKE \'%%#%s5%%\'' % thispage sql += 'AND w1.text NOT LIKE \'%%#%s6%%\'' % thispage sql += 'AND w1.text NOT LIKE \'%%#%s7%%\'' % thispage sql += 'AND w1.text NOT LIKE \'%%#%s8%%\'' % thispage sql += 'AND w1.text NOT LIKE \'%%#%s9%%\' )' % thispage }}}",defect,closed,normal,TicketBackLinksMacro,normal,fixed,,,0.11