18752 Commits

Author SHA1 Message Date
skodak
0c0849cf5f lots of incorrect required_param()'s - there MUST be only two parameters not three!! 2006-03-08 00:08:51 +00:00
skodak
e92d8ccf4d fixed category switching bug 2006-03-07 23:59:33 +00:00
skodak
b1f00c8985 incorrect use of required_param() 2006-03-07 23:51:21 +00:00
skodak
bbba475967 fixed includes in included files - see bug #4891 2006-03-07 23:41:22 +00:00
skodak
e1427cdec5 fixed incorrect use of required_param() 2006-03-07 23:30:27 +00:00
mjollnir_
fb3ea05cc3 Adding more indexes to the log table - bug 4112 + version bump 2006-03-07 22:14:40 +00:00
skodak
107e7612b5 short php tags once more 2006-03-07 21:46:34 +00:00
skodak
38b7336ed1 short php tags 2006-03-07 21:35:13 +00:00
skodak
2c87013a55 missing p() in value 2006-03-07 21:06:46 +00:00
skodak
1b56f11102 fixed warning 2006-03-07 20:40:21 +00:00
skodak
2780eb570c missing db prefix 2006-03-07 20:32:49 +00:00
skodak
8f0fba5ce0 nasty empty line at the end of file .... 2006-03-07 20:26:27 +00:00
skodak
25580a01bc finally now the restore should work and with correct unicode related coding style, sorry 2006-03-07 19:53:56 +00:00
skodak
de9924ae0a parameter cleaup - round 8; short php tag in group-edit.html 2006-03-07 19:36:13 +00:00
skodak
038ba6aa30 change value of PARAM_RAW from 0 to 666, becasue we need to detect incorrect param types (such as PARAM_IND) and incorrect order - optional_param('xx', PARAM_INT, 0)
This might break faulty code...
2006-03-07 19:20:23 +00:00
nfreear
fd6abcc87a Accessibility: fixed bug, duplicate call to blocks_print_group. 2006-03-07 17:38:02 +00:00
skodak
7710da22bd parameter cleaup - round 7; corrected search in user.php, semicolon in case fixed in utfdbmigrate (I wonder if it caused any problems) 2006-03-07 16:42:30 +00:00
thepurpleblob
1771fcb04f Added note that blackboard import is not compatible with BB v6 2006-03-07 16:04:44 +00:00
skodak
4abbb75c80 parameter cleaup - round 6; major cleanup and fixing in uploaduser.php 2006-03-07 11:13:57 +00:00
bobopinna
3ec5d7a62b Fixed a word error (bug 4895) Many thanks to Ray 2006-03-07 10:51:21 +00:00
thepurpleblob
d9ca6d5550 Put $CFG->pagepath in a more logical position 2006-03-07 10:34:08 +00:00
bobopinna
9314dcdf6e Updated with attempts management 2006-03-07 10:03:36 +00:00
skodak
63d86fad67 parameter cleaup - round 5; timezone.php fixed 2006-03-07 09:01:49 +00:00
vyshane
459e90230f Fixed bug: wrong parameter for input field (max size of uploaded file) 2006-03-07 08:53:40 +00:00
vyshane
fb38540df5 Renamed data "templates defaults" action to "templates def" because the db
column has a limit of 20 characters.
2006-03-07 08:47:26 +00:00
toyomoyo
5f9de695a4 this code is for koen to test, it will output a lot of debug info in debug mode, thanks 2006-03-07 08:24:32 +00:00
vyshane
6977f32079 Updated logging support. Added version upgrade. 2006-03-07 08:11:19 +00:00
vyshane
0a09100ff7 Update logging support. Bumped module version up. 2006-03-07 08:10:40 +00:00
moodler
f90e9ff653 Cleaned up display of groups and group links in user profile 2006-03-07 06:22:59 +00:00
toyomoyo
653c0596de added some code to give some feedback once in a while (per 5000 records, for now) 2006-03-07 04:36:55 +00:00
patrickslee
6c1a3ce7db Added missing alias in SQL statements 2006-03-07 02:20:30 +00:00
toyomoyo
f07da5dde0 fixing 4883, sorry 2006-03-07 01:33:52 +00:00
skodak
1ccc4867c5 comment improvement 2006-03-06 21:17:10 +00:00
skodak
c07549b6e2 fixed coding style of unicode db detection 2006-03-06 20:30:00 +00:00
skodak
a2eaae6102 parameter cleaup - round 4 2006-03-06 19:27:25 +00:00
nfreear
de533d2612 Accessibility: 'weekscss' course format, replaced <table>, <td> with DIVs, inline style. 2006-03-06 16:14:10 +00:00
skodak
636c2c08d9 parameter cleaup - round 3 2006-03-06 14:25:26 +00:00
nfreear
0666fc3270 Accessibility: Evaluation weekly format for course display - NO layout tables, for accessibility, etc. Initial straight copy of weeks/format.php; $string['formatweekscss'] 2006-03-06 14:08:52 +00:00
nfreear
f8d0d6336b Accessibility: Evaluation weekly format for course display - NO layout tables, for accessibility, etc. Initial straight copy of weeks/format.php 2006-03-06 14:08:01 +00:00
skodak
045e9e2484 parameter cleaup - round 2 2006-03-06 13:22:37 +00:00
skodak
12afe27987 cleanup and bugfixing in filters.php 2006-03-06 13:20:38 +00:00
nfreear
68ac3b35e0 Accessibility: moved H2 from weblib.php: print_side_block_start, to moodleblock.class.php: _title_html (validate, <span>s revert to <div>); skip block link - replaced pixel image with 'accesshide' text; use get_string. 2006-03-06 12:50:43 +00:00
nfreear
9aa4592e79 Accessibility: moved H2 from weblib.php: print_side_block_start, to moodleblock.class.php: _title_html (validate, <span>s revert to <div>); skip block link - replaced pixel image with 'accesshide' text. 2006-03-06 12:49:07 +00:00
julmis
57e0348ae0 Statusbar was missing from default configuration. 2006-03-06 12:38:14 +00:00
nfreear
f6c9cf917e Accessibility: the general accessibility, usability and navigation language file. 2006-03-06 12:28:06 +00:00
tjhunt
c0b5b31a48 Addition to locallib.php to notify local code when a course is deleted. 2006-03-06 12:19:58 +00:00
skodak
1c47adc540 parameter cleaup - round 1 2006-03-06 10:02:59 +00:00
julmis
1452f9e11b And more readme updates. 2006-03-06 09:44:57 +00:00
julmis
127907098c Removing old editor scripts. These are found at /lib/editor/htmlarea from now on. 2006-03-06 07:57:41 +00:00
julmis
515e6eccbe Adding support for new GetHtml plugin 2006-03-06 07:44:35 +00:00