id summary reporter owner description type status priority component severity resolution keywords cc release 4051 [Patch] BackLinksMacro anonymous Trap "SQL in 0.11 version looks for explicit wiki links but not simple CamelCase references to thispage. Revised query as shown below: {{{ if thispage: sql += 'AND (w1.text LIKE \'%%[wiki:%s %%\' ' % thispage sql += 'OR w1.text LIKE \'%%[wiki:%s]%%\' ' % thispage sql += 'OR w1.text LIKE \'%%%s%%\')' % thispage }}} The plugin works for me now in 0.11 with sqlite3. " defect closed normal BackLinksMacro normal fixed 0.10