Petr Škoda
2f8c69e199
MDL-35465 move duplicate check to cohort_add_member()
2012-09-16 21:32:27 +02:00
Petr Škoda
aad6e655f6
MDL-35465 fix cohort_get_cohorts() and add tests
2012-09-16 21:29:39 +02:00
Petr Škoda
a09ae434ef
MDL-35465 fix cohort_get_visible_list() and add tests
2012-09-16 21:07:53 +02:00
Petr Škoda
607fdf632d
MDL-35465 refactor cohort user selectors to locallib.php
...
It is recommended to keep lib.php files as small as possible and without extra includes.
2012-09-16 20:24:17 +02:00
Petr Škoda
4729332b15
MDL-35465 add basic cohort lib tests and generator
2012-09-16 20:23:19 +02:00
Petr Škoda
88a119bb48
MDL-35465 remove invalid sql_empty() Oracle hack
...
This affects only the partially supported Oracle database, all other databases were not affected by this.
2012-09-16 19:32:39 +02:00
Petr Škoda
5ddd9921fe
MDL-35063 add configurable action on manual enrolment expiration
2012-09-16 11:01:07 +02:00
Petr Škoda
90bd89651e
MDL-35062 add configurable action on self enrolment expiration
2012-09-16 10:57:57 +02:00
Petr Škoda
fcae4a0ce3
MDL-35460 add offline feedback from mod_assign to standard plugins
2012-09-16 09:35:04 +02:00
Petr Škoda
085bf0c9fb
MDL-35331 add description of invalid enrolment records in enrol_database sync
2012-09-15 14:24:01 +02:00
Petr Škoda
e58a797ce0
MDL-35355 use YUI3 in resource resizing code
2012-09-15 12:52:48 +02:00
Petr Škoda
cabc411215
MDL-35129 implement new export_table_recordset()
...
This is necessary because MySQL get_recordset_sql() stores the data in memory, unfortunately the alternative resultset iteration blocks concurrent access - that is why we need new method for export.
2012-09-15 11:29:33 +02:00
Petr Škoda
adc75629e4
MDL-35454 ignore invalid $custombytes in get_max_upload_sizes()
...
This fixes installation and phpunit init regression.
2012-09-15 11:13:04 +02:00
Petr Škoda
1025b58b44
MDL-35129 add missing recordset closing in db transfer
2012-09-14 23:54:16 +02:00
Itamar Tzadok
613921c6bf
MDL-32688 My Moodle - Fixed fatal error in guest access to My Moodle
2012-09-14 15:17:19 -04:00
Eloy Lafuente (stronk7)
c8ac480979
weekly release 2.4dev
2012-09-14 19:11:32 +02:00
Eloy Lafuente (stronk7)
0a0e7da565
Merge branch 'install_master' of git://git.moodle.cz/moodle-install
2012-09-14 19:03:06 +02:00
Charles Fulton
b4de35e632
MDL-28616 wiki: use class variable for toc header depth
2012-09-14 05:49:14 -07:00
Charles Fulton
2264828fd0
MDL-28616 wiki: html format toc rendering should match nwiki and creole
2012-09-14 05:49:14 -07:00
Michael Aherne
8d9abcf02d
MDL-35163 quiz Make quiz report options available to attempts form
2012-09-14 10:03:20 +01:00
Eloy Lafuente (stronk7)
bb96b9df18
Revert "MDL-34794: Add reset course feature in mod_assign (new assignment (2.3))"
...
This reverts commit 72429a10da
.
2012-09-14 10:48:07 +02:00
Eloy Lafuente (stronk7)
8be3eeecfe
Revert "MDL-34794 mod_assign: Fixed up style after integration"
...
This reverts commit 20b133e7a3
.
2012-09-14 10:47:04 +02:00
Eloy Lafuente (stronk7)
60cb1a5f70
Revert "MDL-32125 mod_forum: updating subscription mode not reflected"
...
This reverts commit bee9656ca9
.
2012-09-14 10:37:10 +02:00
Eloy Lafuente (stronk7)
464df58811
Revert "MDL-32125 mod_forum: updating subscription mode not reflected"
...
This reverts commit cf3b9054ba
.
2012-09-14 10:36:58 +02:00
Charles Fulton
39323c753d
MDL-35153 shibboleth: check for WAYFless URLs
2012-09-13 19:13:58 -07:00
Eloy Lafuente (stronk7)
9549090df0
MDL-27856 Fix incorrect instanceid assignment.
2012-09-14 01:52:04 +02:00
Eloy Lafuente (stronk7)
b01c955fef
Merge branch 'w37_MDL-27856_m24_cohortrestore' of git://github.com/skodak/moodle
2012-09-14 01:19:50 +02:00
Eloy Lafuente (stronk7)
2bc620b363
Merge branch 'w37_MDL-35071_m24_enrolrestore' of git://github.com/skodak/moodle
2012-09-14 01:08:49 +02:00
Tim Hunt
2c76c89422
MDL-35419 question manual grading: valdiation must handle 0,5
...
Yet another , as decimal separator issue!
To fix this nicely, I refactored some code into question_utils.
2012-09-13 16:33:15 +01:00
Simon Coggins
cf0387ff08
MDL-34644 SCORM fix completion when only completion on view is selected.
2012-09-13 14:38:36 +12:00
Damyon Wiese
49d83b9d96
MDL-35388: Change get_output to get_renderer to remove duplicated function
2012-09-13 10:06:09 +08:00
Damyon Wiese
fd637d38ac
Merge branch 'MDL-35388' of git://github.com/Lightwork-Marking/moodle into integration
...
Conflicts:
mod/assign/locallib.php
2012-09-13 10:03:40 +08:00
Paul Charsley
2cffef9f41
MDL-35388 modifications to allow php unit tests to be run
2012-09-13 13:44:05 +12:00
AMOS bot
ca53403554
Automatically generated installer lang files
2012-09-13 00:34:32 +00:00
Sam Hemelryk
36b76c1ff9
Merge branch 'master_MDL-32125_forum_subscription_change_reflected' of git://github.com/kanikagoyal/moodle
2012-09-13 11:25:47 +12:00
Sam Hemelryk
fd9a54c2e3
Merge branch 'wip-mdl-30667' of git://github.com/rajeshtaneja/moodle
2012-09-13 11:19:30 +12:00
Sam Hemelryk
4113e2951e
Merge branch 'MDL-29872_c' of git://github.com/rwijaya/moodle
2012-09-13 11:13:01 +12:00
Eloy Lafuente (stronk7)
7ec68510d9
Merge branch 'MDL-34082' of git://github.com/timhunt/moodle
2012-09-12 17:19:17 +02:00
Tim Hunt
e08eaf7da3
MDL-34082 course restrict modules: typo in MDL-19125 upgrade code.
2012-09-12 16:15:11 +01:00
Eloy Lafuente (stronk7)
7f34030583
Merge branch 'master_MDL-33755' of git://github.com/danmarsden/moodle
2012-09-12 12:17:04 +02:00
Dan Marsden
29b244545b
MDL-33755: SCORM fix spacing/coding guidelines
2012-09-12 20:19:44 +12:00
Dan Marsden
812bdaeb12
MDL-33755 SCORM: fix the way launch is triggered
...
fixes bug with the way it handles skipview set to first time.
2012-09-12 20:16:57 +12:00
Dan Marsden
410b7c9bcc
MDL-33755 SCORM: new quick function to check if a user has scorm data/tracks - better/quicker way to check as full track info isn't needed.
2012-09-12 19:53:56 +12:00
Dan Marsden
234415c4ea
MDL-33755 SCORM: use correct constants for skipview instead of magic numbers
2012-09-12 19:38:49 +12:00
Petr Škoda
2fbfdfd005
MDL-35071 fix plugins typo which was breaking roles restore for some plugins
...
Thanks Eloy for spotting this!
2012-09-12 08:56:44 +02:00
Aparup Banerjee
bf6d9e8c21
Merge branch 'MDL-35264_fix' of git://github.com/dmonllao/moodle
2012-09-12 14:47:50 +08:00
Aparup Banerjee
55fcd5678e
Merge branch 'MDL-34967' of git://github.com/mouneyrac/moodle
2012-09-12 14:26:34 +08:00
David Monllao
1fa2dfbcb6
MDL-35264 mod_chat Bigger frame for text input
2012-09-12 13:52:50 +08:00
Sam Hemelryk
37d3caac51
Merge branch 'MDL-34088' of git://github.com/raymondAntonio/moodle
2012-09-12 11:35:41 +12:00
Sam Hemelryk
4b7377847f
MDL-34568 mod_quiz: Fixed up whitespace issue
2012-09-12 11:20:35 +12:00