David Mudrak
b11f9da65e
MDL-29479 New feature FEATURE_ADVANCED_GRADING
...
Plugins will use this feature to claim their support for the new
advanced grading methods machinery.
2011-09-29 00:09:59 +02: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 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 marshall
3fbe0e8a0f
MDL-27627 Headers in moodleform_mod should have IDs
2011-05-27 13:40:02 +01:00
Eloy Lafuente (stronk7)
b47dcdf0de
MDL-27471 minor fixups
2011-05-23 12:42:15 +02:00
Sam Hemelryk
2b04c41c58
MDL-27471 Adding mandatory component & ratingarea to the ratings API + other fixes
...
* Added the component and ratingarea fields and implemented it throughout
the rating API as mandatory fields
* Cleanup rating indexes
* Upgrade forum/data/glossary ratings
* Moved the logic in the render_rating method to methods of the rating object.
* Added new callback for checking ratingareas
* Cleaned comments here and there
* Mark the xxx_get_participants methods as deprecated
* Refactor rate_ajax and ratingsuser_can_view_aggregate methods
* Cleaned up rating/index.php to use html_table object and moved inline styles to CSS.
* Added missing properties of the rating object that were being set throughout the rating
API.
2011-05-23 12:35:39 +02:00
Petr Skoda
516c5eca68
MDL-24698 hopefully fixed all completion_info problems
2010-11-17 06:23:56 +00:00
Sam Marshall
91d0bb0a1f
Activity completion MDL-24746 If you turn on autocompletion for an activity after users have already done things that should complete it, it didn't mark them complete
2010-11-08 11:51:19 +00:00
Andrew Davis
f1c5b522fc
condition MDL-24180 added a help item to the conditional activity availability config UI
2010-11-02 08:35:33 +00:00
Petr Skoda
fbaea88faa
MDL-24321 switching to stdClass in /c*/
2010-09-21 08:13:11 +00:00
Petr Skoda
7e85563de5
fixed a few spelling errors
2010-09-17 12:16:27 +00:00
Petr Skoda
36f3228c3e
MDL-24101 hide groupmembersonly options when feature disabled
2010-09-06 18:10:11 +00:00
Andrew Davis
f9cd798c7e
rating MDL-23908 improved rating role tips
2010-08-31 07:59:32 +00:00
Andrew Davis
750925e2e4
rating MDL-23908 made some progress resolving the get roles with capability problem
2010-08-26 02:58:55 +00:00
Andrew Davis
52eac7506c
rating MDL-23908 reformated the rating role hints
2010-08-25 09:00:56 +00:00
Andrew Davis
d90dd97390
rating MDL-23908 moved around some strings
2010-08-25 07:42:07 +00:00
Andrew Davis
bbf277335e
rating MDL-23908 altered the way the role hints for ratings work
2010-08-25 01:41:15 +00:00
Andrew Davis
0d54a3985b
rating MDL-23908 added info to module config to help the user with rating permissions
2010-08-24 13:06:49 +00:00
Andrew Davis
16306628bd
gradebook MDL-19133 shifted around some code to move module grade settings into common code
2010-08-13 08:29:13 +00:00
Andrew Davis
60d5a2e405
gradebook MDL-19133 renamed the function that provides grading related activity config fields
2010-08-12 06:20:06 +00:00
Andrew Davis
55d95d90f9
rating MDL-23328 made date restriction of ratings work correctly
2010-07-16 06:30:30 +00:00
David Mudrak
cce2762c0c
MDL-14679 Fixed regression in phpdoc block caused by previous mass search and replace
...
For a second, I panicked reading that mod/{modname}/mod_form.php are now
deprecated in favour of mod/{modname}.mod_form.php Fortunately, git-blame
and git-show helped me to realize what happened here in 7cac0c4b
2010-06-01 16:51:08 +00:00
David Mudrak
036880940e
MDL-21695 Strings and helps cleanup
2010-05-06 17:05:43 +00:00
David Mudrak
af455aa011
MDL-21695 Completion on grade help string + placeholder fix
...
AMOS BEGIN
HLP completion/completionusegrade.html,[completionusegrade_help,core_completion]
AMOS END
2010-05-05 00:10:26 +00:00
David Mudrak
c8dcb793c4
MDL-21695 Yet some completion help strings fix
...
AMOS BEGIN
HLP completion/completionicons.html,[completionicons_help,core_completion]
AMOS END
2010-05-05 00:03:13 +00:00
David Mudrak
13c76792a2
MDL-21695 Removing some help strings as suggested by Helen
2010-05-04 23:33:45 +00:00
David Mudrak
ddd9f9266b
MDL-21695 Help strings for the activity module common settings
...
AMOS BEGIN
HLP cmidnumber.html,[idnumbermod_help,core]
HLP completion/completionexpected.html,[completionexpected_help,core_completion]
HLP completion/completionlocked.html,[completionlocked_help,core_completion]
HLP condition/completioncondition.html,[completioncondition_help,core_condition]
HLP condition/conditiondates.html,[availablefrom_help,core_condition]
HLP condition/conditiondates.html,[availableuntil_help,core_condition]
HLP condition/showavailability.html,[showavailability_help,core_condition]
HLP grouping.html,[grouping_help,core_group]
HLP groupmembersonly.html,[groupmembersonly_help,core_group]
HLP groupmode.html,[groupmode_help,core_group]
AMOS END
2010-05-03 20:43:55 +00:00
David Mudrak
530d2d72e4
MDL-21695 Forum module now uses new help strings
...
AMOS BEGIN
HLP forum/assessaggregate.html,[aggregatetype_help,mod_forum]
HLP forum/attachment2.html,[attachment_help,mod_forum]
HLP forum/displayperiod.html,[displaystart_help,mod_forum]
HLP forum/displayperiod.html,[displayend_help,mod_forum]
HLP forum/forumtype.html,[forumtype_help,mod_forum]
HLP forum/forumtypenews.html,[namenews_help,mod_forum]
HLP forum/manageposts.html,[blockperiod_help,mod_forum]
HLP forum/manageposts.html,[blockafter_help,mod_forum]
HLP forum/manageposts.html,[warnafter_help,mod_forum]
HLP forum/maxattachments.html,[maxattachments_help,mod_forum]
HLP forum/maxattachmentsize.html,[maxattachmentsize_help,mod_forum]
HLP forum/mods.html,[modulename_help,mod_forum]
HLP forum/ratings.html,[separatedandconnectedinfo,core]
HLP forum/rssarticles.html,[rssarticles_help,mod_forum]
HLP forum/rsstype.html,[rsstype_help,mod_forum]
HLP forum/subscription2.html,[subscriptionmode_help,mod_forum]
HLP forum/subscription.html,[subscription_help,mod_forum]
HLP forum/trackingtype.html,[trackingtype_help,mod_forum]
AMOS END
2010-04-30 16:35:55 +00:00
Martin Dougiamas
2be4d090c0
course completion MDL-2631 Course completion feature - Thanks to Aaron Barnes and Catalyst IT for this significant contribution. It is now officially possible to finish a course!
...
Even though I've tweaked this and done some polishing, there is still plenty to do on it now in HEAD, mostly to do with UI, usability and strings, so we'll keep working on it. Aaron already has a number of improvements to add to it.
2010-04-30 03:06:22 +00:00
David Mudrak
59f19480a8
MDL-21695 Missing string producing debugging message, to be shortened probably
2010-04-30 01:01:35 +00:00
Andrew Davis
63e87951e6
rating MDL-21657 updated version of ratings including forum and glossary integration
2010-04-22 05:15:23 +00:00
Petr Skoda
98da60215e
MDL-22033 groupings now enabled unconditionally, groupmembersonly kept as experimental - this simplifies groups code logic a bit, user interface changes should not be significant because the groupings are not visible much until at least one created; hopefully the new description of groupmembersonly will have to preventsome gradebook complaints
2010-04-07 07:37:12 +00:00
Andrew Davis
6c5fcef746
rating MDL-21657 changing from ratings (plural) to rating (singular)
2010-03-16 09:37:31 +00:00
Andrew Davis
1d50dd13f6
gradebook MDL-19133 Make grading settings part of mod_edit form. first of several commits.
2010-03-16 06:33:16 +00:00
Andrew Davis
a09aeee47b
rating MDL-21657 first commit for rating library
2010-03-16 05:57:51 +00:00
Petr Skoda
aa6c1ced0a
MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup
2009-11-04 08:11:02 +00:00
skodak
d18e0fe646
MDL-20353 adding missing data types of hidden form fields
2009-09-26 17:07:08 +00:00
tjhunt
7b5bd0602b
formslib: moodleform_mod needs to be abstract too.
...
(See one of the commits I made yesterday.)
2009-07-17 03:40:40 +00:00
skodak
9a105989fe
MDL-16089 adding easier access to current module instance data in modedit forms
2009-07-03 13:33:03 +00:00
skodak
09f8d75e32
MDL-19611 fixing regression - video icon disappeared
2009-06-25 07:30:37 +00:00
sam_marshall
29cb6c4c47
MDL-18297: Completion date checking - when updating meaning of 'available until', forgot to update validation code
2009-06-22 11:11:45 +00:00
sam_marshall
9593d8b87f
MDL-19186 Fixed couple warnings on moodleform_mod when completion is enabled
2009-05-14 10:55:14 +00:00
skodak
34d39b792c
MDL-19002 standardized constructor parameter order
2009-05-11 18:55:03 +00:00
skodak
dc5c2bd9eb
MDL-18910 full support for module intro editor with embedded images
2009-04-21 21:17:21 +00:00
skodak
42f103be4c
MDL-18910 moving modedit features to modname_supports()
2009-04-21 08:57:20 +00:00
sam_marshall
d030fa7b12
MDL-17810: Fix to stop you making activities depend on themselves
2009-04-02 12:00:09 +00:00
sam_marshall
7556422816
MDL-18272, MDL-18271: Conditional availability - grade condition to use percentages not raw grades; use wording rather than >= symbol in form because (apparently) teachers are functionally innumerate. ;)
2009-02-18 17:50:13 +00:00
sam_marshall
a561d96ee2
MDL-17914: Conditional activities should check that available dates in module form are not stupid
2009-01-15 14:30:19 +00:00
sam_marshall
fe44022dc4
MDL-15499 Fix to conditional availability: list of activities for completion included those with completion turned off
2008-12-19 12:19:36 +00:00