ethem
3fc5a426bf
Zend Studio Warning: Assignment in condition (line XX), Solved, one more ()
...
Merged from MOODLE_19_STABLE
2008-02-07 16:33:58 +00:00
moodler
a017dea612
Fix subject lines and corrupted emails from messages MDL-13364
2008-02-07 05:21:58 +00:00
gbateson
2eb9cce68e
MDL-13328 correct the counting of attempts when clickreporting has been enabled
2008-02-07 04:17:55 +00:00
moodlerobot
87ac05f8bc
Added new lang
2008-02-07 03:32:35 +00:00
moodlerobot
33ed3008cf
Automatic installer.php lang files by installer_builder (20080207)
2008-02-07 03:11:01 +00:00
nicolasconnault
de6f158f2b
MDL-6826 Removed the optional_param lines at the top, and set the submit buttons to PARAM_RAW. Also changed !empty() to isset(); Merging from 1.9
2008-02-06 10:25:45 +00:00
ethem
04b8b68848
MDL-10181 User Management Improvements: Cron unenrolment of manual should takes place in the main cron.
...
It is time to use own enrolment method when calling funcs enrol_into_course, role_assign, role_unassign.
Zend Studio Warning: Assignment in condition (line XX), Solved, one more ()
Assignments in a conditional statement are sometimes the result of a typo.
In many cases, instead of the assignment operator =, the equality operator ==
should be used. When comparing a variable and a non-variable expression,
it is common practice to put the variable on the right-hand side of the equality
operator, so that if the equality operator is erroneously replaced with the
assignment operator, PHP will report a parse error immediately.
This helps you avoid a big subset of this class of bugs.
Merged from MOODLE_19_STABLE
2008-02-06 08:13:20 +00:00
scyrma
a040b67d73
merge from 19_STABLE
2008-02-06 06:18:06 +00:00
scyrma
f3951c0a6e
merge from 19_STABLE
2008-02-06 05:56:10 +00:00
scyrma
67ab5a01a9
Merge from 19_STABLE
2008-02-06 03:37:30 +00:00
skodak
51edc06ea1
MDL-10132 improved random glossary blocks - now uses modinfo too + fixed some notices; merged from MOODLE_19_STABLE
2008-02-05 23:34:20 +00:00
skodak
d6bc2a8104
MDL-11282, MDL-11643 - removing notice() from grade_update() - we can not stop execution there!; merged from MOODLE_19_STABLE
2008-02-05 23:11:02 +00:00
skodak
af105b8abb
MDL-13345 disabled module not present on backup form anymore; merged from MOODLE_19_STABLE
2008-02-05 22:55:50 +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
ac0b1a1987
MDL-13155 reworked get_all_instances_in_course() and get_all_instances_in_courses(), based on patch by Tim; merged from MOODLE_19_STABLE
2008-02-05 21:34:58 +00:00
stronk7
b3238b3519
Some old backups can contain empties in user->picture, fix them before insert. Merged from 19_STABLE
2008-02-05 20:31:06 +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
andreabix
4be54ba5b7
Added following classes:
...
.rolecap .inherit.capdefault, .rolecap .allow.capdefault {
background-color:#E3DFD4;
}
#admin-roles-override .capcurrent {
background-color:#E3DFD4;
}
2008-02-05 18:56:08 +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
ethem
ca177540ba
*** empty log message ***
2008-02-05 17:34:36 +00:00
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