29989 Commits

Author SHA1 Message Date
ethem
5b184c3f44 *** empty log message *** 2008-02-05 17:27:35 +00:00
poltawski
f405c6e4d8 MDL-13314 count_role_users was showing different count to those returned from
get_role_users(), based on patch from Patrick Pollett
merged from MOODLE_19_STABLE
2008-02-05 17:19:41 +00:00
ethem
e08dc18dbe *** empty log message *** 2008-02-05 17:05:29 +00:00
poltawski
a5137c503a MDL-13235 - bulk user action removing users etc was buggy,
merged from MOODLE_19_STABLE
2008-02-05 15:24:11 +00:00
skodak
cba498f090 MDL-12518 fixed restore of grade calculations; merged from MOODLE_19_STABLE 2008-02-05 13:11:48 +00:00
skodak
76b570d602 MDL-12938, MDL-12937 - unenrol fixes - can not unenrol if can not unassign all users roles in course, do not show self unenrol if enrolment comes from parent context, fixed rturn value from get_user_roles; based on patch by Eric Merrill; merged from MOODLE_19_STABLE 2008-02-05 12:59:28 +00:00
jamiesensei
a18fbcfb50 MDL-13298 "Question bank displays always page 1 after adding new question" this was caused because the question creation page was redirecting back to the question back edit page and telling it to change to the category of the question that was just saved. This was causing the edit page to go back to page 0 of the new category. Now we only go back to page 0 if the category has actually changed. Merged from MOODLE_19_STABLE 2008-02-05 12:14:46 +00:00
skodak
df17e1bd93 MDL-3942 fixed warnings; merged from MOODEL_19_STABLE 2008-02-05 11:49:39 +00:00
skodak
f7633b0f2e MDL-12795 length specification in configtext constructor instead of css; merged from MOODLE_19_STABLE 2008-02-05 11:45:05 +00:00
jamiesensei
5111051663 MDL-13005 When trying to restore a course when you have more then one quiz and you choose only one quiz, the restore fails when trying to create categories and questions. Fixed this by ignoring module context level q categories in backup when the course module has not already been restored. merged from MOODLE_19_STABLE 2008-02-05 11:27:02 +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
skodak
133d5a97db MDL-13334 get_role_access() static cache in cron only; merged from MOODLE_19_STABLE 2008-02-05 10:41:05 +00:00
nicolasconnault
2c1bfda65e MDL-12158 Applied Matt's patch, merging from 1.9 2008-02-05 10:39:56 +00:00
nicolasconnault
b6fc06b6a4 MDL-12888 Removing redundant form 2008-02-05 10:30:27 +00:00
nicolasconnault
395a53aee5 MDL-12497 Disabled the "override site defaults" checkbox for admin page, and removed redundant help buttons, merging from 1.9 2008-02-05 10:26:57 +00:00
nicolasconnault
10bd016e80 MDL-10451 Fixed HTML errors, merging from 1.9 2008-02-05 09:58:05 +00:00
jamiesensei
9aa2d50136 this function should work for all modules but forgot to remove 'quiz' from sql. 2008-02-05 09:23:51 +00:00
mits
73514762af Updated config.php for theme oceanblue. 2008-02-05 09:16:28 +00:00
scyrma
ee285a20be Merge from 19_STABLE for MDL-10639. 2008-02-05 08:42:34 +00:00
gbateson
94b7cd35d3 MDL-10451 remove extraneous closing </b> tag from lang/en_utf8/help/hotpot/outputformat.html 2008-02-05 04:25:19 +00:00
gbateson
7433742566 MDL-13048 fix indefined course id when importing a Hot Potatoes quiz into the Lesson module 2008-02-05 04:13:51 +00:00
moodler
55da5e81b5 Cleaning up logic from MDL-6826 2008-02-05 03:16:07 +00:00
skodak
a3ff2dc294 MDL-13038 update_record now works with boolean false; merged from MOODLE_19_STABLE 2008-02-04 23:53:26 +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
urs_hunkler
5e98b1ab95 merged from 1.9 :: MDL-13329 :: Buttons in the sidblocks looked quite different in the different browsers. Changed several CSS aspects to make them look more similar, specially added IE "hacks". 2008-02-04 21:02:08 +00:00
nicolasconnault
80bddb7800 MDL-13087 merging from 1.9 2008-02-04 14:29:45 +00:00
nicolasconnault
fb739b77e0 MDL-13050 merging from 1.9 2008-02-04 13:57:36 +00:00
nicolasconnault
0b19ec1e95 MDL-6826 merging from 1.9 2008-02-04 13:02:07 +00:00
nicolasconnault
a07f0d1b13 MDL-13103 merging from 1.9 2008-02-04 12:18:23 +00:00
nicolasconnault
95f9fa4d1e MDL-13103 merging from 1.9 2008-02-04 11:03:29 +00:00
nicolasconnault
09d58b8555 MDL-13103 merging from 1.9 2008-02-04 10:08:40 +00:00
scyrma
4928b5cfe5 merge from 19_STABLE 2008-02-04 06:45:56 +00:00
scyrma
ef83be556b MDL-13060 - removing old entries fro VA and CD 2008-02-04 00:48:41 +00:00
stronk7
70e2417668 Save one extra query per user being restored. $newid contains the user id along all the iteration.
Merged from MOODLE_19_STABLE
2008-02-04 00:05:20 +00:00
stronk7
7b6e2a2bf9 Now custom profile fields and user tags are restored. MDL-6856 ; merged from 19_STABLE 2008-02-03 23:53:01 +00:00
stronk7
3dd3ab8ac8 Only insert outcome_course if it doesn't exist. MDL-13308 ; merged from 19_STABLE 2008-02-03 18:44:14 +00:00
stronk7
842874ebf8 Add some outcomes missing strings. MDL-13318 ; merged from 19_STABLE 2008-02-03 18:33:09 +00:00
stronk7
359e08ba88 Fix restore of outcomes, reusing them when possible. MDL-13309 ; merged from 19_STABLE 2008-02-03 18:26:58 +00:00
skodak
8c0daa223b MDL-13320 typo in lang/en_utf8/forum.php, found by Mitsuhiro Yoshida; merged from MOODLE_19_STABLE 2008-02-03 17:57:50 +00:00
skodak
0f0a5c2867 MDL-13319 skip disabled modules and blocks in cron; merged from MOODLE_19_STABLE 2008-02-03 17:28:25 +00:00
urs_hunkler
1e2e2ad811 Merged from 1.9 :: Chameleon restrictions info added. 2008-02-03 17:07:59 +00:00
urs_hunkler
b78e33af01 Merged from 1.9 :: MDL-13268 :: CSS cleanup and moved from the end of the file to the other admin CSS definitions 2008-02-03 17:01:18 +00:00
urs_hunkler
2731aaa0e2 Merged from 1.9 :: MDL-13268 :: CSS added 2008-02-03 16:55:32 +00:00
stronk7
63971f8b40 Detect used scales in course outcomes too. MDL-13307 ; merged from 19_STABLE 2008-02-03 16:40:34 +00:00
skodak
683ff270fe MDL-13317 use cached system context in get_user_access_sitewide and when rebuilding paths; merged from MOODLE_19_STABLE 2008-02-03 16:23:54 +00:00
skodak
6a5dc27c18 MDL-13316 added static cache for time zone info; merged from MOODLE_19_STABLE 2008-02-03 16:01:33 +00:00
urs_hunkler
1d36e84b4d merged from 1.9 :: MDL-13181 :: added to handle changed xhtml
.glossarypost div.concept h3,
.glossarypost.continuous .concept {
  display: inline;
}
2008-02-03 15:57:35 +00:00
skodak
7f30b5fc2c MDL-13312 fixed notices caused by previous commit, patch by Gary Anderson; merged from MOODLE_19_STABLE 2008-02-03 12:53:33 +00:00
skodak
1cc54a45d7 MDL-13310 added static cron cache into format_text() to prevent some db access; merged from MOODLE_19_STABLE 2008-02-03 10:57:07 +00:00