Commit graph

7199 commits

Author SHA1 Message Date
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
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