Changesets: LimeSurvey
master 1d18ab70 2004-09-11 21:53 Details Diff |
TWEAK: Uses sendcacheheaders function instead of sending headers itself. git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@1166 b72ed6b6-b9f8-46b5-92b4-906544132732 |
||
mod - admin/browse.php | Diff File | ||
master 1180262f 2004-09-11 21:51 Details Diff |
Handling for new "renumberquestions" feature git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@1165 b72ed6b6-b9f8-46b5-92b4-906544132732 |
||
mod - admin/admin.php | Diff File | ||
master ebbd5653 2004-09-11 21:50 Details Diff |
Icon for viewing "saved" data from admin screen. git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@1164 b72ed6b6-b9f8-46b5-92b4-906544132732 |
||
add - admin/images/saved.gif | Diff File | ||
master fdf1ab2d 2004-09-11 21:49 Details Diff |
Updated translations for data-entry "save" feature, and admin "saved.php" script which lets admins view saved data git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@1163 b72ed6b6-b9f8-46b5-92b4-906544132732 |
||
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 2e0e68ad 2004-09-01 07:32 Details Diff |
Removed hardcoded punctuation from "instructions" in printablesurvey.php and placed them in translation files, so that entire comments can be removed if needed. git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@1162 b72ed6b6-b9f8-46b5-92b4-906544132732 |
||
mod - admin/printablesurvey.php | Diff File | ||
mod - lang/chinese.lang.php | Diff File | ||
mod - lang/danish.lang.php | Diff File | ||
mod - lang/english.lang.php | Diff File | ||
mod - lang/french.lang.php | Diff File | ||
mod - lang/hungarian.lang.php | Diff File | ||
mod - lang/italian.lang.php | Diff File | ||
mod - lang/norwegian.lang.php | Diff File | ||
mod - lang/simplified-chinese.lang.php | Diff File | ||
mod - lang/slovenian.lang.php | Diff File | ||
mod - lang/spanish.lang.php | Diff File | ||
mod - lang/swedish.lang.php | Diff File | ||
master 01b982af 2004-09-01 00:22 Details Diff |
Load and save template files, for the loading and saving pages :-) git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@1161 b72ed6b6-b9f8-46b5-92b4-906544132732 |
||
add - templates/default/load.pstpl | Diff File | ||
add - templates/default/save.pstpl | Diff File | ||
master a0dc7299 2004-09-01 00:20 Details Diff |
Added {SAVE} field, which is replaced by either the "Save" button, the "Load" button - or both in the case of an all-in-one survey. git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@1160 b72ed6b6-b9f8-46b5-92b4-906544132732 |
||
mod - templates/default/navigator.pstpl | Diff File | ||
master ca5a58d4 2004-09-01 00:19 Details Diff |
New css style for 'saveall' buttons git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@1159 b72ed6b6-b9f8-46b5-92b4-906544132732 |
||
mod - templates/default/startpage.pstpl | Diff File | ||
master 1e76c6cc 2004-09-01 00:18 Details Diff |
Various new labels for saving and loading surveys. git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@1158 b72ed6b6-b9f8-46b5-92b4-906544132732 |
||
mod - lang/chinese.lang.php | Diff File | ||
mod - lang/danish.lang.php | Diff File | ||
mod - lang/english.lang.php | Diff File | ||
mod - lang/french.lang.php | Diff File | ||
mod - lang/hungarian.lang.php | Diff File | ||
mod - lang/italian.lang.php | Diff File | ||
mod - lang/norwegian.lang.php | Diff File | ||
mod - lang/simplified-chinese.lang.php | Diff File | ||
mod - lang/slovenian.lang.php | Diff File | ||
mod - lang/spanish.lang.php | Diff File | ||
mod - lang/swedish.lang.php | Diff File | ||
master cef86e06 2004-09-01 00:10 Details Diff |
Added labels for "allow save?", "Huge Text", and screen names for templates.php git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@1157 b72ed6b6-b9f8-46b5-92b4-906544132732 |
||
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 4aff7037 2004-09-01 00:01 Details Diff |
Added handling for new "load.pstpl" and "save.pstpl" templates Removed "doubled up" templatereplace function, now uses common.php after adjusting the fake variables to suit. git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@1156 b72ed6b6-b9f8-46b5-92b4-906544132732 |
||
mod - admin/templates.php | Diff File | ||
master a7873693 2004-09-01 00:01 Details Diff |
Added handling for "U" type question git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@1155 b72ed6b6-b9f8-46b5-92b4-906544132732 |
||
mod - admin/statistics.php | Diff File | ||
master b3ab5e92 2004-09-01 00:00 Details Diff |
Checks survey details for fax number, and if none is found, uses the default fax number from config.php Added readonly='readonly' tags to inputs as per verifiedvoting.org diff Added handling for "U" type question Removed rem'd out debugging line git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@1154 b72ed6b6-b9f8-46b5-92b4-906544132732 |
||
mod - admin/printablesurvey.php | Diff File | ||
master 2ec72f42 2004-08-31 23:59 Details Diff |
html to set to "allowsave" when creating/editing survey settings Modifications for allowing question type "U" to work like other text inputs git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@1153 b72ed6b6-b9f8-46b5-92b4-906544132732 |
||
mod - admin/html.php | Diff File | ||
master 992bd502 2004-08-31 23:59 Details Diff |
Added handling for "U" type questions git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@1152 b72ed6b6-b9f8-46b5-92b4-906544132732 |
||
mod - admin/dataentry.php | Diff File | ||
master c13620f8 2004-08-31 23:58 Details Diff |
Modifications from verifiedvoting.org to show mysqlerrors when updates fail, and escaping new lines in javascript Bugfix - setting "lid" value when it doesn't exist - had "==" instead of "=" Added handling for new "allowsave" field in survey settings git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@1151 b72ed6b6-b9f8-46b5-92b4-906544132732 |
||
mod - admin/database.php | Diff File | ||
master fcf4425a 2004-08-31 23:57 Details Diff |
Added new table "saved" with its various fields Added new field to surveys table - "allowsave" git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@1150 b72ed6b6-b9f8-46b5-92b4-906544132732 |
||
mod - admin/checkfields.php | Diff File | ||
master 923ca676 2004-08-31 23:57 Details Diff |
Added handling for new question type "U" - "Huge free text" git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@1149 b72ed6b6-b9f8-46b5-92b4-906544132732 |
||
mod - admin/activate.php | Diff File | ||
master 60e0cf50 2004-08-31 23:56 Details Diff |
New files to handle some aspects of saving/loading unfinished surveys git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@1148 b72ed6b6-b9f8-46b5-92b4-906544132732 |
||
add - load.php | Diff File | ||
add - save.php | Diff File | ||
master 4e88e33e 2004-08-31 23:55 Details Diff |
moved data gathering for "$thissurvey" array into a function in common.php added handling for saving / loading survey data moved templatereplace($line) function into common.php so it is accessible from other scripts git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@1147 b72ed6b6-b9f8-46b5-92b4-906544132732 |
||
mod - index.php | Diff File | ||
master 6758786d 2004-08-31 23:54 Details Diff |
Added new question type "U" - "Huge Free Text" - from verifiedvoting.org changes Added "other" capacity for "list (dropdown)" questions. If "other" is selected, javascript text box appears for the other to be typed into git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@1146 b72ed6b6-b9f8-46b5-92b4-906544132732 |
||
mod - qanda.php | Diff File | ||
master 56009d4c 2004-08-31 23:54 Details Diff |
Added code to delete "saved" surveys if they are being used, when the survey is succesfully submitted to responses table. Added "isset" check on $_POST['move'] for compatability with reloaded, saved surveys. git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@1145 b72ed6b6-b9f8-46b5-92b4-906544132732 |
||
mod - question.php | Diff File | ||
master 1768e1dd 2004-08-31 23:53 Details Diff |
Added code to delete "saved" surveys if they are being used, when the survey is succesfully submitted to responses table. git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@1144 b72ed6b6-b9f8-46b5-92b4-906544132732 |
||
mod - group.php | Diff File | ||
mod - survey.php | Diff File | ||
master 5e9a90da 2004-08-26 08:33 Details Diff |
Added "mandatory" indicator to questions. Uses _REQUIRED definition/constant from language file. (0.99dev01 only) git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@1143 b72ed6b6-b9f8-46b5-92b4-906544132732 |
||
mod - admin/printablesurvey.php | Diff File | ||
master 1f6a7b58 2004-08-26 08:17 Details Diff |
Bugfix: Checking questions that occur before the current one was broken because the comparison list wasn't showing Text type questions. This fixes the bug, and likewise fixes the "copy" questions bug, because the error was causing conditions script to believe that the question was the last one in the survey, and therefore there couldn't be any subsequent questions to copy the condition to. git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@1142 b72ed6b6-b9f8-46b5-92b4-906544132732 |
||
mod - admin/conditions.php | Diff File |