29439 Commits

Author SHA1 Message Date
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
skodak
3f6ba95bc6 MDL-12570 option to disable lang autodetect from browser; merged from MOODLE_19_STABLE 2007-12-15 13:28:01 +00:00
skodak
15fb52fbcb MDL-8992 eoas hack added only when really needed, removed slow fullclone; merged from MOODLE_19_STABLE 2007-12-15 13:21:12 +00:00
skodak
f26cfa228d MDL-11800 improving previous commit; merged from MOODLE-19_STABLE 2007-12-15 12:05:54 +00:00
skodak
5da9e750cf MDL-12570 option to disable lang autodetect from browser; merged from MOODLE_19_STABLE 2007-12-15 11:49:59 +00:00
stronk7
6449e4a244 HEAD version bump by delta. Modify some timezone fields to accept new olson files. MDL-12024 2007-12-15 00:49:53 +00:00
stronk7
e7a89237de Modify some timezone fields to accept new olson files. MDL-12024
Merged from MOODLE_19_STABLE
2007-12-15 00:49:05 +00:00
skodak
d795bfdbf9 MDL-12221 reworked container autoclosing - error() and notice() do not work everywhere though; notice print header if needed now; new print_footer('empty') for empty footer - removes some hacky </body></html> - merged from MOODLE_19_STABLE 2007-12-14 21:22:38 +00:00
toyomoyo
fd3b240bd0 MDL-9290, restore performance improvements on reading xml 2007-12-14 06:16:08 +00:00
diml
9daffe5f29 Fixes MDL-12578 for HEAD branch
adding SEARCH_TYPE_LESSON and related keys to searchlib.
2007-12-13 21:45:28 +00:00
urs_hunkler
67a6e17071 merged from 1.9 :: MDL-12221 :: Some enhancements to handle the changed boxes - work in progress. 2007-12-13 20:25:24 +00:00
urs_hunkler
f287947552 merged from 1.9 :: MDL-11438 :: added screenshot.jpg to prevent IEs crashing on the them selection page. 2007-12-13 20:21:56 +00:00
tjhunt
27cabbe626 MDL-12575 - Backup and restore problems with the new question bank. Merged from MOODLE_19_STABLE. 2007-12-13 18:48:30 +00:00
stronk7
e5e7b2a8fe Added the sql_cast_char2int() funtion to provide cross-db
casting from char/text to integer. MDL-12574

Merged from MOODLE_19_STABLE
2007-12-13 18:02:31 +00:00
tjhunt
df06c4bb88 Improve error messages. 2007-12-13 17:24:54 +00:00
tjhunt
0cfabab671 MDL-12517 - Further refinement. Move the processing to after print_header, so any notices do not break XHTML strict. Merged from MOODLE_19_STABLE. 2007-12-13 14:26:14 +00:00
tjhunt
0a2c84851c MDL-12517 - Move checking code into the user interface layer where it belongs. Merged from MOODLE_19_STABLE. 2007-12-13 14:19:24 +00:00
toyomoyo
56af043f38 MDL-12517, notify when grades entered into gradebook is out of bounds 2007-12-13 07:09:27 +00:00
toyomoyo
a4a15d26d4 MDL-12470, fixing broken span tag 2007-12-13 02:33:02 +00:00