Marina Glancy
50d845e3ed
MDL-58665 dashboard: use bigger course object for completion
...
class completion_info will make an extra DB query to retrieve the course if course->enablecompletion is not present
2017-05-01 16:59:07 +08:00
Mark Nelson
59391e80ad
MDL-58501 mod_*: improved docs for new calendar callbacks
2017-04-12 17:43:52 +08:00
Mark Nelson
01f96180ff
MDL-58504 mod_*: fixed PHPDoc return type for *_provide_event_action
2017-04-06 15:00:02 +08:00
Mark Nelson
e1cd93ce20
MDL-58423 core_calendar: moved \core_calendar\event class
...
Part of MDL-55611 epic.
2017-04-04 11:01:49 +01:00
Mark Nelson
de036a2d76
MDL-58188 mod_label: fixed call to update_completion_date_event()
...
Part of MDL-55611 epic.
2017-04-04 11:01:45 +01:00
Mark Nelson
b3bd7a66a0
MDL-57878 mod_*: added inclusion of completion event and callbacks
...
Part of MDL-55611 epic.
2017-04-03 11:37:09 +08:00
Marina Glancy
59e004cd79
MDL-57187 label: allow to drag and drop video/audio files
2016-11-29 14:11:46 +08:00
Juan Leyva
02a73d767c
MDL-56307 course: New course_check_module_updates_since method
2016-10-25 10:10:52 +01:00
Andrew Nicols
2b53b13ff7
MDL-49627 core: Update uses of generate_image_thumbnail
...
This removes the need to write tempfiles in these locations.
2015-04-01 11:05:19 +08: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
Rajesh Taneja
b2b4ec308e
MDL-41283 report_participation: Added phpdoc about function not used
...
In new logging api, xxx_get_view_actions() and xxx_get_post_actions()
will not be used to identify the paticipation of user. Event's crud
and edulevel status will define user's participation.
2014-04-15 13:31:03 +08:00
Sam Hemelryk
53945f38d6
MDL-41176 mod_label: unified @package use
2014-02-16 11:48:00 +13:00
Petr Škoda
2f1e464a88
MDL-40438 migrate all collatorlib:: and textlib:: uses
2013-08-06 21:04:35 +02:00
Tim Hunt
3c620d7f7c
MDL-40867 fix misleading PHPdocs for _get_coursemodule_info
2013-07-26 10:40:39 +01:00
Davo Smith
3d38777333
MDL-38426 mod_label - correctly handle plain text that has been added by drag and drop upload
2013-03-12 19:46:14 +00:00
Davo Smith
2748d8efdb
MDL-33946 course dndupload - fixes to dialog when dragging text
...
Radio buttons have unique IDs, matching the label IDs
'What do you want to call this text' input moved down and disabled when 'label' selected
'Add page here' changed to 'Add text here'
2013-03-06 22:38:01 +00:00
Davo Smith
5efae6823d
MDL-33946 mod_label - create label from text dragged and dropped into the course
2013-02-28 21:43:30 +00:00
Marina Glancy
3008f86c3f
MDL-33774 mod_label stores the content where it is supposed to
...
removed hardcoded checking for 'label' module type
changed label update script
2013-02-14 19:46:19 +11:00
Davo Smith
fbe4579250
MDL-34137 mod_label - resize images when uploaded via drag & drop
2013-02-08 08:13:24 +00:00
Davo Smith
785e09a7e3
MDL-32456 mod_label - support course drag and drop upload images to create labels
2013-02-08 08:13:24 +00:00
Jason Fowler
3edf380de6
MDL-31950 - Label - Removing the deprecated label_get_participants function
2012-05-08 14:53:54 +08:00
Petr Skoda
f8311defeb
MDL-31301 use static textlib methods
2012-03-03 11:46:13 +01: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
sam marshall
0d8b6a69ce
lib MDL-25981 Improved modinfo
...
This commit:
a) moves modinfo code into new library modinfolib.php
b) uses classes instead of stdClass objects, allowing a huge amount of documentation (and IDE completion)
c) adds hooks so that plugins other than forum can display messages like forum's 'unread', and plugins other than label can display html (apart from/as well as their view.php link) on the course view page
d) removes current hacks for forum and label (mainly in print_section but also across the code), replacing with new 'content' and similar variables [this is the reason for the changes in blocks, etc]
e) reduces size of modinfo in database (only when rebuilt) by excluding empty fields
The change is intended to be backward compatible and does not affect the format of modinfo in database.
2011-01-26 10:29:16 +00:00
Petr Skoda
e83a6a22d4
MDL-26106 fix lable typo
...
credit goes to fautrero
2011-01-23 15:36:06 +01:00
Petr Skoda
39790bd805
MDL-24321 switching to stdClass in /mod/
2010-09-21 08:37:36 +00:00
Petr Skoda
9516942ac6
MDL-21249 improved php docs and adding copyright blocks
2010-07-25 11:06:52 +00:00
Eloy Lafuente
f58a9e3707
MDL-22151 backup - added label module backup
2010-05-04 20:21:13 +00:00
Petr Skoda
9a9012dc8f
MDL-21590 fixed icons in navigation lib + clean up of modinfo (planned removeal of legacy use of urlencode since 1.8 - we use serialize and utf8 is ok now)
2010-02-14 20:18:10 +00:00
Petr Skoda
31dadc6fee
MDL-20204 more steps away from old popup_form
2010-02-10 11:25:17 +00:00
Petr Skoda
86342d631f
MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup
2009-11-01 15:03:10 +00:00
skodak
17da2e6f28
MDL-16438 centralise information about plugins to avoid duplication, includes local customisation conversion to standard plugin structure + fixes for some recent regressions; see tracker for more details and links to docs and forums discussions
2009-06-19 14:25:56 +00:00
samhemelryk
44a87f630a
mod lib MDL-19294 Added boilerplate and phpdocs
2009-05-28 02:48:34 +00:00
skodak
43b44d5ea6
MDL-18910 full support for module intro editor with embedded images
2009-04-22 07:14:19 +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
skodak
f432bebff2
MDL-11421 context levels fixed in capability definitions, sorting of caps by name, plug-ins may report used core caps, fixed some risks; merged from MOODLE_19_STABLE
2008-07-24 21:59:13 +00:00
thepurpleblob
c0a578c071
MDL-15304
...
Default name 'label' is looked up from language pack.
Merged from STABLE_19
2008-07-08 09:39:18 +00:00
thepurpleblob
8f829910d6
MDL-15304
...
Remove the item number from the created label name. It doesn't work for new labels.
Merged from STABLE_19
2008-07-08 08:45:26 +00:00
skodak
d02f193404
MDL-15304 fixed empty label names coming from restore; merged from MOODLE_19_STABLE
2008-07-05 09:37:30 +00:00
skodak
a38f12927e
MDL-15304, MDL-15526 fixing regression; merged from MOODLE_19_STABLE
2008-07-03 23:01:32 +00:00
skodak
57eb939ee4
MDL-15304 fixed magic quotes issue merged from 19
2008-06-24 21:57:39 +00:00
thepurpleblob
376ca347ca
MDL-15304
...
Handle empty names for labels (if only HTML tags in label text)
2008-06-18 15:31:47 +00:00
skodak
1b81b0a412
MDL-15111 label mod converted
2008-06-03 23:44:16 +00:00
skodak
c18269c7e5
MDL-14679 towards modform conversion
2008-06-01 21:36:11 +00:00
skodak
7cac0c4b2b
MDL-14679 fixed references to mod.html
2008-06-01 19:09:13 +00:00
skodak
1ea543df62
MDL-7547 yet more speed improvements in rebuild_course_cache() ; merged from MOODLE_19_STABLE
2008-02-01 08:15:38 +00:00
skodak
f36cbf1d6e
MDL-13214 rebuild_course_cache fixes and speed improvements; merged from MOODLE_19_STABLE
2008-02-01 07:48:26 +00:00
skodak
dd97c32868
MDL-12945 a slightly bigger patch for performance in recent activity and various group related issues + some other fixes - see list of subtasks in tracker; merged from MOODLE_19_STABLE
2008-01-24 20:33:50 +00:00
skodak
0b5a80a1a5
MDL-7028 rewritten course reset + forum role_unassign cleanup fixes; merged from MOODLE_19_STABLE
2007-11-29 14:43:04 +00:00