Aparup Banerjee
a0b10b271f
Merge branch 'MDL-29854_b' of git://github.com/timhunt/moodle
2011-10-26 11:23:09 +08:00
Sam Hemelryk
462a064cf0
Merge branch 'MDL-29716' of git://github.com/mouneyrac/moodle
2011-10-26 10:21:35 +13:00
Tim Hunt
bed495578f
MDL-29854 questions: display better message and more useful continue
...
when an error occurs in the middle of processing responeses.
2011-10-25 14:49:57 +01:00
Jerome Mouneyrac
5b9735b949
MDL-29716 Make token more flexible to support third party client - also fix issue with some code not matching the way the server authenticate/authorize token, missing iprestriction/validuntil for restricted users (there are iprestriction/validiuntil on token and on restricted user). Also add missing check when the user is not listed in the authorised list.
2011-10-25 11:17:18 +08:00
Eloy Lafuente (stronk7)
dc83f5b006
Merge branch 'w42_MDL-28627_m22_kses' of git://github.com/skodak/moodle
2011-10-25 01:42:48 +02:00
Sam Hemelryk
2d94084463
Merge branch 'MDL-29825' of git://github.com/mouneyrac/moodle
2011-10-25 11:46:51 +13:00
David Mudrak
01609c9ad9
Merge remote branch 'origin/master' into rubric
...
Conflicts:
lib/db/upgrade.php
version.php
2011-10-24 22:13:01 +02:00
Aparup Banerjee
ef0aa7ba5c
MDL-29527 RSS : improved language string.
2011-10-24 15:50:58 +08:00
Aparup Banerjee
9809413bba
Merge branch 'MDL-29527' of git://git.luns.net.uk/moodle
2011-10-24 15:37:14 +08:00
Petr Skoda
73b309e6a3
MDL-28627 remove buggy and obsolete KSES cleaning
2011-10-22 09:25:06 +02:00
Jerome Mouneyrac
729ca37388
MDL-29825 better debug info when a ws client user misses a protocol capability
2011-10-21 15:11:38 +08:00
Tim Hunt
faadd32696
MDL-29474 prevent install/upgrade if plugin dependancies not met.
2011-10-20 11:13:41 +01:00
Tim Hunt
36ca62cab7
MDL-29474 display the dependancy information on the upgrade screen.
2011-10-20 11:13:33 +01:00
Dan Poltawski
636b4f9d2c
MDL-29527 - RSS: Add a description to the reset keys page
...
Thanks to Alexander Bias for the suggestion
2011-10-19 13:48:25 +01:00
David Mudrak
671ec8f50e
Form definitions can be removed now
2011-10-19 13:25:47 +02:00
David Mudrak
fde3380443
Saving a form as a public template
...
There is a new API method get_definition_copy() that is expected to
return the definition structure as if the form was written from scratch
via the editor. Such a prepared structure is passed to
a controller's update_definition() method in the new target area.
The same mechanism will be used for copying definitions from a shared
area to a normal gradable area.
2011-10-19 01:17:43 +02:00
David Mudrak
553af5fd6a
New capability to share and publish a form as a template
2011-10-18 14:55:25 +02:00
David Mudrak
6832a10264
Initial support for the grading management screen
...
The user is sent to the new grade/grading/manage.php screen when an
advanced grading method is set in the activity mod form or via the
settings block.
The screen is supposed to (1) let the user change the currently active
grading method, (2) open the editor for the selected method, (3) create
new form from a template (4) display a preview of the form.
2011-10-18 01:05:07 +02:00
Ruslan Kabalin
543009cba4
MDL-29695 cohorts: Add pagination and search to cohorts adminstartion page
2011-10-18 10:54:59 +13:00
Eloy Lafuente (stronk7)
a598a8d4b1
Merge branch 'MDL-29719-master' of git://github.com/sammarshallou/moodle
2011-10-17 12:05:05 +02:00
sam marshall
7fb4699266
MDL-29719 Option to display course shortname alongside fullname on course lists
2011-10-17 10:50:59 +01:00
Sam Hemelryk
d97505d2a3
Merge branch 'MDL-27242-master' of git://github.com/sammarshallou/moodle
2011-10-17 17:28:32 +13:00
Sam Hemelryk
92fe97f922
Merged branch 'MDL-29277' of git://github.com/mouneyrac/moodle.git with improvements
2011-10-17 13:18:30 +13:00
David Mudrak
8168299d7e
Improved integration into the settings block
2011-10-16 19:40:47 +02:00
David Mudrak
7ece4a0798
Merge branch 'rubric' of github.com:mudrd8mz/moodle into rubric
2011-10-13 22:45:30 +02:00
David Mudrak
20c207ab21
Merge branch 'master' into rubric
...
Conflicts:
lib/db/upgrade.php
2011-10-13 22:42:47 +02:00
sam marshall
2e98ae02ec
MDL-29768 debugstringids option did not do anything
2011-10-13 12:57:55 +01:00
sam marshall
6282381d05
MDL-27242 Conditional availability dates should support time as well as day
...
Change also adds minor feature to date-time selector so you can specify the time it uses as default when the value is 0 (disabled).
Credit: This feature was developed collaboratively by Charles Fulton, Neill Magill, and me.
2011-10-13 10:23:23 +01:00
Marina Glancy
6798c63e20
Added form element grading and integrated it with grading_controller
2011-10-12 15:01:53 +08:00
Aparup Banerjee
fc09870e0e
Merge branch 'wip-MDL-27058-master' of git://github.com/samhemelryk/moodle.git (solved conflict)
2011-10-11 13:37:34 +08:00
Andrew Robert Nicols
83cd9b163a
MDL-20306 Add course_category idnumber field
2011-10-10 23:54:30 +02:00
Sam Hemelryk
356a6de351
MDL-27058 navigation: Added a setting to control whether user forum links are added
2011-10-10 10:57:02 +13:00
David Mudrak
21d37aa623
MDL-29479 The draft of embedding the UI widgets into the page
...
The patch makes more sense when reviewed together with the parallel work
on gradingform_random (see MDL-29631) where the developed API is
actually tested.
2011-10-08 00:59:01 +02:00
David Mudrak
e8004aadc8
Merge remote branch 'origin/master' into rubric
...
Conflicts:
lib/db/install.xml
lib/db/upgrade.php
version.php
2011-10-07 22:01:38 +02:00
Jerome Mouneyrac
9360256937
MDL-29277 when validate externallib function parameters or return values, build the path to the error into the debuginfo. This patch also revert the exception to the original invalid_parameter_exception and invalid_response_exception
2011-10-07 16:06:19 +08:00
David Mudrak
9b8550f8d9
MDL-29479 Grading method plugins can extend module settings block
...
As a part of this, new class grading_controller is introduced and bunch
of smaller changes was done here and there.
2011-10-03 22:26:53 +02:00
David Mudrak
f25a5a32b8
MDL-29479 Introducing a new capability moodle/grade:managegradingforms
2011-10-03 22:26:52 +02:00
David Mudrak
091222581d
MDL-29479 Registered new plugin type "gradingform"
2011-09-29 18:36:00 +02:00
Ankit Kumar Agarwal
5eb1cec34f
MDL-19575 Global Search Adding capability checks to the search and stat pages
2011-09-29 08:52:29 +05:30
David Mudrak
4333580e80
MDL-29479 Added new core subsystem "grading"
2011-09-29 00:09:58 +02:00
Aparup Banerjee
59e2fd4523
Merge branch 'wip-mdl-29244' of git://github.com/rajeshtaneja/moodle
2011-09-27 13:22:14 +08:00
Rajesh Taneja
8295d44434
MDL-29244 Users: Fixed filter for selecting users who never logged in and course roles dropdown show all revelent roles
2011-09-27 12:30:16 +08:00
Aparup Banerjee
b11bf8b841
Merge branch 'w38_MDL-29510_m22_orglang' of git://github.com/skodak/moodle
2011-09-27 10:19:06 +08:00
Petr Skoda
3cdfaeeff9
MDL-29509 new admin tool manager UI
2011-09-27 00:39:21 +02:00
Petr Skoda
9597e00b79
MDL-29509 move timezoneimport to admin tools
...
AMOS BEGIN
MOV [configintrotimezones,core_admin],[configintrotimezones,tool_timezoneimport]
MOV [importtimezones,core_admin],[importtimezones,tool_timezoneimport]
MOV [importtimezonescount,core_admin],[importtimezonescount,tool_timezoneimport]
MOV [importtimezonesfailed,core_admin],[importtimezonesfailed,tool_timezoneimport]
MOV [updatetimezones,core_admin],[updatetimezones,tool_timezoneimport]
AMOS END
2011-09-27 00:39:20 +02:00
Petr Skoda
228ec7bba4
MDL-29510 remove moodle.org lang file
...
It is now maintained in a separate local plugin. Translators have to use AMOS already.
2011-09-25 09:32:49 +02:00
Sam Hemelryk
609ad0da5b
Merge branch 'MDL-26635' of git://github.com/mouneyrac/moodle
2011-09-21 17:52:53 +12:00
Jerome Mouneyrac
ccda013458
MDL-26635 Return a more explicit debuginfo message when the user can not access the web service function
2011-09-21 13:03:18 +08:00
Eloy Lafuente (stronk7)
0e89333992
Merge branch 'MDL-26567' of git://github.com/timhunt/moodle
2011-09-21 00:10:30 +02:00
Sam Hemelryk
4125bdc139
MDL-21676 user: Implemented support for Gravatar profile pictures
...
Big thanks to the developers who put effort into this improvement:
* Jonathan Robson <jonathan.robson@remote-learner.net>
* Jonathan Harker <jonathan@catalyst.net.nz>
2011-09-20 12:41:48 +02:00