sam marshall
914027baf8
MDL-44725 Availability: Replace groupmembersonly - glossary (8)
...
No change to actual module, only unit tests.
2014-09-02 13:03:21 +01:00
sam marshall
f9103882dc
MDL-44725 Availability: Add utility API to make unit testing easier (7)
...
Previously there was no way in PHP to create the JSON values used for
availability, except by manually hard-coding them (the main code to
do this normally is in JavaScript).
This makes unit tests hard to read, so I have implemented static
functions tree::get_root_json and tree::get_nested_json which allow
for easier-to-read unit tests.
2014-09-02 13:03:19 +01:00
sam marshall
9c85baa8c5
MDL-44725 Availability: Replace groupmembersonly - FEATURE_xx (6)
...
Remove old FEATURE_GROUPMEMBERSONLY as no longer required.
2014-09-02 13:03:17 +01:00
sam marshall
48c79eb3e9
MDL-44725 Availability: Replace groupmembersonly - login (5)
...
Remove groupmembersonly option from require_login.
NOTE: This code, and another branch (both related to login when
accessing activities on the site course), are not actually
necessary because there is code above which already checks
$cm->uservisible.
NOTE: You can see this change more simply by doing
git diff --ignore-space-change; indent was altered.
2014-09-02 13:03:15 +01:00
sam marshall
4717a5fca6
MDL-44725 Availability: Replace groupmembersonly - forms (4)
...
Remove groupmembersonly option from module editing forms.
2014-09-02 13:03:13 +01:00
sam marshall
dea081af23
MDL-44725 Availability: Replace groupmembersonly - backup (3)
...
Change backup and restore to not include the field, and to cope
correctly with 2.6 (and before) and 2.7 backups.
2014-09-02 13:03:11 +01:00
sam marshall
3d962d49cb
MDL-44725 Availability: Replace groupmembersonly - core_availability (2)
...
Remove groupmembersonly usage in the core_availability API, and change
the update code (used in backup) so that it considers groupmembersonly
when restoring old backups.
2014-09-02 13:03:09 +01:00
sam marshall
061e6b2864
MDL-44725 Availability: Replace groupmembersonly - upgrade, core (1)
...
* Upgrades existing data so that the groupmembersonly option is
replaced with equivalent data for the new availability API.
* Removes the database field and admin setting used for
groupmembersonly.
* Changes core modinfo library to remove/deprecate groupmembersonly
data and functions.
* Changes other core library files to remove groupmembersonly
references.
Includes deprecation of several functions, listed in lib/upgrade.txt.
2014-09-02 13:03:07 +01:00
Damyon Wiese
5474b8bfbb
Merge branch 'wip-MDL-47052-master' of git://github.com/marinaglancy/moodle
2014-09-02 15:30:07 +08:00
Marina Glancy
66aee2c201
MDL-47052 report_participation: fixed bug when filtering by first letter
2014-09-02 15:00:41 +08:00
Michael de Raadt
8f2e80600b
MDL-46619 Forum: link to the discussion only if users cannot see posts.
2014-09-02 10:06:35 +08:00
Michael de Raadt
b53b69c134
MDL-46619 Forum: only output last poster's name if user can view it.
2014-09-02 10:06:23 +08:00
Marina Glancy
d0143e0061
Merge branch 'MDL-45952_master2' of git://github.com/Syxton/moodle
2014-09-02 09:58:24 +08:00
Eloy Lafuente (stronk7)
f9f715de75
Merge branch 'MDL-46633' of https://github.com/shashirepo/moodle
2014-09-02 02:12:14 +02:00
Eloy Lafuente (stronk7)
8e12ce67da
Merge branch 'MDL-46979' of git://github.com/timhunt/moodle
2014-09-02 01:48:41 +02:00
Eloy Lafuente (stronk7)
a46d0e11c0
Merge branch 'MDL-45909_install_master' of https://github.com/nadavkav/moodle
2014-09-02 01:46:09 +02:00
Eloy Lafuente (stronk7)
f034d6d113
Merge branch 'MDL-43639_updatePassEveryLogin' of https://github.com/moodlerooms/moodle
2014-09-02 01:07:36 +02:00
Damyon Wiese
2dbbc58dad
Merge branch 'MDL-46852-master' of git://github.com/FMCorz/moodle
2014-09-01 16:16:08 +08:00
Damyon Wiese
37b0059539
Merge branch 'wip-MDL-46540-master' of git://github.com/marinaglancy/moodle
2014-09-01 16:08:19 +08:00
Marina Glancy
6bb1f0bf4c
MDL-46540 stats: missing include file
...
Thanks to Vadim Dvorovenko for finding a bug and providing a solution
2014-09-18 03:40:54 +08:00
Marina Glancy
d0a9fa02e4
Merge branch 'MDL-46861' of https://github.com/Lightwork-Marking/moodle
2014-09-01 16:06:22 +08:00
Marina Glancy
7dc74ce75f
Merge branch 'MDL-46451_restoreError' of git://github.com/moodlerooms/moodle
2014-09-01 16:05:51 +08:00
Damyon Wiese
49025fdda7
Merge branch 'MDL-46902_master' of git://github.com/markn86/moodle
2014-09-01 15:53:44 +08:00
Damyon Wiese
c8336b9733
Merge branch 'MDL-46911' of https://github.com/bostelm/moodle
2014-09-01 15:42:01 +08:00
Damyon Wiese
caffd84d44
Merge branch 'm28_MDL-46985_7ZIP_RAR_MIME_types_missing' of https://github.com/scara/moodle
2014-09-01 15:33:54 +08:00
Damyon Wiese
e0e23395dd
Merge branch 'master_MDL-46961' of https://github.com/danmarsden/moodle
2014-09-01 15:27:41 +08:00
Damyon Wiese
aac31be316
Merge branch 'wip-mdl-46670' of https://github.com/rajeshtaneja/moodle
2014-09-01 15:22:16 +08:00
Damyon Wiese
0908474990
Merge branch 'MDL-45818_master' of git://github.com/markn86/moodle
2014-09-01 15:15:24 +08:00
Marina Glancy
181435d483
Merge branch 'master_MDL-46639' of git://github.com/danmarsden/moodle
2014-09-01 14:36:09 +08:00
Marina Glancy
c1780a3d0b
Merge branch 'MDL-46539-fix-28' of https://github.com/jmarthaler/moodle
2014-09-01 14:36:04 +08:00
Frederic Massart
5fbebc3c18
MDL-46852 mod_lesson: More accurate comparison of shortanswer answers
2014-09-01 14:24:23 +08:00
Damyon Wiese
e698e24f1a
Merge branch 'wip-MDL-39233-master' of git://github.com/marinaglancy/moodle
2014-09-01 13:35:50 +08:00
Damyon Wiese
37728346fb
MDL-46619 Forum: whitespace fixes
2014-09-01 11:34:41 +08:00
Damyon Wiese
89a1fbe5ff
Merge branch 'MDL-46619-visisble-authors-qanda' of https://github.com/amandadoughty/moodle
2014-09-01 11:00:07 +08:00
Dan Marsden
7383195cc7
MDL-46737 SCORM: correct dml syntax.
2014-09-01 10:54:59 +08:00
Rajesh Taneja
9e4e87b434
MDL-46670 report_participation: Look for records in legacy and current
...
Priority log store will have current information, so
make sure to get information and aggregate that with
legacy data
2014-09-01 10:24:01 +08:00
Matteo Scaramuccia
cfa5bd1f3f
MDL-46985 Added 7-Zip and RAR MIME types.
2014-08-31 22:33:28 +02:00
Mark Nelson
cbfd685a7e
MDL-45818 core_message: use system context if user no longer exists
2014-08-29 16:19:35 -07:00
Mark Nelson
2f6a0e5f70
MDL-46902 core_theme: described changes in theme/upgrade.txt
2014-08-29 14:27:07 -07:00
Mark Nelson
09fef88c64
MDL-46902 core_course: display meaningful message when no courses found
2014-08-29 14:15:31 -07:00
zbdd
7d908d3365
MDL-37312 backup: Keep course idnumber on same site course restore
...
When the course idnumber is set during a same site course restore,
retain the course idnumber if there are no duplicates.
2014-08-29 07:15:03 +00:00
Paul Charsley
352f3f4797
MDL-46861 added missing required field areaname
2014-08-29 09:42:54 +12:00
Nadav Kavalerchik
dc942aae23
MDL-45909 install/css: Left align input form fields on Install pages, in RTL mode
2014-08-28 22:56:43 +03:00
Tim Hunt
5ff815508f
MDL-46979 backup: remove duplicate string.
...
Thanks to Matt Sammarco for spotting this.
2014-08-28 20:45:52 +01:00
Syxton
829d4e3d41
MDL-45952 feedback: non-respondents in groupings
...
Fixes feedback non-respondents list to show only members in groups in
the selected grouping if "Available for group members only" is selected.
2014-08-28 15:37:38 -04:00
Eloy Lafuente (stronk7)
1446e02f69
weekly release 2.8dev
2014-08-28 19:11:58 +02:00
Eloy Lafuente (stronk7)
4678d1a9b3
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
2014-08-28 19:11:47 +02:00
shashirepo
b12c3878a7
MDL-46633 chat: Chat send button gets stuck
2014-08-28 14:45:59 +05:30
Frederic Massart
a2bf889706
MDL-46191 gradereport_history: Missing filename when downloading data
2014-08-28 11:21:40 +08:00
Jon Marthaler
abd0f0aec6
MDL-46539 assign calendar: Fix lastcron value for assign cron
2014-08-27 11:17:28 -05:00