Changesets: LimeSurvey

master 3bcc8b37

2014-08-05 11:00:51

sammousa

Details Diff
Dev Now use proper caching for LEM instead of storing it in the session.
Attach Issues:
mod - application/config/internal.php Diff File
mod - application/helpers/expressions/em_manager_helper.php Diff File

master 54c3bbab

2014-08-05 10:23:13

sammousa

Details Diff
Removed session variable.
Attach Issues:
mod - application/helpers/expressions/em_manager_helper.php Diff File

master 76c8ac35

2014-08-03 23:06:19

LimeSurvey Translations Bot

Details Diff
Updated translation: Italian by lfanfoni
Updated translation: Norwegian (Bokmål) by pmonstad
Updated translation: Dutch by Han, L191
Updated translation: Norwegian (Nynorsk) by pmonstad
Updated translation: Russian by vipgroup
Updated translation: Italian (Informal) by lfanfoni
Updated translation: Dutch (Informal) by Han
Attach Issues:
mod - locale/_template/limesurvey.pot 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/nn/LC_MESSAGES/nn.mo Diff File
mod - locale/ru/LC_MESSAGES/ru.mo Diff File

master 8b1bc267

2014-08-03 10:15:43

DenisChenu

Details Diff
Fixed issue : HTML editor broke using < > ... in Expression
Dev: see http://manual.limesurvey.org/Expression_Manager#HTML_editor_issue
Dev: HTML produced with XSS is better than without ( outside EM < is replaced by < with xss)
Dev: todo : replace xssFilter by textFilter and allow plugin to do something
Attach Issues:
mod - scripts/admin/ckeditor-config.js Diff File

master 17b74853

2014-08-01 16:55:41

DenisChenu

Details Diff
Fixed issue 09122: User can view 'edit local settings' button even without access
Dev: remove the button in edit survey setings
Dev: rename the permission to Survey text elements like the menu
Dev: Remove big alt attribute for img in permission (accessibility issue)
Affected Issues
09122
mod - application/controllers/admin/surveypermission.php Diff File
mod - application/models/Permission.php Diff File
mod - application/views/admin/survey/editSurvey_view.php Diff File
mod - scripts/admin/admin_core.js Diff File

master e2aaef00

2014-08-01 16:10:20

sammousa

Details Diff
Dev Code clean up
Attach Issues:
mod - application/models/Permission.php Diff File

master 45e78300

2014-07-30 11:05:40

c_schmitz

Details Diff
Release 2.05+ Build 140730
Attach Issues:
mod - docs/release_notes.txt Diff File

master 7299572f

2014-07-30 11:03:00

LimeSurvey Translations Bot

Details Diff
Updated translation: Czech by slansky
Updated translation: German by c_schmitz
Updated translation: Finnish by morbid
Updated translation: French (France) by arnaud21
Updated translation: Japanese by nomoto, yamatt
Updated translation: Polish by elisa
Updated translation: Russian by vipgroup
Updated translation: Swedish by maxzomborszki
Updated translation: Czech (Informal) by slansky
Updated translation: German (Informal) by c_schmitz
Updated translation: Chinese (Taiwan) (Traditional) by drawinglee
Attach Issues:
mod - locale/_template/limesurvey.pot Diff File
mod - locale/cs-informal/LC_MESSAGES/cs-informal.mo Diff File
mod - locale/cs/LC_MESSAGES/cs.mo Diff File
mod - locale/de-informal/LC_MESSAGES/de-informal.mo Diff File
mod - locale/de/LC_MESSAGES/de.mo Diff File
mod - locale/fi/LC_MESSAGES/fi.mo Diff File
mod - locale/fr/LC_MESSAGES/fr.mo Diff File
mod - locale/ja/LC_MESSAGES/ja.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
mod - locale/zh-Hant-TW/LC_MESSAGES/zh-Hant-TW.mo Diff File

master 760af50f

2014-07-30 10:53:56

c_schmitz

Details Diff
Fixed issue: XAMPP package not properly installing the database
Attach Issues:
mod - application/commands/InstallCommand.php Diff File

master 9a94a06a

2014-07-28 16:37:54

DenisChenu

