id	summary	reporter	owner	description	type	status	priority	component	severity	resolution	keywords	cc	release
8832	AttributeError: 'Context' object has no attribute 'has_tags'	lucid	rjollos	After updating (Trac 12.2, DiscussionPlugin r9877) I get the following error when using the RecentTopics macro:\r\n{{{\r\nAttributeError: 'Context' object has no attribute 'has_tags'\r\n2011-05-25 12:32:05,846 Trac[formatter] ERROR: Macro RecentTopics(10) failed: \r\nTraceback (most recent call last):\r\n  File "build\\bdist.win32\\egg\\trac\\wiki\\formatter.py", line 717, in _macro_formatter\r\n    return macro.process(args, in_paragraph=True)\r\n  File "build\\bdist.win32\\egg\\trac\\wiki\\formatter.py", line 304, in process\r\n    text = self.processor(text)\r\n  File "build\\bdist.win32\\egg\\trac\\wiki\\formatter.py", line 291, in _macro_processor\r\n    text)\r\n  File "build\\bdist.win32\\egg\\tracdiscussion\\wiki.py", line 81, in expand_macro\r\n    return self._expand_recent_topics(formatter, name, content)\r\n  File "build\\bdist.win32\\egg\\tracdiscussion\\wiki.py", line 233, in _expand_recent_topics\r\n    forum_name = api.get_forum(context, entry['forum'])['name']\r\n  File "build\\bdist.win32\\egg\\tracdiscussion\\api.py", line 1622, in get_forum\r\n    if context.has_tags:\r\nAttributeError: 'Context' object has no attribute 'has_tags'\r\n}}}	defect	closed	normal	DiscussionPlugin	normal	fixed			0.12
