Changesets: LimeSurvey

master 1d8c3fb2

2003-03-17 20:24:22

James Richards

Details Diff
Commented out lines that removed the trailing semi-colon from INSERT statements. (dumpsurvey.php no longer adds the semi-colon.)
Added line to remove `qid` from question insert column name list. The database will auto-number qid. (This will be changed when IDs are GUIDs instead of auto-numbers and importsurvey will no longer need to manipulate SQL.)


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

master 305132c7

2003-03-17 20:20:13

James Richards

Details Diff
Removed trailing semi-colon from SQL statements (as per PHP note for mysql_query).
Changed the number of header lines to be compatible with importsurvey.php. (v1.2 reformatting of export broke import).


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

master 24749170

2003-03-17 13:24:42

jcleeland

Details Diff
Changed file description information to read PHPSurveyor, and give sourceforge website address


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

master 23875830

2003-03-17 06:58:42

James Richards

Details Diff
Column names are now specified in the database INSERT.
Had to enclose column names with backticks (`) because answer table has a column named "default" which is a reserved word in MySQL.
Created function BuildOutput($Query) that all table dumps use.
Cleaned up HTML.


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

master 4bef4aaf

2003-03-17 04:21:55

jcleeland

Details Diff
Cleaned up html, added tabs etc, changed to lower case, closed unclosed tags. Not yet completed.


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

master 4bf40703

2003-03-16 21:33:27

jcleeland

Details Diff
Modified results and summary tables to show percentages to 2 decimal places instead of integers. sprintf("%01.2f"...


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

master 63cec212

2003-03-16 21:28:59

jcleeland

Details Diff
Modified 'browse' button to bring up browse screen in new window (and there not lose statistics settings)


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

master 3a31f095

2003-03-16 18:16:49

jcleeland

Details Diff
Finalised date handling capabilities and added link to help/instructions


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

master c0a67759

2003-03-16 17:37:49

jcleeland

Details Diff
Added text types, and almost completed date types


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

master b82fa2db

2003-03-16 15:52:00

jcleeland

Details Diff
Set maximum field lists per row to 4 rather than 5


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

master c8430751

2003-03-16 15:50:14

jcleeland

Details Diff
Added array type questions to possible field summaries and fixed related bugs.


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

master 3d4aeaa1

2003-03-16 05:57:11

jcleeland

Details Diff
Added capacity to deal with Multiple Options questions; Added question name to field summary results;


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

master b37a3717

2003-03-16 01:40:39

jcleeland

Details Diff
Added perecentage to summary results, and column headings


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

master fb67fa71

2003-03-16 00:51:24

jcleeland

Details Diff
Some tidying up, fixed bug when no filters selected


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

master 75708008

2003-03-16 00:42:07

jcleeland

Details Diff
Fixed all passed variables so that they aren't a register_globals issue (at least I'm pretty sure I did). Also added summary facility (still some tidying to do) and question descriptor (click on the question mark for full question text)


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

master 19182782

2003-03-16 00:40:33

jcleeland

Details Diff
Fixed links to statistics script so that they aren't a register_globals issue ($sql post variable)


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

master c8e577a6

2003-03-16 00:39:56

jcleeland

Details Diff
Fixed links to statistics script so that they aren't a register_globals issue


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

master 224022ad

2003-03-15 22:07:54

jcleeland

Details Diff
Added links to browse and export scripts so that statistics results could be viewed or exported


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

master 99f45b9d

2003-03-15 22:07:18

jcleeland

Details Diff
Modified to work with output from statistics script. Note bug seems to exist when exporting abbreviated responses.


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

master b8bff857

2003-03-15 22:05:55

jcleeland

Details Diff
Added links to statistics script, and modified to show results from statistics script


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

master fca933e8

2003-03-15 21:14:50

jcleeland

Details Diff
Fixed error in SQL logic. Brain working now. Uses "IN" and "( ??? OR ???)" to determine results, rather than straight "AND" between conditions.


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

master 1b12b95a

2003-03-15 20:57:47

jcleeland

Details Diff
Added total survey information and percentage calculations


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

master 31f3f104

2003-03-15 20:32:32

jcleeland

Details Diff
Fixed order of query, to sort by GID


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

master 18a0f3d1

2003-03-15 20:21:26

jcleeland

Details Diff
Now functioning although without list or export functions, and needs to add date and text field options


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

master b19f3c3f

2003-03-15 18:19:32

jcleeland

Details Diff
Development: Remembers selections


git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@33 b72ed6b6-b9f8-46b5-92b4-906544132732
Attach Issues:
mod - admin/statistics.php Diff File
 First  Prev  1 2 3 ... 150 ... 300 ... 450 ... 600 ... 750 ... 900 ... 1050 ... 1200 ... 1350 ... 1448 1449 1450 1451 1452 1453  Next  Last