Name | Type |
---|---|
clearing and removing surveys doesn't change users voting statistics : table tiki_user_votings | tracker item |
5.3 crash - option "survey a page"
Hello, This succeeds always : I you chosse the option survey for wiki page on edition you yet the error : Fatal error: Uncaught exception 'Zend_Mail_Protocol_Exception' with message 'Connection timed out' in /homez.53/spacprot/www/teawik153/lib/core/lib/Zend/Mail/Protocol/Abstract.php:254 Stack trace: #0 /homez.53/spacprot/www/teawik153/lib/core/lib/Zend/Mail/Protocol/Smtp.php(167): Zend_Mail_Protocol_Abstract->_connect('tcp://smtp.treb...') #1 /homez.53/spacprot/www/teawik153/lib/core/lib/Zend/Mail/Transport/Smtp.php(199): Zend_Mail_Protocol_Smtp->connect() #2 /homez.53/spacprot/www/teawik153/lib/core/lib/Zend/Mail/Transport/Abstract.php(348): Zend_Mail_Transport_Smtp->_sendMail() #3 /homez.53/spacprot/www/teawik153/lib/core/lib/Zend/Mail.php(1178): Zend_Mail_Transport_Abstract->send(Object(Zend_Mail)) #4 /homez.53/spacprot/www/teawik153/lib/mail/maillib.php(111): Zend_Mail->send() #5 /homez.53/spacprot/www/teawik153/lib/notifications/notificationemaillib.php(294): tiki_send_admin_mail('Bty-Admtwkn1@tr...', 'admin', '<!-- TPL: mail/...', '<!-- TPL: mail/...') #6 /homez.53/spacprot/www/teawik153/lib/tikilib.php(7532): sendWik in /homez.53/spacprot/www/teawik153/lib/core/lib/Zend/Mail/Protocol/Abstract.php on line 254 You can't use the function. Trebly - B01027-02 |
tracker item |
Better help text for survey features needed | tracker item |
Can't create a survey
When I click 'Save' on the 'Create/Edit Survey' page, it displays the 'Are you sure you want to leave this page?' warning. If I click yes, no survey is created. If I click no, well, nothing happens. |
tracker item |
carsten.aevermann | tracker item |
Include new type of survey ratings | tracker item |
Additional Feature
Features Classification |
tracker item |
List of surveys is not available for user with tiki_p_take_survey perms
User with tiki_p_take_survey permission cannot see a list of available surveys. List of surveys is available only for users having both tiki_p_take_survey AND tiki_p_view_stats perms. Proposed solution: - to modify function list_surveys (lib/tikilib.php): from: $add=$this->user_has_perm_on_object($user,$res['surveyId'],'survey',array('tiki_p_take_survey','tiki_p_view_survey_stats')); to: $add=$this->user_has_perm_on_object($user,$res['surveyId'],'survey',array('tiki_p_take_survey'/*,'tiki_p_view_survey_stats'*/)) ||$this->user_has_perm_on_object($user,$res['surveyId'],'survey',array(/*'tiki_p_take_survey',*/'tiki_p_view_survey_stats')) |
tracker item |
newpage option is acting weird (broken) in the Tiki surveys | tracker item |
Not possible to create a survey anymore | tracker item |
Permission for creating surveys | tracker item |
Please distinguish more clearly between polls, voting and surveys | tracker item |
Plugin survey is not display on the help plugin section | tracker item |
PluginProposal: add a 4th: I read and I am ok with whatever is decided
"Lead, follow or get out of the way" is a common saying. However, there are some subtleties. * __Lead__ implies "I agree and will put my energy where my mouth is." * __Follow__ implies "I am ok with it but I won't lead" * __Get out of the way__ implies "I don't agree but I won't object (perhaps it doesn't affect me or I will just accept or leave) There is also: * __Go along__ (I am not thrilled by the proposal, but I have nothing better for which I will offer leadership) * __Block__ this is just bad, and I will actively oppose. In ((doc:PluginProposal)) currently, "undecided" implies, "I'll think about it more and I'll change my vote later". Whereas people that are OK with any proposal are not really counted properly. This will be useful to know if we have enough eyeballs to go ahead. 3 for, 1 opposed is not the same with 0 or 10 __I am OK with any__ |
tracker item |
Survey description shouldn't look like a question in tiki-take_survey.php
nothing more to say... |
tracker item |
Survey Plugin Will Not Update Options To Redirect | tracker item |
Survey Stats
Survey stats are allways 100 % for all values. My Ver. 1.9.4 Thanks |
tracker item |
Survey text entries are not registered correctly
A text entry to a survey question is not registered correctly if the same entry has already been registered to some other question. For example, if there is a survey on ID 1 with a text question and someone has answered "foobar" to that question and then another person takes survey on ID 2 and answers "foobar" to a text question in that survey no entry is registered. The problem can be replicated most easily but creating a survey with multiple text questions and answering for example "test" to all those questions. Only the first "text" is registered and the rest omitted. |
tracker item |
Survey: Adding heading "y,h4" causes pagination to fail | tracker item |
Surveys admin pagination si broken | tracker item |
Surveys not showing the vote count nor average from a rating scale 1...10 | tracker item |
Surveys: "last taken" is populated even though "taken " is empty | tracker item |
Surveys: Both "rate 1-5" and 1-10 dysfunctional | tracker item |
Surveys: Illogical admin GUI | tracker item |
Tiki Survey editing is broken | tracker item |
It means that when someone wishes to "recycle" an existing survey by clearing the statistics, changes the questions (even adding new ones), then the users who have already answered to old survey cannot vote for the new "recycled" survey as if he/she already answered it.
The problem also exists when a survey or poll is deleted : lines in tiki_user_votings which shows who has voted on what are left which has clearly no consequence since the id should not be reuse.