Stub | |
|
This page is a stub of information related to the not-very-well-documented simple wiki ratings feature. | |
Enabling andĀ Configuration | |
|
Set "Simple wiki ratings" under Admin Home, Wiki, Features (tiki-admin.php?page=wiki&cookietab=2) | |
FAQ | |
| |
From lib/prefs/wiki.php: | |
|
Copy to clipboard
| |
From tiki-admin.php: | |
|
Copy to clipboard
| |
From lib/rating/ratinglib.php | |
|
References database table "tiki_user_votings". Copy to clipboard
| |
From lib/test/rating/RegisterVoteTest.php | |
|
Copy to clipboard
| |
From templates/tiki-show_page.tpl | |
|
$tiki_p_assign_perm_wiki_page appears to be a bug. Too strong. Should perhaps be $tiki_p_wiki_vote_ratings . Copy to clipboard
| |
From lib/core/Tracker/Field/Rating.php: | |
|
$votings = TikiDb::get()->table('tiki_user_votings'); | |
From lib/polls/polllib_shared.php: | |
|
$query = "select user from `tiki_user_votings` where `optionId`=?";
| |
From lib/rating/ratinglib.php: | |
|
$joins = array( '`tiki_user_votings` `uv`' );
| |
From lib/surveys/surveylib.php: | |
|
$query = 'delete from `tiki_user_votings` where `id`=?'; | |
lib/test/rating/AggregationTest.php: | |
|
TikiDb::get()->query('DELETE FROM `tiki_user_votings` WHERE `id` LIKE ?', array('test.%')); | |
Fromlib/test/rating/RegisterVoteTest.php: | |
|
return TikiDb::get()->fetchAll('SELECT `user`, `id`, `optionId` FROM `tiki_user_votings` WHERE `id` LIKE ? ORDER BY `user`, `id`, `optionId`', array('test.%')); | |
lib/tikilib.php: | |
|
$query = "select count(*) from `tiki_user_votings` where `user`=? and `id`=?";
| |
lib/trackers/trackerlib.php: | |
|
$userVotings = $this->table('tiki_user_votings');
| |
lib/userslib.php: | |
|
$this->query('update `tiki_user_votings` set `user`=? where `user`=?', array($to, $from)); | |
lib/wiki-plugins/wikiplugin_votings.php: | |
|
$votings = TikiDb::get()->table('tiki_user_votings');
| |
From otherĀ pages | |
|
{CODE(wrap="0")}$ grep -C5 -iR "wiki_simple_ratings" * | grep -v -e templates_c -e temp\/cache #redacted out the above templates/admin/include_rating.tpl- | |
Plugin execution pending approval | |
|
This plugin was recently added or modified. Until an editor of the site validates the parameters, execution will not be possible. templates/admin/include_rating.tpl- templates/admin/include_rating.tpl- | |
Plugin execution pending approval | |
|
This plugin was recently added or modified. Until an editor of the site validates the parameters, execution will not be possible.
templates/admin/include_rating.tpl: | |
Plugin execution pending approval | |
|
This plugin was recently added or modified. Until an editor of the site validates the parameters, execution will not be possible. templates/admin/include_rating.tpl- templates/admin/include_rating.tpl- | |
Plugin execution pending approval | |
|
This plugin was recently added or modified. Until an editor of the site validates the parameters, execution will not be possible. | |
Plugin execution pending approval | |
|
This plugin was recently added or modified. Until an editor of the site validates the parameters, execution will not be possible.
templates/admin/include_wiki.tpl: | |
Plugin execution pending approval | |
|
This plugin was recently added or modified. Until an editor of the site validates the parameters, execution will not be possible. templates/admin/include_wiki.tpl- templates/admin/include_wiki.tpl- | |
Plugin execution pending approval | |
|
This plugin was recently added or modified. Until an editor of the site validates the parameters, execution will not be possible.
templates/admin/include_wiki.tpl- | |
Plugin execution pending approval | |
|
This plugin was recently added or modified. Until an editor of the site validates the parameters, execution will not be possible. | |