23410 Commits

Author SHA1 Message Date
vyshane
3972629d1f Merged from 1.7 2006-11-14 05:34:38 +00:00
jamiesensei
cc935f9174 fix for bug - not seeing standard elements on activity module form on some versions of PHP. 2006-11-14 05:18:39 +00:00
vyshane
d4f36e7d2a Merged from 1.7. 2006-11-14 05:04:15 +00:00
vyshane
d815886370 Merged from 1.7 2006-11-14 03:07:18 +00:00
jamiesensei
4ea750414e add custom submit button to registry 2006-11-14 03:00:26 +00:00
jamiesensei
c65795d341 checking in files for some new custom elements. And added a default help button to the format drop down box. 2006-11-14 02:57:19 +00:00
vyshane
02059f4678 Merged from 1.7 2006-11-14 02:07:59 +00:00
stronk7
b09cba5084 Set Assoc mode always after DB connection. Discovered by MDL-7443
Merged from MOODLE_17_STABLE
2006-11-13 22:59:58 +00:00
stronk7
db15d4375e Fetchmode needs to be explicity set to ASSOC. Plus 1 missing library
added. MDL-7443

Merged from MOODLE_17_STABLE
2006-11-13 22:49:30 +00:00
skodak
8f425a8f72 MDL-7389 paypal plugin reports error when student correctly enrolled; merged from MOODLE_17_STABLE 2006-11-13 22:26:11 +00:00
nfreear
3a7963604f Interface fix in groups_add_member, remove_member - basicgrouplib.php, dbXX.php, test_XX.php (Bug MDL-7380 "groups".) 2006-11-13 16:25:16 +00:00
exe-cutor
574551d9c8 Merged user capabilities fix for 1.7 2006-11-13 11:54:07 +00:00
jamiesensei
630371c03a *** empty log message *** 2006-11-13 09:20:42 +00:00
jamiesensei
d982f87978 shifted hidden elements from standard_coursemodule_elements() into standard_hidden_coursemodule_elements() so that they can be included in a form without the other visible standard elements. 2006-11-13 09:18:47 +00:00
ethem
cac9c967df Merged from 17stable. 2006-11-13 08:43:16 +00:00
jamiesensei
085cfa7240 removing mod.html migrated to formslib 2006-11-13 07:56:01 +00:00
ethem
43d3fab9ff New feature: Show my payments only for users who has_capability('enrol/authorize:managepayments') 2006-11-13 07:53:32 +00:00
jamiesensei
a02c77dc6e glossary form migrated to formslib
and other formslib forms now using $COURSE global
2006-11-13 07:52:01 +00:00
jamiesensei
d4fe14d3e4 some changes to setHelpButton methods on elements and MoodleQuickForm to allow non standard help buttons such as the grades pop up window. 2006-11-13 07:43:22 +00:00
vyshane
3d436d5974 Error message to use lang string nopostdiscussion 2006-11-13 07:38:51 +00:00
ethem
eb108480aa New feature: Show my payments only for users who has_capability('enrol/authorize:managepayments') 2006-11-13 07:36:58 +00:00
vyshane
a4ea3ef30a Merged from 1.7 2006-11-13 07:32:21 +00:00
ikawhero
90a0c73001 Replacing with working image. 2006-11-13 06:26:44 +00:00
toyomoyo
aa5a393738 merged fix for MDL-7441, wrong size for roles icon 2006-11-13 05:43:41 +00:00
toyomoyo
1d40c70b43 fix for MDL-7483, add table header to user picture on participants listing 2006-11-13 03:43:12 +00:00
vyshane
9fbccd3907 Merged from 1.7 2006-11-13 03:27:41 +00:00
toyomoyo
0ebb4add79 fix for MDL-7482, adding alt text for messaging controls 2006-11-13 02:41:50 +00:00
toyomoyo
7ee256eed3 fix for MDL-7474, provide alt text for ascending/descending icons in glossary 2006-11-13 02:20:47 +00:00
toyomoyo
8c64b8ade5 fix for MDL-7473, adding alt tag for printer friendly version 2006-11-13 02:07:10 +00:00
skodak
c58efbf529 readded file uploads to forum post form, file processing was not updated because it would need a rewrite MDL-6961 2006-11-12 18:36:00 +00:00
ethem
b29c7bb2ba Get course before require_login(); Merged from 17stable. 2006-11-12 13:26:14 +00:00
jamiesensei
e0f4068409 new element type 'selectyesno' and some clean up to code for modvisible and modgroupmode elements. 2006-11-12 11:30:12 +00:00
jamiesensei
d24206d657 fixed problem with select box element for 'forum type' which must sometimes display option which is otherwise unselectable. 2006-11-12 11:07:12 +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
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