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
gbateson
ab327964e7
fix MDL-13047 in which an invalid SQL query was run if no attempts were foudn to match the conditions of the required report
2008-01-21 08:13:46 +00:00
gbateson
0c78faaa1c
fix Error in call to helpbutton function: at least one of $title and $linktext is required
2008-01-21 08:09:31 +00:00
danmarsden
c37fdcb550
Fix for MDL-12979 forum sends out notification to users not in course - due to call to deprec function get_course_users - This also fixes MDL-10163
2008-01-20 20:05:45 +00:00
nicolasconnault
7fd4c03f41
MDL-13050 Oops... fixing syntax error
2008-01-18 22:40:04 +00:00
jamiesensei
ede67707a6
MDL-13034 fixes "insertion of question / category ids at the CONTEXT_MODULE level does not respect whether the instance of the module has been selected for backup" and cleans up code a little.
2008-01-18 14:49:59 +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
danmarsden
3c56a7cc93
fix for MDL-7128 - hide save button when options are all full. and tidy up of old is_guest call
2008-01-18 00:32:31 +00:00
danmarsden
06d5e7f08b
MDL-12331 prevent hidden role assignments from being shown in the unanswered column of the choice, but still allow them to be shown if they have selected a choice.
2008-01-17 23:02:57 +00:00
danmarsden
ba85f6cebc
MDL-12890 - patch that allows doanything users to submit a choice, but not shown in the unanswered column.
2008-01-16 18:50:20 +00:00
poltawski
d4ba9ef7dc
MDL-13023 - avoid a db query per user picture
2008-01-16 14:45:24 +00:00
jamiesensei
c56590192a
whitespace clean up, removed all indentation with tabs and trailing white space
2008-01-13 08:30:39 +00:00
urs_hunkler
f58fcc8234
merged from 1.9 :: MDL-11154 :: added the missing code and the config line and explanation in config.php for flexible columns.
2008-01-12 18:14:49 +00:00
jamiesensei
6923c5546a
MDL-12695 Symantec Norton internet security pop up blocker seems to be stopping user starting a quiz attempt - fixed this by using print_single_button which uses an onclick event to trigger a confirm dialogue, should work better even with popup blockers.
2008-01-12 08:50:32 +00:00
pichetp
fa1661c27c
MDL12932 -Random Short-Answer Matching does not display correctly in Item analysis report
2008-01-11 14:24:10 +00:00
skodak
fffa8b358f
MDL-12926 Discussion list shows all discussion in separate mode if user not member of any group and does not have accessallgroups; merged from MOODLE_19_STABLE
2008-01-11 13:09:51 +00:00
poltawski
2b5153990a
MDL-12930 - wrong title text on search webpages button, thanks to Mitsuhiro
...
Yoshida
merged from MOODLE_19_STABLE
2008-01-11 11:59:31 +00:00
poltawski
577d233d53
MDL-12400 - superfluous required_param causing problems in upload
...
assignment user report.
2008-01-11 11:46:16 +00:00
skodak
c57da11991
MDL-12921 Using visible groups in Q&A Forums student can't reply to discussions for All participants (including groups code cleanup); merged from MOODLE_19_STABLE
2008-01-10 23:13:30 +00:00
poltawski
5c88048813
MDL-12890 - differing values for number of choice responses link to what is
...
displayed
merged from MOODLE_19_STABLE
2008-01-10 14:08:19 +00:00
tjhunt
b26adbef4c
MDL-12373 - More instances of links to the participants list being shown in the navigation bar to people without the necessary capability.
...
I have not copied and pasted the same code into lots of different places. That sucks. We really need to refactor this into a function that builds the navigation up to, and including the user's name. However, I don't have time now. A list of the places touched by this bug (MDL-12373) will at least give a complete list of places that such a refactoring would have to touch.
2008-01-10 10:58:16 +00:00
urs_hunkler
52ea8aa026
Merged from 1.9 and checked :: MDL-12221 :: I added changes to weblib and the forum and glossary view pages, the custom_corners and standard theme to get those pages working.
...
In the view pages I changed the container function call to a simple "echo 'div ...'" to avoid the custom_corners container overhead and page oddity.
In weblib I added "clearfix" handling to the function "print_box_start($classes ...". "clearfix" is handed over to the containing divs. This is a hack, but I didn't know how to handle it without rewriting too much areas.
2008-01-09 15:52:08 +00:00
poltawski
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
ericmerrill
817fb4cb01
MDL-11674
...
Changing back an issue that could cause dataloss.
2008-01-09 02:13:52 +00:00
martinlanghoff
7ce4ce0aa4
mod/chat:chat_cron() - IS NOT NULL is better - MDL-11674
2008-01-08 22:36:17 +00:00
martinlanghoff
319038c39d
mod/chat:chat_cron() delete stale chat messages with a single query, fast, and portable too! MDL-11674
2008-01-08 20:58:24 +00:00
poltawski
4282d047c2
MDL-9372 - only show RSS options in database module when RSS is enabled
...
merged from MOODLE_19_STABLE
2008-01-08 13:40:32 +00:00
nicolasconnault
98348de3ae
MDL-12829 Removed a hard-coded test integer
2008-01-04 09:22:25 +00:00
nicolasconnault
b35a5a701d
MDL-12829 Removed a hard-coded test integer
2008-01-04 09:21:32 +00:00
nicolasconnault
df270d4c74
MDL-12829 Applied the sql fix
2008-01-04 06:49:30 +00:00
nicolasconnault
d82b018f77
MDL-12829 Applied the sql fix
2008-01-04 06:24:34 +00:00
mark-nielsen
4c99e342d2
Merging fixes for MDL-12383 and MDL-12605 from MOODLE_19_STABLE
2007-12-29 22:48:48 +00:00
mark-nielsen
8888882af4
Merging fix for MDL-12605 from MOODLE_19_STABLE
2007-12-29 22:18:19 +00:00
mark-nielsen
c0fe568e2c
Merging fix for MDL-11900 from MOODLE_19_STABLE
2007-12-29 21:50:53 +00:00
mark-nielsen
a46bb28882
Merging fix for MDL-12610 from MOODLE_19_STABLE
2007-12-29 20:59:09 +00:00
mchurch
ca29e37d24
MDL-12744 - Add ability to pass an extra button for use in print header for modules that use the course page to display themselves with blocks.
2007-12-28 16:13:09 +00:00
skodak
50acc61321
MDL-9552 reverting the [$userid] change - we do need array there in upgrades and changes in modedit; merged from MOODLE_19_STABLE
2007-12-26 23:21:38 +00:00
poltawski
3225acd58b
MDL-12734, fix calling print_header() twice
...
merged from MOODLE_19_STABLE
2007-12-26 20:19:36 +00:00
poltawski
0bf540bb64
MDL-2013 - stop resource auto-linking from occuring when resources are hidden
...
merged from MOODLE_19_STABLE
2007-12-26 17:44:45 +00:00
skodak
9b8ba7cdda
MDL-12728 missing USER->mnehostid in forum cron processing; merged from MOODLE_19_STABLE
2007-12-25 22:22:16 +00:00
skodak
8377472307
MDL-11783 no uploads after finalising; merged from MOODLE_19_STABLE
2007-12-25 22:03:31 +00:00
skodak
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
skodak
6225fd13c0
MDL-12711 use 'checked' value for enabled resource_popup; merged from MOODLE_19_STABLE
2007-12-23 11:50:23 +00:00
poltawski
b070f1c78b
MDL-12707 - moved hotpot/ lams to use new admin settings
2007-12-22 19:57:46 +00:00
tjhunt
8cfd7faf10
Ensure links of the form /mod/quiz/view.php?q=332 are backed up and restored correctly.
2007-12-21 15:38:36 +00:00
poltawski
3a69aa183d
MDL-12692 - missing second argument to help button
...
merged from MOODLE_19_STABLE
2007-12-21 14:14:55 +00:00
skodak
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
tjhunt
c5f1ff788d
MDL-12675 - Give teachers a direct link from the quiz index page to the results.
2007-12-20 15:11:03 +00:00
skodak
220a90c5a1
MDL-11561 admin tree improvements and bugfixing
2007-12-19 17:35:20 +00:00