From: Don S. <do...@se...> - 2003-04-15 03:18:02
|
The PollManager action function checks for a permission of "view" in the poll module. No such permission is defined in poll's module_rights.txt and so no such permission can be assigned in User Manager. As a result non-deities who are given Poll administration rights are unable to do any Poll administrating. Fix would be to add a "view" entry to module_rights.txt. Also Poll's uninstall.php references $core but $core is not defined. Changing both references to be $GLOBALS["core"] fixes that problem. I have checked both of these fixes into CVS. Don. |
From: Richard S. <ri...@ri...> - 2003-04-15 17:04:21
|
Hmmm... I think the poll module should also hide or show another poll once a user has submitted there answer so they don't continue to re-submit. On Monday, April 14, 2003, at 08:17 PM, Don Seiler wrote: > The PollManager action function checks for a permission of "view" in > the > poll module. No such permission is defined in poll's module_rights.txt > and so no such permission can be assigned in User Manager. As a result > non-deities who are given Poll administration rights are unable to do > any > Poll administrating. > > Fix would be to add a "view" entry to module_rights.txt. > > Also Poll's uninstall.php references $core but $core is not defined. > Changing both references to be $GLOBALS["core"] fixes that problem. > > I have checked both of these fixes into CVS. > > Don. > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > > |
From: Richard S. <rsu...@ex...> - 2003-04-15 06:21:39
|
Hmmm... I think the poll module should also hide or show another poll once a user has submitted there answer so they don't continue to re-submit. On Monday, April 14, 2003, at 08:17 PM, Don Seiler wrote: > The PollManager action function checks for a permission of "view" in > the > poll module. No such permission is defined in poll's module_rights.txt > and so no such permission can be assigned in User Manager. As a result > non-deities who are given Poll administration rights are unable to do > any > Poll administrating. > > Fix would be to add a "view" entry to module_rights.txt. > > Also Poll's uninstall.php references $core but $core is not defined. > Changing both references to be $GLOBALS["core"] fixes that problem. > > I have checked both of these fixes into CVS. > > Don. > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > > |
From: Don S. <do...@se...> - 2003-04-15 11:59:23
|
That's really an RFE not a bug. And I wouldn't put a high priority on it since the polls aren't supposed to be some sort of scientific research. Don. On Mon, 14 Apr 2003, Richard Sumilang wrote: > Hmmm... I think the poll module should also hide or show another poll > once a user has submitted there answer so they don't continue to > re-submit. > > On Monday, April 14, 2003, at 08:17 PM, Don Seiler wrote: > > > The PollManager action function checks for a permission of "view" in > > the > > poll module. No such permission is defined in poll's module_rights.txt > > and so no such permission can be assigned in User Manager. As a result > > non-deities who are given Poll administration rights are unable to do > > any > > Poll administrating. > > > > Fix would be to add a "view" entry to module_rights.txt. > > > > Also Poll's uninstall.php references $core but $core is not defined. > > Changing both references to be $GLOBALS["core"] fixes that problem. > > > > I have checked both of these fixes into CVS. > > > > Don. > > > > > > ------------------------------------------------------- > > This sf.net email is sponsored by:ThinkGeek > > Welcome to geek heaven. > > http://thinkgeek.com/sf > > _______________________________________________ > > Phpwebsite-developers mailing list > > Php...@li... > > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > > > > > > > > |
From: Richard S. <ri...@ri...> - 2003-04-16 03:28:37
|
RFE? I didn't claim it to be a bug or high priority but a common poll will not allow a user to answer twice. Usually it will show another poll or just say thank you for your submission, thats all I meant by it. What did my comment say about making polls some scientific research? On Tuesday, April 15, 2003, at 04:59 AM, Don Seiler wrote: > That's really an RFE not a bug. And I wouldn't put a high priority on > it > since the polls aren't supposed to be some sort of scientific research. > > Don. > > On Mon, 14 Apr 2003, Richard Sumilang wrote: > >> Hmmm... I think the poll module should also hide or show another poll >> once a user has submitted there answer so they don't continue to >> re-submit. >> >> On Monday, April 14, 2003, at 08:17 PM, Don Seiler wrote: >> >>> The PollManager action function checks for a permission of "view" in >>> the >>> poll module. No such permission is defined in poll's >>> module_rights.txt >>> and so no such permission can be assigned in User Manager. As a >>> result >>> non-deities who are given Poll administration rights are unable to do >>> any >>> Poll administrating. >>> >>> Fix would be to add a "view" entry to module_rights.txt. >>> >>> Also Poll's uninstall.php references $core but $core is not defined. >>> Changing both references to be $GLOBALS["core"] fixes that problem. >>> >>> I have checked both of these fixes into CVS. >>> >>> Don. >>> >>> >>> ------------------------------------------------------- >>> This sf.net email is sponsored by:ThinkGeek >>> Welcome to geek heaven. >>> http://thinkgeek.com/sf >>> _______________________________________________ >>> Phpwebsite-developers mailing list >>> Php...@li... >>> https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers >>> >>> >> >> >> >> > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > > |