Changesets: LimeSurvey

master c7d31781

2004-06-24 07:01:08

jcleeland

Details Diff
TWEAK: In array(flexible), if $repeatheadings is 0, the feature is ignored


git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@1076 b72ed6b6-b9f8-46b5-92b4-906544132732
Attach Issues:
mod - qanda.php Diff File

master 64b8235c

2004-06-24 06:48:54

jcleeland

Details Diff
BUGFIX: Further refinement of checkgroupfordisplay function - it wasn't distinguishing between conditions based on earlier groups, and the current group, and subsequently conditions within the existing group were breaking it. Now checks the group on which the condition relies and ignores the condition if it is the same group as the one being considered for display.


git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@1075 b72ed6b6-b9f8-46b5-92b4-906544132732
Attach Issues:
mod - index.php Diff File

master 43ee2c11

2004-06-23 06:31:10

jcleeland

Details Diff
NEW: Added capacity to "repeat" the heading row for flexible label type questions, based on a new config.php settings called "$repeatheadings". Config.php will need updating too.


git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@1074 b72ed6b6-b9f8-46b5-92b4-906544132732
Attach Issues:
mod - qanda.php Diff File

master 4bb5a100

2004-06-23 06:06:59

jcleeland

Details Diff
BUGFIX: function checkgroupfordisplay() wasn't correctly calculating whether or not a question should be displayed, it was counting it's chickens before they had hatched (almost literally). The count of matching answers by distinct cqid has been moved out of the cqid iteration.


git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@1073 b72ed6b6-b9f8-46b5-92b4-906544132732
Attach Issues:
mod - index.php Diff File

master bdf0348f

2004-06-19 23:51:01

jcleeland

Details Diff
BUGFIX: Fixed bug caused by consecutive "Multiple Option" type questions where the while loop wasn't breaking and forcing the new question to be presented.


git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@1072 b72ed6b6-b9f8-46b5-92b4-906544132732
Attach Issues:
mod - admin/dataentry.php Diff File

master 2ce11803

2004-06-19 20:01:29

jcleeland

Details Diff
Deleted some redundent "commented" lines.


git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@1071 b72ed6b6-b9f8-46b5-92b4-906544132732
Attach Issues:
mod - admin/export.php Diff File

master df860b80

2004-06-19 19:58:28

jcleeland

