Changesets: LimeSurvey

2.06 23ad4644

2014-12-26 10:45:53

aesteban

Details Diff
Fixed issue 09410: Method gT cause error when printing Yes/No responses in PDFs Affected Issues
09410
mod - application/helpers/common_helper.php Diff File

master 6241aa3a

2014-12-26 10:37:03

aesteban

Details Diff
Updated feature: Audit plugin logs login, logout and failed login attempt
Attach Issues:
mod - application/controllers/admin/authentication.php Diff File
mod - plugins/AuditLog/AuditLog.php Diff File

master b3267b57

2014-12-24 00:34:45

aesteban

Details Diff
Updated feature: Answers PDF export from admin GUI.
Dev: Method addSubmitDate is gone
Dev: TODO: find a way to interpret expressions from admin GUI (not found so keeping current behaviour)
Attach Issues:
mod - application/controllers/PrintanswersController.php Diff File
mod - application/helpers/admin/export/PdfWriter.php Diff File
mod - application/libraries/admin/pdf.php Diff File

2.06 936b2e79

2014-12-24 00:34:45

aesteban

Details Diff
Updated feature: Answers PDF export from admin GUI.
Dev: Method addSubmitDate is gone
Dev: TODO: find a way to interpret expressions from admin GUI (not found so keeping current behaviour)
Attach Issues:
mod - application/controllers/PrintanswersController.php Diff File
mod - application/helpers/admin/export/PdfWriter.php Diff File
mod - application/libraries/admin/pdf.php Diff File

2.06 1b82d7ed

2014-12-22 17:34:01

DenisChenu

Details Diff
Fixed issue : {TOKEN} is not replaced by token in quota message and url
New feature #09133: Quota HTML use completed.pstpl
Dev: refix quota
Dev: move to condtion to compare : no need params
Affected Issues
09133
mod - application/helpers/common_helper.php Diff File
mod - application/helpers/frontend_helper.php Diff File

2.06 2ade248c

2014-12-22 15:48:35

DenisChenu

Details Diff
Dev: Admin->getController()->lang Notice when deactivate
Attach Issues:
mod - application/controllers/admin/surveyadmin.php Diff File

2.06 c8a9327b

2014-12-22 15:38:50

DenisChenu

Details Diff
New feature #07048: Don't show EM error to respondant
Dev: Public EM error are shown only if user have surveycontent rigth update
Dev: Admin EM error are stylised only if user have surveycontent rigth update
Affected Issues
07048
mod - application/helpers/expressions/em_core_helper.php Diff File

master 57d56b7b

2014-12-22 15:28:49

DenisChenu

Details Diff
Fixed issue : {TOKEN} is not replaced by token in quota message and url
Dev: Using get_defined_vars disallow var renaming ...
Dev: the using cleaner array of extra data
Dev: Use static templatereplacement for message and url
Attach Issues:
mod - application/helpers/frontend_helper.php Diff File

2.06 ffafc562

2014-12-22 14:16:21

DenisChenu

Details Diff
Dev: one line test when we want boolean .....
Attach Issues:
mod - application/controllers/admin/responses.php Diff File

2.06 45c4f4bf

2014-12-22 10:14:12

DenisChenu

Details Diff
Dev: move inline style to css class in em_core
Dev: this allow hidding error to user
Dev: TODO : really hide to user without admin function
Attach Issues:
mod - application/helpers/expressions/em_core_helper.php Diff File
mod - scripts/admin/admin_core.js Diff File
add - scripts/admin/expression.js Diff File
add - styles/expressions.css Diff File

master a9564a54

2014-12-22 08:17:39

c_schmitz

Details Diff
Merge pull request #267 from Aestu/bug_9419-unable_to_delete_survey

Fixed issue 09419: Unable to delete survey
Affected Issues
09419
mod - application/views/admin/survey/deleteSurvey_view.php Diff File

master 7ae4675c

2014-12-22 00:54:18

aesteban

Details Diff
Fixed issue 09419: Unable to delete survey Affected Issues
09419
mod - application/views/admin/survey/deleteSurvey_view.php Diff File

master 7c1b72a8

2014-12-22 00:06:45

LimeSurvey Translations Bot

