Mary Evans
04b1865d44
MDL-32262 theme_afterburner: fixed missing comma in afterburner_styles.css
2012-04-01 00:40:05 +01:00
Rajesh Taneja
d2fbfb5f73
MDL-30051 cron: login error sql is now cross db
2012-03-30 16:50:42 +08:00
Rossiani Wijaya
f01c7ddc7c
MDL-30843 and MDL-30842 - accessibility compliance: Add <label> for form input text and select tag
2012-03-30 16:44:13 +08:00
Rajesh Taneja
48e43c12e6
MDL-32150 Libraries: checkall and uncheckall will not select disabled or readonly checkboxes
2012-03-30 13:04:52 +08:00
Rajesh Taneja
f90a927b52
MDL-30904 Calendar: Event links are descriptive with hidden event name, for screen readers
2012-03-30 13:02:02 +08:00
AMOS bot
120aa6fd38
Automatically generated installer lang files
2012-03-30 00:33:10 +00:00
Jason Fowler
11c5042847
MDL-30784 - lib - Patch provided by Jason Hardin to provide detection for Android Tablets to allow the theme engine to provide the tablet theme
2012-03-30 08:24:32 +08:00
Sam Hemelryk
76fae9b6ab
MDL-29678 lib: Require login now overrides to false for AJAX scripts
2012-03-30 10:23:56 +13:00
Sam Hemelryk
431c68a867
MDL-29678 navigation: Navigation AJAX require_login calls no longer set wantsurl or redirect
2012-03-30 10:23:56 +13:00
Sam Hemelryk
7b88b81a49
MDL-31631 navigation: Removed caching of activities and sections arrays in favour of relying on cminfo caching
2012-03-30 10:22:56 +13:00
Sam Hemelryk
4b023f2a10
MDL-32018 mod_wiki: Fixed up whitespace after peer-review
2012-03-30 10:21:32 +13:00
Sam Hemelryk
2be11d5faf
MDL-32018 mod_wiki: Fixed formatting of the page title so that is is consistent and secure
2012-03-30 10:21:32 +13:00
Sam Hemelryk
d6105bc1e1
MDL-32018 mod_wiki: Improved form definitions to ensure they consistent and secure
2012-03-30 10:21:32 +13:00
Sam Hemelryk
7068811aa9
MDL-32264 theme_standard: Fixed multi-day calendar event border issue
2012-03-30 10:19:51 +13:00
Tim Hunt
2c92dc7bab
MDL-32039 qeupgradehelper: fix typos in the lang strings
2012-03-29 21:38:24 +01:00
Tim Hunt
0971dd7939
MDL-32201 question export: use qformat_xml::write_answer in base class
...
Without this, images in answers were not being written to the export
file for questions using extra_answer_fields.
2012-03-29 15:20:17 +01:00
David Mudrak
5e9050d1fb
MDL-32258 database module does not have any data_cron() function to execute
2012-03-29 16:02:54 +02:00
David Mudrak
d55cca19cf
MDL-32256 quiz_cron() now returns true as expected by the current API
2012-03-29 15:52:40 +02:00
Tim Hunt
0175c5efaa
MDL-32240 quiz editing: check permissions questions are added.
...
We also check permissions when removing questions from the quiz, so that
we do not let users make mistakes they cannot immediately undo.
Conflicts:
mod/quiz/editlib.php
2012-03-29 14:52:19 +01:00
Tim Hunt
29e247e44e
MDL-32239 question bank: wrong cap checks editing/viewing quesitions
...
None of these problems affect the default roles. They only occur when
the permissions have been edited to allow restricted subsets of the
question capabilities.
In some cases, things that the restriced subset of capabilities should
have allowed were blocked by errors. In other cases, users were allowed
to do more than they should bave been due to failures to check the
right capabilities in the right places.
For full details, see the bug report.
Two of the bugs were previously reported separately as MDL-26395 and
MDL-27232.
2012-03-29 14:34:09 +01:00
Tim Hunt
112bbb8ff4
MDL-32246 question export: should cope with unrecognised qtypes.
...
If a question is of an unrecognised type, then we just omit it from the export.
2012-03-29 14:09:19 +01:00
Tim Hunt
e4a8f90479
MDL-32220 question import: files sometimes stored in the wrong context.
...
Sadly, this involves a small API change, but I don't believe anyone was
using the argument I had to remove (because we were sometimes passing a
wrong value, and there is not way to compute the right value at that
point in the code.)
Also sadly, the code to compute the context we are importing into is now
rather spaghetti-like, but it works.
Conflicts:
question/format/examview/format.php
question/format/learnwise/format.php
question/format/webct/format.php
2012-03-29 14:08:52 +01:00
Eloy Lafuente (stronk7)
58db57ad53
weekly release 2.2.2+
2012-03-29 13:25:05 +02:00
Eloy Lafuente (stronk7)
cf6b626f39
Merge branch 'install_22_STABLE' of git://github.com/amosbot/moodle into MOODLE_22_STABLE
2012-03-29 13:20:12 +02:00
Dan Poltawski
bddec3c1d6
Revert "MDL-31914 Ensure that completion criteria are deleted when removing a course module"
...
This reverts commit 3bf0bb64fd
.
2012-03-29 15:58:08 +08:00
AMOS bot
340691baab
Automatically generated installer lang files
2012-03-29 00:31:47 +00:00
Marina Glancy
67ace38c82
MDL-31789: Allowing context object to be passed to JS using json_encode()
...
Classes with magic properties such as context do not pass through json_encode().
The solution is to implement iterator in such classes and convert what we
feed to json_encode to array using 'foreach' before we pass it to json_encode():
- class context implements IteratorAggregate
- added function convert_to_array() that converts anything to array
- before calling json_encode we convert the argument to array
2012-03-28 11:43:46 +08:00
M Kassaei
4bc0b067b6
MDL-32214 quiz regrading: with many attempts, PHP runs out of memory
2012-03-27 16:15:25 +01:00
Dan Poltawski
9d0610f0f3
MDL-31775 lesson: fix undefined variable warnings
2012-03-27 20:02:48 +08:00
Andrew Robert Nicols
3bf0bb64fd
MDL-31914 Ensure that completion criteria are deleted when removing a course module
...
Conflicts:
lib/db/upgrade.php
version.php
2012-03-27 10:28:38 +02:00
Dan Poltawski
59fccfb0cf
Merge branch 'MDL-32028_m22' of git://github.com/nebgor/moodle into MOODLE_22_STABLE
2012-03-27 14:47:44 +08:00
Aparup Banerjee
0161e20b65
Merge branch 'wip-MDL-32106-MOODLE_22_STABLE' of git://github.com/marinaglancy/moodle into MOODLE_22_STABLE
2012-03-27 10:10:19 +08:00
Tim Lock
da496c52f8
MDL-31869: Searching for users in messaging with multiple roles generates a warning
2012-03-27 10:00:29 +08:00
Sam Hemelryk
ec202ddbba
Merge branch 'MDL-22510-m22' of git://github.com/ankitagarwal/moodle into MOODLE_22_STABLE
2012-03-27 11:03:08 +13:00
Sam Hemelryk
015c334a73
Merge branch 'm22_MDL-32147' of git://github.com/danmarsden/moodle into MOODLE_22_STABLE
2012-03-27 09:51:28 +13:00
Dan Poltawski
e0f6644dc0
Merge branch 'MDL-31775_m22' of git://github.com/rwijaya/moodle into MOODLE_22_STABLE
2012-03-26 14:41:46 +08:00
Dan Poltawski
26420be610
Merge branch 'MDL-32172_m22' of git://github.com/rwijaya/moodle into MOODLE_22_STABLE
2012-03-26 12:22:57 +08:00
Dan Poltawski
4270267ee9
Merge branch 'm22_MDL-31856_choice_responses_inconsistently_displayed' of git://github.com/kanikagoyal/moodle into MOODLE_22_STABLE
2012-03-26 12:11:18 +08:00
Dan Poltawski
55878aa09b
Merge branch 'MDL-27710_m22' of git://github.com/rwijaya/moodle into MOODLE_22_STABLE
2012-03-26 11:27:38 +08:00
Marina Glancy
e30281eed5
MDL-32106: fixed JS bug - when html element did not exist the script stopped
2012-03-26 10:48:08 +08:00
Ankit Agarwal
d06b2e0c89
MDL-22510 libraries: Set wantsurl only when $setwantsurltome is set in
...
require_login
2012-03-26 08:56:17 +08:00
Iurii Kucherov
071746fb4a
MDL-31513 rename 'Edit service' to 'Save changes'
2012-03-26 12:12:08 +13:00
Andrew Robert Nicols
07435fc117
MDL-32142 Add missing langstring for section backups
2012-03-26 12:01:50 +13:00
Sam Hemelryk
2733a8c4d5
Merge branch 'wip-mdl-29331-m22' of git://github.com/rajeshtaneja/moodle into MOODLE_22_STABLE
2012-03-26 11:57:29 +13:00
Rajesh Taneja
ea496d1a00
MDL-31903 course: Title on highlight and hide icon should be only added in ie
2012-03-26 11:45:58 +13:00
Rajesh Taneja
f6fd27e70a
MDL-31903 course: Highlight icon will get iniatlised properly
2012-03-26 11:45:58 +13:00
Rajesh Taneja
e06bc8c074
MDL-31903 course: update patch to fix course highlight icon and title toggle
2012-03-26 11:45:58 +13:00
Juho Viitasalo
46424df47a
MDL-31903 course: Fixed course highlight icon and title toggle
2012-03-26 11:45:58 +13:00
Sam Hemelryk
abdbeec6bb
Merge branch 'MDL-29400' of git://github.com/danpoltawski/moodle into MOODLE_22_STABLE
2012-03-26 11:19:27 +13:00
Ruslan Kabalin
772c720527
MDL-32026 messaging: Fix non-existing variable in the error output
2012-03-26 11:14:12 +13:00