Changesets: LimeSurvey
master c39728b4 2003-10-12 00:59 Details Diff |
Added notification field for survey table. git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@708 b72ed6b6-b9f8-46b5-92b4-906544132732 |
||
mod - admin/checkfields.php | Diff File | ||
master 059280a9 2003-10-12 00:58 Details Diff |
Added email notification - index.php checks db if survey has notification enabled. Group, question and survey.php send notification email to survey admin if required. git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@707 b72ed6b6-b9f8-46b5-92b4-906544132732 |
||
mod - group.php | Diff File | ||
mod - index.php | Diff File | ||
mod - question.php | Diff File | ||
mod - survey.php | Diff File | ||
master a82a7ebc 2003-10-12 00:57 Details Diff |
Added notification email messages git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@706 b72ed6b6-b9f8-46b5-92b4-906544132732 |
||
mod - lang/english.lang.php | Diff File | ||
mod - lang/french.lang.php | Diff File | ||
mod - lang/italian.lang.php | Diff File | ||
mod - lang/spanish.lang.php | Diff File | ||
mod - lang/swedish.lang.php | Diff File | ||
master 352c321b 2003-10-11 23:27 Details Diff |
Added flexible labels type to mandatory questions that show "Please answer all parts" when not completely answered. git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@705 b72ed6b6-b9f8-46b5-92b4-906544132732 |
||
mod - qanda.php | Diff File | ||
master c68a2c54 2003-10-11 23:21 Details Diff |
removed $_SERVER['PHP_SELF'] from the global statement in form() function - was causing error and was unnecessary since $_SERVER is a global variable anyway. git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@704 b72ed6b6-b9f8-46b5-92b4-906544132732 |
||
mod - admin/tokens.php | Diff File | ||
master 59572f68 2003-10-11 22:43 Details Diff |
Fixed error in last update (localise upload error message) git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@703 b72ed6b6-b9f8-46b5-92b4-906544132732 |
||
mod - admin/tokens.php | Diff File | ||
master 9e20bd29 2003-10-11 22:42 Details Diff |
Added _TC_UPLOADFAIL translation git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@702 b72ed6b6-b9f8-46b5-92b4-906544132732 |
||
mod - admin/lang/english/messages.php | Diff File | ||
mod - admin/lang/italian/messages.php | Diff File | ||
mod - admin/lang/spanish/messages.php | Diff File | ||
master 1895b55d 2003-10-11 22:40 Details Diff |
Localised error message when upload file not found git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@701 b72ed6b6-b9f8-46b5-92b4-906544132732 |
||
mod - admin/tokens.php | Diff File | ||
master 4d03da25 2003-10-11 03:36 Details Diff |
Spanish language translation provided by JOSE LUIS RAMIREZ git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@700 b72ed6b6-b9f8-46b5-92b4-906544132732 |
||
add - admin/lang/spanish/admin.html | Diff File | ||
add - admin/lang/spanish/answer.html | Diff File | ||
add - admin/lang/spanish/group.html | Diff File | ||
add - admin/lang/spanish/labels.html | Diff File | ||
add - admin/lang/spanish/labelsets.html | Diff File | ||
add - admin/lang/spanish/messages.php | Diff File | ||
add - admin/lang/spanish/question.html | Diff File | ||
add - admin/lang/spanish/survey.html | Diff File | ||
add - admin/lang/spanish/tokens.html | Diff File | ||
add - admin/lang/spanish/users.html | Diff File | ||
master d4680164 2003-10-11 02:43 Details Diff |
Fixed bug #821269 - mandatory popup appearing in question-by-question survey for multiple option type question, even when question has been answered, and survey moves to next question. git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@699 b72ed6b6-b9f8-46b5-92b4-906544132732 |
||
mod - question.php | Diff File | ||
master c78a0e1d 2003-10-10 08:44 Details Diff |
Fixed bug #820718 - Replaced all occurences of $PHP_SELF with $_SERVER['PHP_SELF'] git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@698 b72ed6b6-b9f8-46b5-92b4-906544132732 |
||
mod - admin/tokens.php | Diff File | ||
master 51ba0ef4 2003-10-10 08:39 Details Diff |
Added check for safe_mode before running set_time_limit (safe_mode can't use the set_time_limit function and produces an error, which mucks up the export) git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@697 b72ed6b6-b9f8-46b5-92b4-906544132732 |
||
mod - admin/export.php | Diff File | ||
master b451799b 2003-10-03 05:40 Details Diff |
Fixed bug #811645 - error when setting condition on question 1. Mainly an issue of looks, because you shouldn't be able to set a condition on question 1, but modified to check that array exists before acting on it. (Line 122) git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@696 b72ed6b6-b9f8-46b5-92b4-906544132732 |
||
mod - admin/conditions.php | Diff File | ||
master 733ec53d 2003-10-03 05:21 Details Diff |
Fix to bug #814553 - scissors on 2nd, 3rd etc ranking question not showing when returning to a group with more than one ranking question. Fixed by resetting $existing value ($existing = 0;) git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@695 b72ed6b6-b9f8-46b5-92b4-906544132732 |
||
mod - qanda.php | Diff File | ||
master 252f6c27 2003-10-03 05:03 Details Diff |
Modifications to ensure that when editing a question you can't change its group to null. New function in common.php called getgrouplist3, modified html.php to use that function, added checking in common.php to ensure question isn't updated if new gid is null or "". git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@694 b72ed6b6-b9f8-46b5-92b4-906544132732 |
||
mod - admin/database.php | Diff File | ||
mod - admin/html.php | Diff File | ||
master 491302de 2003-10-03 04:50 Details Diff |
Added $THISOS variable which, if set to `solaris` generates the random token using MySQL's RAND function, instead of PHP - because there is a problem with PHP generating random numbers with solaris. Default setting is blank. git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@693 b72ed6b6-b9f8-46b5-92b4-906544132732 |
||
mod - admin/tokens.php | Diff File | ||
master 92a38800 2003-10-03 04:46 Details Diff |
Removed redundant $expiry variable for setcookies git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@692 b72ed6b6-b9f8-46b5-92b4-906544132732 |
||
mod - group.php | Diff File | ||
mod - question.php | Diff File | ||
mod - survey.php | Diff File | ||
master 1f4655c4 2003-10-01 23:55 Details Diff |
Fixed setcookie bug - expiry date was invalid, causing cookies to be deleted immediately upon closing browser, and subsequently people could use survey again next time they visited page. git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@691 b72ed6b6-b9f8-46b5-92b4-906544132732 |
||
mod - group.php | Diff File | ||
mod - question.php | Diff File | ||
mod - survey.php | Diff File | ||
master ec8f7e6d 2003-09-25 22:36 Details Diff |
Added survey url git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@690 b72ed6b6-b9f8-46b5-92b4-906544132732 |
||
mod - admin/lang/italian/messages.php | Diff File | ||
master b81c1f6f 2003-09-25 22:35 Details Diff |
Added "SURVEY_URL" git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@689 b72ed6b6-b9f8-46b5-92b4-906544132732 |
||
mod - admin/lang/english/messages.php | Diff File | ||
master 40df8205 2003-09-25 22:33 Details Diff |
Added survey url to survey summary git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@688 b72ed6b6-b9f8-46b5-92b4-906544132732 |
||
mod - admin/html.php | Diff File | ||
master 43f8dd02 2003-09-25 22:32 Details Diff |
Fixed bug - missing backticks in multiple option with comment. Also made comment fields VARCHAR(255) git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@687 b72ed6b6-b9f8-46b5-92b4-906544132732 |
||
mod - admin/activate.php | Diff File | ||
master 01c1f12e 2003-09-23 00:02 Details Diff |
Language files as provided by Gabriele "Pentothal" Carioli git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@686 b72ed6b6-b9f8-46b5-92b4-906544132732 |
||
add - admin/lang/italian/admin.html | Diff File | ||
add - admin/lang/italian/answer.html | Diff File | ||
add - admin/lang/italian/group.html | Diff File | ||
add - admin/lang/italian/labels.html | Diff File | ||
add - admin/lang/italian/labelsets.html | Diff File | ||
add - admin/lang/italian/messages.php | Diff File | ||
add - admin/lang/italian/question.html | Diff File | ||
add - admin/lang/italian/survey.html | Diff File | ||
add - admin/lang/italian/tokens.html | Diff File | ||
add - admin/lang/italian/users.html | Diff File | ||
master c3b6eedb 2003-09-22 23:46 Details Diff |
Italian Language File provided by Gabriele "Pentothal" Carioli git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@685 b72ed6b6-b9f8-46b5-92b4-906544132732 |
||
add - lang/italian.lang.php | Diff File | ||
master 097ad23c 2003-09-22 21:55 Details Diff |
Updated to fix bug in pre 4.2 php versions - added "array_in_array" function git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@684 b72ed6b6-b9f8-46b5-92b4-906544132732 |
||
mod - admin/dataentry.php | Diff File |