ethem
65f0a8f697
Accesbility Improvements. Strings added: orderdetails, cclastfour, isbusinesschecking, shopper
2008-02-11 10:44:09 +00:00
ethem
36814b9910
Accesbility Improvements: -New search option, cc last four; -Paging options
2008-02-11 10:05:06 +00:00
scyrma
20d61ce52b
Merge from 19_STABLE (MDL-10639)
2008-02-11 02:22:48 +00:00
moodlerobot
944f423afd
Automatic installer.php lang files by installer_builder (20080209)
2008-02-09 03:15:51 +00:00
poltawski
85de84a89f
MDL-13262 - role related user filters were assuming roleids because array_merge
...
was stomping on keys. Patch by Dennis Rochford
merged from MOODLE_19_STABLE
2008-02-08 12:16:00 +00:00
poltawski
dfe2fbc665
MDL-13354 - wrong capability checked for view report link
...
merged from MOODLE_19_STABLE
2008-02-08 10:00:13 +00:00
moodler
b08261a100
Fixed context in has_capability call MDL-13378 (merged)
2008-02-08 03:59:38 +00:00
moodlerobot
279ac1a3e2
Automatic installer.php lang files by installer_builder (20080208)
2008-02-08 03:13:23 +00:00
poltawski
175767ede7
MDL-13339 - ensure we don't continue the restore process if there is
...
no course header in the backup file. This bug was causing blank course
records to be created when users tried to restore a non-moodle backup file
such as a scorm file.
merged from MOODLE_19_STABLE
2008-02-07 18:52:51 +00:00
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