Commit Graph

141 Commits (859a609073c18e14b4ac947b6e4d0668463d7f64)

Author SHA1 Message Date
Yannick Warnier 6587816c46 [svn r14913] Fixes to XLS and CSV export 17 years ago
Yannick Warnier 41093b0bae [svn r14912] Fixed complete report display (fixes to exports coming up) 17 years ago
Yannick Warnier c0c5db5803 [svn r14911] Fixed typo in survey's Excel export 17 years ago
Yannick Warnier d517cde6c7 [svn r14910] Fixed bug not ordering questions correctly in survey export (see FS#2466) 17 years ago
Yannick Warnier 3c443a78f6 [svn r14822] Added user fields data to survey's complete exports 17 years ago
Patrick Cool aab7b17d1f [svn r14784] optional invitation through e-mail 17 years ago
Yannick Warnier 3216eab886 [svn r14653] Added style to links to align them to the right side of the screen 17 years ago
Yannick Warnier 1b93e3e743 [svn r14650] Fixed problems with the XLS export 17 years ago
Yannick Warnier 6f36c7c0a3 [svn r14639] General cleanup - Moved all functions into a SurveyUtil class 17 years ago
Yannick Warnier fa403f1133 [svn r14636] Cleanup - Removed unused db_escape_string() 17 years ago
Yannick Warnier 5791a8291a [svn r14635] Minor - Updated copyright header 17 years ago
Yannick Warnier 8db05274a9 [svn r14634] Added tool name in display_header() call 17 years ago
Patrick Cool a72558767c [svn r14580] bugfix: display complete report displayed all the questions of all surveys instead of only the questions of the selected survey. 17 years ago
Julio Montoya 37ecca7464 [svn r14542] Change de (!POST) à empty (POST) line 88 17 years ago
Julio Montoya dbde26fd97 [svn r14532] POST error fixed. 17 years ago
Yannick Warnier 5a4ea08120 [svn r14424] Empty question filtering added (FS#1374) 17 years ago
Yannick Warnier 551dbf05c8 [svn r14361] Limit survey date picker to just date (no time) 17 years ago
Yannick Warnier 54e1878b51 [svn r14320] Added date check for surveys (FS#2125) 17 years ago
Eric Marguin a756b9b4fe [svn r14204] fix non anonymous values on an anonymous survey 17 years ago
Eric Marguin 48cb99e7ad [svn r14203] fix non anonymous values on an anonymous survey 17 years ago
Eric Marguin 6c73290492 [svn r14202] invited users didn't appear in user report 17 years ago
Eric Marguin 34e85687cd [svn r14201] fix non anonymous values on an anonymous survey 17 years ago
Eric Marguin 0787144842 [svn r14200] fix non anonymous values on an anonymous survey 17 years ago
Yannick Warnier 8355017a45 [svn r13923] Minor - add vars init to avoid warnings 17 years ago
Yannick Warnier 72006d48ec [svn r13922] Minor fix to previous commit 17 years ago
Yannick Warnier c2691267a9 [svn r13921] Fixed shared survey creation date problem (no format given to date()) 17 years ago
Yannick Warnier e4781d6f9c [svn r13886] Fixed problem where the open answers to survey were not exported in a full CSV report (the code itself is still badly structured though) - fixes FS#2098 17 years ago
Yannick Warnier d344dd1d19 [svn r13885] Using database class for all queries 17 years ago
Yannick Warnier b9373f01ce [svn r13798] Make sure we still send the e-mail somehow if the no-reply address is not defined (defaults to the current user requiring the sending) 17 years ago
Yannick Warnier 08a6663c46 [svn r13797] Added code to send survey invitation e-mail as no-reply (in addition to the no-reply header) 17 years ago
Yannick Warnier 69d1b8e8de [svn r13796] Enabled sending e-mail from survey with reply-to header set to a specific no-reply address. 17 years ago
Eric Marguin 00d85a4332 [svn r13606] add a button to remove results of the survey (FS#2033) : fix a bug with quote in confirm 17 years ago
Eric Marguin a26fc5a3ca [svn r13604] add a button to remove results of the survey (FS#2033) 17 years ago
Eric Marguin 7b1e3be459 [svn r13587] fix a bug when using the button "filter" 17 years ago
Yannick Warnier 0721b24ec4 [svn r13389] Avoid end of line markup in questions to mark the end of a line in CSV 17 years ago
Yannick Warnier 8b0ecbd1bb [svn r13296] Fix encoding problem by using $charset inside calls to htmlentities() and htmlspecialchars 17 years ago
Julian Prud'homme 0aa3969e07 [svn r13245] Replace the CSV export submit by the tradionnal export link 17 years ago
Julian Prud'homme 44abcc67bb [svn r13244] remove html tags and parse html tags 17 years ago
Eric Marguin dc2aa48759 [svn r13041] fix a bug when viewing complete report : we didn't see the lastname firstname but the id of the user in the left column (FS#1866) 17 years ago
Julian Prud'homme b374dbd0b0 [svn r13017] minor : add a white space between 2 words 17 years ago
Julian Prud'homme ec554a9675 [svn r13016] Fix a display bug of the csv export file : http://www.dokeos.com/forum/viewtopic.php?t=11185 (http://projects.dokeos.com/?do=details&id=1848) 17 years ago
Eric Marguin 5cd7f2cc12 [svn r13007] fix a bug when answering / previewing a survey : the options were not sorted 17 years ago
Eric Marguin c774ddd1c7 [svn r13001] remove an echo sql query :/ 17 years ago
Patrick Cool 03337c6f4e [svn r12952] Fixed 2 bugs: 17 years ago
Patrick Cool 8be479d967 [svn r12912] bugfix: preview and fillsurvey now correctly works with multi-page surveys 17 years ago
Patrick Cool 502e39c92e [svn r12901] anonymous survey 17 years ago
Yannick Warnier 441634fd93 [svn r12887] Added filtering on question type (taken from GET) to avoid instanciation of wrong class or occurence of script errors 18 years ago
Yannick Warnier 936f59305d [svn r12886] Added ordering in options appearance, otherwise they were just appearing randomly in the editor (and maybe in the user interface) 18 years ago
Patrick Cool d9fff8d6ed [svn r12791] real fix for http://www.dokeos.com/forum/viewtopic.php?t=11084 18 years ago
Patrick Cool 2ee8f15cd8 [svn r12667] http://www.dokeos.com/forum/viewtopic.php?t=11083 18 years ago