Commit graph

1399 commits

Author SHA1 Message Date
David Mudrak
0968b1a393 First drafts of assessment support 2010-01-04 17:44:52 +00:00
David Mudrak
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
David Mudrak
ca68206ebd Renaming gradingform.php to edit_form.php 2010-01-04 17:44:07 +00:00
David Mudrak
b444b77af0 First drafts of the Number of errors grading strategy 2010-01-04 17:43:31 +00:00
David Mudrak
113b6e4b91 Display the strategy name 2010-01-04 17:43:12 +00:00
David Mudrak
a8389d652b Edit grading form refactoring
The previous desing was too "base-class oriented". I have realized that
strategies have to deal with loading and saving dimension definitions in
their own way. Getting rid of all db<->form field mappings as it would
work for very simple strategies only.
2010-01-04 17:43:02 +00:00
David Mudrak
f6cd09e042 Added submission form strings 2010-01-04 17:42:49 +00:00
David Mudrak
127032fe3d Some plays with submission, to do 2010-01-04 17:42:37 +00:00
David Mudrak
6867e05d88 Adding formal source code conventions 2010-01-04 17:42:27 +00:00
David Mudrak
e256f8c48d Explaining nattachments better 2010-01-04 17:42:17 +00:00
David Mudrak
33e4dea627 Initial draft of submission support 2010-01-04 17:38:29 +00:00
David Mudrak
6d86051250 Some mform refactoring
Uses customdata instead of modified constructor.
2010-01-04 17:37:53 +00:00
David Mudrak
9277982f0f Yay! Saving dimensions works
Cooking dimension editor's raw data is done by the strategy class.
2010-01-04 17:37:31 +00:00
David Mudrak
868177e7bc Fixed the missing table in Error banded strategy and renaming it to Number of errors. 2010-01-04 17:37:04 +00:00
David Mudrak
b53f8015cd Use strategy-specific term for assessment dimension 2010-01-04 17:36:43 +00:00
David Mudrak
c125ca37a6 Applying Eloy's suggestions 2010-01-04 17:36:15 +00:00
David Mudrak
7b5d01a7e8 More work on the strategy API 2010-01-04 17:35:56 +00:00
David Mudrak
725d615401 Some files renamed to fit the coding style 2010-01-04 17:35:12 +00:00
David Mudrak
4eab2e7fbb MDL-17827 workshop: initial check in of the files
Exported from David's git repository
2010-01-04 17:34:08 +00:00
David Mudrak
de811c0cf0 Adding locallib.php to store internal functions 2010-01-04 17:12:35 +00:00
moodler
98017ce04a Removing temp files from HEAD (should still be available in MOODLE_20_WORKSHOP branch) 2009-05-27 02:22:05 +00:00
moodler
0a88d0f1c8 Some temp files to create the MOODLE_20_WORKSHOP branch with 2009-05-27 02:18:03 +00:00
Francois Marier
6800d78e06 Drift between CVS and git
- large deletions
- lucene updates
- error() => print_error()
- NO_MOODLE_COOKIES define
- various other things
2008-06-25 17:31:23 +00:00
dongsheng
5a2a53316f MDL-14129, remove all the other error() call 2008-04-04 02:54:20 +00:00
skodak
953d154fa4 MDL-14074 removed obsoleted $CFG->enablerecordcache = true 2008-03-27 08:37:43 +00:00
nicolasconnault
6dfea40119 MDL-13046 Fixed notices. Merging from MOODLE_19_STABLE 2008-03-06 09:42:33 +00:00
moodler
99058191c6 Merged version bumps for release 1.9 2008-03-03 11:49:34 +00:00
skodak
1f106b3f1d MDL-13155 once more - reverting mod/xx/index.php to use get_all_instances_in_courses() again, should be now nearly the same as in 1.8.x ;-) merged from MOODLE_19_STABLE 2008-02-05 21:40:21 +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
moodler
16c6dc3b2e Disable workshop by default in a new install MDL-13100 2008-01-23 04:38:43 +00:00
nicolasconnault
6dac764d18 MDL-13050 Reverting, it's not working out as well as planned 2008-01-21 13:40:47 +00:00
nicolasconnault
406af084a3 MDL-13050 Modules were updated, and grades.php files were added to the lesson and hotpot modules 2008-01-18 14:44:45 +00:00
poltawski
b18921676e MDL-11124 - Allowed 'There are no [modulename]' translations. This is currently
hardcoded and can be discovered through the user interface resonably easily.

