Welcome to the LimeSurvey Community Forum

Ask the community, share ideas, and connect with other LimeSurvey users!

theme editor 'copy to local theme and safe' not working in my 3.6.2 fresh instal

  • LemonWrangler
  • LemonWrangler's Avatar Topic Author
  • Offline
  • New Member
  • New Member
More
4 years 10 months ago #184673 by LemonWrangler
Hi folks,

After installing 3.6.2 (no apparent error messages) and trying to make a custom theme (expanded theme) with a custom logo, the button below the editor doesn't have a safe button, but a ''copy to local themplate and safe changes" button.
And when i press that button, i see a press down putton but nothing more happens. No inherited -> local, no update of preview.
And when i return to the code it turns out it wasn't updated.


(
i changed nav-bar.twig from:
{{ image(aSurveyInfo.options.brandlogofile, aSurveyInfo.name, {"class": "logo img-responsive"}) }}
into
{{ image("./files/myfile.png", "My logo", {"class": "logo img-responsive"}) }}
and all kinds of variants incl. {TEMPLATEURL} etc.
I've inherited from fruity and from the vanilla, all the same results.
)

I'd appreciate any hint to stir me in the right direction :)
The topic has been locked.
More
4 years 10 months ago #184676 by jelo
Why did you install 3.6.2? The latest version with bugfixes is 3.17.3. Perhaps you have run into an issue already fixed.

Are you used to the theme editor in LS3? Or is LS3 new to you?

The meaning of the word "stable" for users
www.limesurvey.org/forum/development/117...ord-stable-for-users
The topic has been locked.
  • LemonWrangler
  • LemonWrangler's Avatar Topic Author
  • Offline
  • New Member
  • New Member
More
4 years 10 months ago #184681 by LemonWrangler
I installed that version, at the time it was current. Just now i got back to it and tried the theme editor.
I'm used to older versions that had barely any bugs.
But if you're saying its full of bugs, then I'll install the current version. (what else could one do?)
The topic has been locked.
More
4 years 10 months ago - 4 years 10 months ago #184683 by jelo

LemonWrangler wrote: I installed that version, at the time it was current. Just now i got back to it and tried the theme editor.

3.6.2. was released 6th April 2018.
Your posting started with "After installing 3.6.2". That gave me the impression that you installed it in the last few days/weeks and not in April 2018.

CHANGE LOG



Changes from 3.17.2 (build 190408) to 3.17.3 (build 190429 ) April 29, 2019
-Fixed issue #13793: Error on RPC: add_response method with "Anonymized responses" Survey (Olle Haerstedt)
-Fixed issue #13950: SQL Error when saving a response or getting a session token via API (Denis Chenu)
-Fixed issue #13974: Batch-edit emails not working properly (Patrick Teichmann)
-Fixed issue #14652: Quota system is showing submit button when quota exceeded (Dominik Vitt)
-Fixed issue #14700: DbHttpSession brok (mariadb) with data too long (Denis Chenu)
-Fixed issue #14763: Slider didn't have label (Denis Chenu)
-Fixed issue #14765: Persistent XSS for Menu Entries (Patrick Teichmann)
-Fixed issue #14775: Unable to use slider without js (Denis Chenu)
-Fixed issue #14785: Group Name and Description do not display on Export to Printable Survey (Dominik Vitt)
-Fixed issue #14785: Question type file upload in surveys does not work in Internet Explorer 11 (Patrick Teichmann)
-Fixed issue #14793: Faulty assignments of query groups when importing participants from LDAP (Carsten Schmitz)
-Fixed issue: error message when using default values and trying to preview or execute survey (Dominik Vitt)
-Fixed issue : unable to delete label set in grid (Denis Chenu)

Changes from 3.17.0 (build 190402) to 3.17.1 (build 190408) April 8, 2019
-[security] Fixed issue #14728: Persistent XSS for question groups (Thanks to bewi) (Denis Chenu)
-[security] Fixed issue #14737: XSS with file upload (Denis Chenu)
-[security] Fixed issue #14753: No control on attachments email files (Denis Chenu)
-[security] Fixed issue #14727: Persistent XSS in relevance equation (Denis Chenu)
-Fixed issue #14649: CDbException when a "default answer" option is not compatible with a question type (#1252) (Denis Chenu)
-Fixed issue : CPDB sharing participant 500 error and language missing (Markus Flür)
-Fixed issue : Detailed admin attachments not set (Denis Chenu)
#Updated translation: Chinese (Simplified) by johnxan
#Updated translation: Hungarian by kkd
#Updated translation: Norwegian (Bokmål) by pmonstad

