id	summary	reporter	owner	description	type	status	priority	component	severity	resolution	keywords	cc	release
8423	No rating for project root page	rlrj60	rjollos	!FiveStars don't show up in the root page. For example if a project page is foo at example.com, then the root page at the following base_url does not have the rating stars: !http://www.example.com/foo\r\n\r\nThe URL is equivalent to !http://www.example.com/foo/wiki/wikiStart page. This was caused by a limitation in voteable_paths:\r\n{{{\r\n#!py\r\nvoteable_paths = ListOption('fivestarvote', 'paths', '/wiki*,/ticket*', \r\n}}}\r\nMy suggestion is to add '/$' to the voteable_paths to allow the !FiveStars to show up in the root page. \r\n{{{\r\n#!py\r\nvoteable_paths = ListOption('fivestarvote', 'paths', '/$', '/wiki*,/ticket*', \r\n}}}\r\nThough a small modification is required to map the root page to the wikiStart page:\r\n{{{\r\n#!py\r\n# Special-case start page with "/" or "/wiki" \r\nif resource == '' or resource == 'wiki': \r\n    resource = 'wiki/WikiStart'\r\n}}}\r\nAttached is a complete patch. Thanks for creating such a cool plugin.\r\n\r\n	defect	closed	high	FiveStarVotePlugin	normal	fixed			0.11
