Changesets: LimeSurvey

2.06 b8a397a5

2014-12-05 09:34

c_schmitz


Details Diff
Fixed issue 09379: DB error during installation when unsufficient permissions to create tables Affected Issues
09379
mod - application/controllers/InstallerController.php Diff File

master d9d4a740

2014-12-05 09:33

c_schmitz


Details Diff
Fixed issue 09379: DB error during installation when unsufficient permissions to create tables Affected Issues
09379
mod - application/controllers/InstallerController.php Diff File

master 0d1d41ae

2014-12-04 18:17

aesteban


Details Diff
Fix issue: Removing redundant lines
mod - application/controllers/admin/database.php Diff File

2.06 409607c3

2014-12-04 18:15

aesteban


Details Diff
Fix issue: Removing redundant lines
mod - application/controllers/admin/database.php Diff File

master cb5228c0

2014-12-04 17:34

aesteban


Details Diff
Update feature: Answers export to PDF (user and admin gui)
Dev: Survey user: New header and questions and answers in tables (single answer export)
Dev: Admin user: New header in multiple answers export
Dev: Admin user: New config params in Global config -> Presentation
mod - application/config/config-defaults.php Diff File
mod - application/controllers/PrintanswersController.php Diff File
mod - application/controllers/admin/globalsettings.php Diff File
mod - application/helpers/admin/export/PdfWriter.php Diff File
mod - application/libraries/admin/pdf.php Diff File
mod - application/views/admin/globalSettings_view.php Diff File
add - styles/gringegreen/images/logo_pdf.png Diff File
add - templates/basic/logo_pdf.png Diff File
add - templates/bluengrey/logo_pdf.png Diff File
add - templates/citronade/logo_pdf.png Diff File
add - templates/clear_logo/logo_pdf.png Diff File
add - templates/default/logo_pdf.png Diff File
add - templates/eirenicon/logo_pdf.png Diff File
add - templates/limespired/logo_pdf.png Diff File
add - templates/mint_idea/logo_pdf.png Diff File
add - templates/sherpa/logo_pdf.png Diff File
add - templates/vallendar/logo_pdf.png Diff File

2.06 398b99c2

2014-12-03 00:54

c_schmitz


Details Diff
Merge pull request #244 from Aestu/2.06-bug_Limesurvey_lang

Fix crash when exporting answer to PDF (not admin GUI)
mod - application/helpers/pdfHelper.php Diff File

2.06 5391026e

2014-12-03 00:00

aesteban


Details Diff
Fix crash when exporting answer to PDF (not admin GUI)
mod - application/helpers/pdfHelper.php Diff File

master 77e9362a

2014-12-02 11:32

c_schmitz


Details Diff
Merge pull request #243 from Aestu/fix_09381_wrong_variable

Fixed issue 09381: Bug when showing message of invalid token
Affected Issues
09381
mod - application/controllers/survey/index.php Diff File

master 0f22eac1

2014-12-02 01:26

aesteban


Details Diff
Fixed issue 09381: Bug when showing message of invalid token Affected Issues
09381
mod - application/controllers/survey/index.php Diff File

2.06 85fc561e

2014-12-02 01:26

aesteban


Details Diff
Fixed issue 09381: Bug when showing message of invalid token Affected Issues
09381
mod - application/controllers/survey/index.php Diff File

master bf48d233

2014-12-01 01:06

LimeSurvey Translations Bot


Details Diff
Updated translation: Afrikaans by alistair4004
Updated translation: Kurdish (Sorani) by c_schmitz, Muhammed
Updated translation: Basque by losimo, artasom
Updated translation: Galician by c_schmitz
Updated translation: Croatian by rovinj, pstrbenac
Updated translation: Indonesian by ysulistya
Updated translation: Dutch by Han
Updated translation: Albanian by Dorina1988, Helda
Updated translation: Thai by naphatthakorn, vinate
Updated translation: Dutch (Informal) by Han, atvoogt
Updated translation: Chinese (Hong Kong) (Traditional) by achan, billych
mod - locale/_template/limesurvey.pot Diff File
mod - locale/af/LC_MESSAGES/af.mo Diff File
mod - locale/ckb/LC_MESSAGES/ckb.mo Diff File
mod - locale/eu/LC_MESSAGES/eu.mo Diff File
mod - locale/gl/LC_MESSAGES/gl.mo Diff File
mod - locale/hr/LC_MESSAGES/hr.mo Diff File
mod - locale/id/LC_MESSAGES/id.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/sq/LC_MESSAGES/sq.mo Diff File
mod - locale/th/LC_MESSAGES/th.mo Diff File
mod - locale/zh-Hant-HK/LC_MESSAGES/zh-Hant-HK.mo Diff File