Details Diff
Fixed issue : Quota with unrelevant question and default value are true even if question is unrelevant
Dev: see http://www.limesurvey.org/en/forum/installation-a-update-issues/98033-quota-after-update-worling-strange,-invitation-brainstorming
Attach Issues:
mod - application/helpers/frontend_helper.php Diff File

2.06 d89df5ae

2014-07-28 12:05:16

DenisChenu

Details Diff
Dev: Fixed : unable to use abbreviated heading
Attach Issues:
mod - application/helpers/admin/export/Writer.php Diff File

2.06 83e4c972

2014-07-28 12:01:39

DenisChenu

Details Diff
Fixed issue 09063: Empty string for subquestion in response browsing (and in export) show only the question text Affected Issues
09063
mod - application/helpers/admin/export/Writer.php Diff File
mod - application/helpers/viewHelper.php Diff File

master 088a8e93

2014-07-28 07:55:20

DenisChenu

Details Diff
Dev: allow some debug when import survey broke
Dev: just a quick fix : log some error
Attach Issues:
mod - application/models/Survey.php Diff File

master 58f8ce42

2014-07-27 23:06:15

LimeSurvey Translations Bot

Details Diff
Updated translation: French (France) by c_schmitz
Updated translation: Hungarian by aron
Updated translation: Dutch by Han, L191
Updated translation: Russian by vipgroup
Updated translation: Dutch (Informal) by Han
Attach Issues:
mod - locale/_template/limesurvey.pot Diff File
mod - locale/fr/LC_MESSAGES/fr.mo Diff File
mod - locale/hu/LC_MESSAGES/hu.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/ru/LC_MESSAGES/ru.mo Diff File

master 0d8d2b43

2014-07-26 09:19:46

sammousa

Details Diff
Dev Added support for link setting type.
Attach Issues:
mod - application/extensions/SettingsWidget/SettingsWidget.php Diff File

master fbb7ae7b

2014-07-25 15:26:46

c_schmitz

Details Diff
Fixed issue 09147: Deprecated notice on PHP 5.5 when emailing invitations
Dev Updater PHPMailer to 5.2.8
Affected Issues
09147
mod - application/third_party/phpmailer/LICENSE Diff File
add - application/third_party/phpmailer/PHPMailerAutoload.php Diff File
add - application/third_party/phpmailer/README.md Diff File
rm - application/third_party/phpmailer/README.php Diff File
mod - application/third_party/phpmailer/class.phpmailer.php Diff File
mod - application/third_party/phpmailer/class.smtp.php Diff File
mod - application/third_party/phpmailer/language/phpmailer.lang-ar.php Diff File
add - application/third_party/phpmailer/language/phpmailer.lang-be.php Diff File
mod - application/third_party/phpmailer/language/phpmailer.lang-br.php Diff File
mod - application/third_party/phpmailer/language/phpmailer.lang-ca.php Diff File
mod - application/third_party/phpmailer/language/phpmailer.lang-ch.php Diff File
mod - application/third_party/phpmailer/language/phpmailer.lang-cz.php Diff File
mod - application/third_party/phpmailer/language/phpmailer.lang-de.php Diff File
mod - application/third_party/phpmailer/language/phpmailer.lang-dk.php Diff File
add - application/third_party/phpmailer/language/phpmailer.lang-el.php Diff File
rm - application/third_party/phpmailer/language/phpmailer.lang-en.php Diff File
add - application/third_party/phpmailer/language/phpmailer.lang-eo.php Diff File
mod - application/third_party/phpmailer/language/phpmailer.lang-es.php Diff File
mod - application/third_party/phpmailer/language/phpmailer.lang-et.php Diff File
add - application/third_party/phpmailer/language/phpmailer.lang-fa.php Diff File
mod - application/third_party/phpmailer/language/phpmailer.lang-fi.php Diff File
mod - application/third_party/phpmailer/language/phpmailer.lang-fo.php Diff File
mod - application/third_party/phpmailer/language/phpmailer.lang-fr.php Diff File
add - application/third_party/phpmailer/language/phpmailer.lang-gl.php Diff File
add - application/third_party/phpmailer/language/phpmailer.lang-he.php Diff File
add - application/third_party/phpmailer/language/phpmailer.lang-hr.php Diff File
mod - application/third_party/phpmailer/language/phpmailer.lang-hu.php Diff File
mod - application/third_party/phpmailer/language/phpmailer.lang-it.php Diff File
mod - application/third_party/phpmailer/language/phpmailer.lang-ja.php Diff File
add - application/third_party/phpmailer/language/phpmailer.lang-ka.php Diff File
add - application/third_party/phpmailer/language/phpmailer.lang-lt.php Diff File
add - application/third_party/phpmailer/language/phpmailer.lang-lv.php Diff File
mod - application/third_party/phpmailer/language/phpmailer.lang-nl.php Diff File
mod - application/third_party/phpmailer/language/phpmailer.lang-no.php Diff File
mod - application/third_party/phpmailer/language/phpmailer.lang-pl.php Diff File
add - application/third_party/phpmailer/language/phpmailer.lang-pt.php Diff File
mod - application/third_party/phpmailer/language/phpmailer.lang-ro.php Diff File
mod - application/third_party/phpmailer/language/phpmailer.lang-ru.php Diff File
mod - application/third_party/phpmailer/language/phpmailer.lang-se.php Diff File
add - application/third_party/phpmailer/language/phpmailer.lang-sk.php Diff File
add - application/third_party/phpmailer/language/phpmailer.lang-sr.php Diff File
mod - application/third_party/phpmailer/language/phpmailer.lang-tr.php Diff File
add - application/third_party/phpmailer/language/phpmailer.lang-uk.php Diff File
add - application/third_party/phpmailer/language/phpmailer.lang-vi.php Diff File
mod - application/third_party/phpmailer/language/phpmailer.lang-zh.php Diff File
mod - application/third_party/phpmailer/language/phpmailer.lang-zh_cn.php Diff File

