Commit graph

19081 commits

Author SHA1 Message Date
vyshane
a2c28054b8 Added $CFG->pagepath to the blocks_execute_action() function for the config
action. This is used to generate the Moodle Docs URL for configuration of an
instance of a block.
2006-03-16 04:55:43 +00:00
toyomoyo
60534cfc9c more cleaning for filter class 2006-03-16 04:33:47 +00:00
toyomoyo
91366ca7dd more cleaning 2006-03-16 04:21:13 +00:00
vyshane
a0fd7c1df8 Updated print_textarea() 2006-03-16 03:56:19 +00:00
toyomoyo
c0778901fd more cleaning 2006-03-16 03:42:56 +00:00
michaelpenne
2ea3451018 SQL error occured when viewing this page and no questions have been added to the quiz. This has been fixed. 2006-03-16 03:26:49 +00:00
toyomoyo
40b6323cd0 fixed a bug where using tag to search blogs, nav menu is not working 2006-03-16 02:01:55 +00:00
skodak
09eb1e9e28 fixed live link 2006-03-15 21:05:19 +00:00
skodak
838231ff95 fixed broken log links in admin menu; I noticed it some time ago, the merge seems to be finished - I decided to fix it now 2006-03-15 21:03:45 +00:00
skodak
f89f924e03 fixed debug warning 2006-03-15 20:50:05 +00:00
gustav_delius
5872b4cca3 Fixed typo giving sesskey error 2006-03-15 20:25:49 +00:00
skodak
9bc78f8456 fixed typo PARAM_CLEAR 2006-03-15 18:08:24 +00:00
nfreear
3fb99e7352 Accessibility: fix removed .navbar { height }, admin view in Opera 8 (OU-Bugz: 750) 2006-03-15 15:33:19 +00:00
nfreear
ee692a4210 Accessibility: fix - darker, 'weeks' course format - date text too pale (OU-Bugz: 751) 2006-03-15 15:26:15 +00:00
nfreear
1b3a4c8f1c Accessibility: 'weekscss' course format - layout table of weeks, now a list. 2006-03-15 15:20:53 +00:00
koenr
ba54314b58 typo 2006-03-15 14:25:58 +00:00
nfreear
2f8a4d8548 Accessibility: improved class-name semantics, matches 'weeks' course format. 2006-03-15 11:02:42 +00:00
nfreear
2bf0e5e2a9 Accessibility: added title to envelope link, replaced img width/height (OU-Bugz: 697,736) 2006-03-15 10:42:50 +00:00
nfreear
ce148ff57e Accessibility: critical fix (editing on), filled empty Alt-link text, times 6 (OU-Bugz: 744) 2006-03-15 10:26:56 +00:00
nfreear
d57be0a8b4 Accessibility: strict, replaced image border, width... with classes (OU-Bugz: 697, 745) 2006-03-15 10:23:09 +00:00
moodler
e7fea10028 Don't use isteacher() 2006-03-15 10:05:19 +00:00
moodler
fe5a1e23b3 Remove hardcoded box size for My Moodle 2006-03-15 09:59:28 +00:00
moodler
9cba7a8c80 Added some more efficiencies to the code, but something seems to be wrong
with this function as the SQL is not finding any new posts at all for me.

Needs checking!
2006-03-15 09:56:57 +00:00
nfreear
a328113f13 Accessibility: validation, missing 'alt' attribute, near $strshowallweeks (OU-Bugz: 741) 2006-03-15 09:56:40 +00:00
moodler
e23800b7b5 Fixed classes for styles in forum overview in My Moodle 2006-03-15 09:50:42 +00:00
nfreear
99499e69a4 Accessibility: validation, erroneous & replaced with & call to popup_form (OU-Bugz: 735) 2006-03-15 09:42:37 +00:00
toyomoyo
aebb940968 ";" 2006-03-15 09:14:38 +00:00
toyomoyo
fd40fbb2bd added cancel button for preference 2006-03-15 09:13:34 +00:00
toyomoyo
20fc0f2655 took out courseid and groupid 2006-03-15 08:49:33 +00:00
vyshane
540f964d92 Fixed undefined var notice 2006-03-15 08:40:56 +00:00
vyshane
80743e2a5b Fixed bug in use_html_editor() that prevented HTMLArea display if $name is not
provided.
2006-03-15 08:30:03 +00:00
moodler
6d74edf770 Link to logs now available through reports (SE) 2006-03-15 08:08:20 +00:00
moodler
ff6f951197 Log reporting. (SE) 2006-03-15 08:07:14 +00:00
moodler
4d70ff5c51 Changed to full urls as we will be linking to here from the admin reports (SE) 2006-03-15 08:05:34 +00:00
vyshane
d87f8b6f33 Made gen_textarea() use print_textarea() function from /lib/weblib.php 2006-03-15 07:42:01 +00:00
toyomoyo
32a2647e02 took out a form tag 2006-03-15 07:14:39 +00:00
ikawhero
7c4b2fb3c2 Removed redundant if statement 2006-03-15 06:38:28 +00:00
vyshane
035d465cb6 Made added $return argument to print_textarea() function. 2006-03-15 05:38:02 +00:00
toyomoyo
924f20e221 many functions removed, might have broken a few things 2006-03-15 04:15:09 +00:00
moodler
a2a3733666 iFIx up some styles for the MyMoodle overview 2006-03-15 04:01:10 +00:00
moodler
5d45c04fce More styles for My Moodle 2006-03-15 03:47:08 +00:00
moodler
a7a74d7706 Added some styles 2006-03-15 03:42:51 +00:00
moodler
76a60031d0 All the assignment classes no longer need to be loaded, and removed some notices 2006-03-15 03:36:33 +00:00
vyshane
5f9b13b860 Updated use_html_editor() and print_editor_config() 2006-03-15 03:12:28 +00:00
vyshane
6b9dbb377f Textarea field now uses functions use_html_editor() and print_editor_config()
form /lib/weblib.php. It's been decided that the minimum requirements for the
database module will be 1.5.3+ stable. Will commit updates to the above two
functions to 1.5.3+ stable once they have been tested on stable.
2006-03-15 03:11:25 +00:00
toyomoyo
b2cda3d13a taking out extendedbody 2006-03-15 02:32:46 +00:00
toyomoyo
e17426ca5f more cleaning 2006-03-15 02:17:35 +00:00
toyomoyo
f99fee6c71 more cleaning, filter do not process dates 2006-03-15 02:02:25 +00:00
patrickslee
9ca0187e16 Chat module support for my moodle page 2006-03-14 22:28:28 +00:00
patrickslee
101e9cad48 Dim link if not visible in my course view for assignment module 2006-03-14 22:05:16 +00:00