Changesets: LimeSurvey
master 1001b3e1 2014-03-12 13:41 Details Diff |
dev: small fix |
Affected Issues 08369 |
|
mod - application/core/plugins/AuthLDAP/AuthLDAP.php | Diff File | ||
master 801906a7 2014-03-12 13:37 Details Diff |
dev: added possibility to show/hide plugin settings for 08369 dev: Reordered methods in PluginsController and did a format on the code, other then that only check for submit button to save data |
Affected Issues 08369 |
|
mod - application/controllers/PluginsController.php | Diff File | ||
mod - application/core/plugins/AuthLDAP/AuthLDAP.php | Diff File | ||
mod - application/extensions/SettingsWidget/SettingsWidget.php | Diff File | ||
master 55034bff 2014-03-12 12:51 Details Diff |
Merge pull request #175 from lemeur/master Fixed 08369: Added search-and-bind feature for the core LDAP authentication plugin (Thibault Le Meur) |
Affected Issues 08369 |
|
mod - application/core/plugins/AuthLDAP/AuthLDAP.php | Diff File | ||
master e9442397 2014-03-12 11:44 Details Diff |
dev: more efficient token display (noticable when large sets of tokens viewed at once) dev: less likely to run out of memory while creating dummy tokens |
||
mod - application/controllers/admin/tokens.php | Diff File | ||
subqrelPR 76dff6e5 2014-03-11 19:06 Committer: mfaber Details Diff |
Dev: TSV import/export SQrelevance | ||
mod - application/helpers/expressions/em_manager_helper.php | Diff File | ||
2.06 aa484fbe 2014-03-11 19:06 Committer: mfaber Details Diff |
Dev: TSV import/export SQrelevance | ||
mod - application/helpers/expressions/em_manager_helper.php | Diff File | ||
master 865e2f65 2014-03-11 17:44 Details Diff |
Merge pull request #178 from lemeur/bug8838 Fixed 08838: The "Access" filter not working if language is not English |
Affected Issues 08838 |
|
mod - application/views/admin/survey/listSurveys_view.php | Diff File | ||
master c712fad1 2014-03-11 16:52 Details Diff |
Fixed 08838: The "Access" filter in the administration surveylist only works in English |
Affected Issues 08838 |
|
mod - application/views/admin/survey/listSurveys_view.php | Diff File | ||
subqrelPR 31829776 2014-03-10 22:02 Committer: mfaber Details Diff |
New feature #8757: Individual subquestion relevance Dev: Write relevance equation to $subQrels[] |
||
mod - application/helpers/expressions/em_manager_helper.php | Diff File | ||
2.06 ed07cac7 2014-03-10 22:02 Committer: mfaber Details Diff |
New feature #8757: Individual subquestion relevance Dev: Write relevance equation to $subQrels[] |
||
mod - application/helpers/expressions/em_manager_helper.php | Diff File | ||
subqrelPR 023a049b 2014-03-10 21:59 Committer: mfaber Details Diff |
New feature #8757: Individual subquestion relevance Dev: Adjust data structure in em_manager_helper.php |
||
mod - application/helpers/expressions/em_manager_helper.php | Diff File | ||
2.06 69f3a0be 2014-03-10 21:59 Committer: mfaber Details Diff |
New feature #8757: Individual subquestion relevance Dev: Adjust data structure in em_manager_helper.php |
||
mod - application/helpers/expressions/em_manager_helper.php | Diff File | ||
master d13e8379 2014-03-10 18:27 Details Diff |
Added search-and-bind feature for the core LDAP authentication plugin. This is completely backward compliant with older setup. | ||
mod - application/core/plugins/AuthLDAP/AuthLDAP.php | Diff File | ||
master 296f14cb 2014-03-10 01:06 LimeSurvey Translations Bot Details Diff |
Updated translation: Catalan by valdomir Updated translation: Czech by slansky Updated translation: Greek by kiolalis Updated translation: Spanish (Spain) by valdomir Updated translation: French (France) by arnaud21, TGorbunovaEspace Updated translation: Italian by lfanfoni Updated translation: Norwegian (Nynorsk) by pmonstad Updated translation: Polish by elisa Updated translation: Russian by ddrmoscow, vipgroup Updated translation: Swedish by maxzomborszki Updated translation: Turkish by kayazeren Updated translation: Czech (Informal) by slansky Updated translation: Italian (Informal) by lfanfoni |
||
mod - locale/_template/limesurvey.pot | Diff File | ||
mod - locale/ca/LC_MESSAGES/ca.mo | Diff File | ||
mod - locale/cs-informal/LC_MESSAGES/cs-informal.mo | Diff File | ||
mod - locale/cs/LC_MESSAGES/cs.mo | Diff File | ||
mod - locale/el/LC_MESSAGES/el.mo | Diff File | ||
mod - locale/es/LC_MESSAGES/es.mo | Diff File | ||
mod - locale/fr/LC_MESSAGES/fr.mo | Diff File | ||
mod - locale/it-informal/LC_MESSAGES/it-informal.mo | Diff File | ||
mod - locale/it/LC_MESSAGES/it.mo | Diff File | ||
mod - locale/nn/LC_MESSAGES/nn.mo | Diff File | ||
mod - locale/pl/LC_MESSAGES/pl.mo | Diff File | ||
mod - locale/ru/LC_MESSAGES/ru.mo | Diff File | ||
mod - locale/sv/LC_MESSAGES/sv.mo | Diff File | ||
mod - locale/tr/LC_MESSAGES/tr.mo | Diff File | ||
master 959a6600 2014-03-09 01:31 Committer: mfaber Details Diff |
Fixed issue 07703: results not saved when rel eq contains errors |
Affected Issues 07703 |
|
mod - application/helpers/expressions/em_manager_helper.php | Diff File | ||
master 233c5ec6 2014-03-08 15:23 Committer: mfaber Details Diff |
Fixed issue 08829: Questions with errors in relevance equations are hidden Dev: Set questions to "relevant" if there's an error in the rel equation |
Affected Issues 08829 |
|
mod - application/helpers/expressions/em_manager_helper.php | Diff File | ||
master 40ba010e 2014-03-07 15:33 Details Diff |
Dev: start 08818: Comparison operators (< and >) get converted to HTML-entities in expressions in questions Dev: xss filtering is done in Model : need only one place, then remove old system Dev: remove some $_POST update : title don't need to be filtered Dev: Unable to save directly a question in second language survey (js selector) |
Affected Issues 08818 |
|
mod - application/controllers/admin/database.php | Diff File | ||
mod - scripts/admin/questions.js | Diff File | ||
master 1f54eafe 2014-03-06 12:52 Details Diff |
Fixed 08799: Administration login using a link with one time password |
Affected Issues 08799 |
|
mod - application/controllers/admin/authentication.php | Diff File | ||
mod - application/core/plugins/Authdb/Authdb.php | Diff File | ||
master cd2b4f38 2014-03-06 12:36 Details Diff |
Fixed 08813: Failed Login Attempt locks out all users when behind nginx proxy - doesn't use sIPAddress dev: It makes sense to use the same IP lookup everywhere in the application |
Affected Issues 08813 |
|
mod - application/core/LSUserIdentity.php | Diff File | ||
mod - application/extensions/LimeDebug/LimeDebug.php | Diff File | ||
mod - application/models/FailedLoginAttempt.php | Diff File | ||
master af58ace6 2014-03-06 12:14 Details Diff |
dev: Fixed missing translation in plugins menu bar for 'surveys' dropdrown. | ||
mod - application/extensions/Menu/MenuWidget.php | Diff File | ||
master 2c21208a 2014-03-06 12:10 Details Diff |
Partial fix 08600: some wrong sized buttons while editing plugin settings |
Affected Issues 08600 |
|
mod - application/extensions/SettingsWidget/assets/settingswidget.css | Diff File | ||
master cd7d3871 2014-03-06 11:55 Details Diff |
Fixed 08738: Upgrading with webserver auth from 2.00+ to 2.05+ does not enable authwebserver plugin |
Affected Issues 08738 |
|
mod - application/helpers/update/updatedb_helper.php | Diff File | ||
master 9aede57a 2014-03-06 11:53 Details Diff |
dev: docblock fixes for plugins | ||
mod - application/libraries/PluginManager/PluginBase.php | Diff File | ||
mod - application/libraries/PluginManager/Storage/DbStorage.php | Diff File | ||
mod - application/libraries/PluginManager/Storage/iPluginStorage.php | Diff File | ||
mod - application/libraries/PluginManager/iPlugin.php | Diff File | ||
master 297b3ea2 2014-03-05 23:24 Details Diff |
Fixed issue 08812: Email attachments configuration is not saved |
Affected Issues 08812 |
|
mod - application/controllers/admin/emailtemplates.php | Diff File | ||
mod - application/views/admin/emailtemplates/emailtemplates_view.php | Diff File | ||
master c3d93291 2014-03-05 12:35 Details Diff |
Fixed issue 08810: When importing a question entering a question code is required which doesn't make sense Dev: better jquery selector : restrict to submit on frmeditquestion ... Dev: add required to the_file : uneeded script validatefilename but leave it for dumb browser Dev: add HTML5/accept : not really used actually : but idea for a new global script |
Affected Issues 08810 |
|
mod - application/views/admin/survey/Question/editQuestion_view.php | Diff File | ||
mod - scripts/admin/questions.js | Diff File |