Commit graph

29707 commits

Author SHA1 Message Date
tjhunt
7588679f7a Teach XMLDB about the local/db folder, but only include it if the local folders exists. 2007-12-19 15:06:51 +00:00
nfreear
d77a74e3b4 Followup for MDL-7493... - Finally the correct images! fix transparency, and improve contrast in Windows High Contrast Black mode. 2007-12-19 13:35:25 +00:00
tjhunt
a66a929e63 New option on print_single_button to all printing of disabled buttons. 2007-12-19 13:31:03 +00:00
nfreear
91577f17f3 Followup for MDL-7493... - revert images to fix transparency, and improve contrast in Windows High Contrast Black mode. 2007-12-19 13:25:24 +00:00
tjhunt
c0e9f877b4 gradebook / graded_users_iterator - Typo in conditional. 2007-12-19 12:40:00 +00:00
tjhunt
9088c6e2e4 MDL-12647 - Moving multiple_choice questions between contexts breaks them.
There was a subtle interaction between get_question_options  and replace_file_links for this question type.

Merged from MOODLE_19_STABLE.
2007-12-19 12:11:03 +00:00
scyrma
8e4636c26f Fix a bug passed on after commit of by http://lists.moodle.org/arc/commits/2007-12/msg00352.html
There shouldn't be html tags in this place.
2007-12-19 05:58:27 +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
mjollnir_
d4564cf018 merged from MOODLE_19_STABLE: moving two functions from admin/roles/manage.php (switch_roles and role_cap_duplicate) to accesslib & added phpdoc. Fixes MDL-12621 2007-12-18 20:51:07 +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
skodak
23160003ae MDL-12496, MDL-11889 allow deleting of activities with disabled grading from gradebook; merged from MOODLE_19_STABLE 2007-12-18 17:38:22 +00:00
nfreear
c076f4beef Fixes reopened MDL-7493 "Make sure standard themes are visible under "Windows High Contrast Black" mode" - foreground show/hide block icon/ALT text switched with Javscript. 2007-12-18 17:18:19 +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
tjhunt
36ffa395f9 MDL-12517 - fix typo in the last commit. 2007-12-18 14:57:03 +00:00
skodak
7567447034 MDL-12517 reverting the moving of data processign, returning array of warnings instead from function; merged from MOODLE_19_STABLE 2007-12-18 13:53:18 +00:00
skodak
379ea94931 MDL-12517 null not treated properly, max instead of min typo and pretty please initialize all objects properly; merged from MOODLE_19_STABLE 2007-12-18 13:27:31 +00:00
skodak
6477f991e6 MDL-12628 acces typo fixed; merged from MOODLE_19_STABLE 2007-12-18 12:00:32 +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
moodler
54ab64e951 Automatic installer.php lang files by installer_builder (20071218) 2007-12-18 03:15:11 +00:00
skodak
6265d4630b MDL-12103 new config option for mail newline chars; merged from MOODLE_19_STABLE 2007-12-17 23:44:25 +00:00
skodak
5730323b4b MDL-12524 fixed quoting of phrases in mail header (problem with special chars in names of users); merged from MOODLE_19_STABLE 2007-12-17 21:39:03 +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
tjhunt
8ad877b6ad Unset a meaningless id. This probably does not change anything in moodle, but it was part of a bug fix in the OU version of Moodle that seemed correct, so I am merging it over. 2007-12-17 15:29:48 +00:00
tjhunt
baafcd2f06 Typo in redirect URL. 2007-12-17 14:11:55 +00:00
tjhunt
46a5a85b58 MDL-12616 - Improve layout so you can distinguish the student's response to an essay question from the feedback. Merged from MOODLE_19_STABLE. 2007-12-17 12:28:14 +00:00
fmarier
9bb19e5827 course/lib: Cache get_categories() using a static variable (MDL-11938)
Some recursive functions call get_categories() repeatedly to get all of the
child categories of the current one.

This commit create a lazily-initialized cache of all of the categories so
that the database is only queried once to retrieve all of the categories.

It speeds up the both the homepage and the course edit page (where the
categories are displayed in combo boxes).
2007-12-17 04:49:27 +00:00
moodler
2efa773446 New tags file 2007-12-17 04:17:02 +00:00
moodler
924c520a26 Testing commit message one more time, I think this is it 2007-12-17 01:25:18 +00:00
moodler
9a12b01ce0 Testing a commit 2007-12-17 01:18:21 +00:00
moodler
badaec5507 Testing a commit message 2007-12-17 01:14:39 +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
poltawski
7e8bdd14cc MDL-11086 - more tweaks to helpfile as per Rays suggestions
merged from MOODLE_19_STABLE
2007-12-16 16:14:48 +00:00
skodak
5afdebff2e MDL-12596 Timezone problem in PHPMailer RFCDate() Function - patch submitted by Leo Gaggl; merged from MOODLE_19_STABLE 2007-12-16 14:50:58 +00:00
skodak
fe362e1aca MDL-12597 fixed short php bugs; merged from MOODLE_19_STABLE 2007-12-16 14:14:17 +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
d9854bee3f MDL-12602 redirect to course if require_capability() fails for module context; merged from MOODLE_19_STABLE 2007-12-16 13:53:04 +00:00
skodak
7f9c4fb97d MDL-12601 prevent fatal errors when module code missing + merging other stuff; merged from MOODLE_19_STABLE 2007-12-16 13:41:16 +00:00
poltawski
ceb31746c5 MDL-11191 - lets not advocate copyright abuse by advising to steal pictures
from the web!

merged from MOODLE_19_STABLE
2007-12-16 11:59:09 +00:00
skodak
eecf76df42 MDL-12599 , MDL-12598 - fixed capability tests in user and overview reports; merged from MOODLE_19_STABLE 2007-12-16 10:54:45 +00:00
urs_hunkler
28d10603b5 merged from 1.9 :: CSS cleanups :: collect some background definitions in a basic property and work with cascading to more special definitions. 2007-12-16 09:41:56 +00:00
poltawski
13d1f5a6d2 MDL-12593 - hidden role assignment icon wasn't being shown. Also prevent warning
about unset $hidden

merged from MOODLE_19_STABLE
2007-12-15 23:30:38 +00:00
poltawski
e8276c1047 Improving phpdocs for when to use format_string()/format_text() based on
wiki comments. It wasn't an entirely clear (e.g. mixup in MDL-11800)

Merged from MOODLE_19_STABLE
2007-12-15 18:42:49 +00:00
skodak
8b3dc20253 MDL-12580 fixed infinite redirect loop when editing profile for the first time; merged from MOODLE_19_STABLE 2007-12-15 16:57:20 +00:00
skodak
32462b2c10 MDL-12592 do not execute theme_setup() if header already printed; merged from MOODLE_19_STABLE 2007-12-15 16:53:39 +00:00
skodak
1d21b2377e MDL-12581 fixed multiple xhtml strict; merged from MOODLE_19_STABLE 2007-12-15 16:06:09 +00:00
skodak
b3847656ed MDL-12585 make sure category path, parent and depth are ok before creating contexts; merged from MOODLE_19_STABLE 2007-12-15 15:49:35 +00:00