23377 Commits

Author SHA1 Message Date
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
jamiesensei
da1320dab6 added many extra phpdoc style comments to file 2006-11-12 07:28:13 +00:00
moodler
d24c8ceae1 Prevent admins from unassigning themselves MDL-7462 2006-11-12 06:12:15 +00:00
moodler
5a0440a0bc Automatic installer.php lang files by installer_builder (20061112) 2006-11-12 03:07:39 +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
skodak
fb77310635 we are going 100% unicode now - romoved use of $CFG->unicodedb and current_charset() which is now obsole and always returns UTF-8; MDL-7439 2006-11-11 16:07:53 +00:00
moodler
e75d555d35 Automatic installer.php lang files by installer_builder (20061111) 2006-11-11 03:12:18 +00:00
moodler
7e1e693da5 Automatic installer.php lang files by installer_builder (20061110) 2006-11-10 09:52:12 +00:00
toyomoyo
5fdb12fe29 merged, fields should be backed up regardless of whether user data is selected 2006-11-10 04:17:37 +00:00
toyomoyo
c3bfe9fea8 merged, fields should be restored regardless of whether user data is to be restored 2006-11-10 04:11:10 +00:00
moodler
e328beaee5 Automatic installer.php lang files by installer_builder (20061110) 2006-11-10 03:12:35 +00:00
jamiesensei
535e0ab6c3 migrated mod/forum/mod.html to new formslib 2006-11-10 03:04:34 +00:00
toyomoyo
83ab538806 added check to stop installation in admin/index.php if db is not unicode MDL-6858 2006-11-10 02:42:13 +00:00
toyomoyo
5d4e4271b0 eleminating dbencodingtests (always checked in 1.8 via environment) as 1.8 requires unicode 2006-11-10 02:34:59 +00:00
jamiesensei
de5a83bc45 removed extra erroneous help button 2006-11-10 02:23:12 +00:00
jamiesensei
df56998ab1 need to pass course as customdata to form definition 2006-11-10 01:27:51 +00:00
skodak
69cd298a27 code improvement in count_courses_notin_metacourse() MDL-7424 - thanks Eloy! 2006-11-09 23:35:06 +00:00
skodak
0e52f01f0e coding style changes MDL-6961 2006-11-09 23:04:55 +00:00
skodak
296c2a79e8 coding style changes MDL-MDL-6956 2006-11-09 22:33:52 +00:00
skodak
cffb18cc3b coding style fixes MDL-6954 2006-11-09 22:16:44 +00:00
skodak
396254981f coding style fixes MDL-6949 2006-11-09 22:08:30 +00:00
skodak
e24a1f364a coding style fixes MDL-6954 2006-11-09 21:58:12 +00:00
skodak
396169f176 tiny coding style fix 2006-11-09 21:34:14 +00:00
skodak
2378265e51 course/edit.php now uses new forms lib, the old one is gone; please report any problems in MDL-6949 2006-11-09 21:29:31 +00:00
skodak
3d397ee029 fixed metacourse issues in course/edit2.php MDL-6949 2006-11-09 21:22:49 +00:00
skodak
493cde249e Child courses import list empty MDL-7424; added new count_courses_notin_metacourse() function, the old one was kept for BC 2006-11-09 21:12:31 +00:00
jamiesensei
6403e67965 migrated mod/data/mod.html to formslib. Still to add lockoption functionality. 2006-11-09 19:44:20 +00:00
jamiesensei
3cd7940b0c moved the inclusion of mod/{modname}/lib.php to before form definition so that constants in there can be used in form defintion 2006-11-09 19:22:38 +00:00
jamiesensei
264867fdeb add code to redirect to modedit.php from course/mod.php for activities adding / updating using new formslib
migrated chat/mod.html to formslib definition of form is in chat/mod_form.php
2006-11-09 18:25:58 +00:00
jamiesensei
e2294b9822 fixes for small bugs in datetimeselector and dateselector and added custom elements to formslib library for standard module forms 2006-11-09 18:08:34 +00:00
skodak
711af2eca3 yet another fix for initialization - keep unset($element) in getValidationScript() for now, need more tweaking later 2006-11-09 11:19:35 +00:00
skodak
0340a80da6 fixed wrong initialization - sorry 2006-11-09 11:16:40 +00:00
skodak
38f394b267 fixed trailing whitespace 2006-11-09 10:43:26 +00:00
skodak
05f5c40c85 added inline docs to moodleform class, minor file upload fix, postprocessing using validation_after_data() also in set_default() method 2006-11-09 10:42:44 +00:00
toyomoyo
d471721cd7 adding new role duplicate funcitionality MDL-7392 2006-11-09 09:29:19 +00:00
moodler
dae2952a59 Fix throttling capabilities so this works MDL-7414 2006-11-09 09:28:59 +00:00
skodak
49292f8c8d initial support for file uploads in new forms library, docs and minor changes to be done later 2006-11-09 08:38:40 +00:00
toyomoyo
555b75f424 merged category page cleaning - MDL-7409 2006-11-09 06:22:10 +00:00
toyomoyo
7ddf8aa59f adding more checks to make sure 1.8 is unicode only MDL-6332 2006-11-09 04:27:44 +00:00
ikawhero
a2c07cfed1 Fixed typo 2006-11-09 03:51:16 +00:00
moodler
b6b573e1f7 Merged MDL-7121 from stable (missing header) 2006-11-08 15:30:07 +00:00
nfreear
7fd4d8d0ef Fixes:
- required_param calls - added parameter type.
  - put 'require' first.
  - use @header, added charset.
(Bug MDL-7380 "groups".)
2006-11-08 12:26:17 +00:00
nfreear
1059371053 Fixes:
required_param call - added parameter type;
  set $usehtmleditor variable.
(Bug MDL-7380 "groups".)
2006-11-08 11:12:06 +00:00
moodler
981af8b8e1 Merged guest reply fix for MDL-7393 2006-11-08 09:45:09 +00:00
toyomoyo
89948e4575 merged fix upgrading from 1.6 not redirecting problem 2006-11-08 06:24:05 +00:00
jamiesensei
bb40325e1b removed trusttext method from formslib which was unnecessary and revised trusttext use in mod/form/post.php 2006-11-08 06:22:58 +00:00
toyomoyo
507355b107 merged fix for MDL-6788, reformat blog edit page 2006-11-08 05:14:58 +00:00
toyomoyo
60f7d402ef merged fixing wrong default for gradebook roles when upgrading from < 1.7 2006-11-08 02:42:48 +00:00
koenr
89c5cbc525 MDL-7379 typo 2006-11-08 00:02:10 +00:00
nfreear
5326e5473c Fixed $maxbytes warning (Bug MDL-7380 "groups".) 2006-11-07 17:29:14 +00:00