moodle.git
8 years agoMoodle release 2.7 v2.7.0
Eloy Lafuente (stronk7) [Sat, 10 May 2014 16:35:21 +0000 (18:35 +0200)]
Moodle release 2.7

8 years agoAutomatically generated installer lang files
AMOS bot [Sat, 10 May 2014 00:46:32 +0000 (00:46 +0000)]
Automatically generated installer lang files

8 years agoon-demand release 2.7rc2+
Damyon Wiese [Fri, 9 May 2014 03:07:26 +0000 (11:07 +0800)]
on-demand release 2.7rc2+

8 years agoMerge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
Damyon Wiese [Fri, 9 May 2014 03:07:10 +0000 (11:07 +0800)]
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install

8 years agoMDL-45486 Bump all versions to planned release
Marina Glancy [Fri, 9 May 2014 02:35:04 +0000 (10:35 +0800)]
MDL-45486 Bump all versions to planned release

8 years agoMerge branch 'MDL-45486' of git://github.com/stronk7/moodle
Dan Poltawski [Fri, 9 May 2014 02:50:26 +0000 (10:50 +0800)]
Merge branch 'MDL-45486' of git://github.com/stronk7/moodle

8 years agoMDL-45296 mod_assign: Revert changes to lock_submission and unlock_submission events
John Okely [Fri, 9 May 2014 01:51:20 +0000 (09:51 +0800)]
MDL-45296 mod_assign: Revert changes to lock_submission and unlock_submission events

8 years agoAutomatically generated installer lang files
AMOS bot [Fri, 9 May 2014 00:40:45 +0000 (00:40 +0000)]
Automatically generated installer lang files

8 years agoMDL-45486 Bump all versions to planned release
Eloy Lafuente (stronk7) [Fri, 9 May 2014 00:12:28 +0000 (02:12 +0200)]
MDL-45486 Bump all versions to planned release

This bumps all versions to planned 2.7 release
(2014051200) version and all the dependencies to
current 2.7rc2 (2014050800)

8 years agoMDL-45296 tests: ensure all submissions exist v2.7.0-rc2
Eloy Lafuente (stronk7) [Thu, 8 May 2014 17:47:47 +0000 (19:47 +0200)]
MDL-45296 tests: ensure all submissions exist

The changes performed with the change from
create_from_user() to create_from_submission()
in practice enforce a new restriction about
submissions having to exist in order to fire
their lock/unlock events.

This did not exist before the change and, also,
it seems that the assign api itself, submission->lock() ...
also accepts non existing submissions.

So I was not 100% sure about how to fix these events:

1) enforcing submission to exist.
2) firing them only if the submission exist.

I've gone with 1) for now, making tests to pass. But will
raise the question in the Tracker, just in case we have
to move to the 2) approach for any reason.

8 years agoMDL-45296 tests: Fix unit tests to have objectid
Eloy Lafuente (stronk7) [Thu, 8 May 2014 15:50:11 +0000 (17:50 +0200)]
MDL-45296 tests: Fix unit tests to have objectid

