d9cf732316
MDL-6591 moving the disable notification from fg prefs; merged from MOODLE_19_STABLE
2008-02-21 08:14:30 +00:00
cc60e66268
MDL-6591 changing label to Disable notification in order to prevent confusion; merged from MOODLE_19_STABLE
2008-02-20 21:49:17 +00:00
2dc5d980ad
MDL-6591 Optional assignment graded email notification - based on patch by Gary Anderson; merged from MOODLE_19_STABLE
2008-02-20 17:50:32 +00:00
e2f51ac675
MDL-13430 I can only see this issue in the assignment submissions page. Merging from MOODLE_19_STABLE
2008-02-14 07:26:45 +00:00
d886a7ea77
MDL-13375 reverting, the bug is somewhere else
2008-02-13 09:24:02 +00:00
81cc0aea1a
MDL-13375 Applied Dan's patch, and patched up assignment/lib.php accordingly. Multiple outcome grading from assignment is now possible. Merging from MOODLE_19_STABLE
2008-02-13 08:51:24 +00:00
ad1e3409a2
MDL-9657 assignment submission finalisation now independent from grade; merged from MOODLE_19_STABLE
2008-02-12 10:52:58 +00:00
fb739b77e0
MDL-13050 merging from 1.9
2008-02-04 13:57:36 +00:00
76cbde4138
MDL-12945 changing get_fast_modinfo() section property to sectionnum to prevent conflicts with real cm->section; full recent activity speedup when printing user pictures in forum; merged from MOODLE_19_STABLE
2008-02-01 14:10:49 +00:00
52ae8c057a
MDL-12945 fixing mod indexes broken by previous commit; merged from MOODLE_19_STABLE
2008-02-01 09:09:04 +00:00
1ea543df62
MDL-7547 yet more speed improvements in rebuild_course_cache() ; merged from MOODLE_19_STABLE
2008-02-01 08:15:38 +00:00
f36cbf1d6e
MDL-13214 rebuild_course_cache fixes and speed improvements; merged from MOODLE_19_STABLE
2008-02-01 07:48:26 +00:00
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
49292fa026
MDL-12620 When a student receives feedback on an an assignment, they should be able to see how many points it is worth; merged from MOODLE_19_STABLE
2008-01-21 18:46:31 +00:00
6dac764d18
MDL-13050 Reverting, it's not working out as well as planned
2008-01-21 13:40:47 +00:00
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
d4ba9ef7dc
MDL-13023 - avoid a db query per user picture
2008-01-16 14:45:24 +00:00
577d233d53
MDL-12400 - superfluous required_param causing problems in upload
...
assignment user report.
2008-01-11 11:46:16 +00:00
4de1ef8cc2
MDL-12889 - bad capability check [thanks Tim!] in assignment recent activity report
...
merged from MOODLE_19_STABLE
2008-01-09 12:57:44 +00:00
8377472307
MDL-11783 no uploads after finalising; merged from MOODLE_19_STABLE
2007-12-25 22:03:31 +00:00
eafb9d9eda
MDL-12458 fixed gradebook upgrade/update problems when not grades yet in activities; merged from MOODLE_19_STABLE
2007-12-25 20:51:23 +00:00
fa0b373764
MDL-12680 Assignment count for groups not working - patch by Greg Humphreys; merged from MOODLE_19_STABLE
2007-12-20 17:38:38 +00:00
220a90c5a1
MDL-11561 admin tree improvements and bugfixing
2007-12-19 17:35:20 +00:00
30d61820c9
MDL-12515 Feedback not available to student on assignments unless a grade has been assigned
...
merged from MOODLE_19_STABLE
2007-12-18 15:36:45 +00:00
30923fcd7f
MDL-11835 Making sure all upgraded grade_items have their grademax properly set
2007-12-07 16:12:02 +00:00
2c3d575587
mod/assignment: Remove SQL "id,id" which causes errors on Oracle - MDL-12425
...
This loop also needs some rewriting - it is _very_ inefficient on
large courses.
2007-12-04 06:25:42 +00:00
0b5a80a1a5
MDL-7028 rewritten course reset + forum role_unassign cleanup fixes; merged from MOODLE_19_STABLE
2007-11-29 14:43:04 +00:00
331502055e
MDL-12121, fixing a warning
2007-11-16 04:24:57 +00:00
dc6cb74efd
MDL-11672, hide hidden assignment descriptions from calendar
2007-11-16 02:52:48 +00:00
57b6a704b7
MDL-12149 Added code to check for selected group as well, so that privileged users get correct count when changing groups.
2007-11-13 17:02:53 +00:00
0b7870f348
MDL-12048, assignment grades not migrated into 1.9
2007-11-07 04:29:15 +00:00
ced5ee5921
MDL-11966 implemented dategraded and datesubmitted, tweaked altering of grades depending in hidden grades
...
MDL-11974 improved gradebook CSS
2007-11-01 08:25:05 +00:00
ed818bbdbf
MDL-10905 iterating correctly with readdir (as shown in php doc)
2007-10-15 05:18:58 +00:00
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
f2e4a0818a
preparation for 1.9 beta 2 - setting correct requires in mods and plugins
2007-10-10 16:09:17 +00:00
03cedd6283
MDL-11432 eliminated majority of RecordCount uses, added several missing rs_close() - this should help improve perf on some platforms - Eloy says ;-)
2007-10-10 12:19:27 +00:00
ee8652f3de
Not a pretty fix but it gets the preferences out of the way where users won't keep hitting the wrong submit
2007-09-26 11:42:36 +00:00
fcdea90774
Second pass. Modules. Some more default comments are out. MDL-11385
2007-09-24 22:17:05 +00:00
5978010dd2
MDL-11358 final grade from gradebook is now shown in assignments - students see only final grades from gradebook
2007-09-23 16:05:41 +00:00
fcac8e513a
MDL-11357, MDL-11358 cleanup and improvements in public grade API - new function grade_get_grades() that returns all grading information (grade item data, outcomes and user grades); other minor improvements and bugfixes; updated assignment to use new grade API
2007-09-22 20:21:44 +00:00
eedae98ef2
MDL-11357 removed _grade_updated() from activities and grade_item class
2007-09-20 07:43:57 +00:00
cb4bfe06b1
Now assignment_submissions->data1 & data2 are nullable. MDL-11268
2007-09-18 22:20:13 +00:00
85c9ebb926
MDL-1883 improved perf when editing scales - new function xxx_scale_used_anywhere()
2007-09-18 18:37:58 +00:00
63d69d5481
Delete one unused table when grading online assignment submissions.
2007-09-16 21:06:56 +00:00
6b5c722df5
MDL-9542 new function needed for showing of final grades in Quiz + minor changes in grading public API used by modules
2007-09-15 19:24:10 +00:00
c926560086
Now using one cross-db solution to be able to
...
simulate the status boolean ins assignment
submissions. MDL-8164 & MDL-10846
2007-09-13 17:51:48 +00:00
fb81abe154
1) Refresh grade item when grades are saved (I was getting assignments with no names in the gradebook)
...
2) Tidy up how messages are shown after quick grading
2007-09-04 05:50:04 +00:00
9c8d38fa97
MDL-11092 events are not used for changed raw grades anymore + minor cleanup in handling of raw grades (now used only for modules or other external plugins that produce grades)
2007-08-31 22:42:05 +00:00
8d7fb1bacd
And we don't need to call assignment_upgrade_submodules()
...
from the update scripts any more. The standard plugin
architecture for modules support that. MDL-11029
2007-08-29 14:50:41 +00:00
e9d46b8187
Now assignment submodules are installed/upgraded properly
...
(using the standard plugins architecture) MDL-11029
2007-08-29 14:42:39 +00:00