Changesets: LimeSurvey
master bdfad82d 2014-06-23 12:13 Details Diff |
New feature : use shortest url with urlFormat path Dev: this replace array('survey/index', 'sid' => $survey->sid, 'lang' => App()->lang->langcode) by /$sid/lang/language Dev: same behaviour than 2.0 or 1.92 with modrewrite=1 Dev: maybe some other default rules to add : actually surveyurl + statistics_ur + optout url (maybe partially) Dev: need more testing ? urlFormat get not changed |
Affected Issues 09111 |
|
mod - application/config/routes.php | Diff File | ||
master a93fdae8 2014-06-23 08:51 Details Diff |
Fixed issue : Missing translation in token send email process Dev: Use text-success from bootstrap |
||
mod - application/controllers/admin/tokens.php | Diff File | ||
master 506d4a68 2014-06-23 01:06 LimeSurvey Translations Bot Details Diff |
Updated translation: German by c_schmitz Updated translation: Portuguese (Brazil) by rhnascimento Updated translation: Romanian by filipguttman, Borgie Updated translation: Turkish by kayazeren Updated translation: German (Informal) by c_schmitz |
||
mod - locale/de-informal/LC_MESSAGES/de-informal.mo | Diff File | ||
mod - locale/de/LC_MESSAGES/de.mo | Diff File | ||
mod - locale/pt-BR/LC_MESSAGES/pt-BR.mo | Diff File | ||
mod - locale/ro/LC_MESSAGES/ro.mo | Diff File | ||
mod - locale/tr/LC_MESSAGES/tr.mo | Diff File | ||
master 8e9ee04b 2014-06-21 17:29 LimeSurvey Translations Bot Details Diff |
Updated translation: German by c_schmitz Updated translation: French (France) by DenisChenu, arnaud21 Updated translation: Japanese by nomoto, yamatt Updated translation: Norwegian (Bokmål) by pmonstad Updated translation: Norwegian (Nynorsk) by pmonstad Updated translation: Portuguese (Brazil) by mauriciofurtado Updated translation: Thai by adzpire Updated translation: German (Informal) by c_schmitz |
||
mod - locale/_template/limesurvey.pot | Diff File | ||
mod - locale/de-informal/LC_MESSAGES/de-informal.mo | Diff File | ||
mod - locale/de/LC_MESSAGES/de.mo | Diff File | ||
mod - locale/fr/LC_MESSAGES/fr.mo | Diff File | ||
mod - locale/ja/LC_MESSAGES/ja.mo | Diff File | ||
mod - locale/nb/LC_MESSAGES/nb.mo | Diff File | ||
mod - locale/nn/LC_MESSAGES/nn.mo | Diff File | ||
mod - locale/pt-BR/LC_MESSAGES/pt-BR.mo | Diff File | ||
mod - locale/th/LC_MESSAGES/th.mo | Diff File | ||
master b32937ec 2014-06-21 17:28 Details Diff |
Fixed issue 09001: Gramar error in validation message |
Affected Issues 09001 |
|
mod - application/helpers/expressions/em_manager_helper.php | Diff File | ||
master 90cdbe27 2014-06-20 14:06 Details Diff |
Fixed issue 09105: Unable to open popup email editor in French |
Affected Issues 09105 |
|
mod - application/helpers/admin/htmleditor_helper.php | Diff File | ||
master 5de3d34f 2014-06-20 09:02 Details Diff |
Dev: some other fix with language changer Dev: Again some no js issue : only the {LAGUAGECHANGER} can set the language Dev: Maybe remove/hide language question without JS (set it to read only and remove readonly in js) |
Affected Issues 09071 |
|
mod - application/helpers/qanda_helper.php | Diff File | ||
mod - scripts/survey_runtime.js | Diff File | ||
master a384247f 2014-06-20 08:39 Details Diff |
Fixed issue 09071: Language switch not working when using move previous Dev: test empty an not is_null |
Affected Issues 09071 |
|
mod - application/controllers/survey/index.php | Diff File | ||
master 77b038bf 2014-06-19 22:07 Details Diff |
Fixed issue: Asterisks in global settings not visible for fixed settings | ||
mod - application/views/admin/globalSettings_view.php | Diff File | ||
master 47362c60 2014-06-19 22:04 Details Diff |
Dev Made default template unchangeable in demo mode | ||
mod - application/controllers/admin/globalsettings.php | Diff File | ||
mod - application/views/admin/globalSettings_view.php | Diff File | ||
master f20538e6 2014-06-18 16:34 Details Diff |
Release 2.05+ Build 140618 | ||
mod - docs/release_notes.txt | Diff File | ||
master 67f68791 2014-06-18 16:31 LimeSurvey Translations Bot Details Diff |
Updated translation: Malay by astrasia Updated translation: Thai by adzpire |
||
mod - locale/ms/LC_MESSAGES/ms.mo | Diff File | ||
mod - locale/th/LC_MESSAGES/th.mo | Diff File | ||
master 9dfe5bf0 2014-06-18 16:30 LimeSurvey Translations Bot Details Diff |
Updated translation: Czech by slansky Updated translation: German by metaworx, mfaber Updated translation: Italian by metaworx, lfanfoni Updated translation: Japanese by yamatt, nomoto Updated translation: Portuguese (Brazil) by rhnascimento, mauriciofurtado Updated translation: Thai by adzpire Updated translation: Czech (Informal) by slansky Updated translation: German (Informal) by metaworx Updated translation: Italian (Informal) by metaworx, lfanfoni |
||
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/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/pt-BR/LC_MESSAGES/pt-BR.mo | Diff File | ||
mod - locale/th/LC_MESSAGES/th.mo | Diff File | ||
master 58c9dab3 2014-06-18 15:43 Details Diff |
Fixed issue 09025: Error showing pie chart in statistics when using MS SQL server |
Affected Issues 09025 |
|
mod - application/controllers/admin/statistics.php | Diff File | ||
master b450e53e 2014-06-18 14:39 Details Diff |
Fixed issue 09090: Valid IDNA e-mail address is considered incorrect |
Affected Issues 09090 |
|
add - application/core/LSYii_EmailIDNAValidator.php | Diff File | ||
mod - application/core/LSYii_Validators.php | Diff File | ||
mod - application/models/Survey.php | Diff File | ||
mod - application/models/Token.php | Diff File | ||
mod - application/models/TokenDynamic.php | Diff File | ||
master 8be1ed56 2014-06-18 13:53 Details Diff |
Fixed issue #9050: Template permissions for a user are lost after global permissions are saved |
Affected Issues 09049 |
|
mod - application/controllers/admin/useraction.php | Diff File | ||
mod - application/models/Permission.php | Diff File | ||
master 66b0565d 2014-06-18 13:23 Details Diff |
Fixed issue: auth_webserver_autocreate_user option not properly setting template permission | ||
mod - application/core/UserIdentity.php | Diff File | ||
mod - application/tests/staticCalls.php | Diff File | ||
mod - installer/sql/create-mssql.sql | Diff File | ||
mod - installer/sql/create-mysql.sql | Diff File | ||
mod - installer/sql/create-pgsql.sql | Diff File | ||
master 4ac107aa 2014-06-18 09:51 Details Diff |
Fixed issue : TOKEN: replace by empty string |
Affected Issues 09080 |
|
mod - application/helpers/expressions/em_manager_helper.php | Diff File | ||
2.06 cda51fc0 2014-06-17 18:52 Details Diff |
Dev: separate export head style and export head option Dev: needed or not ? But option apply to different style |
||
mod - application/views/admin/export/exportresults_view.php | Diff File | ||
2.06 5523ff36 2014-06-17 18:40 Details Diff |
Dev: some comments | ||
mod - application/helpers/admin/export/Writer.php | Diff File | ||
2.06 1f900513 2014-06-17 15:53 Details Diff |
Merge pull request #203 from Shnoulle/206_08862_patch Dev: New feature #08862: More option in export heading Dev: New feature : allow to select another language when exporting |
||
mod - application/controllers/admin/export.php | Diff File | ||
mod - application/core/plugins/Authdb/Authdb.php | Diff File | ||
mod - application/helpers/admin/export/FormattingOptions.php | Diff File | ||
mod - application/helpers/admin/export/Writer.php | Diff File | ||
mod - application/helpers/viewHelper.php | Diff File | ||
mod - application/views/admin/export/exportresults_view.php | Diff File | ||
2.06 de9fb485 2014-06-17 14:28 Details Diff |
Dev: No label for boolean plugin settings | ||
mod - application/extensions/SettingsWidget/SettingsWidget.php | Diff File | ||
master 24be1a62 2014-06-17 14:25 Details Diff |
Fixed issue 09077: CSS issue with Basic template when using Array filter Dev Added style rule |
Affected Issues 09077 |
|
mod - templates/basic/template.css | Diff File | ||
master b0e862e1 2014-06-17 11:20 Details Diff |
Fixed issue 09090: Valid IDNA e-mail address is considered incorrect |
Affected Issues 09090 |
|
mod - application/controllers/admin/tokens.php | Diff File | ||
mod - application/core/LSYii_Validators.php | Diff File | ||
mod - application/helpers/sanitize_helper.php | Diff File | ||
mod - application/models/Token.php | Diff File | ||
mod - application/models/TokenDynamic.php | Diff File | ||
master 571fc729 2014-06-17 11:18 Details Diff |
Dev: navigation_test need permission read too | ||
mod - application/controllers/admin/expressions.php | Diff File |