]>
git.mjollnir.org Git - moodle.git/log
jamiesensei [Sun, 12 Nov 2006 11:30:12 +0000 (11:30 +0000)]
new element type 'selectyesno' and some clean up to code for modvisible and modgroupmode elements.
jamiesensei [Sun, 12 Nov 2006 11:07:12 +0000 (11:07 +0000)]
fixed problem with select box element for 'forum type' which must sometimes display option which is otherwise unselectable.
skodak [Sun, 12 Nov 2006 08:55:13 +0000 (08:55 +0000)]
fixed obsoleted use of course->category to find site course - now used SITEID instead MDL-1899
jamiesensei [Sun, 12 Nov 2006 07:28:13 +0000 (07:28 +0000)]
added many extra phpdoc style comments to file
moodler [Sun, 12 Nov 2006 06:12:15 +0000 (06:12 +0000)]
Prevent admins from unassigning themselves MDL-7462
moodler [Sun, 12 Nov 2006 03:07:39 +0000 (03:07 +0000)]
Automatic installer.php lang files by installer_builder (
20061112 )
skodak [Sat, 11 Nov 2006 17:23:20 +0000 (17:23 +0000)]
we are going 100% unicode now - removed use of $CFG->unicodedb and current_charset(); MDL-7439 - part 2, only hotpot and wiki left
skodak [Sat, 11 Nov 2006 16:07:53 +0000 (16:07 +0000)]
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
moodler [Sat, 11 Nov 2006 03:12:18 +0000 (03:12 +0000)]
Automatic installer.php lang files by installer_builder (
20061111 )
moodler [Fri, 10 Nov 2006 09:52:12 +0000 (09:52 +0000)]
Automatic installer.php lang files by installer_builder (
20061110 )
toyomoyo [Fri, 10 Nov 2006 04:17:37 +0000 (04:17 +0000)]
merged, fields should be backed up regardless of whether user data is selected
toyomoyo [Fri, 10 Nov 2006 04:11:10 +0000 (04:11 +0000)]
merged, fields should be restored regardless of whether user data is to be restored
moodler [Fri, 10 Nov 2006 03:12:35 +0000 (03:12 +0000)]
Automatic installer.php lang files by installer_builder (
20061110 )
jamiesensei [Fri, 10 Nov 2006 03:04:34 +0000 (03:04 +0000)]
migrated mod/forum/mod.html to new formslib
toyomoyo [Fri, 10 Nov 2006 02:42:13 +0000 (02:42 +0000)]
added check to stop installation in admin/index.php if db is not unicode MDL-6858
toyomoyo [Fri, 10 Nov 2006 02:34:59 +0000 (02:34 +0000)]
eleminating dbencodingtests (always checked in 1.8 via environment) as 1.8 requires unicode
jamiesensei [Fri, 10 Nov 2006 02:23:12 +0000 (02:23 +0000)]
removed extra erroneous help button
jamiesensei [Fri, 10 Nov 2006 01:27:51 +0000 (01:27 +0000)]
need to pass course as customdata to form definition
skodak [Thu, 9 Nov 2006 23:35:06 +0000 (23:35 +0000)]
code improvement in count_courses_notin_metacourse() MDL-7424 - thanks Eloy!
skodak [Thu, 9 Nov 2006 23:04:55 +0000 (23:04 +0000)]
coding style changes MDL-6961
skodak [Thu, 9 Nov 2006 22:33:52 +0000 (22:33 +0000)]
coding style changes MDL-MDL-6956
skodak [Thu, 9 Nov 2006 22:16:44 +0000 (22:16 +0000)]
coding style fixes MDL-6954
skodak [Thu, 9 Nov 2006 22:08:30 +0000 (22:08 +0000)]
coding style fixes MDL-6949
skodak [Thu, 9 Nov 2006 21:58:12 +0000 (21:58 +0000)]
coding style fixes MDL-6954
skodak [Thu, 9 Nov 2006 21:34:14 +0000 (21:34 +0000)]
tiny coding style fix
skodak [Thu, 9 Nov 2006 21:29:31 +0000 (21:29 +0000)]
course/edit.php now uses new forms lib, the old one is gone; please report any problems in MDL-6949
skodak [Thu, 9 Nov 2006 21:22:49 +0000 (21:22 +0000)]
fixed metacourse issues in course/edit2.php MDL-6949
skodak [Thu, 9 Nov 2006 21:12:31 +0000 (21:12 +0000)]
Child courses import list empty MDL-7424; added new count_courses_notin_metacourse() function, the old one was kept for BC
jamiesensei [Thu, 9 Nov 2006 19:44:20 +0000 (19:44 +0000)]
migrated mod/data/mod.html to formslib. Still to add lockoption functionality.
jamiesensei [Thu, 9 Nov 2006 19:22:38 +0000 (19:22 +0000)]
moved the inclusion of mod/{modname}/lib.php to before form definition so that constants in there can be used in form defintion
jamiesensei [Thu, 9 Nov 2006 18:25:58 +0000 (18:25 +0000)]
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
jamiesensei [Thu, 9 Nov 2006 18:08:34 +0000 (18:08 +0000)]
fixes for small bugs in datetimeselector and dateselector and added custom elements to formslib library for standard module forms
skodak [Thu, 9 Nov 2006 11:19:35 +0000 (11:19 +0000)]
yet another fix for initialization - keep unset($element) in getValidationScript() for now, need more tweaking later
skodak [Thu, 9 Nov 2006 11:16:40 +0000 (11:16 +0000)]
fixed wrong initialization - sorry
skodak [Thu, 9 Nov 2006 10:43:26 +0000 (10:43 +0000)]
fixed trailing whitespace
skodak [Thu, 9 Nov 2006 10:42:44 +0000 (10:42 +0000)]
added inline docs to moodleform class, minor file upload fix, postprocessing using validation_after_data() also in set_default() method
toyomoyo [Thu, 9 Nov 2006 09:29:19 +0000 (09:29 +0000)]
adding new role duplicate funcitionality MDL-7392
moodler [Thu, 9 Nov 2006 09:28:59 +0000 (09:28 +0000)]
Fix throttling capabilities so this works MDL-7414
skodak [Thu, 9 Nov 2006 08:38:40 +0000 (08:38 +0000)]
initial support for file uploads in new forms library, docs and minor changes to be done later
toyomoyo [Thu, 9 Nov 2006 06:22:10 +0000 (06:22 +0000)]
merged category page cleaning - MDL-7409
toyomoyo [Thu, 9 Nov 2006 04:27:44 +0000 (04:27 +0000)]
adding more checks to make sure 1.8 is unicode only MDL-6332
ikawhero [Thu, 9 Nov 2006 03:51:16 +0000 (03:51 +0000)]
Fixed typo
moodler [Wed, 8 Nov 2006 15:30:07 +0000 (15:30 +0000)]
Merged MDL-7121 from stable (missing header)
nfreear [Wed, 8 Nov 2006 12:26:17 +0000 (12:26 +0000)]
Fixes:
- required_param calls - added parameter type.
- put 'require' first.
- use @header, added charset.
(Bug MDL-7380 "groups".)
nfreear [Wed, 8 Nov 2006 11:12:06 +0000 (11:12 +0000)]
Fixes:
required_param call - added parameter type;
set $usehtmleditor variable.
(Bug MDL-7380 "groups".)
moodler [Wed, 8 Nov 2006 09:45:09 +0000 (09:45 +0000)]
Merged guest reply fix for MDL-7393
toyomoyo [Wed, 8 Nov 2006 06:24:05 +0000 (06:24 +0000)]
merged fix upgrading from 1.6 not redirecting problem
jamiesensei [Wed, 8 Nov 2006 06:22:58 +0000 (06:22 +0000)]
removed trusttext method from formslib which was unnecessary and revised trusttext use in mod/form/post.php
toyomoyo [Wed, 8 Nov 2006 05:14:58 +0000 (05:14 +0000)]
merged fix for MDL-6788, reformat blog edit page
toyomoyo [Wed, 8 Nov 2006 02:42:48 +0000 (02:42 +0000)]
merged fixing wrong default for gradebook roles when upgrading from < 1.7
koenr [Wed, 8 Nov 2006 00:02:10 +0000 (00:02 +0000)]
MDL-7379 typo
nfreear [Tue, 7 Nov 2006 17:29:14 +0000 (17:29 +0000)]
Fixed $maxbytes warning (Bug MDL-7380 "groups".)
nfreear [Tue, 7 Nov 2006 17:15:27 +0000 (17:15 +0000)]
Interface fix in groups_add_member, remove_member - basicgrouplib.php, dbXX.php, test_XX.php (Bug MDL-7380 "groups".)
nfreear [Tue, 7 Nov 2006 16:53:15 +0000 (16:53 +0000)]
Fix bugs from unit test, dbsetup.php, groupinglib.php groups_set_default_grouping_settings (Bug MDL-7380 "groups".)
nfreear [Tue, 7 Nov 2006 16:44:19 +0000 (16:44 +0000)]
Fix bugs from unit test, dbsetup.php, groupinglib.php groups_set_default_group_settings (Bug MDL-7380 "groups".)
nfreear [Tue, 7 Nov 2006 16:39:12 +0000 (16:39 +0000)]
Add unit tests for groupinglib.php (Bug MDL-7380 "groups".)
nfreear [Tue, 7 Nov 2006 16:14:52 +0000 (16:14 +0000)]
Fixed object initialisation warnings, db*.php (Bug MDL-7380 "groups".)
nfreear [Tue, 7 Nov 2006 16:02:28 +0000 (16:02 +0000)]
Fixes from unit test $groupinfo->picture, groups_users_in_common_group (Bug MDL-7380 "groups".)
nfreear [Tue, 7 Nov 2006 15:48:29 +0000 (15:48 +0000)]
Fixes JS, email 25/10/06 from Juliette (Bug MDL-7380 "groups".)
nfreear [Tue, 7 Nov 2006 15:44:22 +0000 (15:44 +0000)]
Add unit tests for basicgrouplib.php (Bug MDL-7380 "groups".)
nfreear [Tue, 7 Nov 2006 15:17:26 +0000 (15:17 +0000)]
Added support for PostgreSQL database. (Bug MDL-7380 "groups".)
nfreear [Tue, 7 Nov 2006 14:51:01 +0000 (14:51 +0000)]
Fixed print_string calls - use lang/en_utf8/group.php - was groups.php (Bug MDL-7380 "groups".)
nfreear [Tue, 7 Nov 2006 14:46:08 +0000 (14:46 +0000)]
Initial commit for Bug MDL-7380 "groups" - Juliette White's code. NOTE, for the moment the existing code/tables will be used by default.
nfreear [Tue, 7 Nov 2006 14:37:32 +0000 (14:37 +0000)]
Fixed include-paths, replaced include, include_once with require_once. (Bug MDL-7380 "groups".)
mudrd8mz [Tue, 7 Nov 2006 13:35:12 +0000 (13:35 +0000)]
Merged fix of MDL-7361 from MOODLE-17-STABLE
moodler [Tue, 7 Nov 2006 12:56:31 +0000 (12:56 +0000)]
Merged MDL-7375 from stable
moodler [Tue, 7 Nov 2006 12:39:56 +0000 (12:39 +0000)]
Merged better mssql check from stable
nfreear [Tue, 7 Nov 2006 11:42:49 +0000 (11:42 +0000)]
Initial commit for Bug MDL-7380 "groups" - Juliette White's code. NOTE, for the moment the existing code/tables will be used by default.
moodler [Tue, 7 Nov 2006 09:30:55 +0000 (09:30 +0000)]
Merged string fixes from stable
jamiesensei [Tue, 7 Nov 2006 09:16:36 +0000 (09:16 +0000)]
whitespace clean up
jamiesensei [Tue, 7 Nov 2006 09:08:08 +0000 (09:08 +0000)]
following on from last commit to post.php removing redundant post.html and adding post_form.php new formslib form description
skodak [Tue, 7 Nov 2006 09:07:40 +0000 (09:07 +0000)]
new unicode environment check for 1.8 and 1.7 MDL-6332; merged from MOODLE_17_STABLE
toyomoyo [Tue, 7 Nov 2006 08:59:57 +0000 (08:59 +0000)]
merged fix for MDL-6855 4) changing not null to true for defaultrole
jamiesensei [Tue, 7 Nov 2006 08:48:18 +0000 (08:48 +0000)]
migrated mod/forum/post.php to formslib and fixed a string in course/edit_form.php
moodler [Tue, 7 Nov 2006 07:24:32 +0000 (07:24 +0000)]
Tags for dev
toyomoyo [Tue, 7 Nov 2006 03:14:46 +0000 (03:14 +0000)]
merged, fixing wrong comment
moodler [Tue, 7 Nov 2006 03:06:41 +0000 (03:06 +0000)]
Automatic installer.php lang files by installer_builder (
20061107 )
moodler [Tue, 7 Nov 2006 02:53:39 +0000 (02:53 +0000)]
Hide simpletest on oracle and mssql until it works MDL-7337
mjollnir_ [Tue, 7 Nov 2006 00:09:37 +0000 (00:09 +0000)]
Merged from MOODLE_17_STABLE: fixed the journal upgrade. renaming a null column to not null is unhappy
skodak [Mon, 6 Nov 2006 21:49:22 +0000 (21:49 +0000)]
prevent duplicate content in search engines MDL-7299; merged from MOODLE_17_STABLE
koenr [Mon, 6 Nov 2006 21:28:24 +0000 (21:28 +0000)]
MDL-7328 Merged from stable
skodak [Mon, 6 Nov 2006 20:35:01 +0000 (20:35 +0000)]
better param handling SC#331; merged from MOODLE_17_STABLE
moodler [Mon, 6 Nov 2006 17:55:32 +0000 (17:55 +0000)]
Further fix for MDL-7229 ... should work now.
stronk7 [Mon, 6 Nov 2006 17:44:00 +0000 (17:44 +0000)]
simple bumb (Sync with 17_STABLE)
stronk7 [Mon, 6 Nov 2006 17:22:13 +0000 (17:22 +0000)]
And, finally, IE is able to display IMS packages properly! B-)
One of the worst to solve bugs in my life! MDL-6417
Merged from MOODLE_17_STABLE
moodler [Mon, 6 Nov 2006 12:51:27 +0000 (12:51 +0000)]
Merged MDL-7351 from stable
toyomoyo [Mon, 6 Nov 2006 08:27:31 +0000 (08:27 +0000)]
merged taking out warning
toyomoyo [Mon, 6 Nov 2006 06:16:00 +0000 (06:16 +0000)]
merged, fixing capabilities of block context
toyomoyo [Mon, 6 Nov 2006 02:33:13 +0000 (02:33 +0000)]
merged taking out extra isteacher()
skodak [Sun, 5 Nov 2006 18:28:03 +0000 (18:28 +0000)]
MDL-7176 fixed comment; merged from MOODLE_17_STABLE
moodler [Sun, 5 Nov 2006 12:59:09 +0000 (12:59 +0000)]
Merged changes for lang string fixes MDL-7263
moodler [Sun, 5 Nov 2006 12:27:12 +0000 (12:27 +0000)]
Merged MDL-7266 from stable. Thanks, Dan!
stronk7 [Sun, 5 Nov 2006 09:45:19 +0000 (09:45 +0000)]
modify_database() will show the deprecated debugging after
2006101007
(Moodle 1.7 release version) MDL-5919
moodler [Sun, 5 Nov 2006 09:35:01 +0000 (09:35 +0000)]
Merged reply link fix from stable
moodler [Sun, 5 Nov 2006 06:46:20 +0000 (06:46 +0000)]
Merge loginas fix for site level
moodler [Sun, 5 Nov 2006 03:11:40 +0000 (03:11 +0000)]
Automatic installer.php lang files by installer_builder (
20061105 )
stronk7 [Sat, 4 Nov 2006 23:30:29 +0000 (23:30 +0000)]
Now GD is checked before displaying course overview graphs. MDL-7204
Merged from MOODLE_17_STABLE
wildgirl [Sat, 4 Nov 2006 21:56:42 +0000 (21:56 +0000)]
MDL-6474 fix
stronk7 [Sat, 4 Nov 2006 17:01:34 +0000 (17:01 +0000)]
Now all the get_records() functions support only one field
to be specified in the SELECT clause. Not needed anymore to
write double "SELECT id, id..." queries. Results returned
follow exactly the same structure than normal recordsets
(first field = key) MDL-5877
Merged from MOODLE_17_STABLE
stronk7 [Sat, 4 Nov 2006 16:22:49 +0000 (16:22 +0000)]
Deprecating modify_database(). It shows debugging info
if release >
2006101004 (Beta2 +01) MDL-5919
Merged from MOODLE_17_STABLE