Details Diff
Updated translation: Spanish (Spain) by aesteban, valdomir
Updated translation: Estonian by mariliis
Updated translation: Finnish by morbid
Updated translation: French (France) by arnaud21
Updated translation: Croatian by rovinj, nmisic
Updated translation: Japanese by nomoto
Updated translation: Dutch by Han
Updated translation: Polish by elisa
Updated translation: Russian by severt
Updated translation: Dutch (Informal) by Han
Attach Issues:
mod - locale/_template/limesurvey.pot Diff File
mod - locale/es/LC_MESSAGES/es.mo Diff File
mod - locale/et/LC_MESSAGES/et.mo Diff File
mod - locale/fi/LC_MESSAGES/fi.mo Diff File
mod - locale/fr/LC_MESSAGES/fr.mo Diff File
mod - locale/hr/LC_MESSAGES/hr.mo Diff File
mod - locale/ja/LC_MESSAGES/ja.mo Diff File
mod - locale/nl-informal/LC_MESSAGES/nl-informal.mo Diff File
mod - locale/nl/LC_MESSAGES/nl.mo Diff File
mod - locale/pl/LC_MESSAGES/pl.mo Diff File
mod - locale/ru/LC_MESSAGES/ru.mo Diff File

master d00c9499

2014-12-19 19:25:25

aesteban

Details Diff
Fixed issue: Removing HTML tags from pdf title
Attach Issues:
mod - application/libraries/admin/pdf.php Diff File

2.06 f33cc4fa

2014-12-19 19:25:25

aesteban

Details Diff
Fixed issue: Removing HTML tags from pdf title
Attach Issues:
mod - application/libraries/admin/pdf.php Diff File

master b94b2ffc

2014-12-19 17:53:40

aesteban

Details Diff
Merge branch 'master' of github:LimeSurvey/LimeSurvey
Attach Issues:
mod - application/controllers/PluginsController.php Diff File
mod - application/controllers/PrintanswersController.php Diff File
mod - application/core/LSYii_Validators.php Diff File
mod - application/views/plugins/configure.php Diff File

master 1a68b626

2014-12-19 17:51:05

aesteban

Details Diff
Fixed issue 09415: Invalid url for image broke Print to PDF with debug 2 Affected Issues
09415
mod - application/config/tcpdf.php Diff File

2.06 05d10351

2014-12-19 17:51:05

aesteban

Details Diff
Fixed issue 09415: Invalid url for image broke Print to PDF with debug 2 Affected Issues
09415
mod - application/config/tcpdf.php Diff File

2.06 9733fb7e

2014-12-19 16:25:22

DenisChenu

Details Diff
New feture 08823: Ability to use {QCODE} before it's declared
Dev: relevanceStatus is set OK
Dev: Condition with EM are managed good (but a survey without complete index can be submitted)
Affected Issues
08823
mod - application/helpers/expressions/em_core_helper.php Diff File

2.06 1057801e

2014-12-19 15:44:22

c_schmitz

Details Diff
Merge pull request #266 from gabrieljenik/2.06

Fixed Issue 09418: Plugin Settings | The class name is being showed, instead of name of the plugin.
Affected Issues
09418
mod - application/controllers/PluginsController.php Diff File
mod - application/views/plugins/configure.php Diff File

master d6bdf70b

2014-12-19 15:42:39

c_schmitz

Details Diff
Merge pull request #265 from gabrieljenik/patch-9

Fixed issue 09418: Plugin Settings | The class name is being showed, ins...
Affected Issues
09418
mod - application/controllers/PluginsController.php Diff File

2.06 81dfa515

2014-12-19 15:41:59

gabrieljenik

Details Diff
Fixed issue 09418: Plugin Settings | The class name is being showed, instead of name of the plugin. Affected Issues
09418
mod - application/controllers/PluginsController.php Diff File

2.06 ddb022b7

2014-12-19 15:41:06

gabrieljenik

Details Diff
Fixed issue 09418: Plugin Settings | The class name is being showed, instead of name of the plugin. Affected Issues
09418
mod - application/views/plugins/configure.php Diff File

master 4b333ae2

2014-12-19 15:29:25

c_schmitz

Details Diff
Merge pull request #264 from gabrieljenik/patch-8

Fixed issue 09418: Plugin Settings | The class name is being showed, ins...
Affected Issues
09418
mod - application/views/plugins/configure.php Diff File

master f4e921c8

2014-12-19 15:22:04

gabrieljenik

Details Diff
Fixed issue 09418: Plugin Settings | The class name is being showed, instead of name of the plugin. Affected Issues
09418
mod - application/controllers/PluginsController.php Diff File
 First  Prev  1 2 3 ... 150 ... 300 ... 450 ... 600 ... 750 ... 860 861 862 863 864 865 866 ... 900 ... 1050 ... 1200 ... 1350 ... 1452 1453 1454  Next  Last