Changesets: LimeSurvey

master bd8be1e8

2003-03-24 13:03:58

James Richards

Details Diff
Revision bug fix to token link. It was trying to display links on private surveys.


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

master fc556d60

2003-03-24 12:52:49

James Richards

Details Diff
Added a link on the token to go to the edit token page in action=all.


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

master ebc122ab

2003-03-24 12:47:44

James Richards

Details Diff
Made email and token text input box larger in action=edit.


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

master d808ff32

2003-03-24 10:52:15

James Richards

Details Diff
Question type now displays a description of the type instead of the code. Should it display both?


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

master 75c32580

2003-03-24 09:34:32

James Richards

Details Diff
Specified length (1024 bytes) on fgets when reading import file for compatibility with PHP older than 4.2.0. It's optional on 4.2.0 and newer.


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

master 55085402

2003-03-24 09:29:58

James Richards

Details Diff
Added curly brackets around $dsrow['qid'] on line 85 "DELETE FROM answers where qid={$dsrow['qid']}".


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

master 88b25656

2003-03-24 07:17:13

James Richards

Details Diff
Moved </center> to end of error page on in "if database does not exist".


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

master 14d71695

2003-03-24 02:59:52

jcleeland

Details Diff
Fixed bug: changed number of skipped lines at beginning (survey table information was being skipped).


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

master 77f841e0

2003-03-23 20:31:51

jcleeland

Details Diff
Removed \n, \t\t from second and third buttons in action column in browse to stop linewrapping between buttons.


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

master f33ef263

2003-03-23 20:23:38

jcleeland

Details Diff
Added mysql_real_escape_string to import csv file to properly handle apostrophes in names and emails.
Modified for register_globals=off, requires testing though.


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

master f40dd268

2003-03-23 01:53:53

jcleeland

Details Diff
Modified edit answer to handle quotations


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

master ea13a8ac

2003-03-23 01:51:33

jcleeland

Details Diff
Removed javascript alert popups for succesful data changes. (Rem'ed out at the moment)


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

master bbb998de

2003-03-22 20:02:32

James Richards

Details Diff
Added check for magic_quotes_gpc in action=id.


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

master bb14f806

2003-03-22 19:53:58

James Richards

Details Diff
Changed formatting of token statistic information.
Continued HTML cleanup.


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

master c3e1144b

2003-03-22 15:12:23

James Richards

Details Diff
Declared JavaScript as the default scripting language using a meta declaration in <head>. Intrinsic events, such as onClick, no longer need to specify what language to use.


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

master 8d4aee03

2003-03-22 14:55:48

James Richards

Details Diff
Added missing slash on </html> line 164.


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

master bde4a723

2003-03-22 00:04:17

jcleeland

Details Diff
Added token/participant name handling routine for non-private surveys


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

master 3d3e1df8

2003-03-21 23:16:10

jcleeland

Details Diff
Changed "remind" button during browse so that it only appears after an invitation has been sent out (invite="Y")


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

master 1c451b83

2003-03-21 23:13:19

jcleeland

Details Diff
Changed edit survey so 'private' setting cannot be changed if survey is active.


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

master e23f130e

2003-03-21 22:28:33

jcleeland

Details Diff
Added reference to surveys table 'faxto' field, so each survey can have its own faxto number.


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

master a14d2912

2003-03-21 22:16:13

jcleeland

Details Diff
added token handling routines for non private surveys


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

master f68395fc

2003-03-21 22:15:43

jcleeland

Details Diff
Added extra buttons to view individual responses (by linking with token entry), added button to do individual survey, added button to send individual reminder, modified remind script to do individual token ids.


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

master 748dc419

2003-03-21 22:14:39

jcleeland

Details Diff
Added token handling routines for non private surveys


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

master 8218022d

2003-03-21 22:12:32

jcleeland

Details Diff
Added token handling for non-private surveys, added handling for view id from token script (to view an individual response)


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

master 5eadc5de

2003-03-21 22:11:07

jcleeland

Details Diff
Added token handling routines (creates field for token)


git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@112 b72ed6b6-b9f8-46b5-92b4-906544132732
Attach Issues:
mod - admin/activate.php Diff File
 First  Prev  1 2 3 ... 140 ... 280 ... 420 ... 560 ... 700 ... 840 ... 980 ... 1120 ... 1260 ... 1368 1369 1370 1371 1372 1373 1374 1375 1376  Next  Last