master e4dd6ff1

2014-07-25 13:53:42

c_schmitz

Details Diff
Fixed issue 09138: Sending multiple invitations, reminders to the same token Affected Issues
09138
mod - application/views/admin/token/browse.php Diff File
mod - scripts/admin/tokens.js Diff File

master eaee705d

2014-07-25 07:29:01

c_schmitz

Details Diff
Fixed issue 09120: Migration issue from 1.90 to 2.05 when using Postgres Affected Issues
09120
mod - application/helpers/update/updatedb_helper.php Diff File

master 9767c0ff

2014-07-25 07:24:08

c_schmitz

Details Diff
Fixed issue 09115: Chrome has a bug which causes slider layouts not to be styled properly redraw Affected Issues
09115
mod - scripts/numeric-slider.js Diff File

master 8dbd8da1

2014-07-25 07:14:24

c_schmitz

Details Diff
Dev Small fix for XML-RPC - test function is disabled by default
Attach Issues:
mod - application/controllers/admin/remotecontrol.php Diff File

master 585ba279

2014-07-25 07:12:27

c_schmitz

Details Diff
Fixed issue 09052: Importing old .csv survey structure file does not properly import quotas Affected Issues
09052
mod - application/controllers/admin/participantsaction.php Diff File
mod - application/controllers/admin/remotecontrol.php Diff File
mod - application/controllers/admin/tokens.php Diff File
mod - application/helpers/admin/import_helper.php Diff File
mod - application/helpers/common_helper.php Diff File

master 321f3f9b

2014-07-24 08:38:11

c_schmitz

Details Diff
Dev Added hint for database port
Attach Issues:
mod - application/views/installer/dbconfig_view.php Diff File

master 4034d2a4

2014-07-24 08:31:18

c_schmitz

Details Diff
Fixed issue 09105: Unable to open popup email for administrator in French Affected Issues
09105
mod - application/helpers/admin/htmleditor_helper.php Diff File

master b992d775

2014-07-24 07:11:54

c_schmitz

Details Diff
Fixed issue 09100: ComfortUpdate step 2 shows absolute file paths Affected Issues
09100
mod - application/controllers/admin/update.php Diff File

master 150d232a

2014-07-23 15:24:05

c_schmitz

Details Diff
Fixed issue 09143: Comfort update backups have different extensions Affected Issues
09143
mod - application/controllers/admin/update.php Diff File
 First  Prev  1 2 3 ... 150 ... 300 ... 450 ... 600 ... 750 ... 874 875 876 877 878 879 880 ... 900 ... 1050 ... 1200 ... 1350 ... 1451 1452 1453  Next  Last