Changesets: LimeSurvey

master ad5a964f

2004-09-19 21:04:00

jcleeland

Details Diff
Activation now makes the "id" field of the survey responses table a unique index (important for importing results)


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

master afae0468

2004-09-19 21:03:08

jcleeland

Details Diff
Internationlisation of vvexport/vvimport


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

master 0a22375f

2004-09-19 20:37:33

jcleeland

Details Diff
Final clean-up for vvexport/vvimport - strips whitespace before exporting, converts tabs and newlines to {tab} and {newline}, strips html tags from human readable first line, icons aligned left in browse menu, import returns user to browse page. Testing shows export/import/export produces identical match indicating no data loss.


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

master f4378249

2004-09-18 19:55:18

jcleeland

Details Diff
New icons for import/export


git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@1199 b72ed6b6-b9f8-46b5-92b4-906544132732
Attach Issues:
add - admin/images/vvexport.gif Diff File
add - admin/images/vvimport.gif Diff File

master 9853b7b6

2004-09-18 19:53:53

jcleeland

Details Diff
Adds handling for tabs and newlines internal to responses (converts to {tab} {newline} on export, then converts back on import.)


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

master eccb7209

2004-09-17 21:52:37

jcleeland

Details Diff
Further enhancements - vvexport now has "introductory" screen that allows user to choose whether or not to de-activate the survey after exporting, or not to. vvimport now checks for any fields in the import file that don't exist in the active survey, and can ignore them when importing - allowing questions to be removed from a survey, then the responses imported back. vvimport now MUST have the sid as the URL query - sid cannot be selected in page


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

master 181e8f26

2004-09-17 18:28:13

jcleeland

Details Diff
NEW: Exports a special tab delimited file which can be edited/modified, then re-imported. First line of file is "human readable" title, second line is "fieldnames" required on re-import to assign data. VVImport ignores first line, and allows you to remove the "id" number, so that PHPSurveyor automatically renumbers. These scripts are currently standalone and further work is expected.


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

master f994cd55

2004-09-17 09:27:52

jcleeland

Details Diff
NEW: Activation checks for duplicate fieldnames, and refuses to attempt activation if they are found. Offers to fix problem, and if chosen renumbers the question, as well as the associated conditions, question_attributes and answers.


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

master 2288ca17

2004-09-17 08:26:48

jcleeland

Details Diff
BUGFIX: Conditions display error in dataentry and printable survey - conditions based on flexible arrays weren't displaying correctly.


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

master 45983778

2004-09-17 01:14:23

jcleeland

Details Diff
MOD: Added question_attributes option to "copy question", refined layout of question attributes in editquestion


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

master e9f29f23

2004-09-16 19:02:43

jcleeland

Details Diff
MOD: Allows exporting and importing of new question_attributes feature with normal import/export controls


git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@1192 b72ed6b6-b9f8-46b5-92b4-906544132732
Attach Issues:
mod - admin/dumpgroup.php Diff File
mod - admin/dumpquestion.php Diff File
mod - admin/dumpsurvey.php Diff File
mod - admin/importgroup.php Diff File
mod - admin/importquestion.php Diff File
mod - admin/importsurvey.php Diff File

master 6537a71c

2004-09-15 23:07:14

jcleeland

Details Diff
MOD: Allows editing existing question attributes, and also reloads "edit question" page when attributes are added/deleted or modified.


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

master 69970413

2004-09-15 22:37:41

jcleeland

Details Diff
NEW: New question attribute for Short Text and Numerical "text_input_width" - sets "size" of the text box used.


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

master 08263ff0

2004-09-15 22:15:53

jcleeland

Details Diff
NEW: Continued work on question_attributes - completed qanda.php work for handling "display_columns" and "maximum_chars".


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

master 938830ce

2004-09-15 08:33:05

jcleeland

Details Diff
NEW: Modifications for new table - "question_attributes" which will allow each question to include new (fairly easily) modifiable attributes. Attributes are added in common.php (getAttributes()) function. Attributes can be added/deleted. Still have to add "edit" functions, display functions (when viewing rather than editing a question).


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

master eef2b3ea

2004-09-15 08:31:03

jcleeland

Details Diff
NEW: Modified "multiple options" to handle new "display_columns" attribute


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

master 0f3a8bbf

2004-09-14 07:07:18

jcleeland

Details Diff
BUGFIX: Some tweaking to properly delete dependent questions/answers/conditions when deleting groups or questions.


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

master 88ce3000

2004-09-14 06:53:34

jcleeland

Details Diff
New translation for labelsimport.php - noting that a duplicate was found and the labelset wasn't imported.


git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@1185 b72ed6b6-b9f8-46b5-92b4-906544132732
Attach Issues:
mod - admin/lang/chinese/messages.php Diff File
mod - admin/lang/english/messages.php Diff File
mod - admin/lang/french/messages.php Diff File
mod - admin/lang/italian/messages.php Diff File
mod - admin/lang/spanish/messages.php Diff File

master 034d49f5

2004-09-14 06:49:45

jcleeland

Details Diff
Uses the new buildLabelsetCSArray() function to check for duplicate label sets when importing, and doesn't import duplicate label sets.


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

master 5a1c6cb1

2004-09-14 06:21:20

jcleeland

Details Diff
Uses the new buildLabelsetCSArray() function to check for duplicate label sets when importing, and doesn't import duplicate label sets.


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

master 26d4b912

2004-09-14 04:54:15

jcleeland

Details Diff
BUGFIX: <a href> tag not closed around "delete labelset" button in toolbar - causing clicking on "export" button to delete labelset in properly html compliant browsers (ie: Mozilla). Closed tag.


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

master 9db726e9

2004-09-13 22:23:49

jcleeland

Details Diff
Split new "saved" table into two - "saved_control" which holds "one-off" information such as sid, status, etc and "saved" which contains minimal data for each answer. See http://phpsurveyor.org/phpwiki/ recent changes for general summary of principles of these tables


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

master 24f419ef

2004-09-13 20:07:55

jcleeland

Details Diff
BUGFIX: Changed check on existance of $_GET['viewanswer'] or $_POST['viewanswer'] to returnglobal('viewanswer') to stop warning if neither exists.


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

master ed66ffe7

2004-09-12 22:58:54

jcleeland

Details Diff
BUGFIX: Renamed $save[] array to $saver[] array - $save was causing conflicts with post variable $_POST['save'] ($save) on servers where register_global is turned on (evil and wrong though that is).


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

master 7e35f5e6

2004-09-12 00:52:33

jcleeland

Details Diff
MOD: Export as "Word Document" now exports a more sensibly styled text output - each record starts with "NEW RECORD" and then presents the question on one line, the answer indented on the next line, and then two lines until the next question/answer. Useful for producing "paper" style exports of survey results.


git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@1178 b72ed6b6-b9f8-46b5-92b4-906544132732
Attach Issues:
mod - admin/export.php Diff File
 First  Prev  1 2 3 ... 150 ... 300 ... 450 ... 600 ... 750 ... 900 ... 1050 ... 1200 ... 1350 ... 1412 1413 1414 1415 1416 1417 1418 ... 1460 1461 1462  Next  Last