Changesets: LimeSurvey
master ea4ff583 2014-01-13 01:05 LimeSurvey Translations Bot Details Diff |
Updated translation: Greek by MikeConom, kiolalis Updated translation: German (Informal) by Akaer, actxcellence Updated translation: Chinese (Simplified) by yanglaw |
||
mod - locale/_template/limesurvey.pot | Diff File | ||
mod - locale/de-informal/LC_MESSAGES/de-informal.mo | Diff File | ||
mod - locale/el/LC_MESSAGES/el.mo | Diff File | ||
mod - locale/zh-Hans/LC_MESSAGES/zh-Hans.mo | Diff File | ||
master 09a2b11d 2014-01-13 00:05 Committer: mfaber Details Diff |
Fixed issue 08531: Wrong date format for [code].shown (EM) Dev: .shown used to work only if referred date question Dev: was on the same page. Now also on following pages. |
Affected Issues 08531 |
|
mod - application/helpers/expressions/em_manager_helper.php | Diff File | ||
master dd7d2a6b 2014-01-12 10:25 Committer: mfaber Details Diff |
Dev: date format in help message now matches question date format | ||
mod - application/helpers/expressions/em_manager_helper.php | Diff File | ||
master f0d82f9b 2014-01-11 21:30 Committer: mfaber Details Diff |
Fixed issue #8403: redundant em_javascript.js and dir Dev: this one is old and was apperently not used... |
||
rm - application/libraries/ExpressionManager/js/em_javascript.js | Diff | ||
master 30d63e8a 2014-01-10 21:23 Details Diff |
Fixed issue 08495: Unecessary IDs in label select element Dev Removed unecessary IDs in labelset changer option text Dev Added "data-labelset-id" attribute to labelset changer options |
Affected Issues 08495 |
|
mod - application/views/admin/labels/labelsetsbar_view.php | Diff File | ||
master 022b1cdc 2014-01-10 18:56 Committer: mfaber Details Diff |
Dev: better hiding of a hidden element (min/max date) Dev: Thank Shnoulle! |
||
mod - application/helpers/qanda_helper.php | Diff File | ||
master 31bad5ec 2014-01-10 18:44 Details Diff |
Fixed issue #08527: Internal Server Error during registration Dev: fix $iSurveyID |
||
mod - application/controllers/RegisterController.php | Diff File | ||
master 67ce0a2e 2014-01-10 16:59 Details Diff |
Fixed issue 08476: there is no reason to wipe quote and dash characters from people names, in many countries this is a valid character and there is no XSS risk. |
Affected Issues 08476 |
|
mod - application/helpers/sanitize_helper.php | Diff File | ||
master 0944d5f3 2014-01-10 09:40 Details Diff |
Fixed issue : Navigator coutdown javascript broken without navbuttonsJqueryUi Dev: Error: cannot call methods on button prior to initialization; |
||
mod - scripts/navigator-countdown.js | Diff File | ||
master dcb01428 2014-01-09 23:56 Committer: mfaber Details Diff |
Fixed issue 08484: expressions in min/max date referring to questions on same page Dev: Expressions in adv. attribute min/maxdate also work for the date picker Dev: if variables in the expression refer to questions on the same page. |
Affected Issues 08484 |
|
mod - application/helpers/qanda_helper.php | Diff File | ||
master f304ec9b 2014-01-09 23:50 Committer: mfaber Details Diff |
New feature 08524: implements min/max date in EM Dev: implements min/max date in EM (so dates are validated and Dev: the correct help messages appear). Adv. attributes min/maxdate Dev: in date/time question supports yyyy, yyyy-mm-dd, Dev: questioncode (another date question) and expressions Dev: (eg. date(Y-m-d H:i, strtotime(birthdate)+60*60*24*365*18). |
Affected Issues 08524 |
|
mod - application/helpers/expressions/em_manager_helper.php | Diff File | ||
master 19241720 2014-01-09 23:44 Committer: mfaber Details Diff |
Fixed issue #7224: comparison of dates (partial fix) Dev: LEMval() now returns answers to date questions in yyyy-mm-dd HH:MM Dev: format, independent of the date format that is chosen for the question Dev: or the particular survey. Thus, comparisons between different date Dev: questions are possible (e.g. relevance or validation equations Dev: "arrivaldate > departuredate") even when one question is in Dev: dd.mm.yy and the other in mm/dd/yyyy HH:MM format Dev: (same or previous page). Dev: qanda_helper.php: min/max logic had to be changed accordingly Dev: and is less complicated now. |
||
mod - application/helpers/qanda_helper.php | Diff File | ||
mod - scripts/expressions/em_javascript.js | Diff File | ||
master 5266d862 2014-01-09 23:30 Details Diff |
Fixed issue 08518: Error during fresh installation on PostgreSQL/MSSQL and using a non-default table prefix |
Affected Issues 08518 |
|
mod - installer/sql/create-mssql.sql | Diff File | ||
mod - installer/sql/create-pgsql.sql | Diff File | ||
master 7fd17124 2014-01-09 13:22 Details Diff |
Release 2.05+ Build 140109 | ||
mod - docs/release_notes.txt | Diff File | ||
master 02e4947f 2014-01-09 13:17 LimeSurvey Translations Bot Details Diff |
Updated translation: Catalan by valdomir Updated translation: German by actxcellence Updated translation: Spanish (Spain) by valdomir Updated translation: French (France) by arnaud21 Updated translation: Lithuanian by simasj Updated translation: Latvian by vipgroup, marcic Updated translation: Polish by elisa Updated translation: Swedish by maxzomborszki Updated translation: Tamil by apmuthu Updated translation: Tagalog by lolskidoodles Updated translation: Chinese (Simplified) by yanglaw |
||
mod - locale/_template/limesurvey.pot | Diff File | ||
mod - locale/ca/LC_MESSAGES/ca.mo | Diff File | ||
mod - locale/de/LC_MESSAGES/de.mo | Diff File | ||
mod - locale/es/LC_MESSAGES/es.mo | Diff File | ||
mod - locale/fr/LC_MESSAGES/fr.mo | Diff File | ||
mod - locale/lt/LC_MESSAGES/lt.mo | Diff File | ||
mod - locale/lv/LC_MESSAGES/lv.mo | Diff File | ||
mod - locale/pl/LC_MESSAGES/pl.mo | Diff File | ||
mod - locale/sv/LC_MESSAGES/sv.mo | Diff File | ||
mod - locale/ta/LC_MESSAGES/ta.mo | Diff File | ||
mod - locale/zh-Hans/LC_MESSAGES/zh-Hans.mo | Diff File | ||
master 9756afcd 2014-01-09 11:54 Details Diff |
Dev Forgot to add return statement to config. | ||
mod - application/config/internal.php | Diff File | ||
master 80ee8ad3 2014-01-09 11:49 Details Diff |
Dev Override added for defaultController setting. Removed unneeded config from sample files. |
||
mod - application/config/config-sample-dblib.php | Diff File | ||
mod - application/config/config-sample-mysql.php | Diff File | ||
mod - application/config/config-sample-pgsql.php | Diff File | ||
mod - application/config/config-sample-sqlsrv.php | Diff File | ||
mod - application/config/internal.php | Diff File | ||
master 001a6cc9 2014-01-09 11:24 Details Diff |
Merge branch 'master' of github.com:LimeSurvey/LimeSurvey | ||
mod - application/helpers/SurveyRuntimeHelper.php | Diff File | ||
mod - application/helpers/replacements_helper.php | Diff File | ||
master 25da2e8c 2014-01-09 11:23 Details Diff |
Fixed issue : #08523: Broken javascript with crsfToken Dev: Move csrfToken to LS.data Dev: $.ajaxSetup do the trick for all $.post and $.ajax Dev: Didn't test participantPanel.js : don't found when we have this function |
||
mod - application/controllers/UploaderController.php | Diff File | ||
mod - application/extensions/LimeScript/LimeScript.php | Diff File | ||
mod - application/helpers/common_helper.php | Diff File | ||
mod - application/views/admin/endScripts_view.php | Diff File | ||
mod - scripts/admin/admin_core.js | Diff File | ||
mod - scripts/admin/answers.js | Diff File | ||
mod - scripts/admin/browse.js | Diff File | ||
mod - scripts/admin/participantPanel.js | Diff File | ||
mod - scripts/admin/subquestions.js | Diff File | ||
master 0730c831 2014-01-09 11:17 Details Diff |
Fixed issue 08509: INSERTANS SPAN problem in end URL/page when using then all-in-one page presentation setting |
Affected Issues 08509 |
|
mod - application/helpers/SurveyRuntimeHelper.php | Diff File | ||
mod - application/helpers/replacements_helper.php | Diff File | ||
master fcfac042 2014-01-09 09:05 Details Diff |
Fixed issue 08520: Import participants from .csv fails |
Affected Issues 08520 |
|
mod - application/models/Participant.php | Diff File | ||
master 95468bd8 2014-01-08 23:14 Details Diff |
Dev Removed unused code for survey list. | ||
mod - application/controllers/SurveysController.php | Diff File | ||
master c143d578 2014-01-08 23:02 Details Diff |
Merge branch 'master' of github.com:LimeSurvey/LimeSurvey | ||
mod - application/controllers/admin/questions.php | Diff File | ||
mod - application/helpers/admin/import_helper.php | Diff File | ||
mod - scripts/admin/surveysettings.js | Diff File | ||
mod - scripts/numeric-slider.js | Diff File | ||
master 2a9fa991 2014-01-08 22:58 Details Diff |
Dev Set correct default controller. | ||
mod - application/config/internal.php | Diff File | ||
master ee8fb56f 2014-01-08 17:54 Details Diff |
Fixed issue 08511: Save button displays on import / copy survey page |
Affected Issues 08511 |
|
mod - scripts/admin/surveysettings.js | Diff File |