Changes from 3.16.1 (build 190314) to 3.17.0 (build 190402) April 2, 2019
-New feature: Allow event to send core email if redirect after register (Denis Chenu)
-[security] Fixed issue #14634: XSS in KCFinder (Denis Chenu)
-[security] Fixed issue #14635: XSS Attack Vector - export_helper.php (Denis Chenu)
-[security] Fixed issue #14670: Update tcpdf to 6.2.25 (Denis Chenu)
-[security] Fixed issue #14679: Theme admin can delete any directory (Denis Chenu)
-Fixed issue #13873: When using the short free text with map, the search box doesn't show for users (Denis Chenu)
-Fixed issue #14439: Buttons shown without required theme permissions (Dominik Vitt)
-Fixed issue #14609: Prevent import of survey with SID 0 (#1240) (Jean-Sébastien B)
-Fixed issue #14625: Summary Table (Frequencies) for 5-Point Choice is Confusing (Dominik Vitt)
-Fixed issue #14682: When deactivation survey with debug 1 : receive a CDbException (Denis Chenu)
-Fixed issue #14686: Unable to see Survey list (debug>1) (Denis Chenu)
-Fixed issue #14688: No translation for breadcrumb text (Dominik Vitt)
-Fixed issue #14692: CDbException when testing survey (Denis Chenu)
-Fixed issue #14699: Start popups add , between string (Denis Chenu)
-Fixed issue #14713: Persistent XSS in user group management (Denis Chenu)
-Fixed issue #14716: Participant attribute tab shwon in condition editor for anonymized survey (Denis Chenu)
-Fixed issue: ComfortUpdate in some configurations not working because CURLOPT_FOLLOWLOCATION is not allowed if safe_mode or open_basedir is set (Carsten Schmitz)
-Fixed issue: Condition editor throw error with invalid var name (Denis Chenu)
-Fixed issue: No css difference between resetted with or without default value (Denis Chenu)
-Fixed issue: Pie chart labels on statistics PDF are missing (Dominik Vitt)
-Fixed issue: Reset Boxes use invalid icon (Denis Chenu)
-Fixed issue: Unable to reset to a decimal value in slider (Denis Chenu)
-Fixed issue: Unable to set debugsql to 1 with php7 (Rene Schmidt)
-Fixed issue: Unable to set mandatory in massive with activated survey (#1239) (Denis Chenu)
-Fixed issue: upgradeTokens176() add DB prefix properly (Marcel Minke)
#Updated translation: Armenian by Lilit
#Updated translation: Catalan by qualitatuvic
#Updated translation: Chinese (Hong Kong) (Traditional) by unixwise
#Updated translation: Chinese (Simplified) by johnxan
#Updated translation: Croatian by dominikvitt
#Updated translation: Czech by jelen1
#Updated translation: Danish by Mikkel
#Updated translation: Dutch by Han
#Updated translation: Dutch (Informal) by Han
#Updated translation: French (France) by JMI, fred78, DenisChenu, LouisGac
#Updated translation: German by ulisdd
#Updated translation: German (Informal) by ulisdd
#Updated translation: Hungarian by kkd
#Updated translation: Indonesian by c_schmitz, radhwaw, ysulistya
#Updated translation: Italian by ritapas, bienen, lfanfoni
#Updated translation: Italian (Informal) by ritapas, lfanfoni
#Updated translation: Latvian by daugavietis
#Updated translation: Norwegian (Bokmål) by pmonstad
#Updated translation: Polish by elissa
#Updated translation: Polish (Informal) by elissa
#Updated translation: Romanian by cdorin
#Updated translation: Russian by vipgroup
#Updated translation: Spanish (Spain) by larjona, nicolasfranco
#Updated translation: Turkish by kayazeren

Changes from 3.16.0 (build 190225) to 3.16.1 (build 190314) March 14, 2019
-[security] Fixed issue #14617: relative path allowed in lsa multiple download (LouisGac)
-New feature: Add reference to group relevance (if any) in question view (#1227) (Tõnis Ormisson)
-New Feature: listifop EM function (#1215) (Jurgen)
-New Feature: listifop EM function (Jurgen)
-Fixed issue #14595: Php Crash when trying to preview empty group (#1235) (Jean-Sébastien B)
-Fixed issue #13302: Slider "Slider starts at the middle position" and "Slider initial value" settings not working (Denis Chenu)
-Fixed issue #14435: Survey logic view -> Open printable view is not showing the correct language version (Dominik Vitt)
-Fixed issue #14507: Unable to use TOKEN or SAVEDID var in EM twig (#1216) (Denis Chenu)
-Fixed issue #14507: Unable to use TOKEN or SAVEDID var in EM twig (Denis Chenu)
-Fixed issue #14553: The countdown does not work most of the time (Dominik Vitt)
-Fixed issue #14555: Deleting question are not CRSF protected (Denis Chenu)
-Fixed issue #14563: Save question before attributes get loaded remove all attributes (Denis Chenu)
-Fixed issue #14563: Save question before attributes loaded remove all attributes (#1231) (Denis Chenu)
-Fixed issue #14572: Unable to edit answers whith fields contains a quote (' or ") (Denis Chenu)
-Fixed issue #14575: Deleting a parent Survey Group orphans child Survey Groups, causing Survey Groups List page to crash (Dominik Vitt)
-Fixed issue #14596: CApcCache enabled gives error 500 when checking data integrity. (Denis Chenu)
-Fixed issue #14597: deleting question group are not CRSF protected (Denis Chenu)
-Fixed issue #14599: Crash when enabling evaluation on an empty survey (#1238) (Jean-Sébastien B)
-Fixed issue #14618: slider resets when moving backwards with a starting value (Denis Chenu)
-Fixed issue #14628: Array numbers question type doesn't include proper subquestion and answer details at "print answers" overview (Dominik Vitt)
-Fixed issue #14645: Unable to update "Reminder count" option when using batch-edit menu (Dominik Vitt)
-Fixed issue : clear popover on response-grid reload (Denis Chenu)
-Fixed issue : dataentry are not filtered before save in database (Denis Chenu)
-Fixed issue : delete label set don't delete related files (Denis Chenu)
-Fixed issue : Label set delete are not XSS protected (Denis Chenu)
-Fixed issue : Label set delete button didn't work (Denis Chenu)
-Fixed issue: no survey bar on survey theme options page (Dominik Vitt)
-Fixed issue: remotecontrol create too many sessions (LouisGac)
-Fixed issue: selected font not loaded during the survey execution (Dominik Vitt)
-Fixed issue : slider_default_set settings didn't work (Denis Chenu)
-Fixed issue: TSV export fails if group name is empty (Dominik Vitt)
-Fixed issue: upgrade error when upgrading to version 3.16.0+190225 using SQL Server 2008 DB (Dominik Vitt)

Changes from 3.15.9 (build 190214) to 3.16.1 (build 190225) February 25, 2019
-New feature : allow update of fix num auto in theme (vanilla) (Denis Chenu)
-Fixed issue #14547: Simple mode statistic crash with L question (#1225) (Jean-Sébastien B)
-Fixed issue #14548: Fix public statistic with question L (#1226) (Jean-Sébastien B)
-Fixed issue #12103: Single response overview shows CSS and JS embedded at question text (Denis Chenu)
-Fixed issue #14404: Boilerplate question type not properly included at "Print answers" overview (Dominik Vitt)
-Fixed issue #14495: Enforce filter to avoid 'comment' keyword (#1228) (Jean-Sébastien B)
-Fixed issue #14518: Upload modals/iframes: growing height after repeated delete actions (Dominik Vitt)
-Fixed issue #14519: Letters do not get automatically deleted any longer in only numbers fields (Dominik Vitt)
-Fixed issue #14522: print answers HTML view not translating/getting the proper text for multiple choice with comment (Dominik Vitt)
-Fixed issue #14522: print answers HTML view not translating/getting the proper text for multiple choice with comment - update (Dominik Vitt)
-Fixed issue #14527: Error in import : "This is not a valid LimeSurvey survey structure XML file" (Dominik Vitt)
-Fixed issue #14533: Error in console when enter . or , in number (Denis Chenu)
-Fixed issue #14534 : unable to set complex template for email (Denis Chenu)
-Fixed issue #14536: spurious "?>" in "Create new box" page (#1221) (Dorin)
-Fixed issue #14536: spurious "?>" in "Create new box" page (Dorin)
-Fixed issue #14537: Export results displayed twice (#1222) (Dorin)
-Fixed issue #14537: Export results displayed twice (Dorin)
-Fixed issue #14538: Valid number with radix as "," shown as invalid (Denis Chenu)
-Fixed issue #14539: Export -> export a vv file (double text) (see screenshot) (Dorin)
-Fixed issue #14540: Hard to enter some value (decimal values with 0) (Denis Chenu)
-Fixed issue #14543: Response Table - ID search box is too small & does not display the text (Dominik Vitt)
-Fixed issue #14545: Unable to reset menu entries with MSSQL (Denis Chenu)
-Fixed issue #14546: Theme option menu are not show to user with Surveysettings update right (Denis Chenu)
-Fixed issue #14554: Javascript error when try to use Questions list option (Denis Chenu)
-Fixed issue : css glitch on massive actions / mandatory (Denis Chenu)
-Fixed issue : email html activated with survey with text email (Denis Chenu)
-Fixed issue : empty numerci string if only alpha (no numeric) (Denis Chenu)
-Fixed issue: sticky headers sometimes visible in minified views and cross hovers inhibiting clicks (Markus Flür)
-Fixed issue : usage of bNumRealValue from config (Denis Chenu)
#Updated translation: Armenian by Lilit
#Updated translation: Catalan by qualitatuvic
#Updated translation: Chinese (Simplified) by johnxan
#Updated translation: Croatian by dominikvitt
#Updated translation: Czech by jelen1
#Updated translation: Danish by c_schmitz, nielsb, docl, robin_sharp, antispam, Mikkel
#Updated translation: Dutch by Han
#Updated translation: Dutch (Informal) by Han
#Updated translation: Estonian by TonisOrmisson
#Updated translation: Georgian by Davitus
#Updated translation: Hebrew by golanta
#Updated translation: Hungarian by kkd
#Updated translation: Italian by ritapas, lfanfoni
#Updated translation: Italian (Informal) by lfanfoni
#Updated translation: Japanese by nomoto
#Updated translation: Macedonian by SimonaOgnenovska
#Updated translation: Polish by elissa
#Updated translation: Polish (Informal) by elissa
#Updated translation: Romanian by cdorin



Changes from 3.15.8 (build 190130) to 3.15.9 (build 190214) January 14, 2019
-Fixed issue #14499: Add first and last name to the "To" of confirmation email (#1214) (Jean-Sébastien B)
-Fixed issue #12992: PHP-function each() has been deprecated (Dominik Vitt)
-Fixed issue #14309: Upgrade to 3.15 SQL Error (Dominik Vitt)
-Fixed issue #14410: Ranking : no alert when try to put more than answer (Dominik Vitt)
-Fixed issue #14453: Deletion of responses broken (Denis Chenu)
-Fixed issue #14465: EM relevance not being recalculated after conditions changed (Full survey included) (Denis Chenu)
-Fixed issue #14472: Central participants not exporting (Denis Chenu)
-Fixed issue #14476: Better error message than token_id doesn't have a default value (Denis Chenu)
-Fixed issue #14480: No information shown after alert withot js, no way to have this managed by theme (Denis Chenu)
-Fixed issue #14481: Filter of answers not working (Denis Chenu)
-Fixed issue #14487: End-URL doesn't work correctly (Denis Chenu)
-Fixed issue #14488: Potential SQL exception when creating a subquestion (Denis Chenu)
-Fixed issue #14489: Some question html broke response browsing (Denis Chenu)
-Fixed issue #14490: PHP error with Question L on statistic with pgsql (#1212) (Jean-Sébastien B)
-Fixed issue #14492: Setting question as Mandatory does not save attribute (Dominik Vitt)
-Fixed issue #14495: Error with P type and comment suffix (Jean-Sébastien B)
-Fixed issue #14498: Participant view for statistics goes unformatted (Dominik Vitt)
-Fixed issue #14503: Save button in "Copy survey" panel does not do anything (Markus Flür)
-Fixed issue #14505: [security] XSS Attack Vector - Participant Attributes (Denis Chenu)
-Fixed issue #14508: [security] XSS Attack Vector - Assessment editing (Denis Chenu)
-Fixed issue #14509: [security] XSS Attack Vector - CPDB upload (Denis Chenu)
-Fixed issue #14511: Equations or code in questions are visible on statistics (Dominik Vitt)
-Fixed issue #14519: Letters do not get automatically deleted any longer in only numbers fields (Dominik Vitt)
-Fixed issue #14524: Take bFixNumAuto and bNumRealValue into account (Denis Chenu)
-Fixed issue: 2 delete buttons in template editor (Denis Chenu)
-Fixed issue: Display participant failing with specific set permissions (Markus Flür)
-Fixed issue: Empty Create menu shown in token with only view permission (Denis Chenu)
-Fixed issue: Error message "division by zero" when "display _columns" attribute is missing, only in debug mode (Dominik Vitt)
-Fixed issue: PHP warning message when saving new response without uploaded file (Dominik Vitt)
-Fixed issue: Printable view containe em function instead of values (Markus Flür)
-Fixed issue: Tip for numeric input still show error after fixed (Denis Chenu)
-Fixed issue: Wrong encoding specification in R script (Carsten Schmitz)
#Updated translation: Arabic by zainabalbazzal
#Updated translation: Catalan by qualitatuvic
#Updated translation: Croatian by dominikvitt
#Updated translation: Dutch by Han
#Updated translation: Dutch (Informal) by Han
#Updated translation: French (France) by DenisChenu
#Updated translation: German by c_schmitz
#Updated translation: German by ulisdd
#Updated translation: German (Informal) by c_schmitz
#Updated translation: German (Informal) by ulisdd
#Updated translation: Hungarian by kkd
#Updated translation: Italian by lfanfoni
#Updated translation: Italian (Informal) by lfanfoni
#Updated translation: Norwegian (Bokmål) by pmonstad
#Updated translation: Polish by elissa
#Updated translation: Polish (Informal) by elissa
#Updated translation: Portuguese (Portugal) by Heldinha
#Updated translation: Romanian by cdorin
#Updated translation: Russian by vavankor, vipgroup
#Updated translation: Russian by vipgroup

Changes from 3.15.7 (build 190122) to 3.15.8 (build 190130) January 30, 2019
-Fixed issue #13859: Question full index lose color when try submit (Denis Chenu)
-Fixed issue #14450: Export responses not working (Denis Chenu)
-Fixed issue #14455: {SURVEYRESOURCESURL} show as error in question on survey logic file (Denis Chenu)
-Fixed issue: At export page the dropdown list of CSV separators is not translated (Denis Chenu)
-Fixed issue: Some IE versions were not properly detected (Carsten Schmitz)

Changes from 3.15.6 (build 190108) to 3.15.7 (build 190122) January 22, 2019
-[security] Fixed issue: possible to delete a broken theme by bait clicking an administrator (LouisGac)
-[security] Fixed issue: possible to delete a theme by bait clicking an administrator (LouisGac)
-Fixed issue: avoid rare QID colision in checkintegrety (LouisGac)
-Fixed issue : 500 error just after survey creation (Denis Chenu)
-Fixed issue : don't replace question title starting with self or that in expression (Denis Chenu)
-Fixed issue : invalid HTML in ranking question (Denis Chenu)
-Fixed issue : unable to disable samechoiceheight and samelistheight in ranking (Denis Chenu)
-Fixed issue: Printanwers not using evaluated question and helptext (Markus Flür)
-Fixed issue: Slider not always in middle position (Markus Flür)
-Fixed issue: no "loading" icon on survey list page (Dominik Vitt)
-Fixed issue: placeholder fields can't be inserted and expresions validation doesn't work on edit email templates page (Dominik Vitt)
-Fixed issue: wrong link to noto italic (LouisGac)
-Fixed issue #14135: Evaluation of survey statistics generates a query error when using PostgreSQL DB server (Dominik Vitt)
-Fixed issue #14229: Popover showed multiple times when saving survey (#1167) (amicci)
-Fixed issue #14389: never same order in Theme list (#1208) (Denis Chenu)
-Fixed issue #14398: Unable to set a different standardthemerootdir than default one (#1201) (Denis Chenu)
-Fixed issue #14400: Unable to use self ot that fixed string in Expression (#1202) (Denis Chenu)
-Fixed issue #14406: 'Ranking' Question same choice height not updated when a expression update choice (Denis Chenu)
-Fixed issue #14411: Ranking choice height is to big than needed in case of filter (Denis Chenu)
-Fixed issue #14415: (partial) unable to use Expression Manager var in submit.twig (#1206) (Denis Chenu)
-Fixed issue #14416: Sort LDAP participant names alphabetically in the survey creation form (#1205) (s-nirali)
-Fixed issue #14424: Ranking question totally hang browser with same height (Denis Chenu)
-Fixed issue #14425: Improve Ranking speed without same height (Denis Chenu)
-Fixed issue #14426: Error exporting PDF with graphs (Dominik Vitt)
-Fixed issue #14427: On an Active survey, Option 'Other' switched to Off when update question (Denis Chenu)
-Fixed issue #14431: error 500 in question list with postgresql (Denis Chenu)
-Fixed issue #14437: Statistics - Clear button not working (LouisGac)
-Fixed issue #14441: Survey summary invalid values for administrator (Denis Chenu)
#Updated translation: Catalan by qualitatuvic
#Updated translation: Chinese (Simplified) by johnxan
#Updated translation: Croatian by dominikvitt
#Updated translation: Dutch (Informal) by Han
#Updated translation: Dutch by Han
#Updated translation: German (Informal) by c_schmitz
#Updated translation: Italian (Informal) by lfanfoni
#Updated translation: Italian by lfanfoni
#Updated translation: Japanese by nomoto
#Updated translation: Norwegian (Bokmål) by pmonstad
#Updated translation: Polish (Informal) by elissa
#Updated translation: Polish by elissa
#Updated translation: Romanian by cdorin
#Updated translation: Turkish by kayazeren
#Updated translation: Vietnamese by c_schmitz, namphuong, tuannm, dnvservices

Changes from 3.15.5 (build 181115) to 3.15.6 (build 190108) January 8, 2019
-New feature: added afterSurveyActivate, afterSurveyDeactivate Plugin Events (#1168) (Marko Bischof)
-[security] Fixed issue #14376: XSS in Survey Resource zip upload (Denis Chenu)
-[security] Fixed issue #14377: XSS in kcfinder upload (Denis Chenu)
-[security] Fixed issue : XSS in theme zip upload (Denis Chenu)
-Fixed issue # 14253: Copying survey does not copy survey group (#1170) (Tõnis Ormisson)
-Fixed issue #13572: Empty assessement still shown (Denis Chenu)
-Fixed issue #13630: EM send Notice about Undefined offset (Denis Chenu)
-Fixed issue #13859: Question full index loose color when try submit (Denis Chenu)
-Fixed issue #14182: Database error when trying to define a quota (Dominik Vitt)
-Fixed issue #14186: Path to preview image broken when creating a custom question theme (Denis Chenu)
-Fixed issue #14217: Unpleasant rebound effect when editing questions (#1172) (Denis Chenu)
-Fixed issue #14243: applying filter on CPDB grid disables grid button actions (Dominik Vitt)
-Fixed issue #14258: Path to preview image broken when creating a custom admin theme (Dominik Vitt)
-Fixed issue #14270: value, valueNAOK etc … broken with GET params (Denis Chenu)
-Fixed issue #14271: Some words used by LS can be used as question codes (Denis Chenu)
-Fixed issue #14273: {ASSESSMENT_CURRENT_TOTAL} usage broken in survey (Denis Chenu)
-Fixed issue #14276: Validation for multiple numeric input is missing details about "equals sum value" (Denis Chenu)
-Fixed issue #14277: When using an existing user name at the "Save and resume later" feature, there is also a wrong warning about a wrong captcha (Dominik Vitt)
-Fixed issue #14278: When resuming a survey there is a wrong warning about disabled JavaScript and a checkbox for "Please confirm you want..." shows (Dominik Vitt)
-Fixed issue #14280: Print answers overview shows broken table format and missing details (Dominik Vitt)
-Fixed issue #14282: Language of Survey is set to default in token form (Denis Chenu)
-Fixed issue #14288: TOKEN:ATTRIBUTE_INT not replaced in expression for email and reminder (Denis Chenu)
-Fixed issue #14290: Some form can not be submitted if csrfTokenName is updated (Denis Chenu)
-Fixed issue #14294: Multi-numeric labels not translated (Dominik Vitt)
-Fixed issue #14301 : potential XSS in browse response + filter subquestion (Denis Chenu)
-Fixed issue #14312: Import participant CSV is not possible with surveys update right (#1197) (Denis Chenu)
-Fixed issue #14312: Importing participants from CSV is not possible for user with survey/create global permission (Dominik Vitt)
-Fixed issue #14313: Top part of drop-down box on participants screen is hidden (#1189) (Denis Chenu)
-Fixed issue #14313: Top part of drop-down box on participants screen is hidden (Dominik Vitt)
-Fixed issue #14314: Superadmin user rights not stored properly (Denis Chenu)
-Fixed issue #14316: Unable to delete old survey or token table (Denis Chenu)
-Fixed issue #14317: CDbException when try to set a title with more than 200 caracters (Denis Chenu)
-Fixed issue #14323: Error - resetting conditions (Denis Chenu)
-Fixed issue #14326: After activating a survey - back to survey home button not working (Dominik Vitt)
-Fixed issue #14328: Can't add SVG logo images to theme (Dominik Vitt)
-Fixed issue #14330: Renaming a template with children will break surveys using the inherited template (Thibault Le Meur)
-Fixed issue #14332: Expression manager broken in Bootstrap buttons (Denis Chenu)
-Fixed issue #14334: When importing a csv file to the participants table, the UI indicates that double Token values could be allowed (Denis Chenu)
-Fixed issue #14341: Unable to update printanswers_head and printanswers_foot via GUI (Denis Chenu)
-Fixed issue #14346: Import vv : unable to update only token and/or date (Denis Chenu)
-Fixed issue #14348: Themes storage always show 0.0M (#1195) (Denis Chenu)
-Fixed issue #14351: favicon are not loaded in public theme (Denis Chenu)
-Fixed issue #14352: Multiple HTML open in printanswers view (Denis Chenu)
-Fixed issue #14362: Template can throw error with invalid image (Denis Chenu)
-Fixed issue #14363: In theme option : current template is the default one (Denis Chenu)
-Fixed issue #14372: Ranking issue with image (Denis Chenu)
-Fixed issue #14374: Unable to disable samechoiceheight and samelistheight (Denis Chenu)
-Fixed issue #14378: Some file can not be deleted from themes file dir (Denis Chenu)
-Fixed issue #9762: Token column is blank when selecting "Not completed" or "Not started" status for token export (#1185) (Matthew)
-Fixed issue #Expressions with array number/checkbox are not reloading properly (Denis Chenu)
-Fixed issue : ASSESSMENT_CURRENT_TOTAL is not saved in Equation question type (Denis Chenu)
-Fixed issue : Bad ellipsize in question index buttons (Denis Chenu)
-Fixed issue : Language changer link goes to home page in token form (Denis Chenu)
-Fixed issue : No CSRF control when delete all condition (Denis Chenu)
-Fixed issue : No favicon in extended template (Denis Chenu)
-Fixed issue : Only partial error shown in logic file (Denis Chenu)
-Fixed issue : Save and close in personal settings goes out of limesurvey (Denis Chenu)
-Fixed issue : Unclear button in answer edition (Denis Chenu)
-Fixed issue : email and launch survey is shown without token in browse participants (Denis Chenu)
-Fixed issue : potential notice in checkintegrity (Denis Chenu)
-Fixed issue : tokenListActions can be out of screen (Denis Chenu)
-Fixed issue : unable to answer to question with relevance with js deactivated (Denis Chenu)
-Fixed issue: Can't update by ComfortUpdate if the server has set low max_upload_file size (Carsten Schmitz)
-Fixed issue: ForceAssets error on upgrade from 2.73 (Carsten Schmitz)
-Fixed issue: Logo_statistics.jpg as headerlogo was not shown in PDF statistics export if available in admintheme image folder (Marko Bischof)
-Fixed issue: Some fonts for Asian languages not properly loaded for PDF output (Carsten Schmitz)
-Fixed issue: Surveymenu breaking (Markus Flür)
-Fixed issue: notice in some cases when importing lss file with debug turned on (Dominik Vitt)
-Fixed issue: unable to send token email reminders (Dominik Vitt)
-Fixed issue: wrong sort when exporting survey as txt file (Dominik Vitt)
-Test to see if this fixes Travis. (Olle Haerstedt)
-This reverts commit 7cba71e8077ffbb9e4f572d5c299bad9e0c5a68a. (Olle Haerstedt)
-Update to yii1.1.20 (#1181) (Denis Chenu)
-fixed path to colorPalette for PDF in statistics createChart (#1194) (Marko Bischof)
#Updated translation: Catalan by qualitatuvic
#Updated translation: Chinese (Simplified) by johnxan
#Updated translation: Chinese (Simplified) by yooyooh, jun9, yanglaw, johnxan
#Updated translation: Croatian by dominikvitt
#Updated translation: Czech by jelen1
#Updated translation: Danish by bjorn82dk
#Updated translation: Danish by pedesjensen
#Updated translation: Dutch (Informal) by Han
#Updated translation: Dutch by Han
#Updated translation: French (France) by DenisChenu
#Updated translation: French (France) by DenisChenu, LouisGac
#Updated translation: German (Informal) by c_schmitz
#Updated translation: German (Informal) by holch
#Updated translation: German by c_schmitz
#Updated translation: German by holch, c_schmitz
#Updated translation: Hebrew by vis_kerem
#Updated translation: Hungarian by kkd
#Updated translation: Italian (Informal) by lfanfoni
#Updated translation: Italian by lfanfoni
#Updated translation: Japanese by nomoto
#Updated translation: Kyrgyz by kmaksat
#Updated translation: Macedonian by cdorin
#Updated translation: Norwegian (Bokmål) by pmonstad
#Updated translation: Polish (Informal) by elissa
#Updated translation: Polish by elissa
#Updated translation: Portuguese (Portugal) by educaticteced
#Updated translation: Romanian by cdorin
#Updated translation: Tajik by Iskandar_r
#Updated translation: Thai by tomzt
#Updated translation: Turkish by kayazeren

Changes from 3.15.4 (build 181109) to 3.15.5 (build 181115) November 15, 2018
-Fixed issue #14129: wrong translation table in German version (Dominik Vitt)
-Fixed issue #14159: Cannot delete response urlParam to get (Denis Chenu)
-Fixed issue #14182: Database error when trying to define a quota using MS sql server 2012 (Dominik Vitt)
-Fixed issue #14221: [security] No XSS control when delete a token (Denis Chenu)
-Fixed issue #14222: When deleting a single response : all page is reloaded and current filter lost (Denis Chenu)
-Fixed issue #14226: End Url don't display if survey not activated (Denis Chenu)
-Fixed issue #14229: Popover showed multiple times when save survey (Dominik Vitt)
-Fixed issue #14233: Unable to show help in advanced question settings (Denis Chenu)
-Fixed issue #14238: statistics chart tooltip shows incorrect data (Dominik Vitt)
-Fixed issue #14240: When deleting token attributes the drop down is missing the attribute names (Dominik Vitt)
-Fixed issue #14249: Tab-separated export of surveys is broken (Dominik Vitt)
-Fixed issue #14251: When deleting a token : CPDB keep link with survey (Denis Chenu)
-Fixed issue : bad column width for array text (Denis Chenu)
-Fixed issue: IP address captured for 'Resume later' even when disabled (Carsten Schmitz)
-Fixed issue: error during ComfortUpdate upgrade on PostgreSQL database (Dominik Vitt)
-Fixed issue: ranking_advanced not working (Markus Flür)
#Updated translation: Catalan by qualitatuvic
#Updated translation: Croatian by dominikvitt
#Updated translation: Dutch (Informal) by Han
#Updated translation: Dutch by Han
#Updated translation: French (France) by persometrics, DenisChenu, b00z00
#Updated translation: Hungarian by c_schmitz, anikoken, kkd
#Updated translation: Japanese by nomoto
#Updated translation: Norwegian (Bokmål) by pmonstad
#Updated translation: Polish (Informal) by elissa
#Updated translation: Polish by elissa
#Updated translation: Romanian by cdorin


Changes from 3.15.3 (build 181108) to 3.15.4 (build 181109) November 09, 2018
-New feature : list image in Survey for Brand logo file in Theme option (Denis Chenu)
-Fixed issue #14171: Survey owner without template edit right can not upload logo (Denis Chenu)
-Fixed issue #14180: Multiple logo filename with same url in dropdown (Denis Chenu)
-Fixed issue #14227: Some token with existing reponse can send PHP Warning about seed (Denis Chenu)
-Fixed issue: HTML quotes not properly decoded in VV export file header (Carsten Schmitz)
-Fixed issue: VV import not working if datestamps are off (Carsten Schmitz)
#Updated translation: Catalan by qualitatuvic
#Updated translation: Croatian by dominikvitt
#Updated translation: Dutch (Informal) by Han
#Updated translation: Dutch by Han
#Updated translation: Finnish by jeskiv, Jmantysalo
#Updated translation: Norwegian (Bokmål) by pmonstad

Changes from 3.15.2 (build 181107) to 3.15.3 (build 181108) November 08, 2018
-Fixed issue #11845: Relevance Equation code is missing syntax highlighting and not recognising question variables (Dominik Vitt)
-Fixed issue #14211 : no keyboard navigation available with language changer (Denis Chenu)
-Fixed issue: Condition designer doesn't show predefined answers on first load (Dominik Vitt)
-Fixed issue: Selected survey language for browsing responses was not used in detail view or queXML PDF view (Carsten Schmitz)
-Fixed issue: Update not possible from pre 3.x versions (Carsten Schmitz)
#Updated translation: German (Informal) by c_schmitz
#Updated translation: German by c_schmitz
#Updated translation: Italian (Informal) by lfanfoni
#Updated translation: Italian by lfanfoni
#Updated translation: Japanese by nomoto
#Updated translation: Norwegian (Bokmål) by pmonstad
#Updated translation: Papiamento (Curaçao and Bonaire) by c_schmitz
#Updated translation: Romanian by cdorin


Changes from 3.15.1 (build 181017) to 3.15.2 (build 181107) November 07, 2018

-New feature: allow to change config file location (LouisGac)
-New feature: allow to change config file location, part 2 (LouisGac)
-New feature: configuration option to use a single upload directory for all surveys (LouisGac)
-Fixed issue #10162: new visit on a survey with token deletes last entry (Dominik Vitt)
-Fixed issue #11787: filtered question with multiple column (Denis Chenu)
-Fixed issue #13982: Allow kcfinder use with CHttpSession derived classes (#1112) (Casey Lucas)
-Fixed issue #14062: No languages list when clicking the hamburger icon in Token page (Dominik Vitt)
-Fixed issue #14066: Broken link on reset button from mass-action response export (Anton Victorson)
-Fixed issue #14098: Subquestion incorrectly named 'Sub-question' (Carsten Schmitz)
-Fixed issue #14101: Missing CSS-class "form-horizontal" for multiple-short-text-questions (Denis Chenu)
-Fixed issue #14106: Button "Add new question to group" does not work (Dominik Vitt)
-Fixed issue #14124: Changing invitation/reminder dates for a certain tokens changes the date format at the database (Dominik Vitt)
-Fixed issue #14150: Wrong survey menu id entry (Carsten Schmitz)
-Fixed issue #14162: Functionality ranking questions breaks with relev… (#1154) (Denis Chenu)
-Fixed issue #14167: Double Quotes are not allowed (title) = File upload (Dominik Vitt)
-Fixed issue #14168: PHP7.2.0 Removed plugins throw error in plugin manager (Denis Chenu)
-Fixed issue #14191: Broken question view if sum of width !=12 (Denis Chenu)
-Fixed issue #14192: Mass action on Survey listing doesn't work on second page (Dominik Vitt)
-Fixed issue #14196: Unable to use dynamic mindate and maxdate (Denis Chenu)
-Fixed issue #14205: Unable to save, clearall (and maybe load) without javascript (Denis Chenu)
-Fixed issue #14209: Long answer options for array question types not line-breaked in mobile view (Dominik Vitt)
-Fixed issue #14212: Deleting or editing details of a to be attached file at token emails is not doable (Dominik Vitt)
-Fixed issue #14216: Users without rights to delete tokens can still delete them (Denis Chenu)
-Fixed issue : Same choice height work again (Denis Chenu)
-Fixed issue : aria-label for warning and error not translated (Denis Chenu)
-Fixed issue : broken HTML validatio on welcome page (Denis Chenu)
-Fixed issue : class and title broken in array number (text layout) (Denis Chenu)
-Fixed issue : hidden column in multiple short text (Denis Chenu)
-Fixed issue : label usage broken in token form (Denis Chenu)
-Fixed issue : no "No answser" in list with comment , dropdown (Denis Chenu)
-Fixed issue : no label related for Yes No button (a11y related) (Denis Chenu)
-Fixed issue: EM variables are shown in red color after survey copy (Dominik Vitt)
-Fixed issue: JSON editor options to load the right content (#1130) (yent)
-Fixed issue: Not possible to save or load saved survey when in anonymized mode (Dominik Vitt)
-Fixed issue: PHP7 compatibility (Markus Flür)
-Fixed issue: PHP7 compatibility 2 (Markus Flür)
-Fixed issue: Survey groups not being wiped (Carsten Schmitz)
-Fixed issue: can't extract large zip file (LouisGac)
-Fixed issue: child survey group could become parent (LouisGac)
-Fixed issue: content, whatever its type, was passed to CHtml::encode which expects a string due to lack of encode htmlOption for CHtml::textarea. Also added needed json_encode so that textarea value is a string in the end. (yent)
-Fixed issue: corrected the icon class on the footer help icon (Markus Flür)
-Fixed issue: datefield from mssql database always contains milliseconds (Markus Flür)
-Fixed issue: more php7 issues fixed (count, etc) (Markus Flür)
-Fixed issue: multiple design issues in question edit (Markus Flür)
-Fixed issue: resumed survey lose saved values after click on "Next" (Dominik Vitt)
-Fixed issue: unable to check all questions on survey statistics page (Dominik Vitt)
-Fixed issue: upload to generalfiles fails (Markus Flür)
-Fixed issue: wrong path for adminstyle-rtl.css (Dominik Vitt)
#Updated translation: Arabic by AbdelmalekTEBBOUB
#Updated translation: Catalan by qualitatuvic
#Updated translation: Chinese (Simplified) by johnxan
#Updated translation: Croatian by dominikvitt
#Updated translation: Czech by jelen1
#Updated translation: Dutch (Informal) by Han
#Updated translation: Dutch by Han
#Updated translation: Dutch by kpadm, Han
#Updated translation: German (Informal) by c_schmitz
#Updated translation: German by actxcellence, c_schmitz
#Updated translation: Hebrew by vis_kerem
#Updated translation: Hungarian by kkd
#Updated translation: Italian (Informal) by lfanfoni
#Updated translation: Italian by lfanfoni
#Updated translation: Norwegian (Bokmål) by peterhol, pmonstad
#Updated translation: Norwegian (Bokmål) by pmonstad
#Updated translation: Polish (Informal) by elissa
#Updated translation: Polish by elissa
#Updated translation: Romanian by cdorin
#Updated translation: Russian by ddrmoscow
#Updated translation: Spanish (Argentina) by Eescudero
#Updated translation: Thai by tomzt


Changes from 3.15.0 (build 181008) to 3.15.1 (build 181017) to October 17, 2018
-Fixed issue #13928: script (and tag) are not filtered or encoded if question is in same group (Denis Chenu)
-Fixed issue #14061: Duplication check when adding participant to survey not working (#1119) (Thomas Singer)
-Fixed issue #14122: Missing translation for question type labels/dialog/buttons (Carsten Schmitz)
-Fixed issue #14133: lss with long group name broke when import (#1138) (Denis Chenu)
-Fixed issue #14142: Integer values in pdf report in multiple numerical input (Denis Chenu)
-Fixed issue #14146: Graphs in pdf not correctly displayed (Dominik Vitt)
-Fixed issue : Disable direct access to uploaded files (apache only) (Denis Chenu)
-Fixed issue: Statistics export as PDF opens the PDF in the current tab. It should create a download like the Excel export. (#982) (kw-pr)
-Fixed issue: Statistics show error 500 when exporting to Excel (Carsten Schmitz)
-Fixed issue: {SID} placeholder does not work in email templates (#1139) (Anton Victorson)
#Updated translation: Catalan by qualitatuvic
#Updated translation: Czech (Informal) by jelen1
#Updated translation: Czech by jelen1
#Updated translation: Dutch (Informal) by Han
#Updated translation: Dutch by Han
#Updated translation: German (Informal) by c_schmitz
#Updated translation: German by c_schmitz
#Updated translation: Hungarian by kkd
#Updated translation: Italian (Informal) by lfanfoni
#Updated translation: Italian by lfanfoni
#Updated translation: Polish (Informal) by elissa
#Updated translation: Polish by elissa
#Updated translation: Spanish (Spain) by c_schmitz, aesteban

Changes from 3.14.11 (build 180926) to 3.15.0 (build 181008) October 8, 2018
-New feature #14119: minute step for datetimepicker (Denis Chenu)
-New feature: Added Italian language to multilingual sample survey (Luciano Fanfoni) (Carsten Schmitz)
-Fixed issue #13850: Missing favicon.ico for fruity theme (Dominik Vitt)
-Fixed issue #13975: Error if scope is not selected while editing assessments (Dominik Vitt)
-Fixed issue #14072: Integer values in pdf report shown as decimals (Dominik Vitt)
-Fixed issue #14094: Token modal not opening while having filters in responses view (Dominik Vitt)
-Fixed issue #14105: Unable to open Central participant database if logged in as survey administrator (Dominik Vitt)
-Fixed issue #14114: no background color while executing the survey (Dominik Vitt)
-Fixed issue #14124: Changing invitation/reminder dates for a certain tokens changes the date format at the database (Dominik Vitt)
-Fixed issue #14125: DB user with insufficient right can show white page when installing (#1133) (Denis Chenu)
-Fixed issue #14127: Slider with only right part broken (#1134) (Denis Chenu)
-Fixed issue #14127: Slider with only right part broken (Denis Chenu)
-Fixed issue: Montenegrin translation causing error with file upload questions (Carsten Schmitz)
#Updated translation: Catalan by qualitatuvic
#Updated translation: German by tbart, c_schmitz
#Updated translation: Spanish (Spain) by aesteban, gabrieljenik, rodrirokr
#Updated translation: Galician by Calidonia
#Updated translation: Croatian by dominikvitt
#Updated translation: Norwegian (Bokmål) by pmonstad
#Updated translation: German (Informal) by tbart, c_schmitz

Changes from 3.14.10 (build 180924) to 3.14.11 (build 180926) September 26, 2018
#Updated translation: Chinese (Taiwan) (Traditional) by sylsylsylvie, joyce
#Updated translation: German (Informal) by c_schmitz
#Updated translation: German (Informal) by tbart
-DEV: Fix TokenDynamic parameter PhpDoc (#1128) (Tõnis Ormisson)
-Fixed issue #13817: Add scenario - display issues (Markus Flür)
-Fixed issue #14048: Valid Expression Manager placeholders are wrongly marked as invalid variables at survey logic file (Denis Chenu)
-Fixed issue #14054: Lil design issue with set expiry date (Markus Flür)
-Fixed issue #14080: moving backwards clears answer (Date/Time question) (Denis Chenu)
-Fixed issue #14081: Save button on the "Add participants" window not working. (Markus Flür)
-Fixed issue14100: Export to excel crashes when run from advanced statistics (Markus Flür)
-Fixed issue: end url not decoded for automatic redirection (LouisGac)
-Fixed issue: permission for theme option in survey not working (Markus Flür)

Changes from 3.14.9 (build 180917) to 3.14.10 (build 180924) September 24, 2018
-New Feature: added Twig function getAllAnswers() (LouisGac)
-Fix trailing quotes (#1122) (Tõnis Ormisson)
-Fixed issue #13944: Template variable for survey title is empty when the survey is prompting for a token (LouisGac)
#Updated translation: Catalan by qualitatuvic
#Updated translation: Czech (Informal) by jelen1
#Updated translation: Czech by VBraun, jelen1, c_schmitz
#Updated translation: Dutch (Informal) by Han
#Updated translation: Dutch by Han
#Updated translation: French (France) by b00z00
#Updated translation: German (Informal) by c_schmitz
#Updated translation: Italian (Informal) by lfanfoni
#Updated translation: Italian by lfanfoni
#Updated translation: Polish (Informal) by elissa
#Updated translation: Polish by elissa
#Updated translation: Romanian by cdorin
#Updated translation: Spanish (Spain) by larjona, aesteban

Changes from 3.14.8 (build 180829) to 3.14.9 (build 180917) September 17, 2018

-[security] fixed issue: possible xss via last survey visited (reported by Ismail Tasdelen ) (LouisGac)
-Fixed issue #14042: Group filter on Survey list page to show only own survey groups (Dominik Vitt)
-Fixed issue #12605: Redirect bug when creating dummy participant with mandatory attribute (Dominik Vitt)
-Fixed issue #13337: Fail on CSV token import when import file with Mac line endings (Carsten Schmitz)
-Fixed issue #13903: Get parameters do not work with tokenized survey (Dominik Vitt)
-Fixed issue #13967: Installed Themes overview (Dominik Vitt)
-Fixed issue #13982 : (partial) some existing Yii cacche can not be used (Casey Lucas)
-Fixed issue #13987: Bug after try adding multiple token attributes (Dominik Vitt)
-Fixed issue #13990: Empty error message if token's "Completed" date not chosen (Dominik Vitt)
-Fixed issue #13992: Error when installing LimeSurvey and using MSSQL (message: "Error converting nvarchar to datetime") (Carsten Schmitz)
-Fixed issue #13993: Batch-edit participants is missing the language field (Dominik Vitt)
-Fixed issue #13994: Question validation equation along with "Hide tip" (Dominik Vitt)
-Fixed issue #13998: Survey breadcrumb bar disappears when adding/deleting participant table (Dominik Vitt)
-Fixed issue #13999: Incorrect translation in Logic File (Dominik Vitt)
-Fixed issue #14019: The API call "get_uploaded_files" is not returning all uploaded files (Dominik Vitt)
-Fixed issue #14020: Subquestions GIDs not updated when moving between groups (Dominik Vitt)
-Fixed issue #14029: Breadcrumb shows "Add a new question", also when editing a saved question (Dominik Vitt)
-Fixed issue #14030: Group relevance equations are lost when exporting a survey in tab-separated text format (Dominik Vitt)
-Fixed issue #14033: Re-ordering groups when a group is open using Structure drag & drop fails (Markus Flür)
-Fixed issue #14037: Bad display on "Add a new survey administrator" form (Dominik Vitt)
-Fixed issue #14042: Inappropriate display of "Survey Groups" (Dominik Vitt)
-Fixed issue #14050: Unable to import all responses if startdate added (Dominik Vitt)
-Fixed issue #14052: Can't export response statistics to XLS with debug=2 (Dominik Vitt)
-Fixed issue #14058: vvimport failing because of missing default values on newer MariaDB databases (Markus Flür)
-Fixed issue: Array(numbers) does not allow to set decimal step width on certain browsers (Carsten Schmitz)
-Fixed issue: Better "Exit and clear survey" button functionality (Dominik Vitt)
-Fixed issue: PASSTHRU was broken when using other replacements in the end url (LouisGac)
-Fixed issue: Step value was hardcoded to 1 for Array(Number) question (Carsten Schmitz)
-Fixed issue: wrong encoding of end URL (LouisGac)
-New translation: Montenegrin (Carsten Schmitz)
#Updated translation: Catalan by qualitatuvic
#Updated translation: Chinese (Simplified) by johnxan
#Updated translation: Chinese (Simplified) by yanglaw, johnxan
#Updated translation: Croatian by dominikvitt
#Updated translation: Dutch (Informal) by Han
#Updated translation: Dutch by Han
#Updated translation: French (France) by b00z00
#Updated translation: French (France) by c_schmitz
#Updated translation: Galician by c_schmitz, Calidonia
#Updated translation: German (Informal) by c_schmitz
#Updated translation: German by actxcellence, c_schmitz
#Updated translation: German by c_schmitz
#Updated translation: Hungarian by kkd
#Updated translation: Italian (Informal) by lfanfoni
#Updated translation: Italian by lfanfoni
#Updated translation: Japanese by nomoto
#Updated translation: Montenegrin by c_schmitz
#Updated translation: Norwegian (Bokmål) by pmonstad
#Updated translation: Polish (Informal) by elissa
#Updated translation: Polish by elissa
#Updated translation: Romanian by cdorin
#Updated translation: Thai by tomzt

Changes from 3.14.7 (build 180827) to 3.14.8 (build 180829) August 29, 2018

-Fixed issue #14000: "Export this response" button in view response page is broken (Dominik Vitt)
-Fixed issue #13283: Survey Groups title should be mandatory (Dominik Vitt)
-Fixed issue #13747: CSV Export of Survey Responses no longer valid CSV (Dominik Vitt)
-Fixed issue #14013: Cannot Add Conditions - Total Failure (#1114) (Tõnis Ormisson)
-Fixed issue: "Strip HTML code" option for response export
#Updated translation: Catalan by qualitatuvic
#Updated translation: Dutch (Informal) by Han
#Updated translation: Dutch by Han

Changes from 3.14.6 (build 180821) to 3.14.7 (build 180827) August 27, 2018

-[security] fixed issue: admin user can read arbitrary file that is readable via upload question type (reported by Matej Zidek and Miloslav Homer) (LouisGac)
-Fixed issue #13958: Error updating the database schema from verson 353 to 355 (Markus Flür)
-Fixed issue #13976: bootstrapbuttons not counted in answer logic (Dominik Vitt)
-Fixed issue #14008: Prepopulate question with answer from URL parameter not working (Dominik Vitt)
-Fixed issue: Potential security issue in kcfinder fixed (Markus Flür)
-Fixed issue: Too many labelsets cause the system to break (Markus Flür)
-Fixed issue: fixed multiple possible XSS attack vectors (Markus Flür)
#Updated translation: German by c_schmitz
#Updated translation: Russian by vipgroup


Changes from 3.14.5 (build 180815) to 3.14.6 (build 180821) August 21, 2018
-[security] Fixed issue #13960: vulnerabilities in file upload functionality (LouisGac)
-Fixed issue #13948: Survey not opened in token langage if language not definrd in URL (LouisGac)
-Fixed issue #13960: removed unused method (LouisGac)
-Fixed issue: captcha box no numbers in box (Markus Flür)
-Fixed issue: langage changer unavailable from token entry screen (LouisGac)
-Fixed issue: php7 incomapitbility with count (Markus Flür)
-This reverts commit a6b553a7b79e15d366804c9f213052e03f387b6c. (LouisGac)
#Updated translation: Chinese (Simplified) by johnxan
#Updated translation: Japanese by nomoto
#Updated translation: Norwegian (Bokmål) by finni, pmonstad
#Updated translation: Russian by vipgroup
#Updated translation: Thai by tomzt
#Updated translation: Vietnamese by dnvservices

Changes from 3.14.4 (build 180810) to 3.14.5 (build 180815) August 15, 2018
-[security] fixed issue #13959: RCE via resource file upload as authenticated user (LouisGac)
-Fixed issue #13962: Token description cannot be changed (Markus Flür)
-Fixed issue: Tokenattributedescription not used in token table (Markus Flür)
-Fixed issue: converting single item to array works only for "add" keyword (LouisGac)
-Fixed issue: numeric values not acute and wrong arguments blocking js (Markus Flür)
-Fixed issue: unable to delete survey responses and attachments (Dominik Vitt)
#Updated translation: Arabic by abusaud1981
#Updated translation: Chinese (Simplified) by c_schmitz, johnxan
#Updated translation: Chinese (Simplified) by johnxan
#Updated translation: Chinese (Simplified) by yanglaw, Bobo001, johnxan
#Updated translation: Chinese (Simplified) by yanglaw, elan365, huageorg, johnxan
#Updated translation: Croatian by dominikvitt
#Updated translation: Dutch (Informal) by Han
#Updated translation: Dutch by Han
#Updated translation: French (France) by DenisChenu, b00z00
#Updated translation: German (Informal) by c_schmitz
#Updated translation: German by c_schmitz
#Updated translation: Hungarian by kkd
#Updated translation: Japanese by nomoto
#Updated translation: Polish (Informal) by elissa
#Updated translation: Polish by elissa
#Updated translation: Portuguese (Brazil) by femariso, holch, mauriciofurtado
#Updated translation: Romanian by cdorin
#Updated translation: Spanish (Spain) by rodrirokr, aesteban
#Updated translation: Thai by adzpire, tomzt
~
Changes from 3.14.3 (build 180807) to 3.14.4 (build 180810) August 09, 2018
-Fixed issue: Theme overview could not be opened due to infinite loop (LouisGac)

Changes from 3.14.2 (build 180807) to 3.14.3 (build 180809) August 09, 2018
-Fixed issue #13669: Stylesheet missing in themes/survey fruity (LouisGac)
-Fixed issue #13669: recursive way, for easy maintenance (LouisGac)
-Fixed issue #13929: Italic text in admin shown with a serif font (LouisGac)
-Fixed issue #13931: Installer enters an infinite redirect loop if the 'tmp' directory is not writable. (Olle Haerstedt)
-Fixed issue #13934: 3.14.1: Wrong redirect after logic check for question (Dominik Vitt)
-Fixed issue #13941: graphs do not show in simple or complex statistics (Markus Flür)
-Fixed issue: Browserdetect question theme not working correctly (Markus Flür)
-Fixed issue: Internet Explorer not able to open login screen (Markus Flür)
-Fixed issue: Rehide the navigator complement (Markus Flür)
-Fixed issue: STATA export plugin's not working. (LouisGac)
-Fixed issue: browserdetect not saved correctly (Markus Flür)
-Fixed issue: color picker not working in inheriting themes (Markus Flür)
-Fixed issue: no logo for fruity after install (LouisGac)
-Fixed issue: possible notice in theme editor. (LouisGac)
-Fixed issue: sticky header option in fruity breaks inheritance (LouisGac)


Changes from 3.14.1 (build 180731) to 3.14.2 (build 180807) August 08, 2018
-Fixed issue #13878: Send email to user group - display issue (Markus Flür)
-Fixed issue #13902: LimeSurvey try to update response when editing Question (Denis Chenu)
-Fixed issue #13910: Unable to use saveall button (Markus Flür)
-Fixed issue #13911: Multi submit action done (Markus Flür)
-Fixed issue #13923: unable to log in into Admin Backend. Error "Undefined variable: security_update_available" (Markus Flür)
-Fixed issue #13924: Attribute without description are not seen in management (Denis Chenu)
-Fixed issue #13925: Unable to use QID SGQ … in validation equation tip (LouisGac)
-Fixed issue #13935: 'Double click' to Register (Markus Flür)
-Fixed issue #13939: Add New Question to Groups Disappeared (3.14.1) (Markus Flür)
-Fixed issue: Postgresql cannot update to latest version due too type error (Markus Flür)
-Fixed issue: Unable to use ClearAll in Ajax mode (navigator complement) (Markus Flür)
-Fixed issue: convertGETtoPOST has to be wrapped in singlequotes (Markus Flür)
#Updated translation: Catalan by qualitatuvic
#Updated translation: Croatian by dominikvitt
#Updated translation: Danish by achstil
#Updated translation: Dutch (Informal) by Han
#Updated translation: Dutch by Han
#Updated translation: German (Informal) by markusfluer
#Updated translation: German by c_schmitz, markusfluer
#Updated translation: Hungarian by kkd
#Updated translation: Italian (Informal) by lfanfoni
#Updated translation: Italian by lfanfoni
#Updated translation: Malay by apisznasdin
#Updated translation: Norwegian (Bokmål) by pmonstad
#Updated translation: Persian by ESH
#Updated translation: Polish (Informal) by elissa
#Updated translation: Polish by elissa
#Updated translation: Romanian by cdorin
#Updated translation: Spanish (Mexican) by rodrirokr
#Updated translation: Spanish (Spain) by atavei, rodrirokr
#Updated translation: Thai by tomzt
#Updated translation: Turkish by kayazeren

Changes from 3.14.0 (build 180730) to 3.14.1 (build 180731) July 31, 2018
-Fixed issue: wrong permission check in survey theme selector. (LouisGac)

Changes from 3.13.2 (build 180709) to 3.14.0 (build 180730) July 30, 2018
-New feature: allow template to replace question template twig file (Denis Chenu)
-New feature: allow to use EM code for subquestions in prefilling (Denis Chenu)
-New feature: massive action to change theme of surveys (LouisGac)
-Fixed issue: colon typo (Iko)
-Fixed issue #13693: strange translation quote (Markus Flür)
-Fixed issue #13702: beforeCloseHtml event removed (Denis Chenu)
-Fixed issue #13744: unable to run db migration via command line (Denis Chenu)
-Fixed issue #13773: Cannot style slider handle when not touched anymore (Markus Flür)
-Fixed issue #13795: Custom logo is not saved (Markus Flür)
-Fixed issue #13841: tooltips not working after performing an action in the conditions designer (Markus Flür)
-Fixed issue #13845: Can't export and then import tab-separated text s… (#1092) (Denis Chenu)
-Fixed issue #13870: Apple devices do not support ranking question (Markus Flür)
-Fixed issue #13877: Unable to update answers twig part in theme (Denis Chenu)
-Fixed issue #13894: EM with dualscale value didn't work (Denis Chenu)
-Fixed issue #13898: Unable to update token (Markus Flür)
-Fixed issue #13900: Unable to update Manadtory switch widget on Question edit (Markus Flür)
-Fixed issue #13901: Prefilling single choice prefill other and comment (Denis Chenu)
-Fixed issue #13907: Can't delete question in latest master (Markus Flür)
-Fixed issue #13913: Some replacementfieds not accessible in help-text (LouisGac)
-Fixed issue #13915: Cannot submit survey with mandatory question and cookie to prevent repeated participation (LouisGac, Olle Haerstedt)
-Fixed issue : 400, 404 show template unrelated to current template (#1089) (Denis Chenu)
-Fixed issue: 'Show policy' text also visible if policy is shown inline (Carsten Schmitz)
-Fixed issue: Modified default config value for shownoanswer causes non-saving in survey settings (Carsten Schmitz)
-Fixed issue: Question selector not working on IE11 (Markus Flür)
-Fixed issue: Return from Quota resets survey completely. (Markus Flür)
-Fixed issue: all surveys shown in survey list at survey group level (LouisGac)
-Fixed issue: bootstrapswitch not rendering properly (Markus Flür)
-Fixed issue: can't show surveys from all groups (LouisGac)
-Fixed issue: crazy html in the activation process (Markus Flür)
-Fixed issue: emailtemplates validation not working and editor multiplying (Markus Flür)
-Fixed issue: no icons for attachment and exports in response list massive actions (LouisGac)
-Fixed issue: not all action button are in a single row in response list (LouisGac)
-Fixed issue: notifications not working (Markus Flür)
-Fixed issue: ordering of questions erroring (Markus Flür)
-Fixed issue: randomization group + "all in one" mode ==> all questions of the survey are shown in all groups (LouisGac)
-Fixed issue: registerScriptFile using PHP static syntax intead of twig function to filter position (Markus Flür)
-Fixed issue: save buttons not responding (Markus Flür)
-Fixed issue: sticky headers and crosshover not working correctly in Firefox (Markus Flür)
-Fixed issue: survey group can't inherit another survey group (LouisGac)
-Fixed issue: uncontrolled reordering problems (Markus Flür)
#Updated translation: Catalan by qualitatuvic
#Updated translation: Croatian by dominikvitt
#Updated translation: Dutch (Informal) by Han
#Updated translation: Dutch (Informal) by markusfluer, Han
#Updated translation: Dutch by Han
#Updated translation: Dutch by c_schmitz
#Updated translation: Dutch by markusfluer, Han
#Updated translation: French (France) by b00z00
#Updated translation: German (Informal) by c_schmitz
#Updated translation: German (Informal) by c_schmitz, markusfluer
#Updated translation: German (Informal) by markusfluer, Joffm, c_schmitz
#Updated translation: German by c_schmitz
#Updated translation: German by c_schmitz, actxcellence, markusfluer, Joffm
#Updated translation: German by c_schmitz, markusfluer
#Updated translation: Hungarian by kkd
#Updated translation: Italian (Informal) by lfanfoni
#Updated translation: Italian by lfanfoni
#Updated translation: Japanese by nomoto
#Updated translation: Norwegian (Bokmål) by pmonstad
#Updated translation: Persian by ESH, UTeQ
#Updated translation: Polish (Informal) by elissa
#Updated translation: Polish by elissa
#Updated translation: Romanian by cdorin
#Updated translation: Russian by vipgroup
#Updated translation: Thai by tomzt
#Updated translation: Turkish by kayazeren

Changes from 3.13.1 (build 180629) to 3.13.2 (build 180709) July 09, 2018
-Fixed issue #13345: showpopups in config.php seems to have no effect anymore (Dominik Vitt)
-Fixed issue #13802: Unable to see Survey policy without javascript activated (Markus Flür)
-Fixed issue #13804: Error about Data security policy shown when change language + clear all (Markus Flür)
-Fixed issue #13805: Multi-line Text Messages Do Not Exist in Translation. (imacat)
-Fixed issue #13821: When importing a survey I receive a "Failed to Insert [3]" error message (#1090) (githubLewis)
-Fixed issue #13830: Language changer broken in Ajax mode (Markus Flür)
-Fixed issue #13831: Export of survey-structure (*.lss - Files) is not possible in LS 3.13.0 (Markus Flür)
-Fixed issue #13833: Owner of survey are not able to edit assesments (no button) (Denis Chenu)
-Fixed issue #13842: missing translation (Markus Flür)
-Fixed issue #13843: icon at the right side, should be in front of label (Markus Flür)
-Fixed issue #13845: Can't export and then import tab-separated text survey file (Dominik Vitt)
-Fixed issue #13846: missing translation (Markus Flür)
-Fixed issue #13856: position of labels in 5-point scale (Markus Flür)
-Fixed issue: 13840: Login with local user gives a php7.2 warning (Markus Flür)
-Fixed issue: Not possible to go to previous page in ajax mode (Markus Flür)
-Fixed issue: end-url redirection not working in ajax mode with compressed js (Markus Flür)

Changes from 3.13.0 (build 180628) to 3.13.1 (build 180629) June 29, 2018
-Fixed issue #13734: image upload is not possible - You don't have permissions to browse server. (LouisGac)
-Fixed issue #13828: Internal Server Error when clicking on 'Theme Options' in Survey Admin Area (Dominik Vitt)
-Fixed issue: no token replacement in end url (LouisGac)
#Updated translation: Catalan by qualitatuvic
#Updated translation: Basque by IVAP, the Official Translators' Service of the Basque Government.
#Updated translation: Croatian by dominikvitt
#Updated translation: Polish by elissa
#Updated translation: Polish (Informal) by elissa

Changes from 3.12.3 (build 180627) to 3.13.0 (build 180628) June 28, 2018
-New feature: Allow plugin to add or remove file for template editor (#1084) (Denis Chenu)
-Fixed issue #13685: Create a new survey - Save and Save and close -> same behavour (Markus Flür)
-Fixed issue #13786: Duplicate survey in tutorial/beginner tour (Markus Flür)
-Fixed issue #13787: Tutorial "beginner tour" breaks off (Markus Flür)
-Fixed issue #13803: Deprecated confirm box since 3.0 alpha (Markus Flür)
-Fixed issue #13811: Reordering questions by drag-and-drop (Markus Flür)
-Fixed issue #13813: Question advanced settings not updated when update question type (Dominik Vitt)
-Fixed issue #13814: Opening Question->Check logic will change admin interface language to question language (Dominik Vitt)
-Fixed issue #13818: Error when using timer function in a question. (Markus Flür)
#Updated translation: German by c_schmitz
#Updated translation: German (Informal) by c_schmitz
#Updated translation: Hungarian by kkd
#Updated translation: Italian by lfanfoni
#Updated translation: Italian (Informal) by lfanfoni
#Updated translation: Norwegian (Bokmål) by pmonstad
#Updated translation: Russian by vipgroup

Changes from 3.12.2 (build 180625) to 3.12.3 (build 180627) June 27, 2018
-Fixed issue #13251: DB error when importing multilingual group or question using MSSQL DB (Carsten Schmitz)
-Fixed issue #13548: Import survey process fails sometimes with data conditions (Dominik Vitt)
-Fixed issue #13644: Error when activating database sessions and using MSSQL (Carsten Schmitz)
-Fixed issue #13750: PHP warning when setting template permission for a user (Carsten Schmitz)
-Fixed issue #13784: Wrong language label for Other option when exporting with queXML PDF export (Dominik Vitt)
-Fixed issue: Redirect in public registration plugins always wrong (Markus Flür)
-Fixed issue: barebone URL only in path format from RPC (LouisGac)
-Fixed issue: deactivated breaking plugin hook (Markus Flür)
#Updated translation: Catalan by qualitatuvic
#Updated translation: Croatian by dominikvitt
#Updated translation: Dutch (Informal) by Han
#Updated translation: Dutch by Han
#Updated translation: Japanese by nomoto
#Updated translation: Norwegian (Bokmål) by pmonstad
#Updated translation: Polish (Informal) by elissa
#Updated translation: Polish by elissa
#Updated translation: Romanian by cdorin
#Updated translation: Russian by vipgroup
#Updated translation: Turkish by kayazeren


Changes from 3.12.1 (build 180616) to 3.12.2 (build 180625) June 25, 2018
-Fixed issue #12640: Unable to update lang when registering (before fill mandatory values) (Dominik Vitt)
-Fixed issue #12688: Global Settings are not applied to survey settings when creating a new survey (Dominik Vitt)
-Fixed issue #13725: Bad behaviour of help with Expression Manager and em_validation_q_tip (Denis Chenu)
-Fixed issue #13776: Survey admin can see all survey groups (Dominik Vitt)
-Fixed issue #13783: [json-API] token in add_response causes errors and does not work in update_response (Dominik Vitt)
-Fixed issue #13790: End-URL redfirect is not working in AJAX mode (Markus Flür)
-Fixed issue #13794: RPC add_response reports error, still inserts a response record (Olle Haerstedt)
-Fixed issue #13798: Ajaxmode : default save/reload button unfonctional (Denis Chenu)
-Fixed issue #13801: Unable to change language without javascript (Denis Chenu)
-Fixed issue : error shown when language updated in register (js) (Denis Chenu)
-Fixed issue : extra attributes lost when update language in register (Denis Chenu)
-Fixed issue : unable to update language without js in register (Denis Chenu)
-Fixed issue: Printing statistics created white page (Markus Flür)
-Fixed issue: Question edit breaking on double bracket insertion (Markus Flür)
-Fixed issue: ajax mode unfunctional on IE and Edge (Markus Flür)
-Fixed issue: error when installing LimeSurvey (Markus Flür)
-Fixed issue: error when installing LimeSurvey prt2 (Markus Flür)
-Fixed issue: live update of options on edit question page (Dominik Vitt)
-Fixed issue: live update of question theme options on edit question page (Dominik Vitt)
-Fixed issue: redirection in ajax mode + fallback for no-js ajax mode (Markus Flür)

Changes from 3.12.0 (build 180615) to 3.12.1 (build 180616) June 15, 2018
-Fixed issue: question type selector not working (Markus Flür)
Changes from 3.11.0 (build 180612) to 3.12.0 (build 180615) June 15, 2018
-New feature: Added theme options zebrastriping and hide privacynotice (Markus Flür)
-New feature: added crosshover functionality to fruity theme (Markus Flür)
-Fixed issue: Export to printable survey .zip not working (Markus Flür)
-Fixed issue: Language changer not working correctly (Markus Flür)
-Fixed issue: View problems with queXML pdf export (Markus Flür)
-Fixed issue: global settings not reapplied after save and not correctly loaded from db (Markus Flür)
-Fixed issue: subquestion relevance broken through EM change (Markus Flür)
-Fixed issue #13741: Bahasa Malaysia no longer in language selection (Carsten Schmitz)
-Fixed issue #13762: copy question with subquestions (Dominik Vitt)
-Fixed issue #13774: Date drop down always throws error using date format dd.mm.yyyy (Dominik Vitt)
-Fixed issue #13778: Exporting data to the most recent version of R leads to incorrect data (Dominik Vitt)
-Fixed issue #13780: Ranked items are re-set when using "previous" button (Dominik Vitt)
#Updated translation: Catalan by qualitatuvic
#Updated translation: Chinese (Taiwan) (Traditional) by c_schmitz, terrywei, imacat, sylsylsylvie, comuss
#Updated translation: Chinese (Taiwan) (Traditional) by sylsylsylvie, imacat
#Updated translation: Croatian by dominikvitt
#Updated translation: French (France) by c_schmitz, b00z00, arnaud21, DenisChenu
#Updated translation: German (Informal) by c_schmitz, markusfluer
#Updated translation: German by c_schmitz
#Updated translation: German by surveyunihi, c_schmitz
#Updated translation: Hungarian by kkd
#Updated translation: Japanese by nomoto
#Updated translation: Norwegian (Bokmål) by c_schmitz, pmonstad
#Updated translation: Polish (Informal) by elissa
#Updated translation: Polish by elissa
#Updated translation: Romanian by cdorin

Changes from 3.10.0 (build 180611) to 3.11.0 (build 180612) June 12, 2018
#Updated translation: Catalan by c_schmitz
#Updated translation: Chinese (Hong Kong) (Traditional) by LS_fan
#Updated translation: Croatian by dominikvitt
#Updated translation: German by c_schmitz
-Fixed issue #13667: Beginner Tutorial only available to SuperAdmin (Dominik Vitt)
-Fixed issue #13714: Token email does not fill in adminemail and adminname (Dominik Vitt)
-Fixed issue #13739: Relevance equation broken for array by column (Dominik Vitt)
-Fixed issue #13759: No admin name and admin email is set at Survey creation (Denis Chenu)
-Fixed issue : The table "{{asset_version}}" for active record class "AssetVersion" cannot be found in the database. (Denis Chenu)
-Fixed issue#12435: Wrong exports (Dominik Vitt)
-Fixed issue: deactivate reordering of question on the frontend (Markus Flür)

Changes from 3.9.0 (build 180604) to 3.10.0 (build 180611) June 11, 2018
-New feature: Allow plugin to add or replace twig file (#1082) (Denis Chenu)
-Fixed issue #12032: Homepage boxes - external links opened twice when clicking icon (Dominik Vitt)
-Fixed issue #12741: Setting condition where constant = 0 treated as "no answer" (Denis Chenu)
-Fixed issue #12898: Repeat headers not working in array dual scale with dropdown layout (Dominik Vitt)
-Fixed issue #12907: Resume later and load unfinished survey does not work in ajax-mode (Markus Flür)
-Fixed issue #13466: Exit and clear in bilingual Survey - restarts in wrong language (Dominik Vitt)
-Fixed issue #13497: Editor screen can be loaded without css after save (Denis Chenu)
-Fixed issue #13553: Default value not copied when copy question (Dominik Vitt)
-Fixed issue #13558: Authenticated remote code execution by unrestricted file uploads (Dominik Vitt)
-Fixed issue #13596: template assets is not resetted when update config (Denis Chenu)
-Fixed issue #13606: Unable to reset manually single asset (Denis Chenu)
-Fixed issue #13688: privacy policy are hidden on the startpage of a survey, when the first action is a mouseover over the button \'Next\' (Markus Flür)
-Fixed issue #13718: Reload page after import lss show error (Dominik Vitt)
-Fixed issue #13738: RPC method is not working. (Olle Haerstedt)
-Fixed issue #13742: empty label for dual-scale question (Denis Chenu)
-Fixed issue #13743: PHP notice when viewing question view in theme editor (Dominik Vitt)
-Fixed issue #13744: unable to run db migration via command line (Denis Chenu)
-Fixed issue #13748: PHP Warning in register form (Markus Flür)
-Fixed issue: Changed the caption for repeat headers option (Dominik Vitt)
-Fixed issue: Created "Copy default answers" switch option on Copy question page (Dominik Vitt)
-Fixes issue: multiple issues with theme assets (#1048) (Denis Chenu)
-Fixed issue: line feed stripped and not replaced in SPSS export (Denis Chenu)
-Fixed issue: reset asset when upload or delete a template file (Denis Chenu)
-Fixed issue: Ajax-Mode totally unfunctional (Markus Flür)
-Fixed issue: EM not loaded correctly in Ajaxmode (Markus Flür)
-Fixed issue: Support for both question text and question code in PDF graph output (Olle Haerstedt)
-Fixed issue: ajax mode was forced off. (LouisGac)
-Fixed issue: barebone URL not working from RPC (LouisGac)
#Updated translation: Catalan by qualitatuvic
#Updated translation: Chinese (Taiwan) (Traditional) by sylsylsylvie, imacat
#Updated translation: Croatian by dominikvitt
#Updated translation: Dutch (Informal) by Han
#Updated translation: Dutch by Han
#Updated translation: French (France) by b00z00
#Updated translation: Hungarian by kkd
#Updated translation: Italian (Informal) by lfanfoni
#Updated translation: Italian by lfanfoni
#Updated translation: Norwegian (Bokmål) by pmonstad
#Updated translation: Polish (Informal) by elissa
#Updated translation: Polish by elissa
#Updated translation: Portuguese (Brazil) by mauriciofurtado
#Updated translation: Russian by vipgroup

Changes from 3.8.2 (build 180529) to 3.9.0 (build 180604) June 4, 2018
-New feature #13732: Twig - add "striptags" allowed filters (LouisGac)
-Fixed issue #13128: Vanilla theme error page admin-name missing (LouisGac)
-Fixed issue #12097: Relevance equation is shown for X axis in array number : it don't work (Dominik Vitt)
-Fixed issue #12215: Activate a survey without questions with API (Dominik Vitt)
-Fixed issue #12357: Survey List page Variable token replacement (LouisGac)
-Fixed issue #12406: Group filter selection gets lost after deleting a question from the question list (Dominik Vitt)
-Fixed issue #12945: {PERC} not working (works now as in 2.x) (LouisGac)
-Fixed issue #13490: GID placeholderfield missing sometimes (LouisGac)
-Fixed issue #13514: Don't translate Theme name (Dominik Vitt)
-Fixed issue #13535: title tag empty on demo.limesurvey.org (LouisGac)
-Fixed issue #13570: Out of quota, user gets the following message at the end even though the survey is activated (LouisGac)
-Fixed issue #13574: Some placeholders no longer available in 3.x (LouisGac)
-Fixed issue #13705: End message is not printed (Dominik Vitt)
-Fixed issue #13736: No javascript: bad date not saved but error not shown (Denis Chenu)
-Fixed issue: Unable to answer to dropdown date without js (Denis Chenu)
-Fixed issue: a11y on 5 point with star or slider (Denis Chenu)
-Fixed issue: preview in theme options not working (Markus Flür)
-Fixed issue: survey data not available on registration views (LouisGac)
#Updated translation: Catalan by qualitatuvic
#Updated translation: Croatian by dominikvitt
#Updated translation: French (France) by arnaud21, b00z00
#Updated translation: German by c_schmitz
#Updated translation: Hungarian by kkd
#Updated translation: Japanese by nomoto
#Updated translation: Norwegian (Bokmål) by pmonstad
#Updated translation: Polish (Informal) by elissa
#Updated translation: Polish by elissa

Changes from 3.8.1 (build 180524) to 3.8.2 (build 180529) May 29, 2018
-Fixed issue #12227: "Error: Failed to insert data" and corrupted quotas when i've tried to import old (v2.5.xx) surveys (Dominik Vitt)
-Fixed issue #12950: Regression? {ASSESSMENT_CURRENT_TOTAL} no longer defined (LouisGac)
-Fixed issue #13574: Some placeholders no longer available in 3.x (LouisGac)
-Fixed issue #13588: User reported problem with Postgres and question reorder (Markus Flür)
-Fixed issue #13598: Missing filter when selecting parent survey group (Dominik Vitt)
-Fixed issue #13645: Error message Google Translate API (Dominik Vitt)
-Fixed issue #13710: Media File in Question Group description is not displayed when taking survey if there is no proper text in description (Markus Flür)
-Fixed issue #13712: Exclusive option does not exclude others (Markus Flür)
-Fixed issue #13720: an icon is missing (Dominik Vitt)
-Fixed issue: endless redirections in theme setting menu (#1080) (gekkedev)
-Fixed issue: demo plugin broke page (Denis Chenu)
-Fixed issue: PHP7 not creating folders automatically on copy (Markus Flür)
-Fixed issue: Several database update problems when updating from 1.91 (Carsten Schmitz)
-Fixed issue: Small nuisances in the cpdb (Markus Flür)
-Fixed issue: equation question only dependant on another equation question not reevaluated (Markus Flür)
-Fixed issue: question help hidden with only script tag in it (Markus Flür)
#Updated translation: Catalan by qualitatuvic
#Updated translation: Croatian by dominikvitt
#Updated translation: Dutch (Informal) by Han
#Updated translation: Dutch by Han
#Updated translation: French (France) by b00z00
#Updated translation: Hungarian by kkd
#Updated translation: Italian (Informal) by lfanfoni
#Updated translation: Italian by lfanfoni
#Updated translation: Norwegian (Bokmål) by pmonstad
#Updated translation: Polish (Informal) by elissa
#Updated translation: Polish by elissa
#Updated translation: Russian by smilez, c0der, quarrier, panch_evg, vipgroup
#Updated translation: Spanish (Argentina) by aesteban, Dhel210, gabrieljenik

Changes from 3.8.0 (build 180522) to 3.8.1 (build 180524) May 24, 2018
-Fixed issue #12520: Crash when trying to generate a PDF with Graphs from statistic page on PHP 7.1 or later (Carsten Schmitz)
-Fixed issue #13607: Multiple_choice_with_comments - bug (Dominik Vitt)
-Fixed issue #13623: Unable to update config of default theme (LouisGac)
-Fixed issue #13633: Wrong data validation on dropdown boxes (Dominik Vitt)
-Fixed issue #13676: Saving {{ : }} in a twig file crashes Theme Editor... (LouisGac)
-Fixed issue #13689: Missing translation (Dominik Vitt)
-Fixed issue #13690: Missing translations update/add survey group (Dominik Vitt)
-Fixed issue #13691: Missing translation central databse (Dominik Vitt)
-Fixed issue #13695: Error: CSS: width: only 0 can be a unit. You must put a unit after your number. (Dominik Vitt)
-Fixed issue #13699: After latest update, editing questions results in an error (Olle Haerstedt)
-Fixed issue #13700: SQL error when trying to change changing user password on MSSQL DB (Carsten Schmitz)
-Fixed issue: Move subquestion text to top in statistics (Olle Haerstedt)
-Fixed issue: Response created at welcome page (LouisGac)
-Fixed issue: Wrong colors for front end statistics (LouisGac)
#Updated translation: Catalan by qualitatuvic
#Updated translation: Dutch (Informal) by Han
#Updated translation: Dutch by Han
#Updated translation: French (France) by b00z00
#Updated translation: German (Informal) by c_schmitz
#Updated translation: German by c_schmitz
#Updated translation: Hungarian by kkd
#Updated translation: Italian (Informal) by lfanfoni
#Updated translation: Italian by lfanfoni
#Updated translation: Japanese by nomoto
#Updated translation: Norwegian (Bokmål) by pmonsta
#Updated translation: Polish (Informal) by elissa
#Updated translation: Polish by elissa
#Updated translation: Romanian by cdorin

Changes from 3.7.3 (build 180516) to 3.8.0 (build 180522) May 22, 2018
-New feature: List and download old 2.x survey templates (LouisGac)
-Fixed issue #12653: Search users (Dominik Vitt)
-Fixed issue #13515: Cannot have a null default value when creating custom attributes in a custom question theme (Dominik Vitt)
-Fixed issue #13521: Access question and survey variables/data from within custom question theme Twig files (Dominik Vitt)
-Fixed issue #13559: [security] CSRF -> Stored XSS in template installation (Dominik Vitt)
-Fixed issue #13615: The month and year is not saved when advancing and returning in a survey (Dominik Vitt)
-Fixed issue #13680: Question screen = AdminController cannot find the requested view "/survey/questions/answer/listradio/columns/column_header". (Dominik Vitt)
-Fixed issue #13696: Error: Duplicate attributes accesskey for prev button (Denis Chenu)
-Fixed issue #13696: Error: Duplicate attributes data-confirmedby for clear all button (Denis Chenu)
-Fixed issue: HTML5 video editor plugin was disabled (Carsten Schmitz)
-Fixed issue: Question theme dropdown on new question page doesn't work (Dominik Vitt)
-Fixed issue: Remote upload_file does not work (Olle Haerstedt)
#Updated translation: Arabic by LucaAzzalini
#Updated translation: Basque by miturrib
#Updated translation: Catalan by qualitatuvic
#Updated translation: French (France) by b00z00
#Updated translation: German by c_schmitz
#Updated translation: Norwegian (Bokmål) by pmonsta
#Updated translation: Polish (Informal) by elissa
#Updated translation: Polish by elissa
#Updated translation: Spanish (Argentina) (Informal) by Gustavo_Kremer

Changes from 3.7.2 (build 180508) to 3.7.3 (build 180516) May 16, 2018
-Fixed issue #13599: Table user_in_groups not cleaned (#1047) (Tõnis Ormisson)
-Fixed issue: Postgres has no DOUBLE database type (Olle Haerstedt)
-Fixed issue: Semicolon in twig statement (LouisGac)
#Updated translation: Catalan by qualitatuvic
#Updated translation: Dutch (Informal) by Han
#Updated translation: Dutch by Han
#Updated translation: French (France) by arnaud21
#Updated translation: Hungarian by kkd
#Updated translation: Italian (Informal) by lfanfoni
#Updated translation: Italian by lfanfoni
#Updated translation: Japanese by nomoto
#Updated translation: Norwegian (Bokmål) by pmonstad
#Updated translation: Polish (Informal) by elissa
#Updated translation: Polish by elissa
#Updated translation: Portuguese (Brazil) by fermacedo, femariso, marciojv, holch, mauriciofurtado
#Updated translation: Romanian by cdorin

Changes from 3.7.1 (build 180424) to 3.7.2 (build 180508) Mai 08, 2018
-Fixed issue #13361: .twig files not accessible in Theme Editor when extending bootswatch (LouisGac)
-Fixed issue #13634: Internal Server Error on CDbCommand when edit user (Denis Chenu)
-Fixed issue #13638: Panel with user surveys doesn't load (Markus Flür)
-Fixed issue #13639: Average Mean and Standard Deviation (Markus Flür)
-Fixed issue #13651: Array (text) always shown as error in checkintergrity (Denis Chenu)
-Fixed issue : Unabe to set default export by plugin (Denis Chenu)
-Fixed issue : unable to save plugin settings or survey language with debug (Denis Chenu)
-Fixed issue: Language changer not working in bootswatch (Markus Flür)
-Fixed issue: Sending password reminder not working (Carsten Schmitz)
-Fixed issue: Slider reset button not working as expected (Markus Flür)
-Fixed issue: Theme editor doesn't use the screen layout as default file (LouisGac)
-Fixed issue: accordion tripled content (Markus Flür)
-New translation: Malayalam (Carsten Schmitz)
#Updated translation: Catalan by qualitatuvic
#Updated translation: Dutch (Informal) by Han
#Updated translation: Dutch by Han
#Updated translation: French (France) by arnaud21
#Updated translation: German (Informal) by boppy, c_schmitz
#Updated translation: German by boppy, c_schmitz
#Updated translation: Hungarian by kkd
#Updated translation: Italian (Informal) by lfanfoni
#Updated translation: Italian by c_schmitz, duristef, lfanfoni
#Updated translation: Japanese by nomoto
#Updated translation: Malayalam by c_schmitz
#Updated translation: Polish (Informal) by elissa
#Updated translation: Polish by elissa

Changes from 3.7.0 (build 180418) to 3.7.1 (build 180424) Apr 24, 2018
-Fixed issue: [security] Password reset email doesn't always use the saved email. Found and reported by Hongkun Zeng from VULNSPY.com ( blog.vulnspy.com/ )'. Thank you!
-Fixed issue #13497: Editor screen loads without CSS when creating/updating custom CSS (LouisGac)
-Fixed issue #13590: Check data integrity shows 'errorneous question group order' for all surveys (Olle Haerstedt)
-Fixed issue #13604: beforeSurveyDelete didn't happen when delete a survey (Denis Chenu)
-Fixed issue #13609: {QUEXMLPDF} Placeholder in template for Save to PDF triggers error if shown on welcome page (Adam Zammit)
-Fixed issue #13611: Adding custom CSS class to question causes error (Denis Chenu)
-Fixed issue #13621: Panel integration param not passed to END URL (LouisGac)
-Fixed issue: Empty template list if user don't have global rights on template (Denis Chenu)
-Fixed issue: Panel integration parameters are deleted on saving survey settings (Carsten Schmitz)
-Fixed issue: Spelling mistake in greek language description (Markus Flür)
-Fixed issue: Tutorial menu shown even if empty (Denis Chenu)
#Updated translation: Catalan by qualitatuvic
#Updated translation: Dutch by Han
#Updated translation: Dutch (Informal) by Han
#Updated translation: French (France) by arnaud21
#Updated translation: German by c_schmitz
#Updated translation: German (Informal) by c_schmitz
#Updated translation: Hungarian by kkd
#Updated translation: Japanese by nomoto
#Updated translation: Norwegian (Bokmål) by pmonstad
#Updated translation: Polish by elissa, tomasz
#Updated translation: Polish (Informal) by elissa
#Updated translation: Romanian by cdorin

Changes from 3.6.3 (build 180406) to 3.7.0 (build 180418) Apr 18, 2018
-New feature #13471: Allow expression in default location (map) (Denis Chenu)
-Fixed issue: No questions in panel integration (Markus Flür)

Changes from 3.6.2 (build 180406) to 3.6.3 (build 180416) Apr 16, 2018
-Fixed issue #13542: Question index (head) show diable even if work (Denis Chenu)
-Fixed issue #13544: Unable to use flatEllipsizeText function in (some) twig file (Denis Chenu)
-Fixed issue #13560: Stored XSS in Boxes (markusfluer)
-Fixed issue #13579: First calendar are always in English (Denis Chenu)
-Fixed issue #13587: Date control show always as error (Denis Chenu)
-Fixed issue: Could not save changes in theme editor (markusfluer)
-Fixed issue: Preview not working in theme editor (Olle Haerstedt)
-Fixed issue: Unsupported escape method when deleting uploaded theme file (Olle Haerstedt)
#Updated translation: Catalan by qualitatuvic
#Updated translation: Dutch (Informal) by Han
#Updated translation: Dutch by Han
#Updated translation: Dutch by c_schmitz, Han, tammo
#Updated translation: French (France) by arnaud21
#Updated translation: German (Informal) by c_schmitz
#Updated translation: German (Informal) by c_schmitz, HonkXL
#Updated translation: German by c_schmitz
#Updated translation: German by sebuin, c_schmitz
#Updated translation: Hungarian by kkd
#Updated translation: Italian (Informal) by lfanfoni
#Updated translation: Italian by lfanfoni
#Updated translation: Japanese by nomoto
#Updated translation: Polish (Informal) by elissa
#Updated translation: Polish by elissa
#Updated translation: Spanish (Argentina) by Eescudero, c_schmitz
#Updated translation: Turkish by kayazeren
#Updated translation: Vietnamese by namphuong


The meaning of the word "stable" for users
www.limesurvey.org/forum/development/117...ord-stable-for-users
Last edit: 4 years 10 months ago by jelo.
The topic has been locked.
  • holch
  • holch's Avatar
  • Offline
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
4 years 10 months ago #184698 by holch
I had the same impression as Jelo: Why would the guy install a 1 year old version of 3.x and not the most recent one?

As you can see by the change log since 3.6.2, there has changed a lot. No wonder, the version you have is over a year old.

Update and see if the problem persists.

I answer at the LimeSurvey forum in my spare time, I'm not a LimeSurvey GmbH employee.
No support via private message.

The topic has been locked.
  • LemonWrangler
  • LemonWrangler's Avatar Topic Author
  • Offline
  • New Member
  • New Member
More
4 years 10 months ago #184700 by LemonWrangler
Thanks for your reply.
I have upgraded to the newest version and this problem is gone.

As there is a lot of customization of LS at my work, any upgrade is way more work than most have. So any to you minor upgrade can have major impact for me. So unlike most of you, i cannot upgrade each small improvement of each minor update. (In linux terms i'd only use LTS versions)

Anyway thanks for your time!
The topic has been locked.
  • holch
  • holch's Avatar
  • Offline
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
4 years 10 months ago #184701 by holch
I understand that.

But depending on your customization you might review your process. Customized templates should generally not be impacted by minor updates.

For everything else that is changing the core, I would try to find an alternative via API or Addons. Of course, depending on your customization, this might not be possible, but I don't think it is a good idea to leave an application that potentially collects personal data of respondents and is accesible via the web unpatched for over a year.

I answer at the LimeSurvey forum in my spare time, I'm not a LimeSurvey GmbH employee.
No support via private message.

The topic has been locked.

Lime-years ahead

Online-surveys for every purse and purpose