Changesets: LimeSurvey
master 5aa9b753 2016-03-01 08:47 Markus Flür Details Diff |
BUG 105532: Popup HTML Editor not working fixed. Removed failing console.log statement from JavaScript code | ||
mod - application/views/admin/htmleditor/pop_editor_view.php | Diff File | ||
2.06lts e9728c01 2016-02-29 20:01 Details Diff |
Fixed issue 10536: Higher risk that the emails are rated as Spam Dev: update to phpmailer 5.2.14 Dev: remove X_PRIORITY Dev: Use phpMailer msgHTML to do the altBody Dev: add html if not exist : maybe a better control Dev: New feature : allow embedded image in mail (remove the servername : to do : update ckeditor config) |
Affected Issues 10536 |
|
mod - application/helpers/common_helper.php | Diff File | ||
add - application/third_party/phpmailer/.gitignore | Diff File | ||
add - application/third_party/phpmailer/.scrutinizer.yml | Diff File | ||
add - application/third_party/phpmailer/.travis.yml | Diff File | ||
mod - application/third_party/phpmailer/README.md | Diff File | ||
add - application/third_party/phpmailer/VERSION | Diff File | ||
add - application/third_party/phpmailer/changelog.md | Diff File | ||
mod - application/third_party/phpmailer/class.phpmailer.php | Diff File | ||
add - application/third_party/phpmailer/class.phpmaileroauth.php | Diff File | ||
add - application/third_party/phpmailer/class.phpmaileroauthgoogle.php | Diff File | ||
add - application/third_party/phpmailer/class.pop3.php | Diff File | ||
mod - application/third_party/phpmailer/class.smtp.php | Diff File | ||
add - application/third_party/phpmailer/composer.json | Diff File | ||
add - application/third_party/phpmailer/composer.lock | Diff File | ||
add - application/third_party/phpmailer/docs/Callback_function_notes.txt | Diff File | ||
add - application/third_party/phpmailer/docs/DomainKeys_notes.txt | Diff File | ||
add - application/third_party/phpmailer/docs/Note_for_SMTP_debugging.txt | Diff File | ||
add - application/third_party/phpmailer/docs/extending.html | Diff File | ||
add - application/third_party/phpmailer/docs/faq.html | Diff File | ||
add - application/third_party/phpmailer/docs/generatedocs.sh | Diff File | ||
add - application/third_party/phpmailer/docs/pop3_article.txt | Diff File | ||
add - application/third_party/phpmailer/examples/code_generator.phps | Diff File | ||
add - application/third_party/phpmailer/examples/contents.html | Diff File | ||
add - application/third_party/phpmailer/examples/contentsutf8.html | Diff File | ||
add - application/third_party/phpmailer/examples/exceptions.phps | Diff File | ||
add - application/third_party/phpmailer/examples/gmail.phps | Diff File | ||
add - application/third_party/phpmailer/examples/gmail_xoauth.phps | Diff File | ||
add - application/third_party/phpmailer/examples/images/phpmailer.png | Diff File | ||
add - application/third_party/phpmailer/examples/images/phpmailer_mini.png | Diff File | ||
add - application/third_party/phpmailer/examples/index.html | Diff File | ||
add - application/third_party/phpmailer/examples/mail.phps | Diff File | ||
add - application/third_party/phpmailer/examples/mailing_list.phps | Diff File | ||
add - application/third_party/phpmailer/examples/pop_before_smtp.phps | Diff File | ||
add - application/third_party/phpmailer/examples/scripts/XRegExp.js | Diff File | ||
add - application/third_party/phpmailer/examples/scripts/shAutoloader.js | Diff File | ||
add - application/third_party/phpmailer/examples/scripts/shBrushPhp.js | Diff File | ||
add - application/third_party/phpmailer/examples/scripts/shCore.js | Diff File | ||
add - application/third_party/phpmailer/examples/scripts/shLegacy.js | Diff File | ||
add - application/third_party/phpmailer/examples/send_file_upload.phps | Diff File | ||
add - application/third_party/phpmailer/examples/sendmail.phps | Diff File | ||
add - application/third_party/phpmailer/examples/signed-mail.phps | Diff File | ||
add - application/third_party/phpmailer/examples/smtp.phps | Diff File | ||
add - application/third_party/phpmailer/examples/smtp_check.phps | Diff File | ||
add - application/third_party/phpmailer/examples/smtp_no_auth.phps | Diff File | ||
add - application/third_party/phpmailer/examples/ssl_options.phps | Diff File | ||
add - application/third_party/phpmailer/examples/styles/shCore.css | Diff File | ||
add - application/third_party/phpmailer/examples/styles/shCoreDefault.css | Diff File | ||
add - application/third_party/phpmailer/examples/styles/shCoreDjango.css | Diff File | ||
add - application/third_party/phpmailer/examples/styles/shCoreEclipse.css | Diff File | ||
add - application/third_party/phpmailer/examples/styles/shCoreEmacs.css | Diff File | ||
add - application/third_party/phpmailer/examples/styles/shCoreFadeToGrey.css | Diff File | ||
add - application/third_party/phpmailer/examples/styles/shCoreMDUltra.css | Diff File | ||
add - application/third_party/phpmailer/examples/styles/shCoreMidnight.css | Diff File | ||
add - application/third_party/phpmailer/examples/styles/shCoreRDark.css | Diff File | ||
add - application/third_party/phpmailer/examples/styles/shThemeAppleScript.css | Diff File | ||
add - application/third_party/phpmailer/examples/styles/shThemeDefault.css | Diff File | ||
add - application/third_party/phpmailer/examples/styles/shThemeDjango.css | Diff File | ||
add - application/third_party/phpmailer/examples/styles/shThemeEclipse.css | Diff File | ||
add - application/third_party/phpmailer/examples/styles/shThemeEmacs.css | Diff File | ||
add - application/third_party/phpmailer/examples/styles/shThemeFadeToGrey.css | Diff File | ||
add - application/third_party/phpmailer/examples/styles/shThemeMDUltra.css | Diff File | ||
add - application/third_party/phpmailer/examples/styles/shThemeMidnight.css | Diff File | ||
add - application/third_party/phpmailer/examples/styles/shThemeRDark.css | Diff File | ||
add - application/third_party/phpmailer/examples/styles/shThemeVisualStudio.css | Diff File | ||
add - application/third_party/phpmailer/examples/styles/wrapping.png | Diff File | ||
add - application/third_party/phpmailer/extras/EasyPeasyICS.php | Diff File | ||
add - application/third_party/phpmailer/extras/README.md | Diff File | ||
add - application/third_party/phpmailer/extras/htmlfilter.php | Diff File | ||
add - application/third_party/phpmailer/extras/ntlm_sasl_client.php | Diff File | ||
add - application/third_party/phpmailer/get_oauth_token.php | Diff File | ||
add - application/third_party/phpmailer/language/phpmailer.lang-am.php | Diff File | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-ar.php | Diff File | ||
add - application/third_party/phpmailer/language/phpmailer.lang-az.php | Diff File | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-be.php | Diff File | ||
add - application/third_party/phpmailer/language/phpmailer.lang-bg.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 | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-el.php | Diff File | ||
mod - 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 | ||
mod - 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 | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-gl.php | Diff File | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-he.php | Diff File | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-hr.php | Diff File | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-hu.php | Diff File | ||
add - application/third_party/phpmailer/language/phpmailer.lang-id.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 | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-ka.php | Diff File | ||
add - application/third_party/phpmailer/language/phpmailer.lang-ko.php | Diff File | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-lt.php | Diff File | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-lv.php | Diff File | ||
add - application/third_party/phpmailer/language/phpmailer.lang-ms.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 | ||
mod - 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 | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-sk.php | Diff File | ||
add - application/third_party/phpmailer/language/phpmailer.lang-sl.php | Diff File | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-sr.php | Diff File | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-tr.php | Diff File | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-uk.php | Diff File | ||
mod - 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 | ||
add - application/third_party/phpmailer/test/bootstrap.php | Diff File | ||
add - application/third_party/phpmailer/test/fakepopserver.sh | Diff File | ||
add - application/third_party/phpmailer/test/fakesendmail.sh | Diff File | ||
add - application/third_party/phpmailer/test/phpmailerLangTest.php | Diff File | ||
add - application/third_party/phpmailer/test/phpmailerTest.php | Diff File | ||
add - application/third_party/phpmailer/test/runfakepopserver.sh | Diff File | ||
add - application/third_party/phpmailer/test/test_callback.php | Diff File | ||
add - application/third_party/phpmailer/test/testbootstrap-dist.php | Diff File | ||
add - application/third_party/phpmailer/travis.phpunit.xml.dist | Diff File | ||
master 2b119fec 2016-02-29 19:01 Details Diff |
Fixed issue 10536: Higher risk that the emails are rated as Spam Dev: update to phpmailer 5.2.14 Dev: remove X_PRIORITY Dev: Use phpMailer msgHTML to do the altBody Dev: add html if not exist : maybe a better control Dev: New feature : allow embedded image in mail (remove the servername : to do : update ckeditor config) |
Affected Issues 10536 |
|
mod - application/helpers/common_helper.php | Diff File | ||
add - application/third_party/phpmailer/.gitignore | Diff File | ||
add - application/third_party/phpmailer/.scrutinizer.yml | Diff File | ||
add - application/third_party/phpmailer/.travis.yml | Diff File | ||
mod - application/third_party/phpmailer/README.md | Diff File | ||
add - application/third_party/phpmailer/VERSION | Diff File | ||
add - application/third_party/phpmailer/changelog.md | Diff File | ||
mod - application/third_party/phpmailer/class.phpmailer.php | Diff File | ||
add - application/third_party/phpmailer/class.phpmaileroauth.php | Diff File | ||
add - application/third_party/phpmailer/class.phpmaileroauthgoogle.php | Diff File | ||
add - application/third_party/phpmailer/class.pop3.php | Diff File | ||
mod - application/third_party/phpmailer/class.smtp.php | Diff File | ||
add - application/third_party/phpmailer/composer.json | Diff File | ||
add - application/third_party/phpmailer/composer.lock | Diff File | ||
add - application/third_party/phpmailer/docs/Callback_function_notes.txt | Diff File | ||
add - application/third_party/phpmailer/docs/DomainKeys_notes.txt | Diff File | ||
add - application/third_party/phpmailer/docs/Note_for_SMTP_debugging.txt | Diff File | ||
add - application/third_party/phpmailer/docs/extending.html | Diff File | ||
add - application/third_party/phpmailer/docs/faq.html | Diff File | ||
add - application/third_party/phpmailer/docs/generatedocs.sh | Diff File | ||
add - application/third_party/phpmailer/docs/pop3_article.txt | Diff File | ||
add - application/third_party/phpmailer/examples/code_generator.phps | Diff File | ||
add - application/third_party/phpmailer/examples/contents.html | Diff File | ||
add - application/third_party/phpmailer/examples/contentsutf8.html | Diff File | ||
add - application/third_party/phpmailer/examples/exceptions.phps | Diff File | ||
add - application/third_party/phpmailer/examples/gmail.phps | Diff File | ||
add - application/third_party/phpmailer/examples/gmail_xoauth.phps | Diff File | ||
add - application/third_party/phpmailer/examples/images/phpmailer.png | Diff File | ||
add - application/third_party/phpmailer/examples/images/phpmailer_mini.png | Diff File | ||
add - application/third_party/phpmailer/examples/index.html | Diff File | ||
add - application/third_party/phpmailer/examples/mail.phps | Diff File | ||
add - application/third_party/phpmailer/examples/mailing_list.phps | Diff File | ||
add - application/third_party/phpmailer/examples/pop_before_smtp.phps | Diff File | ||
add - application/third_party/phpmailer/examples/scripts/XRegExp.js | Diff File | ||
add - application/third_party/phpmailer/examples/scripts/shAutoloader.js | Diff File | ||
add - application/third_party/phpmailer/examples/scripts/shBrushPhp.js | Diff File | ||
add - application/third_party/phpmailer/examples/scripts/shCore.js | Diff File | ||
add - application/third_party/phpmailer/examples/scripts/shLegacy.js | Diff File | ||
add - application/third_party/phpmailer/examples/send_file_upload.phps | Diff File | ||
add - application/third_party/phpmailer/examples/sendmail.phps | Diff File | ||
add - application/third_party/phpmailer/examples/signed-mail.phps | Diff File | ||
add - application/third_party/phpmailer/examples/smtp.phps | Diff File | ||
add - application/third_party/phpmailer/examples/smtp_check.phps | Diff File | ||
add - application/third_party/phpmailer/examples/smtp_no_auth.phps | Diff File | ||
add - application/third_party/phpmailer/examples/ssl_options.phps | Diff File | ||
add - application/third_party/phpmailer/examples/styles/shCore.css | Diff File | ||
add - application/third_party/phpmailer/examples/styles/shCoreDefault.css | Diff File | ||
add - application/third_party/phpmailer/examples/styles/shCoreDjango.css | Diff File | ||
add - application/third_party/phpmailer/examples/styles/shCoreEclipse.css | Diff File | ||
add - application/third_party/phpmailer/examples/styles/shCoreEmacs.css | Diff File | ||
add - application/third_party/phpmailer/examples/styles/shCoreFadeToGrey.css | Diff File | ||
add - application/third_party/phpmailer/examples/styles/shCoreMDUltra.css | Diff File | ||
add - application/third_party/phpmailer/examples/styles/shCoreMidnight.css | Diff File | ||
add - application/third_party/phpmailer/examples/styles/shCoreRDark.css | Diff File | ||
add - application/third_party/phpmailer/examples/styles/shThemeAppleScript.css | Diff File | ||
add - application/third_party/phpmailer/examples/styles/shThemeDefault.css | Diff File | ||
add - application/third_party/phpmailer/examples/styles/shThemeDjango.css | Diff File | ||
add - application/third_party/phpmailer/examples/styles/shThemeEclipse.css | Diff File | ||
add - application/third_party/phpmailer/examples/styles/shThemeEmacs.css | Diff File | ||
add - application/third_party/phpmailer/examples/styles/shThemeFadeToGrey.css | Diff File | ||
add - application/third_party/phpmailer/examples/styles/shThemeMDUltra.css | Diff File | ||
add - application/third_party/phpmailer/examples/styles/shThemeMidnight.css | Diff File | ||
add - application/third_party/phpmailer/examples/styles/shThemeRDark.css | Diff File | ||
add - application/third_party/phpmailer/examples/styles/shThemeVisualStudio.css | Diff File | ||
add - application/third_party/phpmailer/examples/styles/wrapping.png | Diff File | ||
add - application/third_party/phpmailer/extras/EasyPeasyICS.php | Diff File | ||
add - application/third_party/phpmailer/extras/README.md | Diff File | ||
add - application/third_party/phpmailer/extras/htmlfilter.php | Diff File | ||
add - application/third_party/phpmailer/extras/ntlm_sasl_client.php | Diff File | ||
add - application/third_party/phpmailer/get_oauth_token.php | Diff File | ||
add - application/third_party/phpmailer/language/phpmailer.lang-am.php | Diff File | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-ar.php | Diff File | ||
add - application/third_party/phpmailer/language/phpmailer.lang-az.php | Diff File | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-be.php | Diff File | ||
add - application/third_party/phpmailer/language/phpmailer.lang-bg.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 | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-el.php | Diff File | ||
mod - 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 | ||
mod - 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 | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-gl.php | Diff File | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-he.php | Diff File | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-hr.php | Diff File | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-hu.php | Diff File | ||
add - application/third_party/phpmailer/language/phpmailer.lang-id.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 | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-ka.php | Diff File | ||
add - application/third_party/phpmailer/language/phpmailer.lang-ko.php | Diff File | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-lt.php | Diff File | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-lv.php | Diff File | ||
add - application/third_party/phpmailer/language/phpmailer.lang-ms.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 | ||
mod - 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 | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-sk.php | Diff File | ||
add - application/third_party/phpmailer/language/phpmailer.lang-sl.php | Diff File | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-sr.php | Diff File | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-tr.php | Diff File | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-uk.php | Diff File | ||
mod - 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 | ||
add - application/third_party/phpmailer/test/bootstrap.php | Diff File | ||
add - application/third_party/phpmailer/test/fakepopserver.sh | Diff File | ||
add - application/third_party/phpmailer/test/fakesendmail.sh | Diff File | ||
add - application/third_party/phpmailer/test/phpmailerLangTest.php | Diff File | ||
add - application/third_party/phpmailer/test/phpmailerTest.php | Diff File | ||
add - application/third_party/phpmailer/test/runfakepopserver.sh | Diff File | ||
add - application/third_party/phpmailer/test/test_callback.php | Diff File | ||
add - application/third_party/phpmailer/test/testbootstrap-dist.php | Diff File | ||
add - application/third_party/phpmailer/travis.phpunit.xml.dist | Diff File | ||
master 0a31e672 2016-02-29 17:35 Details Diff |
Dev: Un-comment necessary line | ||
mod - scripts/admin/attributeMap.js | Diff File | ||
master 0395157f 2016-02-29 17:29 Details Diff |
Merge branch 'master' of https://github.com/LimeSurvey/LimeSurvey | ||
mod - application/config/config-sample-mysql.php | Diff File | ||
master 47ceac91 2016-02-29 17:29 Details Diff |
Dev: Finetune GUI for CPDB participant export | ||
mod - application/views/admin/participants/attributeMap_view.php | Diff File | ||
mod - scripts/admin/attributeMap.js | Diff File | ||
mod - styles/Sea_Green/css/lime-admin-misc.css | Diff File | ||
master 8b9d735f 2016-02-29 17:24 Details Diff |
Dev: Remove short-hand [] (not supported in PHP 5.3) | ||
mod - application/controllers/admin/participantsaction.php | Diff File | ||
mod - application/models/Participant.php | Diff File | ||
2.06lts ec7819f3 2016-02-29 17:09 Details Diff |
Release 2.06+LTS Build 160229 | ||
mod - docs/release_notes.txt | Diff File | ||
2.06lts 2bfc9d5a 2016-02-29 15:35 Details Diff |
Fixed issue 10528: beforeHasPermission event don't happen for owner of survey Dev: Move the test to hasPermission Dev: same for CConsoleApplication Dev: add getOwnerId : maybe this function is better in each model ? |
Affected Issues 10528 |
|
mod - application/models/Permission.php | Diff File | ||
master 8b4c2072 2016-02-29 15:22 Details Diff |
Dev Some minor adjustements to reflect changes by the web installer | ||
mod - application/config/config-sample-mysql.php | Diff File | ||
master 6c26437d 2016-02-29 15:15 Details Diff |
Merge branch 'master' of https://github.com/LimeSurvey/LimeSurvey | ||
mod - application/controllers/admin/participantsaction.php | Diff File | ||
mod - application/extensions/Menu/MenuWidget.php | Diff File | ||
mod - application/views/admin/participants/participantsPanel_view.php | Diff File | ||
mod - application/views/admin/super/_configuration_menu.php | Diff File | ||
master eac97911 2016-02-29 15:15 Details Diff |
Dev: Some GUI-fixes to CPDB export to token, but still not really good | ||
mod - application/views/admin/participants/attributeMap_view.php | Diff File | ||
mod - scripts/admin/attributeMap.js | Diff File | ||
master 0a6682e5 2016-02-29 14:35 Details Diff |
Fixed issue 10528: beforeHasPermission event don't happen for owner of survey Dev: Move the test to hasPermission Dev: same for CConsoleApplication Dev: add getOwnerId : maybe this function is better in each model ? |
Affected Issues 10528 |
|
mod - application/models/Permission.php | Diff File | ||
2.06lts 78c7f3c1 2016-02-29 14:29
Details Diff |
Dev: some cleaning | ||
mod - application/config/updater_version.php | Diff File | ||
mod - application/config/version.php | Diff File | ||
mod - tmp/.gitignore | Diff File | ||
rm - tmp/runtime/URI/4.6.0,0962962aa5b15c247bce765d59cd78344a488eaf,1.ser | Diff | ||
2.06lts abb574c9 2016-02-29 14:17
Details Diff |
Dev: comfortUpate maintenance message | ||
mod - application/helpers/qanda_helper.php | Diff File | ||
mod - tmp/.gitignore | Diff File | ||
add - tmp/runtime/URI/4.6.0,0962962aa5b15c247bce765d59cd78344a488eaf,1.ser | Diff File | ||
2.06lts 6811e623 2016-02-29 14:16
Details Diff |
Dev: comfortUpdate server, maintenance message | ||
mod - application/config/updater_version.php | Diff File | ||
mod - application/config/version.php | Diff File | ||
mod - application/views/admin/update/check_updates/update_buttons/_updatesavailable_error.php | Diff File | ||
master 3ddcaffb 2016-02-29 13:21 Details Diff |
Fixed issue 10608: Users can see each others contacts in the participant database |
Affected Issues 10608 |
|
mod - application/controllers/admin/participantsaction.php | Diff File | ||
mod - application/extensions/Menu/MenuWidget.php | Diff File | ||
mod - application/views/admin/participants/participantsPanel_view.php | Diff File | ||
mod - application/views/admin/super/_configuration_menu.php | Diff File | ||
master 33fc880b 2016-02-29 13:17 Details Diff |
Fixed issue 10623: When exporting CPDB to token, automatic mappings should be pre-mapped |
Affected Issues 10623 |
|
mod - application/controllers/admin/participantsaction.php | Diff File | ||
mod - application/views/admin/participants/attributeMap_view.php | Diff File | ||
mod - scripts/admin/attributeMap.js | Diff File | ||
master 33a0f24a 2016-02-29 12:01 Details Diff |
Dev: Remove unused variable i and j; remove commented code | ||
mod - application/controllers/admin/participantsaction.php | Diff File | ||
master 0d897d7e 2016-02-29 11:31 Details Diff |
Fixed issue 10606: When exporting CPDB to token, drag-n-drop has an error |
Affected Issues 10606 |
|
mod - scripts/admin/attributeMap.js | Diff File | ||
master 1ae6036b 2016-02-29 11:23 Details Diff |
Merge branch 'master' of https://github.com/LimeSurvey/LimeSurvey | ||
mod - application/models/LSActiveRecord.php | Diff File | ||
mod - application/views/admin/super/fullpagebar_view.php | Diff File | ||
mod - docs/release_notes.txt | Diff File | ||
mod - locale/_template/limesurvey.pot | Diff File | ||
mod - locale/de-informal/de-informal.mo | Diff File | ||
mod - locale/de/de.mo | Diff File | ||
mod - locale/es/es.mo | Diff File | ||
mod - locale/et/et.mo | Diff File | ||
mod - locale/fr/fr.mo | Diff File | ||
mod - locale/nb/nb.mo | Diff File | ||
mod - locale/nl-informal/nl-informal.mo | Diff File | ||
mod - locale/nl/nl.mo | Diff File | ||
mod - locale/nn/nn.mo | Diff File | ||
mod - locale/pap-CW/pap-CW.mo | Diff File | ||
mod - locale/pl/pl.mo | Diff File | ||
mod - locale/ru/ru.mo | Diff File | ||
mod - locale/sl/sl.mo | Diff File | ||
master 6738d4aa 2016-02-29 11:23 Details Diff |
Dev: Rename alreadyMappedAttributes to mappedAttributes | ||
mod - application/controllers/admin/participantsaction.php | Diff File | ||
mod - application/models/Participant.php | Diff File | ||
mod - scripts/admin/attributeMap.js | Diff File | ||
master 221672ab 2016-02-29 11:01 Details Diff |
Dev: tab to space | ||
mod - application/models/LSActiveRecord.php | Diff File | ||
master 2a30bb78 2016-02-28 21:58 Details Diff |
Release 2.50+ Build 160228 | ||
mod - docs/release_notes.txt | Diff File | ||
master 325bbd49 2016-02-28 21:54 LimeSurvey Translations Bot Details Diff |
Updated translation: German by cbloecher, c_schmitz Updated translation: Spanish (Spain) by aesteban Updated translation: Estonian by t6nnp6nn Updated translation: French (France) by arnaud21 Updated translation: Norwegian (Bokmål) by pmonstad Updated translation: Dutch by Han Updated translation: Norwegian (Nynorsk) by pmonstad Updated translation: Papiamento (Curaçao and Bonaire) by c_schmitz Updated translation: Polish by elisa Updated translation: Russian by ddrmoscow, vipgroup Updated translation: Slovenian by dusan Updated translation: German (Informal) by cbloecher, c_schmitz Updated translation: Dutch (Informal) by Han Updated translation: Polish (Informal) by elisa |
||
mod - locale/_template/limesurvey.pot | Diff File | ||
mod - locale/de-informal/de-informal.mo | Diff File | ||
mod - locale/de/de.mo | Diff File | ||
mod - locale/es/es.mo | Diff File | ||
mod - locale/et/et.mo | Diff File | ||
mod - locale/fr/fr.mo | Diff File | ||
mod - locale/nb/nb.mo | Diff File | ||
mod - locale/nl-informal/nl-informal.mo | Diff File | ||
mod - locale/nl/nl.mo | Diff File | ||
mod - locale/nn/nn.mo | Diff File | ||
mod - locale/pap-CW/pap-CW.mo | Diff File | ||
mod - locale/pl/pl.mo | Diff File | ||
mod - locale/ru/ru.mo | Diff File | ||
mod - locale/sl/sl.mo | Diff File |