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
poltawski
d9992b0626
MDL-12639 - prevent debug warnings about help buttons on database presets
...
Merged from MOODLE_19_STABLE
2007-12-18 21:27:45 +00:00
tjhunt
b7b4f8bdc4
Improve the quiz_rescale_grade function, and call it from one other place, instead of duplicating code. Merged from MOODLE_19_STABLE.
2007-12-18 18:20:25 +00:00
tjhunt
f4850b7e52
MDL-12635 - Manual grading report does not check capabilites - also, only show the tabs for the reports people can access. Merged from MOODLE_19_STABLE.
2007-12-18 16:12:11 +00:00
poltawski
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
scyrma
5cce2e7512
Add some documentation
2007-12-18 08:39:44 +00:00
scyrma
d66dc4b2d7
MDL-12613 - this should fix (part of) the problem with the search block (take 2)
2007-12-18 08:17:58 +00:00
scyrma
aa66df4dff
MDL-12613 - this should fix the problem with the search block
2007-12-18 07:54:09 +00:00
tjhunt
636b8f19cb
Strip out an unneccessary HTML table that way causing a 'button moves when you try to click on it' problem.
2007-12-17 17:17:22 +00:00
tjhunt
7f2ec6b147
Minor quiz layout improvements. Merged from MOODLE_19_STABLE.
2007-12-17 16:56:42 +00:00
poltawski
94bccb1640
MDL-12385 - glossary category edit page doesn't respect $CFG->pixpath
...
merged from MOODLE_19_STABLE
2007-12-16 18:17:55 +00:00
skodak
4f1dc7ea98
MDL-12600 , MDL-11191 - rewritten permission tests to be xhtml strict compatible; merged from MOODLE_19_STABLE
2007-12-16 13:57:21 +00:00
skodak
d795bfdbf9
MDL-12221 reworked container autoclosing - error() and notice() do not work everywhere though; notice print header if needed now; new print_footer('empty') for empty footer - removes some hacky </body></html> - merged from MOODLE_19_STABLE
2007-12-14 21:22:38 +00:00
tjhunt
27cabbe626
MDL-12575 - Backup and restore problems with the new question bank. Merged from MOODLE_19_STABLE.
2007-12-13 18:48:30 +00:00
tjhunt
129b80c592
MDL-11267 - follow-up - don't show the checkboxes in the overview report if you cannot do anything with them. Merged from MOODLE_19_STABLE.
2007-12-12 19:13:09 +00:00
tjhunt
5a128471cc
Fix notice.
2007-12-12 17:47:35 +00:00
tjhunt
2a13e454f9
MDL-9459 - Provide information relating to groups in the summary message "Attemts: 123". Now, depending on the situation, you see one of three messages: "Attempts: 123", "Attemtps 123 (45 from your groups)" or "Attemtps 123 (45 from this group)".
...
I also took the opportunity to improve the layout of this message slightly, and clarify the message that tells you that you cannot add or remove questions from the quiz if there are attemts.
Merged from MOODLE_19_STABLE.
2007-12-12 17:23:55 +00:00
tjhunt
89d7d96279
MDL-12546 - The choice module was calling get_users_by_capability, which hammers the database and returns lots of data, inside a loop over users - and it was calling it with identical parameters each time. Ouch!
...
Actually, since the fix for MDL-12331, which changed the get_users_by_capability call at the top of this function, the check it was doing is entirely redundant anyway, so I removed it.
Merged from MOODLE_19_STABLE.
2007-12-11 18:49:56 +00:00
tjhunt
02e48901b4
MDL-12543 - Quiz overview report displays a grade of 0 the same way as a missing grade for an incomplete attempt. Merged from MOODLE_19_STABLE.
2007-12-11 16:55:54 +00:00