Changesets: LimeSurvey
2.06 6acf730b 2014-11-12 23:39 Details Diff |
Fixed issue 09333: Installer stops at first step |
Affected Issues 09333 |
|
mod - application/views/installer/optconfig_view.php | Diff File | ||
mod - application/views/surveys/publicSurveyList.php | Diff File | ||
master cc7b382b 2014-11-12 03:07 Details Diff |
Fixed issue: Black background with PDF charts when using Linux | ||
mod - application/helpers/admin/statistics_helper.php | Diff File | ||
master 3f5fbf78 2014-11-10 17:34 Details Diff |
Dev: refix 09285 2 : condition : go after, do to : broke Dev: Adding $_SESSION[$LEM->sessid][$answer]=null in _validateQuestion , this ensure using $_SESSION[$LEM->sessid][$answer] Dev: then remove the quick fix at qanda_helper only for $ia[1] (without sub question) Dev: remove global $notanswered at each do_ function, get it by GetLastMoveResult |
Affected Issues 09285 |
|
mod - application/helpers/SurveyRuntimeHelper.php | Diff File | ||
mod - application/helpers/expressions/em_manager_helper.php | Diff File | ||
mod - application/helpers/qanda_helper.php | Diff File | ||
master c8a3c97a 2014-11-10 12:46 Details Diff |
Release 2.05+ Build 141110 | ||
mod - docs/release_notes.txt | Diff File | ||
master c93626ab 2014-11-10 12:43 Details Diff |
Fixed issue: Error on update for non-MySQL installations | ||
mod - application/helpers/update/updatedb_helper.php | Diff File | ||
master bd14c80c 2014-11-10 01:06 LimeSurvey Translations Bot Details Diff |
Updated translation: Turkish by kayazeren | ||
mod - locale/tr/LC_MESSAGES/tr.mo | Diff File | ||
master 63065712 2014-11-09 01:09 Details Diff |
Release 2.05+ Build 141109 | ||
mod - docs/release_notes.txt | Diff File | ||
master cde7361c 2014-11-09 01:06 LimeSurvey Translations Bot Details Diff |
Updated translation: Finnish by morbid Updated translation: Italian by lfanfoni Updated translation: Japanese by yamatt, nomoto, ngyuki Updated translation: Polish by elisa Updated translation: Portuguese (Brazil) by mauriciofurtado, holch Updated translation: Serbian by MilaVeljovic Updated translation: Turkish by kayazeren Updated translation: Italian (Informal) by lfanfoni |
||
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/ja/LC_MESSAGES/ja.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/sr/LC_MESSAGES/sr.mo | Diff File | ||
mod - locale/tr/LC_MESSAGES/tr.mo | Diff File | ||
master a2f78d60 2014-11-09 01:04 Details Diff |
Fixed issue: Files cannot be downloaded if magic_quotes is activated on the server | ||
mod - application/helpers/common_helper.php | Diff File | ||
master 71e7bc14 2014-11-07 17:57 Details Diff |
Fixed issue 09339: Duplicate questions IDs used when new survey that has different based language than previous surveys |
Affected Issues 09339 |
|
mod - application/config/version.php | Diff File | ||
mod - application/helpers/update/updatedb_helper.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 | ||
2.06 c225f10e 2014-11-07 15:20 Details Diff |
New feature: Combine JS files for faster loading | ||
mod - application/config/internal.php | Diff File | ||
add - application/extensions/ExtendedClientScript/ExtendedClientScript.php | Diff File | ||
add - application/extensions/ExtendedClientScript/cssmin/cssmin.php | Diff File | ||
add - application/extensions/ExtendedClientScript/jsmin/JSMin.php | Diff File | ||
master 0a0633a7 2014-11-07 14:55 Details Diff |
Fixed issue: Files cannot be downloaded if magic_quotes is activated on the server | ||
mod - application/helpers/common_helper.php | Diff File | ||
master fbf34660 2014-11-07 14:32 Details Diff |
Fixed issue: Placing several quota members on the same question leads to unrecoverable error in admin and survey runtime | ||
mod - application/helpers/common_helper.php | Diff File | ||
mod - styles/adminstyle.css | Diff File | ||
master f3d0ac45 2014-11-06 13:19 Details Diff |
Fixed issue: Files cannot be downloaded if magic_quotes is activated on the server | ||
mod - application/helpers/common_helper.php | Diff File | ||
mod - application/models/Response.php | Diff File | ||
2.06 07e6d92f 2014-11-05 21:05 Details Diff |
Merge pull request #232 from gabrieljenik/patch-3 Fixed issue 09026: If empty survey, export 1 empty record to avoid blank... |
Affected Issues 09026 |
|
mod - application/helpers/admin/export/Writer.php | Diff File | ||
2.06 843a2a24 2014-11-05 20:33 Details Diff |
Fixed issue 09026: If empty survey, export 1 empty record to avoid blank results. A blank page was returned when exporting empty surveys, because no content was given to output. Headers were not given neither (as contrary to the expected), as headers are written before the first record. As no records were given, no headers were written. By providing an empty record, headers are written and output matches expectations. |
Affected Issues 09026 |
|
mod - application/helpers/admin/export/Writer.php | Diff File | ||
master 3b712f93 2014-11-05 10:17 Details Diff |
Merge pull request #231 from gabrieljenik/patch-2 Fixed issue 09026: If empty survey, export 1 empty record |
Affected Issues 09026 |
|
mod - application/helpers/admin/export/Writer.php | Diff File | ||
master a2ec69a3 2014-11-05 05:17 Details Diff |
Fixed issue 09026: If empty survey, export 1 empty record to avoid blank results. A blank page was returned when exporting empty surveys, because no content was given to output. Headers were not given neither (as contrary to the expected), as headers are written before the first record. As no records were given, no headers were written. By providing an empty record, headers are written and output matches expectations. |
Affected Issues 09026 |
|
mod - application/helpers/admin/export/Writer.php | Diff File | ||
2.06 607c48c3 2014-11-04 10:30 Details Diff |
Dev Added support for thousands separator in numerical and multiple numerical question types. |
||
mod - application/helpers/common_helper.php | Diff File | ||
mod - application/helpers/expressions/em_manager_helper.php | Diff File | ||
mod - application/helpers/qanda_helper.php | Diff File | ||
add - scripts/numerical_input.js | Diff File | ||
add - third_party/jquery-price-format/jquery_price_format.js | Diff File | ||
master db19b551 2014-11-03 15:42 Details Diff |
Fixed issue 09343: Unable to see Question group survey_logic_file after import Dev: just deactivate for expression logic file : bug with browse and export |
Affected Issues 09343 |
|
mod - application/helpers/expressions/em_manager_helper.php | Diff File | ||
master 8bdd4241 2014-11-03 01:06 LimeSurvey Translations Bot Details Diff |
Updated translation: Catalan by valdomir Updated translation: Greek by kiolalis Updated translation: Spanish (Spain) by valdomir Updated translation: Croatian by netcom Updated translation: Italian by lfanfoni Updated translation: Lithuanian by simasj Updated translation: Polish by elisa Updated translation: Turkish by kayazeren Updated translation: Italian (Informal) by lfanfoni |
||
mod - locale/ca/LC_MESSAGES/ca.mo | Diff File | ||
mod - locale/el/LC_MESSAGES/el.mo | Diff File | ||
mod - locale/es/LC_MESSAGES/es.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/lt/LC_MESSAGES/lt.mo | Diff File | ||
mod - locale/pl/LC_MESSAGES/pl.mo | Diff File | ||
mod - locale/tr/LC_MESSAGES/tr.mo | Diff File | ||
master be983708 2014-11-01 17:47 Details Diff |
Fixed issue 09328: Language changer causes warning for mandatory questions Fixed issue 09285: Index complet + mandatory question :undefined notice Fixed issue 09198: complete group's navigation can stop before clicked group Fixed issue 08806: questionindex to 2 allow invalid survey submitted Dev: use $force in _validateGroup and _validateQuestion Dev: this allow save value in DB for equation and some other, but never return error. Dev: update EM, then need testing |
Affected Issues 08806, 09198, 09285, 09328 |
|
mod - application/helpers/SurveyRuntimeHelper.php | Diff File | ||
mod - application/helpers/expressions/em_manager_helper.php | Diff File | ||
master 9a7d0ba3 2014-10-27 01:06 LimeSurvey Translations Bot Details Diff |
Updated translation: Czech by slansky Updated translation: Spanish (Chile) by jcarcamo Updated translation: Hungarian by lukacs Updated translation: Polish by elisa Updated translation: Czech (Informal) by slansky |
||
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/es-CL/LC_MESSAGES/es-CL.mo | Diff File | ||
mod - locale/hu/LC_MESSAGES/hu.mo | Diff File | ||
mod - locale/pl/LC_MESSAGES/pl.mo | Diff File | ||
2.06 ed9003f6 2014-10-26 11:18 Details Diff |
Fixed issue 09307: Calling a survey with a non-existing token leads to PHP Warning (debug=1) Dev: $oToken can be null Dev: Fix some merging error (b5142e78a2d006a8b73b38347af4229b6a9027f6 child) |
Affected Issues 09307 |
|
mod - application/controllers/survey/index.php | Diff File | ||
mod - application/helpers/frontend_helper.php | Diff File | ||
mod - application/helpers/surveytranslator_helper.php | Diff File | ||
mod - application/views/admin/survey/editSurvey_view.php | Diff File | ||
mod - application/views/admin/survey/subview/tabNotification_view.php | Diff File | ||
2.06 8ae45550 2014-10-26 08:23
Details Diff |
Changes for issue 9207, to add token data to the responses tab | ||
mod - application/controllers/admin/responses.php | Diff File |