Commit graph

750 commits

Author SHA1 Message Date
skodak
c1be9b31a2 MDL-7734 fixed warning when $course not defined when printing help button; merged from MOODLE_17_STABLE 2006-12-09 13:34:26 +00:00
toyomoyo
2ca05411a9 merged fix for MDL-7734, making help links respect course langs 2006-12-07 02:19:13 +00:00
jamiesensei
0befbdfd8f petr's patch to fix problem with htmlarea breaking clientside validation. Also using id's with same naming convention as formslib for htmlareas. 2006-12-05 13:21:40 +00:00
skodak
9c0f063b2c MDL-7737 Remove form referer checks - $CFG->secureforms optional checking 2006-12-04 09:13:51 +00:00
skodak
28b52b8607 removed space from alt attribute, use empty "" insted according to accessibility recommendations 2006-12-03 15:34:37 +00:00
vyshane
fb08106cfe Added help button for html editor shortcut keys. 2006-11-30 08:30:46 +00:00
toyomoyo
a5fd49611b fix for MDL-7469, changed help icon alt to "helpwiththis" if text is displayed with help icon 2006-11-30 06:03:02 +00:00
toyomoyo
26c65d5f44 changed help, abc to help with abc 2006-11-30 05:55:14 +00:00
toyomoyo
c2d341983f undoing damage (hidden text, < > arrows) 2006-11-29 08:57:18 +00:00
nfreear
ce27e6f42f Fix for MDL-6685 (and MDL-7122 "breadcrumb separator missing"). Merged from MOODLE_17_STABLE. 2006-11-28 15:26:40 +00:00
dwoolhead
23ff199c26 MDL-7699 Fixed redirect() to ../../ 2006-11-27 16:42:16 +00:00
toyomoyo
5a86df5e9f fix for MDL-7487, addin guser setting for screen reader, MDL-7435, add new field for alt tag for user picture 2006-11-27 07:23:12 +00:00
vyshane
25f19a4c11 Merged from 1.7. 2006-11-27 04:49:09 +00:00
toyomoyo
044beba968 fix for MDL-7486, replace < and > with words for accessiblity 2006-11-27 03:07:01 +00:00
skodak
c66c2c0278 MDL-1899 course->category cleanup 2006-11-26 21:44:04 +00:00
skodak
2bbaf749c8 MDL-7434 all images that convey information should have alt text to convey that information - part 2 2006-11-25 18:09:33 +00:00
moodler
907e0fccf9 Removed B) MDL-7589 2006-11-17 02:12:08 +00:00
skodak
1936c10e54 fixed obsoleted use of course->category to find site course - now used SITEID instead MDL-1899 2006-11-12 08:55:13 +00:00
skodak
810944af7f we are going 100% unicode now - removed use of $CFG->unicodedb and current_charset(); MDL-7439 - part 2, only hotpot and wiki left 2006-11-11 17:23:20 +00:00
tjhunt
dfa924cc99 Make the close_window function better. Merged from MOODLE_17_STABLE. 2006-10-31 11:59:54 +00:00
tjhunt
d48b2c3f32 Add return option to notify(). Merged from MOODLE_17_STABLE. 2006-10-31 10:47:26 +00:00
moodler
75c3849a9e Merged drag class fixes from stable 2006-10-30 09:41:55 +00:00
skodak
90bbe68955 MDL-7190 fixed wrong closing ) in cache md5 calculation, sorry! merged from MOODLE_17_STABLE 2006-10-25 23:18:40 +00:00
skodak
d53ca6ad40 Strip ##TRUSTTEXT## when not in developer debug mode MDL-7190; minor format_text speedup; changed in md5 text cache calculation; merged from MOODLE_17_STABLE 2006-10-24 22:19:41 +00:00
vyshane
929089e754 Merged from 1.7 2006-10-24 03:26:55 +00:00
moodler
18894ee462 Fixed &nbsp characters MDL-7179 2006-10-23 13:42:23 +00:00
tjhunt
014094c42d Take out 8) smiliey that interfeers with ligitimate content like (1998). Merged from MOODLE_17_STABLE. 2006-10-11 16:30:51 +00:00
skodak
a44091bffe Fixing Theme Config Variables MDL-6784 2006-10-09 10:12:41 +00:00
skodak
57f1b91497 fixed some incorrect strtolower() calls that were breaking non ascii languages MDL-6135 2006-10-07 20:47:54 +00:00
gustav_delius
6a8b20b790 Don't strip slashes from data send to htmlarea, after all it is not being stripped from data going to the normal textarea either. 2006-10-07 17:20:35 +00:00
moodler
46f8bacfc8 Fixed some unencoded & in urls 2006-10-06 05:44:05 +00:00
skodak
f47f4659de fixed nocache option in format_text() 2006-10-04 21:22:57 +00:00
moodler
c9f8e57f4a FIxed category editing button 2006-10-04 04:45:58 +00:00
skodak
a44de9c12f fixed print_texarea() capability requirement 2006-10-02 19:47:11 +00:00
moodler
85489a5b42 Various little cleanups 2006-10-02 14:57:00 +00:00
moodler
04186cd965 Improvements to the user listing, security and appearance 2006-10-01 06:18:18 +00:00
moodler
afe6d00384 FIxed a typo mod->id --> mod->cm 2006-10-01 04:56:43 +00:00
moodler
ea35ab87d9 Header and footer should include $CFG->header and $CFG->footer, just in
case the chosen theme doesn't exist any more
2006-09-29 05:43:48 +00:00
jamiesensei
909ec807cb moved styles in theme\standard\styles_form.css to theme\standard\styles_layout.css and removed theme\standard\styles_form.css and all references to it. In line with discussion here : http://moodle.org/mod/forum/discuss.php?d=54907 2006-09-28 10:32:23 +00:00
jamiesensei
1629424dbb added styles_form to $DEFAULT_SHEET_LIST part of the code necessary so that every theme loads styles_form 2006-09-25 14:56:45 +00:00
sam_marshall
20e1b1e5c0 Quick fix to the me() fix to the redirect function (for relative redirects). 2006-09-25 11:23:15 +00:00
moodler
afee986420 Updates for better CSS hooks 2006-09-25 08:20:14 +00:00
vyshane
1b54fb36ba Error printing for cron should be done with mtrace() 2006-09-25 02:44:54 +00:00
skodak
aade3a4b6a fix for MDL-6680 redirect function is broken when running php as CGI, me() now used instead of SCRIPT_NAME + minor coding style changes 2006-09-24 19:10:13 +00:00
vyshane
3f8a38343b Removed isteacher from function print_recent_activity_note() 2006-09-24 14:35:48 +00:00
moodler
c7731ab5e2 Fixed notice() so that you can pass a course if you want 2006-09-24 06:21:15 +00:00
moodler
65b0c132ed When getting lists of roles, put role names through format_string
(ie for multilang filter)
2006-09-23 12:46:53 +00:00
skodak
7eb0b60a1f debugging and error reporting level fixes and improvements MDL-6671 2006-09-23 09:38:39 +00:00
skodak
a17c57b5e3 Partially reversed patch for http://tracker.moodle.org/browse/MDL-5136, caching of filtered uploaded html files is disabled now MDL-5136 , Eloy is changing the column type in cache_text back to TEXT. 2006-09-22 18:08:53 +00:00
sam_marshall
ecfdc901fc Ooops. The following-HTTP-standard absolute-path redirect thing didn't work with URLs that begin / (i.e. it couldn't redirect to /moodle/whatever although it was fine redirecting to http://thing/moodle or to plain old whatever/something.) Fixed. 2006-09-22 10:48:37 +00:00