Petr Skoda
8619857d5f
MDL-29030 migrate progress report to new type
...
AMOS BEGIN
MOV [pluginname,coursereport_progress],[pluginname,report_progress]
MOV [pluginpagetype,coursereport_progress],[pluginpagetype,report_progress]
MOV [progress:view,coursereport_progress],[progress:view,report_progress]
AMOS END
2011-11-06 12:22:48 +01:00
Petr Skoda
13fdaaacc3
MDL-29030 migrate completion report to new report type
...
AMOS BEGIN
MOV [completion:view,coursereport_completion],[completion:view,report_completion]
MOV [completiondate,coursereport_completion],[completiondate,report_completion]
MOV [pluginpagetype,coursereport_completion],[pluginpagetype,report_completion]
MOV [pluginname,coursereport_completion],[pluginname,report_completion]
AMOS END
2011-11-06 12:22:47 +01:00
Petr Skoda
275cbac71a
MDL-29030 migrate outline report to new type
...
AMOS BEGIN
MOV [outline:view,coursereport_outline],[outline:view,report_outline]
MOV [pluginpagetype,coursereport_outline],[pluginpagetype,report_outline]
MOV [pluginname,coursereport_outline],[pluginname,report_outline]
AMOS END
2011-11-06 12:22:47 +01:00
Sam Hemelryk
9d9d8e17eb
Merge branch 'MDL-29902' of git://git.luns.net.uk/moodle
2011-10-25 13:10:43 +13:00
Dan Poltawski
e52a8ebdd2
MDL-29902: Course contacts display cleanup
...
This fixes warnings in course description when searching courses with
users assigned multiple display roles. It cleans up inconsistent behaviour
which I noticed whilst fixing the bug. Now course search and course listing
use the same logic to display users.
2011-10-24 15:52:35 +01:00
Jerome Mouneyrac
5d1017e11d
MDL-29106 new web service naming convention
2011-10-24 11:06:00 +08:00
Sam Hemelryk
7229f239f3
MDL-28945 course_reports: Fixed up pagination issue
2011-10-19 16:50:23 +13:00
sam marshall
f2b1537bd3
MDL-29719 Category page typo fix
2011-10-18 11:43:01 +02: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
Tony Levi
1f186372ea
MDL-28945: Fix course/activity completion reports initial selection broken
2011-10-13 17:00:52 +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
Aparup Banerjee
e6d80c1d3e
Merge branch 'wip-MDL-28582-master' of git://github.com/samhemelryk/moodle
2011-10-11 09:26:30 +08:00
Andrew Robert Nicols
83cd9b163a
MDL-20306 Add course_category idnumber field
2011-10-10 23:54:30 +02:00
Sam Hemelryk
5a1b6297c9
MDL-28582 course-report: Added a nothing to display notification to the outline and complete activity reports
2011-10-10 10:35:05 +13:00
Dan Poltawski
eea78ebc03
MDL-27295 Course Category View - Only display count when more than 0 courses
2011-09-30 11:59:58 +01:00
Petr Skoda
aff24313be
MDL-29401 introduce new frankenstyle PARAM types
...
New PARAM_COMPONENT, PARAM_AREA and PARAM_PLUGIN + fixing of hopefully all current incorrect parameter types. This should help with diagnosing of incorrectly named 3rd party plugins too.
2011-09-25 09:59:55 +02:00
Tim Hunt
71c4154a98
MDL-26567 no grade category option on the quiz settings form.
...
Also, refine the standard_grading_coursemodule_elements method to add a
help string.
AMOS BEGIN
CPY [gradecategory,grades],[gradecategoryonmodform,grades]
AMOS END
2011-09-20 11:10:34 +01:00
Sam Hemelryk
113b970e62
MDL-29188 course_formats Fixed up formatting of section name within navigation
2011-09-14 11:39:48 +12:00
Aparup Banerjee
d1e362405e
Merge branch MDL-29186-master of git://github.com/samhemelryk/moodle
...
- resolved conflicts, minor whitespace and fixed quote.
- note: textlib_get_instance() is already deprecated
2011-09-13 16:06:21 +08:00
Aparup Banerjee
7eae2c5ae2
Merge branch MDL-29187-master of git://github.com/samhemelryk/moodle
...
- resolved conflict.
2011-09-13 13:52:31 +08:00
Aparup Banerjee
f7dd6bda31
Merge branch 'wip-MDL-29188-master' of git://github.com/samhemelryk/moodle
2011-09-13 11:58:21 +08:00
Aparup Banerjee
5433da6064
Merge branch MDL-29189-master of git://github.com/samhemelryk/moodle
...
- resolved conflicts.
2011-09-13 11:39:06 +08:00
Sam Hemelryk
62b214d9a6
Merge branch 'w36_MDL-29014_m22_str' of git://github.com/skodak/moodle
2011-09-13 12:45:34 +12:00
Eloy Lafuente (stronk7)
ce9d0673d0
Merge branch 'MDL-29236-master' of git://github.com/sammarshallou/moodle
2011-09-12 20:37:24 +02:00
Sun Zhigang
c5234aa1d9
MDL-29112 trigger event mod_deleted after deleting mod through AJAX
2011-09-12 17:36:02 +12:00
Sam Hemelryk
5da0e7fc03
Merge branch 'w36_MDL-29131_m22_recentsep' of git://github.com/skodak/moodle
2011-09-12 17:08:27 +12:00
Petr Skoda
e7dd4ff575
MDL-29131 fix multiple groups issues on the recent activity report
2011-09-10 13:52:42 +02:00
Petr Skoda
138c76789b
MDL-29014 fix a few incorrect uses of strlen and substr
2011-09-10 10:21:31 +02:00
Eloy Lafuente (stronk7)
8645a28f3e
MDL-28488 backup - activity duplication requires 2 capabilities in ctx
2011-09-09 15:53:02 +02:00
Sam Hemelryk
91d284c145
MDL-29186 multilang Reviewed the uses of course fullname and ensured things were being formatted consistently
2011-09-08 09:38:46 +12:00
Sam Hemelryk
63390481c4
MDL-29187 multilang Reviewed the uses of category name and ensured things are being formatted correctly
2011-09-08 09:37:07 +12:00
Sam Hemelryk
8ebbb06adf
MDL-29189 mutlilang Reviewed the uses of course shortname and ensured things are being formatted consistently
2011-09-08 09:30:27 +12:00
Sam Hemelryk
71e0b3b5c7
MDL-29188 multilang Reviewed the uses of section name and ensured things were being formatted consistently
2011-09-08 09:27:38 +12:00
sam marshall
371fbe1cc1
MDL-29236 Labels (and other content from modules) on course page should use module filter settings
...
E.g. if you disable smileys for a label, this ought to work (it doesn't previously, as everything is filtered using the course context).
2011-09-07 17:57:12 +01:00
Eloy Lafuente (stronk7)
4a94d2c61f
Merge branch 'MDL-27001-master' of git://github.com/sammarshallou/moodle
2011-09-06 15:50:26 +02:00
sam marshall
b3a89232d9
MDL-27001 'Show description' feature part 2 - Automatic support for modules that don't have a get_coursemodule_info function
...
If a module doesn't have module_get_coursemodule_info function, but it does have 'intro' and 'introformat' fields in its main table, then all it needs to do is return true for FEATURE_SHOW_DESCRIPTIONS and everything is handled automatically.
2011-09-06 11:03:03 +01:00
sam marshall
8c40662e22
MDL-27001 'Show description' feature part 1: infrastructure that allows modules to support feature
...
The 'Show description' feature is about optionally including module description on the course page. This change include the necessary infrastructure - new database field, new FEATURE constant, changes to forms to display it, new language strings for it, backup and restore, and old course conversion. (I found the places to change by searching for an existing field in course_modules).
Documentation for the field is included in install.xml and in modinfolib.
2011-09-06 11:03:00 +01:00
Sam Hemelryk
d609d96261
MDL-28599 textlib Separated collator to collatorlib with static methods, and added support for locale aware sorting of objects
2011-09-06 15:39:00 +12:00
Eloy Lafuente (stronk7)
0312bf641c
Merge branch 'wip-MDL-28596-master' of git://github.com/samhemelryk/moodle
2011-08-29 03:15:25 +02:00
Petr Skoda
0958759dc2
MDL-28554 workaround for http://yuilibrary.com/projects/yui3/ticket/2530999
...
Do not load io-xdr and io-upload-iframe on the same page.
2011-08-25 11:38:34 +02:00
Sam Hemelryk
7749e187cc
MDL-28596 course Improved and modernised the production of module editing icons and added support for renderable content when rendering action_link components
2011-08-25 18:02:35 +12:00
Rajesh Taneja
cec1d81461
MDL-27896 course - Rectified wrong use of itemid for preparing draft file area
2011-08-12 16:41:29 +08:00
Rajesh Taneja
dedb69a2a1
MDL-27896 editor - parent context will be respected by editor in case context is not created.
2011-08-12 11:33:21 +08:00
Rajesh Taneja
e9de1cf49c
MDL-27896 context - Fixed editor context to observe filter status
2011-08-12 11:33:21 +08:00
Dan Poltawski
f40bbf7dce
MDL-25417 - remove redunant code
2011-08-05 12:06:57 +01:00
Sam Hemelryk
ad4700977a
MDL-26477 Added a setting to display course sections as links within the navigation
2011-08-02 15:24:59 +02:00
Sam Hemelryk
39c621f63b
Merge branch 'MDL-28107' of git://github.com/rwijaya/moodle
2011-07-25 15:14:12 +08:00
Dan Poltawski
d0cdf8ec72
MDL-28232 - Course log text export is missing a new line
2011-07-25 12:57:39 +08:00