In order to create the needed subscriptions to
make the event tests reliable a subscriptions
generator has been added. It performs raw-sql
subscriptions because by using the forum API
events would be fired (and that's something
we don't want to happen).

8 years agoMoodle release 2.7rc2
Eloy Lafuente (stronk7) [Thu, 8 May 2014 14:36:41 +0000 (16:36 +0200)]
Moodle release 2.7rc2

8 years agoMerge branch 'MDL-45296' of git://github.com/stronk7/moodle
Eloy Lafuente (stronk7) [Thu, 8 May 2014 13:58:46 +0000 (15:58 +0200)]
Merge branch 'MDL-45296' of git://github.com/stronk7/moodle

8 years agoMDL-45296 phpdoc: add some missing params
Eloy Lafuente (stronk7) [Thu, 8 May 2014 13:42:54 +0000 (15:42 +0200)]
MDL-45296 phpdoc: add some missing params

8 years agoMDL-45296 events: Fix objecttable and ids
John Okely [Tue, 6 May 2014 02:11:58 +0000 (10:11 +0800)]
MDL-45296 events: Fix objecttable and ids

Various events had them incorrectly set or missing:
  - submission_locked
  - submission_unlocked
  - subscription_created
  - subscription_deleted

8 years agoMerge branch 'MDL-45462-master' of git://github.com/FMCorz/moodle
Marina Glancy [Thu, 8 May 2014 11:50:13 +0000 (19:50 +0800)]
Merge branch 'MDL-45462-master' of git://github.com/FMCorz/moodle

8 years agoMerge branch 'MDL-45443-master' of git://github.com/FMCorz/moodle
Eloy Lafuente (stronk7) [Thu, 8 May 2014 10:52:54 +0000 (12:52 +0200)]
Merge branch 'MDL-45443-master' of git://github.com/FMCorz/moodle

8 years agoMerge branch 'MDL-45444-master' of git://github.com/andrewnicols/moodle
Eloy Lafuente (stronk7) [Thu, 8 May 2014 10:40:27 +0000 (12:40 +0200)]
Merge branch 'MDL-45444-master' of git://github.com/andrewnicols/moodle

8 years agoMerge branch 'wip-mdl-44262' of https://github.com/rajeshtaneja/moodle
Eloy Lafuente (stronk7) [Thu, 8 May 2014 10:00:33 +0000 (12:00 +0200)]
Merge branch 'wip-mdl-44262' of https://github.com/rajeshtaneja/moodle

Conflicts:
composer.json

8 years agoMDL-44262 Behat: Bump behat version to get format fix
Rajesh Taneja [Thu, 8 May 2014 09:46:50 +0000 (17:46 +0800)]
MDL-44262 Behat: Bump behat version to get format fix

8 years agoMDL-45443 theme_base: Missing closing bracket ruining the CSS
Frederic Massart [Thu, 8 May 2014 09:37:37 +0000 (17:37 +0800)]
MDL-45443 theme_base: Missing closing bracket ruining the CSS

8 years agoMerge branch 'wip-mdl-45461' of https://github.com/rajeshtaneja/moodle
Eloy Lafuente (stronk7) [Thu, 8 May 2014 09:31:54 +0000 (11:31 +0200)]
Merge branch 'wip-mdl-45461' of https://github.com/rajeshtaneja/moodle

8 years agoMerge branch 'MDL-45373-master' of git://github.com/jamiepratt/moodle
Marina Glancy [Thu, 8 May 2014 07:41:20 +0000 (15:41 +0800)]
Merge branch 'MDL-45373-master' of git://github.com/jamiepratt/moodle

8 years agoMDL-45332 repository_url: URL parameter is using PARAM_URL
Frederic Massart [Thu, 8 May 2014 07:05:05 +0000 (15:05 +0800)]
MDL-45332 repository_url: URL parameter is using PARAM_URL

8 years agoMDL-45444 editor_atto: Fix vertical alignment of editor buttons
Andrew Nicols [Wed, 7 May 2014 06:20:19 +0000 (14:20 +0800)]
MDL-45444 editor_atto: Fix vertical alignment of editor buttons

8 years agoMDL-45414 wiki: blank image for page index icons
Marina Glancy [Wed, 7 May 2014 07:39:36 +0000 (15:39 +0800)]
MDL-45414 wiki: blank image for page index icons

8 years agoMerge branch 'MDL-44630_CC_Changes' of git://github.com/moodlerooms/moodle
Marina Glancy [Thu, 8 May 2014 04:05:20 +0000 (12:05 +0800)]
Merge branch 'MDL-44630_CC_Changes' of git://github.com/moodlerooms/moodle

8 years agoMerge branch 'MDL-45398-master' of git://github.com/sammarshallou/moodle
Marina Glancy [Thu, 8 May 2014 04:04:53 +0000 (12:04 +0800)]
Merge branch 'MDL-45398-master' of git://github.com/sammarshallou/moodle

8 years agoMDL-45462 flickr: Requests are now done over HTTPS
Frederic Massart [Thu, 8 May 2014 03:27:36 +0000 (11:27 +0800)]
MDL-45462 flickr: Requests are now done over HTTPS

8 years agoMerge branch 'MDL-45425-master' of git://github.com/andrewnicols/moodle
Dan Poltawski [Thu, 8 May 2014 03:05:20 +0000 (11:05 +0800)]
Merge branch 'MDL-45425-master' of git://github.com/andrewnicols/moodle

8 years agoMDL-43312 tinymce: bump plugin version
Dan Poltawski [Thu, 8 May 2014 02:09:39 +0000 (10:09 +0800)]
MDL-43312 tinymce: bump plugin version

8 years agoMerge branch 'MDL-43312-master' of git://github.com/damyon/moodle
Dan Poltawski [Thu, 8 May 2014 02:51:51 +0000 (10:51 +0800)]
Merge branch 'MDL-43312-master' of git://github.com/damyon/moodle

8 years agoMDL-45461 behat: Added custom hack notice for chrome+safari+ie
Rajesh Taneja [Thu, 8 May 2014 02:10:28 +0000 (10:10 +0800)]
MDL-45461 behat: Added custom hack notice for chrome+safari+ie

8 years agoMerge branch '45457-27' of git://github.com/samhemelryk/moodle
Eloy Lafuente (stronk7) [Wed, 7 May 2014 21:54:36 +0000 (23:54 +0200)]
Merge branch '45457-27' of git://github.com/samhemelryk/moodle

8 years agoMDL-45457 phpdoc: fixed up a couple of @package typos
Sam Hemelryk [Wed, 7 May 2014 20:14:10 +0000 (08:14 +1200)]
MDL-45457 phpdoc: fixed up a couple of @package typos

8 years agoMDL-44630: Fixing PHP foreach warnings
Mark Nielsen [Wed, 7 May 2014 19:38:32 +0000 (12:38 -0700)]
MDL-44630: Fixing PHP foreach warnings

8 years agoMerge branch 'MDL-45449-master' of https://github.com/sammarshallou/moodle
Eloy Lafuente (stronk7) [Wed, 7 May 2014 17:58:52 +0000 (19:58 +0200)]
Merge branch 'MDL-45449-master' of https://github.com/sammarshallou/moodle

8 years agoMDL-45449 Availabillity settings - new visible/hidden control (eye icon) is hard...
sam marshall [Wed, 7 May 2014 15:35:23 +0000 (16:35 +0100)]
MDL-45449 Availabillity settings - new visible/hidden control (eye icon) is hard to spot

This change makes it use a larger icon.

8 years agoMerge branch '45231-27-3' of git://github.com/samhemelryk/moodle
Eloy Lafuente (stronk7) [Wed, 7 May 2014 13:50:15 +0000 (15:50 +0200)]
Merge branch '45231-27-3' of git://github.com/samhemelryk/moodle

8 years agoMerge branch 'wip-MDL-45319-master' of git://github.com/marinaglancy/moodle
Dan Poltawski [Wed, 7 May 2014 09:51:31 +0000 (17:51 +0800)]
Merge branch 'wip-MDL-45319-master' of git://github.com/marinaglancy/moodle

8 years agoMDL-45398 Manage availability restrictions: Show/hide not working
sam marshall [Fri, 2 May 2014 17:42:59 +0000 (18:42 +0100)]
MDL-45398 Manage availability restrictions: Show/hide not working

The show/hide icons were not working correctly. In addition, the
report still displayed even when availability feature was turned
off.

As well as fixing them, I added a Behat test to cover this report.

8 years agoMerge branch 'MDL-45282_message' of git://github.com/andyjdavis/moodle
Marina Glancy [Wed, 7 May 2014 08:52:11 +0000 (16:52 +0800)]
Merge branch 'MDL-45282_message' of git://github.com/andyjdavis/moodle

8 years agoMerge branch 'MDL-45410-en_fix' of git://github.com/mudrd8mz/moodle
Dan Poltawski [Wed, 7 May 2014 08:38:00 +0000 (16:38 +0800)]
Merge branch 'MDL-45410-en_fix' of git://github.com/mudrd8mz/moodle

8 years agoMDL-45319 events: added debugging messages for missing relateduserid value
Mark Nelson [Wed, 7 May 2014 06:32:14 +0000 (23:32 -0700)]
MDL-45319 events: added debugging messages for missing relateduserid value

8 years agoMDL-45319 events: set the relateduserid when triggering the user_created/updated...
Mark Nelson [Wed, 7 May 2014 05:50:51 +0000 (22:50 -0700)]
MDL-45319 events: set the relateduserid when triggering the user_created/updated/deleted events

8 years agoMDL-45319 events: trivial changes
Mark Nelson [Fri, 2 May 2014 23:39:40 +0000 (16:39 -0700)]
MDL-45319 events: trivial changes

8 years agoMDL-45126 do not allow guests see name and summary of hidden course
Marina Glancy [Wed, 16 Apr 2014 06:35:20 +0000 (14:35 +0800)]
MDL-45126 do not allow guests see name and summary of hidden course

8 years agoMDL-43119 Add valid until dates for tokens created by login/token.php
Juan Leyva [Wed, 7 May 2014 07:49:28 +0000 (15:49 +0800)]
MDL-43119 Add valid until dates for tokens created by login/token.php

3 months were decided

8 years agoMDL-45282 core_user: fixed up some oddities in the bulk user messaging screen
Andrew Davis [Sat, 26 Apr 2014 13:16:29 +0000 (21:16 +0800)]
MDL-45282 core_user: fixed up some oddities in the bulk user messaging screen

8 years agoMDL-45425 editor_atto: Check for change selections asynchronously
Andrew Nicols [Tue, 6 May 2014 04:49:47 +0000 (12:49 +0800)]
MDL-45425 editor_atto: Check for change selections asynchronously

8 years agoMDL-43877 blocks: Files from blocks in my/ were accessible to the world
Frederic Massart [Thu, 20 Mar 2014 08:14:03 +0000 (16:14 +0800)]
MDL-43877 blocks: Files from blocks in my/ were accessible to the world

8 years agoMerge branch 'MDL-44606-master' of http://github.com/damyon/moodle
Dan Poltawski [Wed, 7 May 2014 06:18:13 +0000 (14:18 +0800)]
Merge branch 'MDL-44606-master' of github.com/damyon/moodle

8 years agoMerge branch 'wip-MDL-45421-master' of git://github.com/abgreeve/moodle
Dan Poltawski [Wed, 7 May 2014 06:16:20 +0000 (14:16 +0800)]
Merge branch 'wip-MDL-45421-master' of git://github.com/abgreeve/moodle

8 years agoMDL-44606 assign: disable sesskey protection for unit test.
Damyon Wiese [Wed, 7 May 2014 06:06:08 +0000 (14:06 +0800)]
MDL-44606 assign: disable sesskey protection for unit test.

8 years agoMerge branch 'MDL-45290-master-fix' of https://github.com/jethac/moodle
Damyon Wiese [Wed, 7 May 2014 05:28:20 +0000 (13:28 +0800)]
Merge branch 'MDL-45290-master-fix' of https://github.com/jethac/moodle

8 years agoMerge branch 'MDL-45387-master' of git://github.com/jethac/moodle
Marina Glancy [Wed, 7 May 2014 05:06:30 +0000 (13:06 +0800)]
Merge branch 'MDL-45387-master' of git://github.com/jethac/moodle

8 years agoMerge branch 'MDL-45201-master' of git://github.com/ankitagarwal/moodle
Marina Glancy [Wed, 7 May 2014 05:06:17 +0000 (13:06 +0800)]
Merge branch 'MDL-45201-master' of git://github.com/ankitagarwal/moodle

8 years agoMDL-43312 TinyMCE: Version bump to 3.5.10. Remove all the hacks.
Damyon Wiese [Wed, 7 May 2014 04:31:11 +0000 (12:31 +0800)]
MDL-43312 TinyMCE: Version bump to 3.5.10. Remove all the hacks.

I retested the old bugs that required custom hacks to tinymce and could not reproduce them,
so I have not reimplemented the hacks.

8 years agoMDL-44606 Assign: Some grading functions are missing sesskey protection
Damyon Wiese [Thu, 13 Mar 2014 08:14:45 +0000 (16:14 +0800)]
MDL-44606 Assign: Some grading functions are missing sesskey protection

8 years agoMDL-45421 report_eventlist: Changed sorting of event name column to sort by event...
Adrian Greeve [Fri, 2 May 2014 07:25:16 +0000 (15:25 +0800)]
MDL-45421 report_eventlist: Changed sorting of event name column to sort by event name.

It was sorting by the full event path previous to this.

8 years agoMerge branch 'wip-MDL-45414-master' of git://github.com/marinaglancy/moodle
Dan Poltawski [Wed, 7 May 2014 04:05:17 +0000 (12:05 +0800)]
Merge branch 'wip-MDL-45414-master' of git://github.com/marinaglancy/moodle

8 years agoMerge branch 'wip-MDL-45429-master' of git://github.com/marinaglancy/moodle
Dan Poltawski [Wed, 7 May 2014 03:50:09 +0000 (11:50 +0800)]
Merge branch 'wip-MDL-45429-master' of git://github.com/marinaglancy/moodle

8 years agoMDL-45439 reports Don't send contextlevel to legacy logging.
Eric Merrill [Wed, 7 May 2014 01:43:32 +0000 (21:43 -0400)]
MDL-45439 reports Don't send contextlevel to legacy logging.

It doesn't support the column.

8 years agoMDL-45387 core_form: erroneous escaping on reference list
Jetha Chan [Wed, 7 May 2014 02:52:51 +0000 (10:52 +0800)]
MDL-45387 core_form: erroneous escaping on reference list

Fixed erroneous escaping in JS.

8 years agoMDL-45410 Merge English strings from the en_fix language pack
Helen Foster [Tue, 6 May 2014 22:16:51 +0000 (00:16 +0200)]
MDL-45410 Merge English strings from the en_fix language pack

8 years agoMDL-45231 theme_clean: navbar is absolute when running behat in IE
Sam Hemelryk [Tue, 6 May 2014 21:42:02 +0000 (09:42 +1200)]
MDL-45231 theme_clean: navbar is absolute when running behat in IE

8 years agoMDL-44630: Fix CC backup of quizzes
Mark Nielsen [Tue, 6 May 2014 21:00:13 +0000 (14:00 -0700)]
MDL-44630: Fix CC backup of quizzes

The common cartridge backup was skipping
quizzes because the <questions> element
is no longer in the Moodle backup file.
Instead, now reading from the list of
<question_instances> list.

8 years agoon-demand release 2.7rc1+
Eloy Lafuente (stronk7) [Tue, 6 May 2014 13:57:48 +0000 (15:57 +0200)]
on-demand release 2.7rc1+

8 years agoMDL-45357 events: unittest correction, event description change
Marina Glancy [Tue, 6 May 2014 09:13:37 +0000 (17:13 +0800)]
MDL-45357 events: unittest correction, event description change

8 years agoMDL-45290 rubrics: overflow, delete button alignment
Jetha Chan [Tue, 6 May 2014 07:49:30 +0000 (15:49 +0800)]
MDL-45290 rubrics: overflow, delete button alignment

Adjusted delete button alignment, restored overflow rule, amended button alignment, minor RTL fixes.

8 years agoMDL-45357 events: Remove unnecessary the before 'id' in event descriptions
Andrew Nicols [Tue, 6 May 2014 07:13:10 +0000 (15:13 +0800)]
MDL-45357 events: Remove unnecessary the before 'id' in event descriptions

8 years agoMDL-45357 events: Normalise event description names
Andrew Nicols [Tue, 6 May 2014 06:57:42 +0000 (14:57 +0800)]
MDL-45357 events: Normalise event description names

8 years agoMDL-45357 events: Improve clarity of allow role change descriptions
Andrew Nicols [Tue, 6 May 2014 06:32:06 +0000 (14:32 +0800)]
MDL-45357 events: Improve clarity of allow role change descriptions

8 years agoMDL-45357 events: removed unnecessary verb from description
Mark Nelson [Tue, 6 May 2014 04:47:24 +0000 (21:47 -0700)]
MDL-45357 events: removed unnecessary verb from description

8 years agoMDL-45338 editor_atto: Correct gesturemoveend listening
Andrew Nicols [Tue, 6 May 2014 08:09:54 +0000 (16:09 +0800)]
MDL-45338 editor_atto: Correct gesturemoveend listening

Delegate gesturemoveend rather than listen to ensure adequate event filters
and that we apply to only the correct editor.

8 years agoMDL-45429 block_glossary_random: check capability before suggesting to edit
Marina Glancy [Tue, 6 May 2014 08:05:20 +0000 (16:05 +0800)]
MDL-45429 block_glossary_random: check capability before suggesting to edit

8 years agoMDL-45373 quiz response analysis : count all tries at question
James Pratt [Tue, 6 May 2014 05:26:02 +0000 (12:26 +0700)]
MDL-45373 quiz response analysis : count all tries at question

don't filter repeated tries.

8 years agoMerge branch 'MDL-45409-master' of git://github.com/ankitagarwal/moodle
Marina Glancy [Tue, 6 May 2014 04:19:58 +0000 (12:19 +0800)]
Merge branch 'MDL-45409-master' of git://github.com/ankitagarwal/moodle

8 years agoMDL-45412 Cache: Mongo DB string change (older is less than)
Damyon Wiese [Tue, 6 May 2014 04:03:44 +0000 (12:03 +0800)]
MDL-45412 Cache: Mongo DB string change (older is less than)

8 years agoMDL-45412 Cache: Look for the newer classname first (mongo store)
Damyon Wiese [Tue, 6 May 2014 03:58:15 +0000 (11:58 +0800)]
MDL-45412 Cache: Look for the newer classname first (mongo store)

8 years agoMerge branch '45412-27' of git://github.com/samhemelryk/moodle
Damyon Wiese [Tue, 6 May 2014 04:03:19 +0000 (12:03 +0800)]
Merge branch '45412-27' of git://github.com/samhemelryk/moodle

8 years agoMerge branch 'MDL-45403-master' of git://github.com/FMCorz/moodle
Dan Poltawski [Tue, 6 May 2014 03:48:38 +0000 (11:48 +0800)]
Merge branch 'MDL-45403-master' of git://github.com/FMCorz/moodle

Conflicts:
lib/editor/atto/plugins/link/yui/build/moodle-atto_link-button/moodle-atto_link-button-min.js

8 years agoMerge branch 'MDL-45253-master' of git://github.com/FMCorz/moodle
Dan Poltawski [Tue, 6 May 2014 03:34:17 +0000 (11:34 +0800)]
Merge branch 'MDL-45253-master' of git://github.com/FMCorz/moodle

Conflicts:
lib/editor/atto/yui/build/moodle-editor_atto-editor/moodle-editor_atto-editor-min.js

8 years agoMDL-45414 wiki: fix broken image
Marina Glancy [Tue, 6 May 2014 03:28:48 +0000 (11:28 +0800)]
MDL-45414 wiki: fix broken image

8 years agoMerge branch 'MDL-45338-master' of git://github.com/andrewnicols/moodle
Dan Poltawski [Tue, 6 May 2014 03:27:41 +0000 (11:27 +0800)]
Merge branch 'MDL-45338-master' of git://github.com/andrewnicols/moodle

8 years agoMerge branch 'MDL-45290-master-fix' of http://github.com/jethac/moodle
Damyon Wiese [Tue, 6 May 2014 03:23:39 +0000 (11:23 +0800)]
Merge branch 'MDL-45290-master-fix' of github.com/jethac/moodle

8 years agoMerge branch 'MDL-45376-master' of https://github.com/sammarshallou/moodle
Dan Poltawski [Tue, 6 May 2014 03:16:32 +0000 (11:16 +0800)]
Merge branch 'MDL-45376-master' of https://github.com/sammarshallou/moodle

8 years agoMDL-45290 rubric: IE8 and minor fixes, RTL
Jetha Chan [Mon, 5 May 2014 06:41:43 +0000 (14:41 +0800)]
MDL-45290 rubric: IE8 and minor fixes, RTL

Added a fallback style for IE8, adjusted some minor styles, added RTL capability.

8 years agoMerge branch 'MDL-30106' of git://github.com/jleyva/moodle
Dan Poltawski [Tue, 6 May 2014 02:25:48 +0000 (10:25 +0800)]
Merge branch 'MDL-30106' of git://github.com/jleyva/moodle

8 years agoMerge branch 'MDL-42956-master' of git://github.com/lameze/moodle
Dan Poltawski [Tue, 6 May 2014 02:18:44 +0000 (10:18 +0800)]
Merge branch 'MDL-42956-master' of git://github.com/lameze/moodle

8 years agoMDL-45412 cachestore_mongodb: added notification of old Mongo version use
Sam Hemelryk [Mon, 5 May 2014 21:30:27 +0000 (09:30 +1200)]
MDL-45412 cachestore_mongodb: added notification of old Mongo version use

8 years agoMDL-45412 cachestore_mongodb: fixed use of deprecated Mongo class
Sam Hemelryk [Mon, 5 May 2014 21:29:45 +0000 (09:29 +1200)]
MDL-45412 cachestore_mongodb: fixed use of deprecated Mongo class

8 years agoMDL-30106 forum: get_posts WS fixes in data generator and def. values
Juan Leyva [Fri, 2 May 2014 09:38:17 +0000 (11:38 +0200)]
MDL-30106 forum: get_posts WS fixes in data generator and def. values

8 years agoMDL-30106 forum: Bump version number (upgrading service and installing new ws)
Juan Leyva [Fri, 2 May 2014 09:22:29 +0000 (11:22 +0200)]
MDL-30106 forum: Bump version number (upgrading service and installing new ws)

8 years agoMDL-30106 forum: New web service mod_forum_get_forum_discussion_posts
Juan Leyva [Tue, 4 Mar 2014 14:45:27 +0000 (15:45 +0100)]
MDL-30106 forum: New web service mod_forum_get_forum_discussion_posts

8 years agoMDL-45403 editor_atto: Change default for tagMarchRequiresAll to true
Frederic Massart [Mon, 5 May 2014 04:28:33 +0000 (12:28 +0800)]
MDL-45403 editor_atto: Change default for tagMarchRequiresAll to true

8 years agoMDL-45253 editor_atto: Async the highlighting of buttons
Frederic Massart [Fri, 2 May 2014 08:39:04 +0000 (16:39 +0800)]
MDL-45253 editor_atto: Async the highlighting of buttons

8 years agoMDL-45253 editor_atto: Check for button highlights on change event
Frederic Massart [Fri, 2 May 2014 03:45:11 +0000 (11:45 +0800)]
MDL-45253 editor_atto: Check for button highlights on change event

This will allow a button to be highlighted when a plugin has updated
the content, not only when the selection has changed.

8 years agoMDL-45253 editor_atto: Prevent selection of all nodes when selection is empty
Frederic Massart [Thu, 1 May 2014 09:38:39 +0000 (17:38 +0800)]
MDL-45253 editor_atto: Prevent selection of all nodes when selection is empty

8 years agoMDL-45253 editor_atto: selectionFilterMatches includes parents
Frederic Massart [Thu, 1 May 2014 08:37:23 +0000 (16:37 +0800)]
MDL-45253 editor_atto: selectionFilterMatches includes parents