Changesets: LimeSurvey
2.1 438becc9 2012-12-13 12:16 Details Diff |
dev: save a redirect on clicking home | ||
mod - application/controllers/admin/surveyadmin.php | Diff File | ||
mod - application/views/admin/super/adminmenu.php | Diff File | ||
master 0801b36e 2012-12-13 12:06 Details Diff |
dev: speed up survey listing by not loading the model (show columns / create etc.) dev: keep dbversion and update also on config after we load them saves extra db calls |
||
mod - application/helpers/globalsettings_helper.php | Diff File | ||
mod - application/models/Survey_dynamic.php | Diff File | ||
mod - application/models/Tokens_dynamic.php | Diff File | ||
master 14cff6f5 2012-12-13 12:04 Details Diff |
dev: save a redirect on clicking home | ||
mod - application/controllers/admin/surveyadmin.php | Diff File | ||
mod - application/views/admin/super/adminmenu.php | Diff File | ||
2.1 62fd0714 2012-12-13 12:03 Details Diff |
Fixed issue #07047: Unable to reload a saved survey if it's not anonymous without token table Dev: test if isset session var before doing job: work for token, maybe other too |
||
mod - application/helpers/frontend_helper.php | Diff File | ||
2.1 344c303c 2012-12-13 12:00 Details Diff |
dev: enable cache | ||
mod - application/helpers/common_helper.php | Diff File | ||
master 7fe2591c 2012-12-13 11:59 Details Diff |
dev: enable cache | ||
mod - application/helpers/common_helper.php | Diff File | ||
master b99f412b 2012-12-13 11:45 Details Diff |
Fixed notice on template editor | ||
mod - application/helpers/replacements_helper.php | Diff File | ||
2.1 9142aea8 2012-12-13 10:07 Details Diff |
Fixed 06962: Made max filter size equal for all browse tables dev: attributes in cpdb still start with 10 to keep compact, new max is 5000 |
Affected Issues 06962 |
|
mod - scripts/admin/attributeControl.js | Diff File | ||
mod - scripts/admin/browse.js | Diff File | ||
mod - scripts/admin/displayParticipant.js | Diff File | ||
mod - scripts/admin/listsurvey.js | Diff File | ||
mod - scripts/admin/sharePanel.js | Diff File | ||
mod - scripts/admin/tokens.js | Diff File | ||
master c842682c 2012-12-13 10:06 Details Diff |
Fixed 06962: Made max filter size equal for all browse tables dev: attributes in cpdb still start with 10 to keep compact, new max is 5000 |
Affected Issues 06962 |
|
mod - scripts/admin/attributeControl.js | Diff File | ||
mod - scripts/admin/browse.js | Diff File | ||
mod - scripts/admin/displayParticipant.js | Diff File | ||
mod - scripts/admin/listsurvey.js | Diff File | ||
mod - scripts/admin/sharePanel.js | Diff File | ||
mod - scripts/admin/tokens.js | Diff File | ||
2.1 dc99d732 2012-12-13 10:01 Details Diff |
dev: marked obsolete method | ||
mod - application/models/Answers.php | Diff File | ||
master 49772b7b 2012-12-13 10:01 Details Diff |
dev: speed up browsing responses | ||
mod - application/models/Answers.php | Diff File | ||
2.1 39b36b22 2012-12-13 09:25 Details Diff |
Fixed Old token table is never checked for being empty or orphan in checkintegrity | ||
mod - application/controllers/admin/checkintegrity.php | Diff File | ||
master c475c4db 2012-12-13 09:25 Details Diff |
Fixed Old token table is never checked for being empty or orphan in checkintegrity | ||
mod - application/controllers/admin/checkintegrity.php | Diff File | ||
master 51a72206 2012-12-13 08:57 Details Diff |
Release 2.00+ Build 121213 | ||
mod - docs/release_notes.txt | Diff File | ||
master f815ee90 2012-12-13 00:05 LimeSurvey Translations Bot Details Diff |
Updated translation: French (France) by kharec, DenisChenu | ||
mod - locale/_template/limesurvey.pot | Diff File | ||
mod - locale/fr/LC_MESSAGES/fr.mo | Diff File | ||
2.1 2b41b75c 2012-12-12 22:44 Details Diff |
Merge branch '2.1' of github.com:LimeSurvey/LimeSurvey into 2.1 | ||
mod - application/controllers/admin/checkintegrity.php | Diff File | ||
mod - application/helpers/expressions/em_manager_helper.php | Diff File | ||
master 4e30e773 2012-12-12 22:29 Details Diff |
Dev: good javascript for document.change (tparner) | ||
mod - application/helpers/SurveyRuntimeHelper.php | Diff File | ||
2.1 eb8788fa 2012-12-12 22:23 Details Diff |
Fixed issue 07070: Error when submitting a questionnaire and using a date question with no custom advanced settings |
Affected Issues 07070 |
|
mod - application/helpers/expressions/em_manager_helper.php | Diff File | ||
2.1 0d432b0f 2012-12-12 22:22 Details Diff |
Fixed issue 07071: Survey timing tables are archived and offered for deletion when visiting the integrity check |
Affected Issues 07071 |
|
mod - application/controllers/admin/checkintegrity.php | Diff File | ||
master 5c86fa87 2012-12-12 22:19 Details Diff |
Fixed issue 07070: Error when submitting a questionnaire and using a date question with no custom advanced settings |
Affected Issues 07070 |
|
mod - application/helpers/expressions/em_manager_helper.php | Diff File | ||
master ae53492c 2012-12-12 21:47 Details Diff |
Fixed issue 07071: Survey timing tables are archived and offered for deletion when visiting the integrity check |
Affected Issues 07071 |
|
mod - application/controllers/admin/checkintegrity.php | Diff File | ||
master f06e23df 2012-12-12 18:50 Details Diff |
Dev: HTML fix for 06998 |
Affected Issues 06998 |
|
mod - application/helpers/SurveyRuntimeHelper.php | Diff File | ||
2.1 115828a0 2012-12-12 16:31 Details Diff |
Dev Fixed incorrect path. | ||
mod - scripts/admin/emailtemplates.js | Diff File | ||
2.1 2f5ee460 2012-12-12 16:22 Details Diff |
Dev Introduced LS javascript object for the admin interface. Dev Fixed incorrect path for removing attachments |
||
add - application/controllers/ConfigController.php | Diff File | ||
add - application/views/js.php | Diff File | ||
mod - scripts/admin/emailtemplates.js | Diff File | ||
master 6c663c34 2012-12-12 13:01 Details Diff |
Fixed 06998: question is hidden by condition - no single preview anymore dev: if confirmed that it is not used anymore, the code in question.php can be removed, left it in for comparison now |
Affected Issues 06998 |
|
mod - application/controllers/admin/question.php | Diff File | ||
mod - application/helpers/SurveyRuntimeHelper.php | Diff File |