Changesets: LimeSurvey
2.1 5d22c111 2012-11-29 19:03 Details Diff |
Fixed issue 06966: {TOKEN:USESLEFT} is undefined variable in surveys and notification/confirmation emails Dev: Take whole token information in getTokenData, then can be used by EM. Dev: TODO : remove some extra code to retriev token information |
Affected Issues 06966 |
|
mod - application/helpers/common_helper.php | Diff File | ||
2.1 570467a1 2012-11-29 18:29 Details Diff |
Fixed issue: Results export is slow Dev 75% speed-up! |
||
mod - application/helpers/admin/exportresults_helper.php | Diff File | ||
2.1 86c0650b 2012-11-29 18:28 Details Diff |
Dev Update arPHP to 3.5.0 - fixes partially issue 06969 |
Affected Issues 06969 |
|
rm - application/libraries/ArGlyphs.class.php | Diff | ||
rm - application/libraries/Arabic.php | Diff | ||
add - application/third_party/ar-php/Arabic.php | Diff File | ||
add - application/third_party/ar-php/Arabic/AutoSummarize.php | Diff File | ||
add - application/third_party/ar-php/Arabic/Changes | Diff File | ||
add - application/third_party/ar-php/Arabic/CharsetC.php | Diff File | ||
add - application/third_party/ar-php/Arabic/CharsetD.php | Diff File | ||
add - application/third_party/ar-php/Arabic/CompressStr.php | Diff File | ||
add - application/third_party/ar-php/Arabic/Data.php | Diff File | ||
add - application/third_party/ar-php/Arabic/Date.php | Diff File | ||
add - application/third_party/ar-php/Arabic/Docs.zip | Diff File | ||
add - application/third_party/ar-php/Arabic/Examples.zip | Diff File | ||
add - application/third_party/ar-php/Arabic/GPL | Diff File | ||
add - application/third_party/ar-php/Arabic/Gender.php | Diff File | ||
add - application/third_party/ar-php/Arabic/Glyphs.php | Diff File | ||
add - application/third_party/ar-php/Arabic/Hiero.php | Diff File | ||
add - application/third_party/ar-php/Arabic/Identifier.php | Diff File | ||
add - application/third_party/ar-php/Arabic/KeySwap.php | Diff File | ||
add - application/third_party/ar-php/Arabic/LGPL | Diff File | ||
add - application/third_party/ar-php/Arabic/Mktime.php | Diff File | ||
add - application/third_party/ar-php/Arabic/Normalise.php | Diff File | ||
add - application/third_party/ar-php/Arabic/Numbers.php | Diff File | ||
add - application/third_party/ar-php/Arabic/Query.php | Diff File | ||
add - application/third_party/ar-php/Arabic/Salat.php | Diff File | ||
add - application/third_party/ar-php/Arabic/Soundex.php | Diff File | ||
add - application/third_party/ar-php/Arabic/Standard.php | Diff File | ||
add - application/third_party/ar-php/Arabic/Stemmer.php | Diff File | ||
add - application/third_party/ar-php/Arabic/StrToTime.php | Diff File | ||
add - application/third_party/ar-php/Arabic/Transliteration.php | Diff File | ||
add - application/third_party/ar-php/Arabic/WordTag.php | Diff File | ||
add - application/third_party/ar-php/Arabic/data/ArDate.xml | Diff File | ||
add - application/third_party/ar-php/Arabic/data/ArNumbers.xml | Diff File | ||
add - application/third_party/ar-php/Arabic/data/ArQuery.xml | Diff File | ||
add - application/third_party/ar-php/Arabic/data/ArSort.xml | Diff File | ||
add - application/third_party/ar-php/Arabic/data/ArSoundex.xml | Diff File | ||
add - application/third_party/ar-php/Arabic/data/ArStrToTime.xml | Diff File | ||
add - application/third_party/ar-php/Arabic/data/Transliteration.xml | Diff File | ||
add - application/third_party/ar-php/Arabic/data/ar-extra-stopwords.txt | Diff File | ||
add - application/third_party/ar-php/Arabic/data/ar-stopwords.txt | Diff File | ||
add - application/third_party/ar-php/Arabic/data/arab_countries.xml | Diff File | ||
add - application/third_party/ar-php/Arabic/data/charset/ArUnicode.constants.php | Diff File | ||
add - application/third_party/ar-php/Arabic/data/charset/_bug.php | Diff File | ||
add - application/third_party/ar-php/Arabic/data/charset/_html.php | Diff File | ||
add - application/third_party/ar-php/Arabic/data/charset/_iso88596.php | Diff File | ||
add - application/third_party/ar-php/Arabic/data/charset/_utf8.php | Diff File | ||
add - application/third_party/ar-php/Arabic/data/charset/_windows1256.php | Diff File | ||
add - application/third_party/ar-php/Arabic/data/charset/arabizi.xml | Diff File | ||
add - application/third_party/ar-php/Arabic/data/charset/charset.src | Diff File | ||
add - application/third_party/ar-php/Arabic/data/cities.db | Diff File | ||
add - application/third_party/ar-php/Arabic/data/en-stopwords.txt | Diff File | ||
add - application/third_party/ar-php/Arabic/data/female.txt | Diff File | ||
add - application/third_party/ar-php/Arabic/data/important-words.txt | Diff File | ||
add - application/third_party/ar-php/Arabic/data/um_alqoura.txt | Diff File | ||
2.1 d607cb73 2012-11-29 18:27 Details Diff |
Fixed issue: Admin email address not shown when survey is inactive and accessed by participants Fixed issue: Invitation URL not working properly when language code contains a hyphen |
||
mod - application/config/routes.php | Diff File | ||
mod - application/controllers/survey/index.php | Diff File | ||
2.1 d959f980 2012-11-29 18:24 Details Diff |
Merge remote-tracking branch 'origin/2.1' into 2.1 | ||
mod - application/config/config-defaults.php | Diff File | ||
mod - application/controllers/admin/dataentry.php | Diff File | ||
mod - application/controllers/admin/participantsaction.php | Diff File | ||
mod - application/models/Participants.php | Diff File | ||
mod - application/modules/NumericalQuestion.php | Diff File | ||
2.1 0f8c7a5b 2012-11-29 18:24 Details Diff |
Fixed issue 06969: Statistics graphs in Arabic not shown properly |
Affected Issues 06969 |
|
mod - application/controllers/admin/statistics.php | Diff File | ||
mod - application/helpers/admin/statistics_helper.php | Diff File | ||
2.1 59aca5f4 2012-11-29 18:10 Details Diff |
Dev: reFixed 06980: Numerical input strips zeros |
Affected Issues 06980 |
|
mod - application/modules/NumericalQuestion.php | Diff File | ||
master 2d9fb43b 2012-11-29 18:07 Details Diff |
Dev: reFixed 06980: Numerical input strips zeros |
Affected Issues 06980 |
|
mod - application/helpers/common_helper.php | Diff File | ||
mod - application/helpers/qanda_helper.php | Diff File | ||
2.1 f8926e8f 2012-11-29 17:15 Details Diff |
Merge branch '2.1' of github.com:LimeSurvey/LimeSurvey into 2.1 | ||
mod - application/config/config-defaults.php | Diff File | ||
mod - application/controllers/admin/dataentry.php | Diff File | ||
mod - application/controllers/admin/participantsaction.php | Diff File | ||
mod - application/models/Participants.php | Diff File | ||
2.1 54877b68 2012-11-29 17:14 Details Diff |
Dev: 06980 children, bad typo | ||
mod - application/modules/NumericalQuestion.php | Diff File | ||
master 84e5752a 2012-11-29 17:12 Details Diff |
Dev: 06980 children : Error on browse response , Thanks mennodekker | ||
mod - application/helpers/common_helper.php | Diff File | ||
2.1 336e4d02 2012-11-29 15:58 Details Diff |
Merge branch '2.1' of https://github.com/LimeSurvey/LimeSurvey.git into 2.1 | ||
mod - application/config/config-defaults.php | Diff File | ||
master 2d6b08ec 2012-11-29 15:57 Details Diff |
Fixed 06984: Can't save edits to a response with MSSQL Server (Field Name's not wrapped) dev: also updated link to browse response |
Affected Issues 06984 |
|
mod - application/controllers/admin/dataentry.php | Diff File | ||
2.1 34960a63 2012-11-29 15:57 Details Diff |
Fixed 06984: Can't save edits to a response with MSSQL Server (Field Name's not wrapped) dev: also updated link to browse response |
Affected Issues 06984 |
|
mod - application/controllers/admin/dataentry.php | Diff File | ||
2.1 9880c042 2012-11-29 15:35 Details Diff |
Merge branch '2.1' of https://github.com/LimeSurvey/LimeSurvey.git into 2.1 | ||
mod - application/controllers/InstallerController.php | Diff File | ||
mod - application/controllers/admin/emailtemplates.php | Diff File | ||
mod - application/controllers/admin/participantsaction.php | Diff File | ||
mod - application/controllers/admin/statistics.php | Diff File | ||
mod - application/controllers/survey/index.php | Diff File | ||
mod - application/helpers/admin/htmleditor_helper.php | Diff File | ||
mod - application/models/ParticipantAttributeNames.php | Diff File | ||
mod - application/models/Participants.php | Diff File | ||
mod - application/models/User.php | Diff File | ||
mod - application/modules/CheckQuestion.php | Diff File | ||
mod - application/modules/NumericalQuestion.php | Diff File | ||
add - application/views/admin/emailtemplates/email_language_tab.php | Diff File | ||
add - application/views/admin/emailtemplates/email_language_template_tab.php | Diff File | ||
mod - application/views/admin/emailtemplates/emailtemplates_view.php | Diff File | ||
mod - application/views/admin/participants/attributeMapToken_view.php | Diff File | ||
mod - application/views/admin/participants/attributeMap_view.php | Diff File | ||
mod - application/views/admin/participants/displayParticipants_view.php | Diff File | ||
mod - application/views/installer/precheck_view.php | Diff File | ||
mod - docs/release_notes.txt | Diff File | ||
add - images/cut.gif | Diff File | ||
mod - scripts/admin/displayParticipant.js | Diff File | ||
mod - scripts/admin/emailtemplates.js | Diff File | ||
mod - scripts/admin/subquestions.js | Diff File | ||
2.1 67aaf287 2012-11-29 15:30 Details Diff |
New feature: Set default import character set at global settings -> Here comes the missing config-defaults setting for this. |
||
mod - application/config/config-defaults.php | Diff File | ||
2.1 fef75cbf 2012-11-29 14:24 Details Diff |
Fixed 06956: Sorting Participant list only sorts visible entries dev: all fields, including survey(count) should work now |
Affected Issues 06956 |
|
mod - application/controllers/admin/participantsaction.php | Diff File | ||
mod - application/models/Participants.php | Diff File | ||
master 33b2d551 2012-11-29 14:23 Details Diff |
Fixed 06956: Sorting Participant list only sorts visible entries dev: all fields, including survey(count) should work now |
Affected Issues 06956 |
|
mod - application/controllers/admin/participantsaction.php | Diff File | ||
mod - application/models/Participants.php | Diff File | ||
master 134a8992 2012-11-29 13:46 Details Diff |
Fixed issue 06969: Statistics graphs in Arabic not shown properly |
Affected Issues 06969 |
|
mod - application/controllers/admin/statistics.php | Diff File | ||
mod - application/helpers/admin/statistics_helper.php | Diff File | ||
2.1 cd7b608c 2012-11-29 13:45 Details Diff |
Fixed issue 06980: Numerical input strips zeros Dev: Maybe can use float_val, but not sure if DECIMAL is a float val |
Affected Issues 06980 |
|
mod - application/modules/NumericalQuestion.php | Diff File | ||
master 2b839f97 2012-11-29 13:41 Details Diff |
Fixed issue 06980: Numerical input strips zeros Dev: Maybe can use float_val, but not sure if DECIMAL is a float val |
Affected Issues 06980 |
|
mod - application/helpers/common_helper.php | Diff File | ||
mod - application/helpers/qanda_helper.php | Diff File | ||
2.1 e93ece7c 2012-11-29 12:57 Details Diff |
dev: Restored inline edit + fixed pagination and disabled sort on survey(count) for now |
Affected Issues 06956 |
|
mod - application/controllers/admin/participantsaction.php | Diff File | ||
mod - application/models/Participants.php | Diff File | ||
master 05ce55f6 2012-11-29 12:56 Details Diff |
dev: Restored inline edit + fixed pagination and disabled sort on survey(count) for now |
Affected Issues 06956 |
|
mod - application/controllers/admin/participantsaction.php | Diff File | ||
mod - application/models/Participants.php | Diff File | ||
2.1 bfef0b38 2012-11-29 12:26 Details Diff |
Merge branch '2.1' of github.com:LimeSurvey/LimeSurvey into 2.1 | ||
mod - application/views/admin/participants/displayParticipants_view.php | Diff File | ||
2.1 bab910d8 2012-11-29 12:25 Details Diff |
Fixed issue 06960: Unchecking of "other" option in multiple choice questions impossible if text box empty Dev: return false on click, but put error on text input and focus in Dev: Add inline visibility:hidden style for user without javascript, remove it in javascript Dev: can be put in external js file, but use .live or .delegate to have it before document.loading |
Affected Issues 06960 |
|
mod - application/modules/CheckQuestion.php | Diff File |