Changesets: LimeSurvey

master ec6f1654

2003-03-19 11:27:46

James Richards

Details Diff
Changed database column references from numeric to associative.


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

master a99d7d36

2003-03-19 09:10:23

James Richards

Details Diff
JavaScript help alerts can now contain all manner of special characters (single quote, double quote, newlines, returns, tabs).


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

master 0f9a3de5

2003-03-19 07:52:46

James Richards

Details Diff
Shortened CSS of <table>.


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

master 854183d8

2003-03-19 07:49:22

James Richards

Details Diff
Changed mysql_escape_string to mysql_real_escape_string.


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

master 70696b6f

2003-03-19 07:47:24

James Richards

Details Diff
Removed escaping of single quotes from question help.


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

master 51d553a0

2003-03-19 03:07:37

jcleeland

Details Diff
Fix: Resolved issue with apostrophes, quotations, cslashes with magic_quotes ON, and magic_quotes OFF. Added 'strip_tags' to emails and reminders. Also modified email and reminder sections to work without register_globals=On


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

master 89edd487

2003-03-18 20:24:13

jcleeland

Details Diff
Fixed Bug: Changed hidden form values to double-quotes so that apostrophes wouldn't break emails and reminders


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

master 6141f275

2003-03-18 19:46:13

James Richards

Details Diff
Fixed bug in the insertanswer and copyanswers actions (missing comma and needed backticks around `default` because it's a reserved MySQL word).


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

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
 First  Prev  1 2 3 ... 150 ... 300 ... 450 ... 600 ... 750 ... 900 ... 1050 ... 1200 ... 1350 ... 1447 1448 1449 1450 1451 1452 1453  Next  Last