Changesets: LimeSurvey
2.06 cc85ed83 2014-12-16 15:15 Details Diff |
Fixed issue: Trailing space in token key leads to unrecoverable survey situation | ||
mod - application/controllers/survey/index.php | Diff File | ||
master 52828bb9 2014-12-16 15:15 Details Diff |
Let print answer if user can read responses. Do not exit controller if user has read permissions over responses. As so allow to print if setting "Participant may print answers" is set to true or if user has read permission over responses. |
||
mod - application/controllers/PrintanswersController.php | Diff File | ||
2.06 4c18d76a 2014-12-16 02:41 Details Diff |
Fixed issue 09409 : PDF export by user contains html tag |
Affected Issues 09409 |
|
mod - application/controllers/PrintanswersController.php | Diff File | ||
mod - application/libraries/admin/pdf.php | Diff File | ||
master d94715ba 2014-12-16 02:30 Details Diff |
Fixed issue 09409 : PDF export by user contains html tag |
Affected Issues 09409 |
|
mod - application/controllers/PrintanswersController.php | Diff File | ||
mod - application/libraries/admin/pdf.php | Diff File | ||
2.06 8090188d 2014-12-15 14:56 Details Diff |
Fixed issue : LimesurveyApi->getOldResponseTables return timing table | ||
mod - application/libraries/PluginManager/LimesurveyApi.php | Diff File | ||
master dafb44d6 2014-12-15 14:54 Details Diff |
Fixed issue : LimesurveyApi->getOldResponseTables return timing table | ||
mod - application/libraries/PluginManager/LimesurveyApi.php | Diff File | ||
master 045fc8fa 2014-12-15 13:07 Details Diff |
Merge pull request #257 from Jan-E/master Fixed 09398 - Include lastpage in export |
Affected Issues 09398 |
|
mod - application/helpers/export_helper.php | Diff File | ||
master 3174501c 2014-12-15 01:06 LimeSurvey Translations Bot Details Diff |
Updated translation: Finnish by morbid Updated translation: Italian by lfanfoni, Zeos Updated translation: Norwegian (Bokmål) by peterhol Updated translation: Dutch by Han Updated translation: Polish by elisa Updated translation: Russian by vipgroup Updated translation: Italian (Informal) by lfanfoni Updated translation: Dutch (Informal) by Han |
||
mod - locale/_template/limesurvey.pot | Diff File | ||
mod - locale/fi/LC_MESSAGES/fi.mo | Diff File | ||
mod - locale/it-informal/LC_MESSAGES/it-informal.mo | Diff File | ||
mod - locale/it/LC_MESSAGES/it.mo | Diff File | ||
mod - locale/nb/LC_MESSAGES/nb.mo | Diff File | ||
mod - locale/nl-informal/LC_MESSAGES/nl-informal.mo | Diff File | ||
mod - locale/nl/LC_MESSAGES/nl.mo | Diff File | ||
mod - locale/pl/LC_MESSAGES/pl.mo | Diff File | ||
mod - locale/ru/LC_MESSAGES/ru.mo | Diff File | ||
master 3984edbf 2014-12-14 22:06 Details Diff |
Fixed issue 09171 : Unable to subscribe to event Dev : Target not anymore needed for auth plugins events, every auth plugin knows if he has to process event Dev : This way, auth events (i.e. afterLogout) can be processed also by other plugins Dev : Method afterLoginFormSubmit can be in parent class (preventing code duplication) |
Affected Issues 09171 |
|
mod - application/controllers/admin/authentication.php | Diff File | ||
mod - application/core/LSUserIdentity.php | Diff File | ||
mod - application/core/plugins/AuthLDAP/AuthLDAP.php | Diff File | ||
mod - application/core/plugins/Authdb/Authdb.php | Diff File | ||
mod - application/core/plugins/Authwebserver/Authwebserver.php | Diff File | ||
mod - application/libraries/PluginManager/AuthPluginBase.php | Diff File | ||
2.06 767a0380 2014-12-14 17:57 Details Diff |
Dev: cleaner URL for load and save form | ||
mod - application/libraries/Load_answers.php | Diff File | ||
mod - application/libraries/Save.php | Diff File | ||
2.06 98c59477 2014-12-14 17:43 Details Diff |
Fixed issue 09404: No alert are shown when error is made Fixed issue 09403: Save after error submitted show unneeded alert Dev: loadall must be reworked, maybe in another controller is better ? Dev: Same for saveall (same controller ?) |
Affected Issues 09403, 09404 |
|
mod - application/controllers/survey/index.php | Diff File | ||
mod - application/helpers/SurveyRuntimeHelper.php | Diff File | ||
2.06 919fcb87 2014-12-13 19:06 Details Diff |
New feature export uncompleted (started or not) in export token Dev: Using settingWidget in token export Dev: 'dropdownAutoWidth'=> true in select2 don't work ? Need updating ? (tested with 1, and 'true') |
||
mod - application/controllers/admin/tokens.php | Diff File | ||
mod - application/extensions/SettingsWidget/SettingsWidget.php | Diff File | ||
mod - application/helpers/export_helper.php | Diff File | ||
mod - application/views/admin/token/exportdialog.php | Diff File | ||
2.06 d38e57ba 2014-12-13 17:52 Details Diff |
Fixed issue 09400 : Export Started but not yet completed tokens don't work Dev: $thissurvey is not set Dev: fiteremail must be text, using %fiteremail% Dev: TODO : use SettingsWidget for exportdialog (not so big) Dev: TODO : use better CDBcommanf dor export : join with survey or another request ? |
Affected Issues 09400 |
|
mod - application/helpers/export_helper.php | Diff File | ||
mod - application/views/admin/token/exportdialog.php | Diff File | ||
master 74a0908b 2014-12-13 17:40 Details Diff |
Fixed issue 09400 : Export Started but not yet completed tokens don't work Dev: $thissurvey is not set Dev: fiteremail must be text, using %fiteremail% |
Affected Issues 09400 |
|
mod - application/helpers/export_helper.php | Diff File | ||
mod - application/views/admin/token/exportdialog.php | Diff File | ||
2.06 3ee37dc1 2014-12-11 09:53 Details Diff |
Dev: update LimeSUrvey multilingual survey Dev: update some manual link Dev: adding EM to condition (very simple) Dev: set index to full and Group by Group mode |
||
mod - docs/demosurveys/ls205_sample_survey_multilingual.lss | Diff File | ||
master f5e48852 2014-12-11 09:50 Details Diff |
Dev: update LimeSUrvey multilingual survey Dev: update some manual link Dev: adding EM to condition (very simple) Dev: set index to full and Group by Group mode |
||
mod - docs/demosurveys/ls205_sample_survey_multilingual.lss | Diff File | ||
master c8d785cc 2014-12-10 15:50 Jan-E Details Diff |
Include lastpage in export | ||
mod - application/helpers/export_helper.php | Diff File | ||
master cadbd0a4 2014-12-10 09:13 Details Diff |
Release 2.05+ Build 141210 | ||
mod - docs/release_notes.txt | Diff File | ||
master 777e6625 2014-12-10 09:07 LimeSurvey Translations Bot Details Diff |
Updated translation: Greek by kiolalis Updated translation: Esperanto by c_schmitz Updated translation: French (France) by arnaud21 Updated translation: Polish by elisa Updated translation: Russian by ddrmoscow Updated translation: Swedish by maxzomborszki |
||
mod - locale/_template/limesurvey.pot | Diff File | ||
mod - locale/el/LC_MESSAGES/el.mo | Diff File | ||
mod - locale/eo/LC_MESSAGES/eo.mo | Diff File | ||
mod - locale/fr/LC_MESSAGES/fr.mo | Diff File | ||
mod - locale/pl/LC_MESSAGES/pl.mo | Diff File | ||
mod - locale/ru/LC_MESSAGES/ru.mo | Diff File | ||
mod - locale/sv/LC_MESSAGES/sv.mo | Diff File | ||
master 343283fe 2014-12-10 09:04 Details Diff |
New translation: Esperanto | ||
add - locale/eo/LC_MESSAGES/eo.mo | Diff File | ||
add - locale/eo/LC_MESSAGES/index.html | Diff File | ||
add - locale/eo/index.html | Diff File | ||
master a304bcea 2014-12-09 23:38 Details Diff |
Merge pull request #251 from Aestu/fixed_absent_logo Fixed issue: PDF logo was not found in all admin templates |
||
add - styles/blobblueish/images/logo_pdf.png | Diff File | ||
add - styles/darkblue/images/logo_pdf.png | Diff File | ||
2.06 c3dd8335 2014-12-09 23:36 Details Diff |
Merge pull request #252 from Aestu/2.06-chtml_dropDownList Updated feature : CHtml::dropDownList is quicker |
||
mod - application/views/admin/globalSettings_view.php | Diff File | ||
2.06 88b08445 2014-12-09 23:35 Details Diff |
Merge pull request #256 from Aestu/2.06-fixed_minor_type Fixed issue : minor typo |
||
mod - application/controllers/admin/globalsettings.php | Diff File | ||
master 9e5b27c8 2014-12-09 23:34 Details Diff |
Merge pull request #255 from Aestu/fixed_minor_typo Fixed issue : minor typo |
||
mod - application/controllers/admin/globalsettings.php | Diff File | ||
2.06 0b674648 2014-12-09 19:58 Details Diff |
Fixed issue 09395: All in one survey with mandatory array have error mandatory without submit Dev: JumpTo seem better to hack $move even for uneeded showwelcome==N |
Affected Issues 09395 |
|
mod - application/helpers/SurveyRuntimeHelper.php | Diff File | ||
mod - application/helpers/expressions/em_manager_helper.php | Diff File |