Details Diff
Now uses common.php "createFieldMap()" function for fieldname checking. Also checks token fields availability before generating join with tokens table (for backwards compatability with token tables that don't have attribute_1 and attribute_2 fields)


git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@1070 b72ed6b6-b9f8-46b5-92b4-906544132732
Attach Issues:
mod - admin/spss.php Diff File

master 7302d308

2004-06-19 19:09:53

jcleeland

Details Diff
REWORKED: Extensively reworked to remove the "reverse engineering" method of matching a fieldname to an actual survey question. Now uses the new functions in common.php to generate an array of every fieldname that SHOULD be in the survey responses table, and can then match up the appropriate qid, answercode by searching that array. This has decreased file size by 10k (about 1 third). Would appreciate testing by others, but works well with my test survey data.


git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@1069 b72ed6b6-b9f8-46b5-92b4-906544132732
Attach Issues:
mod - admin/export.php Diff File

master a9abb16d

2004-06-14 05:26:34

jcleeland

Details Diff
NEW: Script by new developer Arjen Gideonse that exports data in SPSS format. The script is currently in preliminary stages and can be tested as a stand-alone only, using a URL like: spss.php?sid=1

This will ultimately be linked to the export.php script as an additional export option.


git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@1068 b72ed6b6-b9f8-46b5-92b4-906544132732
Attach Issues:
add - admin/spss.php Diff File

master f867f836

2004-06-13 22:15:59

jcleeland

Details Diff
NEW: Script can now gather data from token entry and use that data in presenting questions. New function "getTokenData" which returns an array containing the token info. New "str_replace" lines in templatereplace function to replace {TOKEN:FIRSTNAME} etc.. with that data if it exists. Modified buildsurveysession() function to add $_SESSION['thistoken'] variable if the survey uses tokens and is NOT anonymous.


git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@1067 b72ed6b6-b9f8-46b5-92b4-906544132732
Attach Issues:
mod - index.php Diff File

master f2db2d4d

2004-06-11 23:57:40

jcleeland

Details Diff
Some translations and corrections provided by John Krikorian


git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@1066 b72ed6b6-b9f8-46b5-92b4-906544132732
Attach Issues:
mod - lang/spanish.lang.php Diff File

master 12f4c8b0

2004-06-10 02:36:25

jcleeland

Details Diff
Modified CREATE TABLE statement to create an index on the token field. This speeds up selects on the token field, allowing faster token generation.


git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@1065 b72ed6b6-b9f8-46b5-92b4-906544132732
Attach Issues:
mod - admin/tokens.php Diff File

master 0c363628

2004-06-10 00:08:52

jcleeland

Details Diff
TWEAK: If more than one email address seperated by a semi-colon exists in the surveys admin email field, will split and send notification email to both.


git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@1064 b72ed6b6-b9f8-46b5-92b4-906544132732
Attach Issues:
mod - index.php Diff File

master 7d245dcb

2004-06-09 17:06:00

jcleeland

Details Diff
BUGFIX: Single option surveys need the default hidden "display" value to be "on" by default. This wasn't working because of moving all the survey values into $thissurvey. Fixed!


git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@1063 b72ed6b6-b9f8-46b5-92b4-906544132732
Attach Issues:
mod - qanda.php Diff File

master ca7692d5

2004-06-09 06:08:21

jcleeland

Details Diff
Updated with the new features in the admin toolbar, and the new fields in the "new survey" page.


git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@1062 b72ed6b6-b9f8-46b5-92b4-906544132732
Attach Issues:
mod - admin/lang/english/admin.html Diff File

master cb55c211

2004-06-07 06:05:03

c_schmitz

Details Diff
*Fixed a wrong label in labels.php
+Translated answer.html to german
* Added two missing labels to messages.php, made some other corrections


git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@1061 b72ed6b6-b9f8-46b5-92b4-906544132732
Attach Issues:
mod - admin/labels.php Diff File

master 983b4080

2004-06-02 01:44:34

jcleeland

Details Diff
TWEAK: Removed $now=date("Y-m-d") and put date function in filename line.


git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@1060 b72ed6b6-b9f8-46b5-92b4-906544132732
Attach Issues:
mod - admin/dumpdb.php Diff File

master fcb25d4c

2004-06-01 21:01:22

jcleeland

Details Diff
Added date to end of filename for dump


git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@1059 b72ed6b6-b9f8-46b5-92b4-906544132732
Attach Issues:
mod - admin/dumpdb.php Diff File

master e6a2b5e9

2004-05-30 05:31:59

jcleeland

Details Diff
TWEAK: Removed "close" button - not needed. Uses common.php's sendcacheheaders so it gets charset.


git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@1058 b72ed6b6-b9f8-46b5-92b4-906544132732
Attach Issues:
mod - admin/templates.php Diff File

master 9cc972b5

2004-05-30 05:26:50

jcleeland

Details Diff
TWEAK: Version number uses version number from common.php


git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@1057 b72ed6b6-b9f8-46b5-92b4-906544132732
Attach Issues:
mod - admin/templates.php Diff File

master f68c26ef

2004-05-30 05:22:46

jcleeland

Details Diff
BUGFIX: Weird character found in _WELCOME_SCREEN_ setting that was breaking html code (hidden input). Fixed.


git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@1056 b72ed6b6-b9f8-46b5-92b4-906544132732
Attach Issues:
mod - question.php Diff File

master a1f4edd9

2004-05-30 04:02:05

jcleeland

Details Diff
TWEAK: uses trim() for the select query when looking up a token (to remove any possible whitespace passed with the URL).


git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@1055 b72ed6b6-b9f8-46b5-92b4-906544132732
Attach Issues:
mod - index.php Diff File

master 6b568ef5

2004-05-28 02:31:38

jcleeland

Details Diff
TWEAK: Loads new labelset after creation


git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@1054 b72ed6b6-b9f8-46b5-92b4-906544132732
Attach Issues:
mod - admin/labels.php Diff File

master f27bbcd5

2004-05-28 02:18:59

jcleeland

Details Diff
TWEAK: Slight modifications to cell widths for array flexible types


git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@1053 b72ed6b6-b9f8-46b5-92b4-906544132732
Attach Issues:
mod - qanda.php Diff File

master c6087474

2004-05-27 22:59:28

jcleeland

Details Diff
Added "export" capability to templates script - creates zip of all files in directory. Also added "classes" directory under admin to store future class files in. Added phpzip.inc.php class - a slightly modified GPL class from phpclasses.org by Sext (sext@neud.net).


git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@1052 b72ed6b6-b9f8-46b5-92b4-906544132732
Attach Issues:
mod - admin/templates.php Diff File
 First  Prev  1 2 3 ... 150 ... 300 ... 450 ... 600 ... 750 ... 900 ... 1050 ... 1200 ... 1350 ... 1417 1418 1419 1420 1421 1422 1423 ... 1460 1461 1462  Next  Last