2.06 6d86ea65

2014-11-30 16:30

DenisChenu


Details Diff
Fixed issue 09378: Auth plugin base : lowercase uppercase mix : Not loggued but no error
Dev: throw error choice
Dev: For mysql here, but did the other Auth plugin need same ? Then surely 2nd solution.
Affected Issues
09378
mod - application/core/plugins/Authdb/Authdb.php Diff File

master 07a2bad7

2014-11-30 16:24

DenisChenu


Details Diff
Fixed issue 09378: Auth plugin base : lowercase uppercase mix : Not loggued but no error
Dev: choose the throw error method
Dev: only for mysql ?
Affected Issues
09378
mod - application/core/plugins/Authdb/Authdb.php Diff File

master cc46836c

2014-11-30 10:24

c_schmitz


Details Diff
Merge pull request #240 from jun9/master

Fixed issue: Wrong redirect URL after upload in template editor.
mod - application/controllers/admin/templates.php Diff File

master 612e0557

2014-11-30 05:23

jun9


Details Diff
Fixed issue: Wrong redirect URL after upload in template editor.
mod - application/controllers/admin/templates.php Diff File

2.06 c60a98a7

2014-11-30 05:23

jun9


Details Diff
Fixed issue: Wrong redirect URL after upload in template editor.
mod - application/controllers/admin/templates.php Diff File

2.06 10daaf3c

2014-11-29 18:53

DenisChenu


Details Diff
Dev: fix some accessibility issue
Dev: no label + title (and title can not be updated with EM)
mod - application/helpers/qanda_helper.php Diff File

2.06 1205600d

2014-11-28 16:46

DenisChenu


Details Diff
Dev: fix count and total page after filter in response table
mod - application/controllers/admin/responses.php Diff File

2.06 ba148308

2014-11-28 16:33

DenisChenu


Details Diff
Fixed issue 09268: Allowed memory size on browse response JSON or Not all response are shown
Dev: adding quick filter and sort
Dev: TODO : adding filter/sort by firstname/lastname
Dev: TODO : add the lastpage/startdate/timestamp
Dev: Fix upload file question type
Affected Issues
09207, 09268
mod - application/controllers/admin/responses.php Diff File
mod - scripts/admin/listresponse.js Diff File

2.06 4b728948

2014-11-28 11:45

DenisChenu


Details Diff
Dev : clean up model name : Use code only for question part
Dev : did we add something like 'token:' for token table ?
mod - application/controllers/admin/responses.php Diff File

2.06 1704bd21

2014-11-28 11:32

DenisChenu


Details Diff
Dev : fix tab on listresponse.js : no code change
mod - scripts/admin/listresponse.js Diff File

2.06 176a20a7

2014-11-28 10:47

DenisChenu


Details Diff
Dev : internal using log associative array to allow update by config
Dev : tab to space
mod - application/config/internal.php Diff File

2.06 2428c295

2014-11-27 19:36

DenisChenu


Details Diff
Dev: Scroll the pager ot token table when scrolling horizontally
mod - scripts/admin/tokens.js Diff File

master ebe7cc02

2014-11-27 15:07

c_schmitz


Details Diff
Fixed issue #9255: Cannot import .lss file on MSSQL when certain text contents size limits are approached
mod - application/core/LSYii_Validators.php Diff File

2.06 b47722b0

2014-11-27 15:07

c_schmitz


Details Diff
Fixed issue #9255: Cannot import .lss file on MSSQL when certain text contents size limits are approached
mod - application/core/LSYii_Validators.php Diff File
 First  Prev  1 2 3 ... 150 ... 300 ... 450 ... 600 ... 750 ... 882 883 884 885 886 887 888 ... 900 ... 1050 ... 1200 ... 1350 ... 1471 1472 1473  Next  Last