Changesets: LimeSurvey

master 0a832d58

2003-03-18 18:18:29

James Richards

Details Diff
Questions are now sorted by a case insensitive natural order on group names and then question titles.


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

master 8d8b53c7

2003-03-18 17:21:26

jcleeland

Details Diff
Fixed reminder function to work without register_globals=on (I think)


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

master bc7dc6bf

2003-03-18 16:59:27

jcleeland

Details Diff
Added control logic to reminder emails (sort by tid, remember last tid). Changed remind function to mysql_fetch_array


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

master 62e46c57

2003-03-18 16:33:57

jcleeland

Details Diff
Fixed bug in reminder section - send-next-lot was defaulting to 'email' section instead of 'remind' section


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

master e493c8aa

2003-03-18 15:27:14

jcleeland

Details Diff
Tweak: Fixed bug, moved </table> outside data loop. Also reduced font size for option links


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

master fdbeca54

2003-03-18 13:52:07

James Richards

Details Diff
Changed database column references from numeric to associative.
Added natural sort to questions.
Discovered bug in natural sort (to be fixed later). Questions from all groups are sorted together.
Cleaned up HTML.


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

master 4496926a

2003-03-18 08:59:51

James Richards

Details Diff
Changed addslashes to mysql_escape_string to better handle characters that need to be escaped before being inserted into a database.


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

master 0129c1d5

2003-03-18 03:46:52

jcleeland

Details Diff
Fixed bug that caused double results when exporting short answers. Bug was caused by use of mysql_fetch_array - added ', MYSQL_ASSOC' to only receive the associative names, not the numerical. Had to rearrange script slightly because long answers still require numerical array.


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

master 057c4538

2003-03-18 02:32:23

jcleeland

Details Diff
Fixed bug that caused export of extended answers to fail, error in converting numerical data reference to explicit - type instead of qid


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

master d70be6cd

2003-03-18 00:33:43

jcleeland

Details Diff
As per previous tweak


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

master 736ea0ee

2003-03-18 00:31:32

jcleeland

Details Diff
Tweak: Corrected bad form code (mispelled name=) for adduser form


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

master fb95260d

2003-03-18 00:27:19

jcleeland

Details Diff
Tweak: Fixed incorrect </tr>


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

master 2dc721d9

2003-03-18 00:26:40

jcleeland

Details Diff
Fixed bug with group descriptions and moving backwards


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

master 397af38a

2003-03-17 21:14:53

jcleeland

Details Diff
Completed tidying HTML


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

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
 First  Prev  1 2 3 ... 150 ... 300 ... 450 ... 600 ... 750 ... 900 ... 1050 ... 1200 ... 1350 ... 1457 1458 1459 1460 1461 1462  Next  Last