Changesets: LimeSurvey
master 1a460b4b 2014-06-07 13:11 Details Diff |
Dev: replace tableExists by Survey::model()->hasTokens | ||
mod - application/helpers/expressions/em_manager_helper.php | Diff File | ||
master 2bdb1c73 2014-06-06 16:11 Details Diff |
Fixed issue 09073: Data entered in quotation marks disappears in multiple text question type |
Affected Issues 09073 |
|
mod - application/helpers/qanda_helper.php | Diff File | ||
master 8fd4193c 2014-06-06 11:51 Details Diff |
Fixed issue 09071: Language switch not working Dev: still an issue without js activated (like 1.92,2.00 ..) |
Affected Issues 09071 |
|
mod - application/helpers/qanda_helper.php | Diff File | ||
2.06 8e9ef414 2014-06-04 18:10 Details Diff |
Merge branch '2.06' of github.com:LimeSurvey/LimeSurvey into 2.06 | ||
2.06 11ebc7d7 2014-06-04 18:09 Details Diff |
Fixed issue 08946: mandatory numerical input shows numerical only validation error Fixed issue #08672: Sub question min_value_n attribute in mandatory question Filtered can not be answered Dev: like other : leave mandatory for mandatory attribute Dev: don't fix DATE question type Dev: maybe same fix to apply elsewhere Dev: we leave the 'red' color BUT : see bug(dev) #8335 |
Affected Issues 08946 |
|
mod - application/helpers/expressions/em_manager_helper.php | Diff File | ||
2.06 7db058ac 2014-06-04 17:19 Details Diff |
Fixed issue 08673: Use Equation attribute 'numeric' Dev: Same behaviour and same page and next page Dev: Allow using tag in Equation (use static replacement) |
Affected Issues 08673 |
|
mod - application/helpers/expressions/em_manager_helper.php | Diff File | ||
2.06 fb0664ad 2014-06-04 14:50 Details Diff |
Dev: fix LEMfixnum | ||
mod - scripts/expressions/em_javascript.js | Diff File | ||
2.06 6226083d 2014-06-04 10:25 Details Diff |
New feature: Allow barebone URL for OPTOUTURL and OPTINURL | ||
mod - application/controllers/RegisterController.php | Diff File | ||
mod - application/controllers/admin/tokens.php | Diff File | ||
master ff51f0da 2014-06-03 15:17 Details Diff |
Fixed issue 09062: token table error if TOKEN:ATTRIBUTE is used Dev: test table existence before use Token::model($surveyid) (allways) Dev: for survey logic file : show pretty print expression for welcome, description an end |
Affected Issues 09062 |
|
mod - application/helpers/expressions/em_manager_helper.php | Diff File | ||
master c9917352 2014-06-03 10:05 Details Diff |
Fixed issue: Upload button not working | ||
mod - scripts/admin/ckeditor-config.js | Diff File | ||
master 1e8f8ff2 2014-06-02 01:06 LimeSurvey Translations Bot Details Diff |
Updated translation: Catalan by valdomir Updated translation: Czech by slansky Updated translation: Greek by kiolalis Updated translation: Spanish (Spain) by valdomir Updated translation: French (France) by arnaud21 Updated translation: Indonesian by ysulistya Updated translation: Japanese by yamatt, nomoto Updated translation: Norwegian (Bokmål) by pmonstad Updated translation: Dutch by Han Updated translation: Norwegian (Nynorsk) by pmonstad Updated translation: Polish by elisa Updated translation: Portuguese (Brazil) by rhnascimento, mauriciofurtado Updated translation: Russian by vipgroup Updated translation: Swedish by maxzomborszki Updated translation: Turkish by kayazeren Updated translation: Czech (Informal) by slansky Updated translation: Dutch (Informal) by Han |
||
mod - locale/_template/limesurvey.pot | Diff File | ||
mod - locale/ca/LC_MESSAGES/ca.mo | Diff File | ||
mod - locale/cs-informal/LC_MESSAGES/cs-informal.mo | Diff File | ||
mod - locale/cs/LC_MESSAGES/cs.mo | Diff File | ||
mod - locale/el/LC_MESSAGES/el.mo | Diff File | ||
mod - locale/es/LC_MESSAGES/es.mo | Diff File | ||
mod - locale/fr/LC_MESSAGES/fr.mo | Diff File | ||
mod - locale/id/LC_MESSAGES/id.mo | Diff File | ||
mod - locale/ja/LC_MESSAGES/ja.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/pl/LC_MESSAGES/pl.mo | Diff File | ||
mod - locale/pt-BR/LC_MESSAGES/pt-BR.mo | Diff File | ||
mod - locale/ru/LC_MESSAGES/ru.mo | Diff File | ||
mod - locale/sv/LC_MESSAGES/sv.mo | Diff File | ||
mod - locale/tr/LC_MESSAGES/tr.mo | Diff File | ||
2.06 db910f28 2014-05-29 18:37 Details Diff |
New feature : beforeHasPermission Plugin events | ||
mod - application/models/Permission.php | Diff File | ||
2.06 85082601 2014-05-29 16:49 Details Diff |
Dev: use domain name example.com (see RFC 2606) | ||
mod - application/core/plugins/AuthLDAP/AuthLDAP.php | Diff File | ||
2.06 132ba28a 2014-05-29 16:43 Details Diff |
Fixed issue 08947: Unable to see underscore in plugin settings (and some other CSS issue) Dev: add some bootsrap style, get bootsrap 3.1 for width of label and controls Dev: allow to save without quit in plugin settig Dev: use autosublit select save actual settings |
Affected Issues 08947 |
|
mod - application/controllers/PluginsController.php | Diff File | ||
mod - application/core/plugins/AuthLDAP/AuthLDAP.php | Diff File | ||
mod - application/extensions/SettingsWidget/SettingsWidget.php | Diff File | ||
mod - application/extensions/SettingsWidget/assets/settingswidget.css | Diff File | ||
mod - application/extensions/SettingsWidget/assets/settingswidget.js | Diff File | ||
mod - application/views/plugins/configure.php | Diff File | ||
master b3ce5ae5 2014-05-26 21:41 Committer: mfaber Details Diff |
Fixed issue 08302: Long strings truncated in stata-xml Dev: added plugin setting to indicate stata version Dev: Long strings (245-2045 byte) are only supported Dev: in Stata 13 and above |
Affected Issues 08302 |
|
mod - application/core/plugins/ExportSTATAxml/ExportSTATAxml.php | Diff File | ||
mod - application/core/plugins/ExportSTATAxml/STATAxmlWriter.php | Diff File | ||
master 4578772a 2014-05-26 21:02 Committer: mfaber Details Diff |
Fixed issue 09039: Custom tokenfields missing in Stata-xml export |
Affected Issues 09039 |
|
mod - application/core/plugins/ExportSTATAxml/STATAxmlWriter.php | Diff File | ||
master 7ea85d82 2014-05-26 16:34 Details Diff |
Fixed issue: added a hint next to the XSS filter setting to underline that it is always disabled for the superadministrator. | ||
mod - application/views/admin/globalSettings_view.php | Diff File | ||
master 9bfd5b6b 2014-05-26 15:16 Details Diff |
Fixed issue: some legal filename characters like dashes were not allowed in template names. | ||
mod - application/controllers/admin/templates.php | Diff File | ||
master a688fbb3 2014-05-26 01:06 LimeSurvey Translations Bot Details Diff |
Updated translation: Catalan by valdomir Updated translation: German by c_schmitz Updated translation: Spanish (Spain) by valdomir Updated translation: French (France) by arnaud21 Updated translation: Croatian by Apach3, buzadovec, rovinj Updated translation: Italian by lfanfoni Updated translation: Japanese by yamatt Updated translation: Norwegian (Bokmål) by pmonstad Updated translation: Dutch by Han Updated translation: Norwegian (Nynorsk) by pmonstad Updated translation: Polish by elisa Updated translation: Turkish by kayazeren Updated translation: German (Informal) by c_schmitz Updated translation: Italian (Informal) by lfanfoni Updated translation: Dutch (Informal) by Han |
||
mod - locale/_template/limesurvey.pot | Diff File | ||
mod - locale/ca/LC_MESSAGES/ca.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/es/LC_MESSAGES/es.mo | Diff File | ||
mod - locale/fr/LC_MESSAGES/fr.mo | Diff File | ||
mod - locale/hr/LC_MESSAGES/hr.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/ja/LC_MESSAGES/ja.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/pl/LC_MESSAGES/pl.mo | Diff File | ||
mod - locale/tr/LC_MESSAGES/tr.mo | Diff File | ||
master 9489e54b 2014-05-21 18:06 Details Diff |
Updated feature: display different error messages for different token related errors. | ||
mod - application/controllers/survey/index.php | Diff File | ||
master cd9bf3b6 2014-05-20 16:40 Details Diff |
Release 2.05+ Build 140520 | ||
mod - docs/release_notes.txt | Diff File | ||
master 05c9dec5 2014-05-20 16:37 LimeSurvey Translations Bot Details Diff |
Updated translation: German by Mazi Updated translation: Finnish by shrike |
||
mod - locale/_template/limesurvey.pot | Diff File | ||
mod - locale/de/LC_MESSAGES/de.mo | Diff File | ||
mod - locale/fi/LC_MESSAGES/fi.mo | Diff File | ||
master b7344f30 2014-05-20 16:25 Details Diff |
Fixed issue 09037: Survey import from TSV file fails with PDOException |
Affected Issues 09037 |
|
mod - application/helpers/admin/import_helper.php | Diff File | ||
master 05827188 2014-05-20 15:24 Details Diff |
Fixed issue 08996: Retrieving list of participants with additional token information not possible |
Affected Issues 08996 |
|
mod - application/helpers/remotecontrol/remotecontrol_handle.php | Diff File | ||
master 368d818b 2014-05-20 14:41 Details Diff |
Fixed issue 09041: Blacklist setting have no effect |
Affected Issues 09041 |
|
mod - application/config/config-defaults.php | Diff File | ||
mod - application/controllers/admin/participantsaction.php | Diff File | ||
mod - application/models/Participant.php | Diff File | ||
mod - application/views/admin/participants/blacklist_view.php | Diff File |