1fcf0ca8a5
MDL-35628 performance: Remove dirname() where possible.
...
dirname() is a slow function compared with __DIR__ and using
'/../'. Moodle has a large number of legacy files that are included
each time a page loads and is not able to use an autoloader as it is
functional code. This allows those required includes to perform as
best as possible in this situation.
2016-06-10 08:06:49 +10:00
5cdcfcb988
MDL-44183 mod_workshop: unified @package use
2014-02-21 08:33:40 +13:00
764d7ba9b4
MDL-41622 workshop mod: fix page heading levels.
...
Also, changing couple of the sub header to use notification, which is more appropriate.
2013-09-17 12:44:25 +08:00
74df2951d1
Revert "MDL-39876 Change get_record('course') calls to get_course"
...
This reverts commit ab7632b74c
.
2013-08-21 13:42:30 +08:00
ab7632b74c
MDL-39876 Change get_record('course') calls to get_course
2013-08-15 11:31:20 +01:00
65601f04a3
MDL-21249 workshop and its subplugins: fixing phpdocs @package and @subpackage
2010-09-30 14:44:33 +00:00
08af32afbd
Workshop: uses navigation block + settings block instead of own tabs
2010-05-04 22:56:22 +00:00
6cbc6c5d9a
Parameter consistency check
2010-01-04 18:15:24 +00:00
f05c168d2e
MDL-20236 overall codebase architecture cleanup and fixing regression
...
See the issue description for more details
2010-01-04 18:05:48 +00:00
b761e6d9c6
Mostly working on the view.php UI plus some changes
2010-01-04 18:00:54 +00:00
39861053c4
MDL-20183 Uses some of the new Navigation API
2010-01-04 18:00:12 +00:00
c333a49ecc
MDL-20192 Moving settings.php into suplugins and a small fix
2010-01-04 18:00:02 +00:00
b29f0c7d9d
Get rid of old navigation stuff (to finish yet) and use OUTPUT
2010-01-04 17:56:44 +00:00
0715308cd1
Accumulative assessment saves (and loads already saved) evaluation
2010-01-04 17:51:10 +00:00
a39d7d87aa
A lot of changes here and there
2010-01-04 17:49:01 +00:00
b8ead2e6a4
Uses workshop renderer to display assessment page
...
Some small refactoring like using single function to group users done.
2010-01-04 17:48:33 +00:00
0dc47fb913
MDL-19941 Submission attachments and embedded files draft support
...
Plus some cleaning up here and there
2010-01-04 17:48:20 +00:00
a7c5b9185a
Extending workshop class constructor
...
Every action script in 99% starts with fetching course, course module,
and module instance record. Workshop class will keep the reference to
the course record in courserecord public member variable (do not confuse
with course integer property).
2010-01-04 17:47:43 +00:00
53fad4b90c
MDL-19870 Initial work on random allocator
...
Initial sketches of random allocator. Refactoring of the rest of the
module here and there. Also, this commit removes trailing whitespace and
running empty lines.
2010-01-04 17:47:09 +00:00
6e3099730e
MDL-19717 First drafts of allocation support
2010-01-04 17:46:05 +00:00
0968b1a393
First drafts of assessment support
2010-01-04 17:44:52 +00:00
13778dd77d
Renaming {load|save}_grading_form() methods
...
After I started work on assessment support, I realized that "grading
form" would not be consistent with "assessment form".
2010-01-04 17:44:30 +00:00