Merged from MOODLE_19_STABLE
2007-10-29 10:44:50 +00:00
tjhunt
38e179a4ed MDL-11741 - Convert core modules to take advantage of recent improvements to build_navigation.
This check-in removes about 400 lines of code. I hope I have not screwed anything up. I would be grateful if people could review this change, and keep an eye on the navigation bar in modules.

Any navigation bar bugs you find in the near future, feel free to file them in the tracker and assign them to me. Thanks.

If not to many problems are found, I think I would like to backport this to 1.9 stable, but I am not sure that is a good idea. Opinions to the General Developer Forum please. I am about to start a thread there.
2007-10-12 15:55:49 +00:00
skodak
f2e4a0818a preparation for 1.9 beta 2 - setting correct requires in mods and plugins 2007-10-10 16:09:17 +00:00
iarenaza
0baafc173a Fix MDL-11632: Multiple files with emtpy lines outside PHP open/close tags
There are multiple issues with Moodle files containing empty or blank lines
(lines consisting of white spaces or tabs only) and/or white space before or
after the PHP open and close tags, notably with config.php and theme files.
2007-10-09 21:43:28 +00:00
stronk7
fcdea90774 Second pass. Modules. Some more default comments are out. MDL-11385 2007-09-24 22:17:05 +00:00
mattc-catalyst
263017bbdd MDL-10888: groupings - mod/workshop - add grouping support 2007-09-06 01:35:37 +00:00
skodak
2c386f82e5 MDL-10383 - deprecated get_groups(), user_group() and ismember() 2007-08-15 20:21:01 +00:00
Martin Langhoff
08103c9364 cvsimport fixups 2007-07-07 14:18:30 +12:00
mattc-catalyst
01e3838853 MDL-9473: Initialise navlinks array before use
Author: Matt Clarkson <mattc@catalyst.net.nz>
2007-07-05 04:55:24 +00:00
mattc-catalyst
3b27b0fe21 MDL-9615: Correct incorrect use of term breadcrumbs
- $crumbs -> $navlinks


Author: Matt Clarkson <mattc@catalyst.net.nz>
2007-07-05 04:40:48 +00:00
mattc-catalyst
70c6c0ad70 MDL-9474: Updated build_navigation() to use global $COURSE
- Removed $course parameter from build_navigation()
- Updated all calls to build_navigation()


Author: Matt Clarkson <mattc@catalyst.net.nz>
Committer: Matt Clarkson <mattc@catalyst.net.nz>
2007-04-23 21:11:10 +00:00
mattc-catalyst
e210cd9447 Breadcrumbs: mod/workshop changes
- Modified to use build_navigation() for breadcrumb generation.


Author: Matt Clarkson <mattc@catalyst.net.nz>
2007-04-16 21:35:36 +00:00
toyomoyo
2d7617c67f merged fix for MDL-9185 2007-04-04 04:05:53 +00:00
moodler
e921dffdc4 Merged notice fixes from stable 18 2007-03-07 07:50:24 +00:00
moodler
6ba65fa08d Merged Nicolas' changes from MDL-8582 into HEAD. 2007-02-28 06:25:22 +00:00
vyshane
2585a68d54 Merged from 1.8. 2007-02-16 08:46:55 +00:00
stronk7
796903809e Fixed two schema-fk typos. MDL-8427
Merged from MOODLE_17_STABLE
2007-02-06 15:52:20 +00:00
moodler
1934b87667 Updated versions and requires (primarily because of formslib dependencies) 2007-02-02 13:02:24 +00:00