Changesets: LimeSurvey
2.05 a82b7701 2013-09-11 11:07 Details Diff |
Merge branch '2.05' of github.com:LimeSurvey/LimeSurvey into 2.05 | ||
mod - application/libraries/admin/quexmlpdf.php | Diff File | ||
2.05 80c62373 2013-09-11 10:42 Details Diff |
Dev Fixed issue where sending invitations did not work. | ||
mod - application/controllers/admin/tokens.php | Diff File | ||
2.05 f547e07f 2013-09-11 09:39
Details Diff |
Merge pull request #123 from mfaber/quexf_pagination205 Dev: Fixed quexf pagination |
||
mod - application/libraries/admin/quexmlpdf.php | Diff File | ||
2.05 bbbacfad 2013-09-09 16:51 Committer: mfaber Details Diff |
Dev Fixed quexf pagination DEV: page break did not occur when end of DEV: page was reached with question text |
||
mod - application/libraries/admin/quexmlpdf.php | Diff File | ||
2.05 3826de7d 2013-09-09 14:26 Details Diff |
Added support for default values in PluginBase. Dev: use 'default' as a key in the settings array. |
||
mod - application/libraries/PluginManager/PluginBase.php | Diff File | ||
2.05 d33fdc84 2013-09-09 13:07 Details Diff |
Dev: fixed issue : url are not rested after createAbsoluteUrl Dev: 08c678b2a963e8ecc7f88b5be78a235fbc3c1229 child |
Affected Issues 08141 |
|
mod - application/core/LSYii_Controller.php | Diff File | ||
master 2cbb836d 2013-09-09 13:04 Details Diff |
Dev: fixed issue : url are not rested after createAbsoluteUrl Dev: 08c678b2a963e8ecc7f88b5be78a235fbc3c1229 child |
Affected Issues 08141 |
|
mod - application/core/LSYii_Controller.php | Diff File | ||
2.05 1ea7736d 2013-09-09 12:40 Details Diff |
Fixed issue 08141: Unable to set publicurl Dev: Replace default createAbsoluteUrl to use $config['publicurl'] if this one seems valid |
Affected Issues 08141 |
|
mod - application/core/LSYii_Controller.php | Diff File | ||
master 08c678b2 2013-09-09 12:37 Details Diff |
Fixed issue 08141: Unable to set publicurl Dev: Replace default createAbsoluteUrl to use $config['publicurl'] if this one seems valid |
Affected Issues 08141 |
|
mod - application/core/LSYii_Controller.php | Diff File | ||
master c50f6e26 2013-09-09 00:05 LimeSurvey Translations Bot Details Diff |
Updated translation: Slovenian by tejac, dusan | ||
mod - locale/sl/LC_MESSAGES/sl.mo | Diff File | ||
master 3282a0b7 2013-09-06 16:22 Details Diff |
Fixed issue: 8130 RemoteControl import_survey erroneously reports failure | ||
mod - application/controllers/admin/remotecontrol.php | Diff File | ||
master e07c29a6 2013-09-06 11:44 Details Diff |
Fixed issue: 08129: RemoteControl import_survey disallows using txt type (TSV) | ||
mod - application/controllers/admin/remotecontrol.php | Diff File | ||
master 7fce1bef 2013-09-06 00:05 LimeSurvey Translations Bot Details Diff |
Updated translation: Slovenian by tejac, dusan | ||
mod - locale/sl/LC_MESSAGES/sl.mo | Diff File | ||
master 91ec43b6 2013-09-05 08:41 Details Diff |
Merge pull request #119 from madflow/token-sql-injection-vulnerability Fixed issue: CDbCommand "Syntax error or access violation" with token |
||
mod - application/controllers/survey/index.php | Diff File | ||
2.05 9d0a8035 2013-09-04 09:27 Details Diff |
Dev Fixed some bugs reported by @seracom. | ||
mod - application/models/behaviors/PluginEventBehavior.php | Diff File | ||
master faa775d5 2013-09-04 00:05 LimeSurvey Translations Bot Details Diff |
Updated translation: Dutch by Han Updated translation: Dutch (Informal) by Han |
||
mod - locale/nl-informal/LC_MESSAGES/nl-informal.mo | Diff File | ||
mod - locale/nl/LC_MESSAGES/nl.mo | Diff File | ||
2.05 5a22c583 2013-09-03 15:54 Details Diff |
Moved plugin events from model to behavior. | ||
mod - application/models/LSActiveRecord.php | Diff File | ||
add - application/models/behaviors/PluginEventBehavior.php | Diff File | ||
2.05 7fb5d431 2013-09-03 15:31
Details Diff |
Merge pull request #112 from seracom/feature/2.05/new_pluginevent Feature/2.05/new pluginevent |
||
mod - application/models/LSActiveRecord.php | Diff File | ||
2.05 c1483efa 2013-09-03 15:16 Details Diff |
Merge branch '2.05' of https://github.com/LimeSurvey/LimeSurvey.git into 2.05 Conflicts: application/models/Token.php |
||
mod - application/models/Dynamic.php | Diff File | ||
mod - application/models/LSActiveRecord.php | Diff File | ||
mod - application/models/Token.php | Diff File | ||
2.05 1b02a3d2 2013-09-03 14:41 Details Diff |
Merge branch '2.05' of github.com:LimeSurvey/LimeSurvey into 2.05 | ||
mod - application/helpers/export_helper.php | Diff File | ||
mod - application/models/TokenDynamic.php | Diff File | ||
2.05 018f0d9e 2013-09-03 14:41 Details Diff |
Dev Increased separation by making Dynamic::tableName private. | ||
mod - application/models/Dynamic.php | Diff File | ||
mod - application/models/Token.php | Diff File | ||
2.05 c503db43 2013-09-03 12:30 Details Diff |
Fixing autocomplete on token model | ||
mod - application/models/Token.php | Diff File | ||
2.05 42b59879 2013-09-03 11:55 Details Diff |
Fixed 08089: Faulty token table definition |
Affected Issues 08089 |
|
mod - application/models/TokenDynamic.php | Diff File | ||
master c8f090e1 2013-09-03 10:48 Details Diff |
Fixed 08089: Faulty token table definition |
Affected Issues 08089 |
|
mod - application/models/Tokens_dynamic.php | Diff File | ||
2.05 cfce52f3 2013-09-03 02:13 Details Diff |
Merge pull request #120 from mfaber/expandquexf Fixed issue #8124: (Quexml-export) Comment field missing in LIST WITH COMMENT questions |
||
mod - application/helpers/export_helper.php | Diff File |