6629 Commits

Author SHA1 Message Date
skodak
65bcf17b95 MDL-13450 and MDL-13303 - sorry for changing forum API so late, but it was needed; major perf improvement for forum; fixed printing of user pictures; merged from MOODLE_19_STABLE 2008-02-13 17:03:25 +00:00
skodak
d886a7ea77 MDL-13375 reverting, the bug is somewhere else 2008-02-13 09:24:02 +00:00
nicolasconnault
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
nicolasconnault
87518137bf MDL-13397 Implemented the requiredentries parameter (previously not implemented). This includes a warning message and an SQL restriction on entries fetched for view.php; merging from MOODLE_19_STABLE 2008-02-12 16:04:57 +00:00
nicolasconnault
450a87c566 MDL-13440 fixed typo; merging from 1.9 2008-02-12 13:46:57 +00:00
skodak
ad1e3409a2 MDL-9657 assignment submission finalisation now independent from grade; merged from MOODLE_19_STABLE 2008-02-12 10:52:58 +00:00
poltawski
dfe2fbc665 MDL-13354 - wrong capability checked for view report link
merged from MOODLE_19_STABLE
2008-02-08 10:00:13 +00:00
gbateson
2eb9cce68e MDL-13328 correct the counting of attempts when clickreporting has been enabled 2008-02-07 04:17:55 +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
7019314ba4 MDL-13292 <Vspan> tag on the bottom of the wiki HTML Editor fixed; merged from MOODLE_19_STABLE 2008-02-05 19:52:58 +00:00
skodak
cd2d75e95c MDL-10796 fixed wiki deprecated passing by reference; merged from MOODLE_19_STABLE 2008-02-05 18:42:37 +00:00
skodak
df17e1bd93 MDL-3942 fixed warnings; merged from MOODEL_19_STABLE 2008-02-05 11:49:39 +00:00
skodak
13bbe067f0 MDL-3942 - various forum scoring types - patch by Anthony Borrow; merged from MOODLE_19_STABLE 2008-02-05 11:22:13 +00:00
skodak
df1c2c71da MDL-13335 rewritten caching in forum cron; merged from MOODLE_19_STABLE 2008-02-05 10:52:20 +00:00
nicolasconnault
10bd016e80 MDL-10451 Fixed HTML errors, merging from 1.9 2008-02-05 09:58:05 +00:00
danmarsden
9d265d3747 MDL-6373 add MyMoodle support for Choice module. - thanks to Stephen Bourget for partial code. 2008-02-04 22:13:01 +00:00
nicolasconnault
fb739b77e0 MDL-13050 merging from 1.9 2008-02-04 13:57:36 +00:00
skodak
f4528bdcfe MDL-13306 option to skip logging of blocked emails in forum cron; merged from MOODLE_19_STABLE 2008-02-03 10:37:03 +00:00
skodak
a5cef9c87e MDL-13305 , MDL-13304 - fixed memory leak in forum cron and saved 10% of queries when printing user pictures in mails; merged from MOODLE_19_STABLE 2008-02-03 10:21:27 +00:00
skodak
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
skodak
52ae8c057a MDL-12945 fixing mod indexes broken by previous commit; merged from MOODLE_19_STABLE 2008-02-01 09:09:04 +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
stronk7
6fba307d98 Quick fix for not working glossary index. Related to MDL-12949 that needs more improvements. Merged from 19_STABLE 2008-01-31 00:20:19 +00:00
poltawski
1e7ba87e9c MDL-13255 - hidden activity capability check was wrong
merged from 19_STABLE
2008-01-30 21:00:58 +00:00
poltawski
ae082716c7 MDL-13255 - hidden activity capability check was wrong, but require_login()
handles it for us when passsed $cm
2008-01-30 20:58:55 +00:00
poltawski
fdf09b28c8 MDL-13221 - doing wrong capability check for hidden activites. But we
don't need it at all as require_login() with the $cm argument does the
check for us
2008-01-30 20:42:41 +00:00
danmarsden
6426fa81d4 MDL-3721 Wiki adds lots of invalid tags to the top of the page in every edit. 2008-01-29 20:50:48 +00:00
moodler
0fc69cc4a9 Fixed missing context argument MDL-13206 2008-01-28 03:23:38 +00:00
gbateson
4c1c3dfb71 fix Undefined index: studentfeedbackurl in mod\hotpot\mod_form.php on line 305 2008-01-28 00:51:43 +00:00
gbateson
c5d7d04624 fix Undefined property: stdClass::$displaynext in mod\hotpot\lib.php on line 356 2008-01-28 00:49:58 +00:00
poltawski
5d49ff351d MDL-13149 - use correct capability checks to decide which forum subscribe
links to display
merged from MOODLE_19_STABLE
2008-01-27 17:01:12 +00:00
stronk7
012912655a Rename lesson usegrademax to usemaxgrade because some old sites can be using the wrong one. MDL-13177 ; merged from 19_STABLE 2008-01-27 15:39:05 +00:00
stronk7
044197030b Deleting core uses of sql_isnull(). MDL-12970 ; merged from 19_STABLE 2008-01-27 01:28:25 +00:00
stronk7
04150e0886 Adding some missing log actions when restoring forums. MDL-13184 ; merged from 19_STABLE 2008-01-27 00:39:56 +00:00
poltawski
78ea91bc73 MDL-13180 - prevent return of duplicate rows 2008-01-26 17:35:58 +00:00
poltawski
29ee92888b MDL-13180 - stop returning duplicate rows
merged from MOODLE_19_STABLE
2008-01-26 16:04:22 +00:00
jamiesensei
b667e698fd MDL-13156 "insert_category_and_question_ids() function name can cause name conflicts" Fixed : 2008-01-25 07:01:18 +00:00
moodler
2760f205c9 Merged $current notice from 1.9 2008-01-25 06:31:15 +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
poltawski
70c003a241 MDL-13088 - database presets weren't escaping bad chars, causing presets
to break with a rogue <
merged from MOODLE_19_STABLE
2008-01-24 19:41:17 +00:00
skodak
0bf0e3219e MDL-13050 Reverting, it's not working out as well as planned; merged from MOODLE_19_STABLE 2008-01-24 19:02:27 +00:00
tjhunt
7956944f7c MDL-12933 - Bug in mod/quiz/lib.php break MyMoodle - Fix thanks to Eric Merrill. 2008-01-24 17:13:30 +00:00
poltawski
f92d7ac9b7 MDL-13146 - prevent debug message about missing helpbutton title
merged from MOODLE_19_STABLE
2008-01-24 11:00:14 +00:00
poltawski
ab496ca8e5 MDL-13107 - clean up data cvs import capability checks
Removed bad check 'mod/data:uploadentries' (which doesn't exist),
replaced it with mod/data:manageentries which is what is used to display
the form for this page.

Also removed the empty database redirect and editing entries checks
as there no way to get to this point in the UI and capability check
is covered by the manageentries requirecap (+ later sesskey check).

merged from MOODLE_19_STABLE
2008-01-23 13:27:47 +00:00
moodler
16c6dc3b2e Disable workshop by default in a new install MDL-13100 2008-01-23 04:38:43 +00:00
skodak
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
skodak
4b86bb0827 MDL-12773, MDL-12144 grade category selection on modedit page; merged from MOODLE_19_STABLE 2008-01-21 18:42:03 +00:00
nicolasconnault
6dac764d18 MDL-13050 Reverting, it's not working out as well as planned 2008-01-21 13:40:47 +00:00
gbateson
e5eabf22fe fix Undefined property: stdClass::$studentfeedbackurl (line 282) and Undefined property: stdClass::$cellcontent2 (line 1081) in mod/hotpot/lib.php 2008-01-21 08:16:02 +00:00