Changesets: LimeSurvey

2.05 e3a2687b

2013-08-09 07:41:24

mdekker

Details Diff
dev: moved plugins to demo so they don't show up and are only available for coders as inspiration since they serve no real purpose
Attach Issues:

2.05 2dcb8c47

2013-08-09 07:30:47

mdekker

Details Diff
dev: Moved export styles to plugin
dev: used authdb since that is always enabled, we should move all core plugins that can not be deactivated here to prevent clutter in the plugin screen
dev: still todo: move r and spss here and update remote control
Attach Issues:
mod - application/controllers/admin/export.php Diff File
mod - application/core/plugins/Authdb/Authdb.php Diff File
mod - application/helpers/admin/exportresults_helper.php Diff File
mod - application/views/admin/export/exportresults_view.php Diff File

2.05 cdba9f02

2013-08-09 07:27:25

mdekker

Details Diff
dev: changed width of plugin grid and made layout more compact and bordered
Attach Issues:
mod - application/views/plugins/index.php Diff File
mod - plugins/UnActivatable/UnActivatable.php Diff File

2.05 d072be1c

2013-08-09 06:47:52

mdekker

Details Diff
Merge pull request #105 from mfaber/updatestataexport

DEV: Fixed STATA export: No output when debug!=0
Attach Issues:
mod - application/core/plugins/ExportSTATAxml/ExportSTATAxml.php Diff File
mod - application/core/plugins/ExportSTATAxml/STATAxmlWriter.php Diff File

master d63f0791

2013-08-08 22:06:08

LimeSurvey Translations Bot

Details Diff
Updated translation: Norwegian (Bokmål) by peterhol
Updated translation: Dutch by Han
Updated translation: Dutch (Informal) by Han
Attach Issues:
mod - locale/nb/LC_MESSAGES/nb.mo Diff File
mod - locale/nl-informal/LC_MESSAGES/nl-informal.mo Diff File
mod - locale/nl/LC_MESSAGES/nl.mo Diff File

2.05 0ff722bc

2013-08-08 21:52:34

mfaber


Committer: mfaber Details Diff
Fixed STATA export: No output when debug!=0

DEV: Menno, both reported issues should be fixed with this commit.
DEV: Thanks for the close look!
Affected Issues
08040
mod - application/core/plugins/ExportSTATAxml/ExportSTATAxml.php Diff File
mod - application/core/plugins/ExportSTATAxml/STATAxmlWriter.php Diff File

2.05 64cf7281

2013-08-08 14:56:31

mdekker

Details Diff
dev: allow quick & dirty adding of plugins to the export dialog (to be improved)
Attach Issues:
mod - application/controllers/admin/export.php Diff File
mod - application/core/plugins/ExportSTATAxml/ExportSTATAxml.php Diff File
mod - application/helpers/admin/exportresults_helper.php Diff File
mod - application/views/admin/export/exportresults_view.php Diff File

2.05 2b1d04c1

2013-08-08 13:55:14

mdekker

Details Diff
Merge pull request #104 from mfaber/stata4

New feature #8040: STATA export functionality
Attach Issues:
add - application/core/plugins/ExportSTATAxml/ExportSTATAxml.php Diff File
add - application/core/plugins/ExportSTATAxml/STATAxmlWriter.php Diff File
mod - application/views/admin/export/exportresults_view.php Diff File

master 2377b4f9

2013-08-07 22:06:22

LimeSurvey Translations Bot

Details Diff
Updated translation: Japanese by nomoto
Attach Issues:
mod - locale/ja/LC_MESSAGES/ja.mo Diff File

2.05 cea86107

2013-08-07 12:49:01

sammousa

Details Diff
Dev Moved CsrfValidation configuration to internal.php
Dev This allows users to override it properly via config.php
Attach Issues:
mod - application/config/internal.php Diff File
mod - application/core/LSYii_Application.php Diff File

2.05 bba0dc87

2013-08-07 11:00:37

sammousa

Details Diff
Dev Javascript rename folder.
Dev Fixed some erroneous includes.
Attach Issues:
mod - application/config/third_party.php Diff File
mod - application/controllers/admin/dataentry.php Diff File
mod - application/helpers/qanda_helper.php Diff File

master 0a2d4198

2013-08-06 22:05:55

LimeSurvey Translations Bot

Details Diff
Updated translation: Dutch by Han
Updated translation: Dutch (Informal) by Han
Attach Issues:
mod - locale/nl-informal/LC_MESSAGES/nl-informal.mo Diff File
mod - locale/nl/LC_MESSAGES/nl.mo Diff File

master 2385dd6f

2013-08-06 13:56:47

trougakoss

Details Diff
Merge pull request #92 from trougakoss/Yii

fixed issue#07888: LSRC2 invite_participants and remind_participants do ...
Attach Issues:
mod - application/helpers/admin/token_helper.php Diff File

master 639e37d0

2013-08-05 22:05:48

LimeSurvey Translations Bot

Details Diff
Updated translation: Latvian by marcic
Attach Issues:
mod - locale/lv/LC_MESSAGES/lv.mo Diff File

2.05 94a80521

2013-08-05 21:59:25

mfaber


Committer: mfaber Details Diff
New feature #8040: STATA export functionality

DEV: Implements XML-export for statistical software STATA
DEV: Thanks to mdekker for his support regarding the plugin
DEV: architecture.
Affected Issues
08040
add - application/core/plugins/ExportSTATAxml/ExportSTATAxml.php Diff File
add - application/core/plugins/ExportSTATAxml/STATAxmlWriter.php Diff File
mod - application/views/admin/export/exportresults_view.php Diff File

2.05 1d6fa9d0

2013-08-05 16:18:21

DenisChenu

Details Diff
Dev: Clean up tab in frontend_helper
Dev: add some PHP doc comment
Dev: remove deprecated function : checkconfield, checkmandatorys, checkconditionalmandatorys
Dev: remove deprecated function : remove_nulls_from_array
Attach Issues:
mod - application/helpers/frontend_helper.php Diff File

2.05 a5005134

2013-08-04 17:56:58

DenisChenu

Details Diff
New feature 07687 : RemoteControl2 export_responses should also have an Array / JSON with responses Affected Issues
07687
add - application/helpers/admin/export/JsonWriter.php Diff File
mod - application/helpers/admin/exportresults_helper.php Diff File
mod - application/helpers/remotecontrol/remotecontrol_handle.php Diff File

2.05 d5801ca1

2013-08-02 21:29:46

mfaber


Committer: mfaber Details Diff
Fixed issue 08039: Problems with subquestion code '0'

DEV: Both described issues were separate incidences of
DEV: the same thing: php empty()/($var) treat the '0'
DEV: as not set or empty.
DEV: isset() on the other hand also returns "" as true.
DEV: I am afraid this problem may be present more often in
DEV: the code. Maybe implement a custom function
DEV: is_set() which also returns FALSE for "" but TRUE for '0'
Affected Issues
08039
mod - application/helpers/viewHelper.php Diff File
mod - application/libraries/PluginManager/LimesurveyApi.php Diff File

master 1b30d934

2013-08-02 13:03:26

c_schmitz

Details Diff
Release 2.00+ Build 130802
Attach Issues:
mod - docs/release_notes.txt Diff File

master 36bb5c7a

2013-08-01 22:05:46

LimeSurvey Translations Bot

Details Diff
Updated translation: Spanish (Spain) by valdomir, larjona, aesteban, jaimealvarezv
Updated translation: Lithuanian by apklausos
Updated translation: Dutch by Han
Updated translation: Dutch (Informal) by Han
Attach Issues:
mod - locale/es/LC_MESSAGES/es.mo Diff File
mod - locale/lt/LC_MESSAGES/lt.mo Diff File
mod - locale/nl-informal/LC_MESSAGES/nl-informal.mo Diff File
mod - locale/nl/LC_MESSAGES/nl.mo Diff File

master 667fb537

2013-08-01 18:32:01

mfaber


Committer: mfaber Details Diff
small change to also honor 'false'

thanks to Shnoulle
Attach Issues:
mod - application/helpers/common_helper.php Diff File

2.05 4577b6bb

2013-08-01 18:32:01

mfaber


Committer: mfaber Details Diff
small change to also honor 'false'

thanks to Shnoulle
Attach Issues:
mod - application/helpers/common_helper.php Diff File

2.1 c6d9f8e4

2013-08-01 08:55:34

Marijn

Details Diff
Dev settingsblock now in 1 form and fixed list element
Attach Issues:
mod - application/extensions/SettingsWidget/SettingsWidget.php Diff File
mod - application/extensions/SettingsWidget/assets/settingswidget.js Diff File
mod - application/views/questions/settingsblock.php Diff File
mod - application/views/questions/update.php Diff File
mod - plugins/YesNoQuestion/YesNoQuestionObject.php Diff File

master 92879d8a

2013-07-31 22:05:47

LimeSurvey Translations Bot

Details Diff
Updated translation: Norwegian (Bokmål) by pmonstad
Updated translation: Norwegian (Nynorsk) by pmonstad
Attach Issues:
mod - locale/_template/limesurvey.pot Diff File
mod - locale/nb/LC_MESSAGES/nb.mo Diff File
mod - locale/nn/LC_MESSAGES/nn.mo Diff File

master 720370bf

2013-07-31 19:25:35

mfaber


Committer: mfaber Details Diff
Fixes issue 08065: Answer code conversion to '0'

DEV: when exporting to CSV/EXCEL etc. and conversion
DEV: of Y or N to '0' was chosen, values were wrongly
DEV: exported as 'missing values' (empty)
DEV:
DEV: nasty php typing problem....probably same problem
DEV: with issue 08039

Conflicts:
application/helpers/common_helper.php
Affected Issues
08065
mod - application/helpers/common_helper.php Diff File
 First  Prev  1 2 3 ... 150 ... 300 ... 450 ... 600 ... 750 ... 900 ... 938 939 940 941 942 943 944 ... 1050 ... 1200 ... 1350 ... 1452 1453 1454  Next  Last