]> git.mjollnir.org Git - moodle.git/log
moodle.git
18 years agoChild courses import list empty MDL-7424; added new count_courses_notin_metacourse...
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

18 years agomigrated mod/data/mod.html to formslib. Still to add lockoption functionality.
jamiesensei [Thu, 9 Nov 2006 19:44:20 +0000 (19:44 +0000)]
migrated mod/data/mod.html to formslib. Still to add lockoption functionality.

18 years agomoved the inclusion of mod/{modname}/lib.php to before form definition so that consta...
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

18 years agoadd code to redirect to modedit.php from course/mod.php for activities adding / updat...
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

18 years agofixes for small bugs in datetimeselector and dateselector and added custom elements...
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

18 years agoyet another fix for initialization - keep unset($element) in getValidationScript...
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

18 years agofixed wrong initialization - sorry
skodak [Thu, 9 Nov 2006 11:16:40 +0000 (11:16 +0000)]
fixed wrong initialization - sorry

18 years agofixed trailing whitespace
skodak [Thu, 9 Nov 2006 10:43:26 +0000 (10:43 +0000)]
fixed trailing whitespace

18 years agoadded inline docs to moodleform class, minor file upload fix, postprocessing using...
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

18 years agoadding new role duplicate funcitionality MDL-7392
toyomoyo [Thu, 9 Nov 2006 09:29:19 +0000 (09:29 +0000)]
adding new role duplicate funcitionality MDL-7392

18 years agoFix throttling capabilities so this works MDL-7414
moodler [Thu, 9 Nov 2006 09:28:59 +0000 (09:28 +0000)]
Fix throttling capabilities so this works   MDL-7414

18 years agoinitial support for file uploads in new forms library, docs and minor changes to...
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

18 years agomerged category page cleaning - MDL-7409
toyomoyo [Thu, 9 Nov 2006 06:22:10 +0000 (06:22 +0000)]
merged category page cleaning - MDL-7409

18 years agoadding more checks to make sure 1.8 is unicode only MDL-6332
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

18 years agoFixed typo
ikawhero [Thu, 9 Nov 2006 03:51:16 +0000 (03:51 +0000)]
Fixed typo

18 years agoMerged MDL-7121 from stable (missing header)
moodler [Wed, 8 Nov 2006 15:30:07 +0000 (15:30 +0000)]
Merged MDL-7121 from stable (missing header)

18 years agoFixes:
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".)

18 years agoFixes:
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".)

18 years agoMerged guest reply fix for MDL-7393
moodler [Wed, 8 Nov 2006 09:45:09 +0000 (09:45 +0000)]
Merged guest reply fix for MDL-7393

18 years agomerged fix upgrading from 1.6 not redirecting problem
toyomoyo [Wed, 8 Nov 2006 06:24:05 +0000 (06:24 +0000)]
merged fix upgrading from 1.6 not redirecting problem

18 years agoremoved trusttext method from formslib which was unnecessary and revised trusttext...
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

18 years agomerged fix for MDL-6788, reformat blog edit page
toyomoyo [Wed, 8 Nov 2006 05:14:58 +0000 (05:14 +0000)]
merged fix for MDL-6788, reformat blog edit page

18 years agomerged fixing wrong default for gradebook roles when upgrading from < 1.7
toyomoyo [Wed, 8 Nov 2006 02:42:48 +0000 (02:42 +0000)]
merged fixing wrong default for gradebook roles when upgrading from < 1.7

18 years agoMDL-7379 typo
koenr [Wed, 8 Nov 2006 00:02:10 +0000 (00:02 +0000)]
MDL-7379 typo

18 years agoFixed $maxbytes warning (Bug MDL-7380 "groups".)
nfreear [Tue, 7 Nov 2006 17:29:14 +0000 (17:29 +0000)]
Fixed $maxbytes warning (Bug MDL-7380 "groups".)

18 years agoInterface fix in groups_add_member, remove_member - basicgrouplib.php, dbXX.php,...
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".)

18 years agoFix bugs from unit test, dbsetup.php, groupinglib.php groups_set_default_grouping_set...
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".)

18 years agoFix bugs from unit test, dbsetup.php, groupinglib.php groups_set_default_group_settin...
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".)

18 years agoAdd unit tests for groupinglib.php (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".)

18 years agoFixed object initialisation warnings, db*.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".)

18 years agoFixes from unit test $groupinfo->picture, groups_users_in_common_group (Bug MDL-7380...
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".)

18 years agoFixes JS, email 25/10/06 from Juliette (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".)

18 years agoAdd unit tests for basicgrouplib.php (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".)

18 years agoAdded support for PostgreSQL database. (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".)

18 years agoFixed print_string calls - use lang/en_utf8/group.php - was groups.php (Bug MDL-7380...
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".)

18 years agoInitial commit for Bug MDL-7380 "groups" - Juliette White's code. NOTE, for the momen...
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.

18 years agoFixed include-paths, replaced include, include_once with require_once. (Bug MDL-7380...
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".)

18 years agoMerged fix of MDL-7361 from MOODLE-17-STABLE
mudrd8mz [Tue, 7 Nov 2006 13:35:12 +0000 (13:35 +0000)]
Merged fix of MDL-7361 from MOODLE-17-STABLE

18 years agoMerged MDL-7375 from stable
moodler [Tue, 7 Nov 2006 12:56:31 +0000 (12:56 +0000)]
Merged MDL-7375 from stable

18 years agoMerged better mssql check from stable
moodler [Tue, 7 Nov 2006 12:39:56 +0000 (12:39 +0000)]
Merged better mssql check from stable

18 years agoInitial commit for Bug MDL-7380 "groups" - Juliette White's code. NOTE, for the momen...
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.

18 years agoMerged string fixes from stable
moodler [Tue, 7 Nov 2006 09:30:55 +0000 (09:30 +0000)]
Merged string fixes from stable

18 years agowhitespace clean up
jamiesensei [Tue, 7 Nov 2006 09:16:36 +0000 (09:16 +0000)]
whitespace clean up

18 years agofollowing on from last commit to post.php removing redundant post.html and adding...
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

18 years agonew unicode environment check for 1.8 and 1.7 MDL-6332; merged from MOODLE_17_STABLE
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

18 years agomerged fix for MDL-6855 4) changing not null to true for defaultrole
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

18 years agomigrated mod/forum/post.php to formslib and fixed a string in course/edit_form.php
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

18 years agoTags for dev
moodler [Tue, 7 Nov 2006 07:24:32 +0000 (07:24 +0000)]
Tags for dev

18 years agomerged, fixing wrong comment
toyomoyo [Tue, 7 Nov 2006 03:14:46 +0000 (03:14 +0000)]
merged, fixing wrong comment

18 years agoAutomatic installer.php lang files by installer_builder (20061107)
moodler [Tue, 7 Nov 2006 03:06:41 +0000 (03:06 +0000)]
Automatic installer.php lang files by installer_builder (20061107)

18 years agoHide simpletest on oracle and mssql until it works MDL-7337
moodler [Tue, 7 Nov 2006 02:53:39 +0000 (02:53 +0000)]
Hide simpletest on oracle and mssql until it works    MDL-7337

18 years agoMerged from MOODLE_17_STABLE: fixed the journal upgrade. renaming a null column to...
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

18 years agoprevent duplicate content in search engines MDL-7299; merged from MOODLE_17_STABLE
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

18 years agoMDL-7328 Merged from stable
koenr [Mon, 6 Nov 2006 21:28:24 +0000 (21:28 +0000)]
MDL-7328 Merged from stable

18 years agobetter param handling SC#331; merged from MOODLE_17_STABLE
skodak [Mon, 6 Nov 2006 20:35:01 +0000 (20:35 +0000)]
better param handling SC#331; merged from MOODLE_17_STABLE

18 years agoFurther fix for MDL-7229 ... should work now.
moodler [Mon, 6 Nov 2006 17:55:32 +0000 (17:55 +0000)]
Further fix for MDL-7229 ... should work now.

18 years agosimple bumb (Sync with 17_STABLE)
stronk7 [Mon, 6 Nov 2006 17:44:00 +0000 (17:44 +0000)]
simple bumb (Sync with 17_STABLE)

18 years agoAnd, finally, IE is able to display IMS packages properly! B-)
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

18 years agoMerged MDL-7351 from stable
moodler [Mon, 6 Nov 2006 12:51:27 +0000 (12:51 +0000)]
Merged MDL-7351 from stable

18 years agomerged taking out warning
toyomoyo [Mon, 6 Nov 2006 08:27:31 +0000 (08:27 +0000)]
merged taking out warning

18 years agomerged, fixing capabilities of block context
toyomoyo [Mon, 6 Nov 2006 06:16:00 +0000 (06:16 +0000)]
merged, fixing capabilities of block context

18 years agomerged taking out extra isteacher()
toyomoyo [Mon, 6 Nov 2006 02:33:13 +0000 (02:33 +0000)]
merged taking out extra isteacher()

18 years agoMDL-7176 fixed comment; merged from MOODLE_17_STABLE
skodak [Sun, 5 Nov 2006 18:28:03 +0000 (18:28 +0000)]
MDL-7176 fixed comment; merged from MOODLE_17_STABLE

18 years agoMerged changes for lang string fixes MDL-7263
moodler [Sun, 5 Nov 2006 12:59:09 +0000 (12:59 +0000)]
Merged changes for lang string fixes  MDL-7263

18 years agoMerged MDL-7266 from stable. Thanks, Dan!
moodler [Sun, 5 Nov 2006 12:27:12 +0000 (12:27 +0000)]
Merged MDL-7266 from stable.  Thanks, Dan!

18 years agomodify_database() will show the deprecated debugging after 2006101007
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

18 years agoMerged reply link fix from stable
moodler [Sun, 5 Nov 2006 09:35:01 +0000 (09:35 +0000)]
Merged reply link  fix from stable

18 years agoMerge loginas fix for site level
moodler [Sun, 5 Nov 2006 06:46:20 +0000 (06:46 +0000)]
Merge loginas fix for site level

18 years agoAutomatic installer.php lang files by installer_builder (20061105)
moodler [Sun, 5 Nov 2006 03:11:40 +0000 (03:11 +0000)]
Automatic installer.php lang files by installer_builder (20061105)

18 years agoNow GD is checked before displaying course overview graphs. MDL-7204
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

18 years agoMDL-6474 fix
wildgirl [Sat, 4 Nov 2006 21:56:42 +0000 (21:56 +0000)]
MDL-6474 fix

18 years agoNow all the get_records() functions support only one field
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

18 years agoDeprecating modify_database(). It shows debugging info
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

18 years agoMDL-7346 Changed enablerecordcache to be a limit for the size of cache, not just...
sam_marshall [Fri, 3 Nov 2006 17:29:15 +0000 (17:29 +0000)]
MDL-7346 Changed enablerecordcache to be a limit for the size of cache, not just an on/off switch.

18 years agoMDL-7344 Change 'import child course' timeout to 180 seconds per course because role...
sam_marshall [Fri, 3 Nov 2006 14:39:19 +0000 (14:39 +0000)]
MDL-7344 Change 'import child course' timeout to 180 seconds per course because role creation takes a while for thousands of users. (Merge from STABLE)

18 years agoShow site name at top when selecting courses.
ethem [Fri, 3 Nov 2006 12:36:52 +0000 (12:36 +0000)]
Show site name at top when selecting courses.

18 years agoGet payment managers at COURSE level. Merged from 17stable.
ethem [Fri, 3 Nov 2006 12:09:00 +0000 (12:09 +0000)]
Get payment managers at COURSE level. Merged from 17stable.

18 years agoget_teacher() to get_users_by_capability().
ethem [Fri, 3 Nov 2006 11:20:13 +0000 (11:20 +0000)]
get_teacher() to get_users_by_capability().

18 years agofix for MDL-7300, mssql not null problem
toyomoyo [Fri, 3 Nov 2006 08:46:50 +0000 (08:46 +0000)]
fix for MDL-7300, mssql not null problem

18 years agoMerged blog select fix from stable
moodler [Fri, 3 Nov 2006 08:43:54 +0000 (08:43 +0000)]
Merged blog select fix from stable

18 years agomerged fox for MDL-7300, mssql error on group creation
toyomoyo [Fri, 3 Nov 2006 08:18:29 +0000 (08:18 +0000)]
merged fox for MDL-7300, mssql error on group creation

18 years agomerged fix for MDL-7031, removing control tags from add template
toyomoyo [Fri, 3 Nov 2006 03:27:10 +0000 (03:27 +0000)]
merged fix for MDL-7031, removing control tags from add template

18 years agoAutomatic installer.php lang files by installer_builder (20061103)
moodler [Fri, 3 Nov 2006 03:01:19 +0000 (03:01 +0000)]
Automatic installer.php lang files by installer_builder (20061103)

18 years agoEnding fied/key/index PHP generators
stronk7 [Thu, 2 Nov 2006 23:09:39 +0000 (23:09 +0000)]
Ending fied/key/index PHP generators

Merged from MOODLE_17_STABLE

18 years agoEnablig rename_table() PHP generator
stronk7 [Thu, 2 Nov 2006 22:44:29 +0000 (22:44 +0000)]
Enablig rename_table() PHP generator

Merged from MOODLE_17_STABLE

18 years agoFix for enrolurl(admin/users.php). Merged from 17stable.
ethem [Thu, 2 Nov 2006 13:34:52 +0000 (13:34 +0000)]
Fix for enrolurl(admin/users.php). Merged from 17stable.

18 years agomerged fix for MDL-6721 wiki broken for SPG
toyomoyo [Thu, 2 Nov 2006 08:50:52 +0000 (08:50 +0000)]
merged fix for MDL-6721 wiki broken for SPG

18 years agoPetr's patch for MDL-7327 to modify require_capability login a bit (merged from stable)
moodler [Thu, 2 Nov 2006 08:12:54 +0000 (08:12 +0000)]
Petr's patch for MDL-7327 to modify require_capability login a bit (merged from stable)

18 years agomerged fixing paging bar problem
toyomoyo [Thu, 2 Nov 2006 05:54:01 +0000 (05:54 +0000)]
merged fixing paging bar problem

18 years agomerged fix for MDL-7140 duplicate course name in header
toyomoyo [Thu, 2 Nov 2006 03:17:44 +0000 (03:17 +0000)]
merged fix for MDL-7140 duplicate course name in header

18 years agoAutomatic installer.php lang files by installer_builder (20061102)
moodler [Thu, 2 Nov 2006 03:01:16 +0000 (03:01 +0000)]
Automatic installer.php lang files by installer_builder (20061102)

18 years agomerged fix for MDL-7112 select distinct on text field
toyomoyo [Thu, 2 Nov 2006 02:17:39 +0000 (02:17 +0000)]
merged fix for MDL-7112 select distinct on text field

18 years agomerged fix for MDL_7112 select distinct on text fields
toyomoyo [Thu, 2 Nov 2006 02:10:53 +0000 (02:10 +0000)]
merged fix for MDL_7112 select distinct on text fields

18 years agomerged fix for MDL-7112 select distinct on text field
toyomoyo [Thu, 2 Nov 2006 02:02:41 +0000 (02:02 +0000)]
merged fix for MDL-7112 select distinct on text field

18 years agohack for problems with concurrent use of $nomoodlecookie and capabilities in RSS...
skodak [Wed, 1 Nov 2006 21:03:09 +0000 (21:03 +0000)]
hack for problems with concurrent use of $nomoodlecookie and capabilities in RSS feeds, see MDL-7243 - it should be replaced once we get to codes in urls; merged from MOODLE_17_STABLE

18 years agoMake authorize.net config page secure.
ethem [Wed, 1 Nov 2006 12:36:19 +0000 (12:36 +0000)]
Make authorize.net config page secure.
See: http://moodle.org/mod/forum/discuss.php?d=56728

18 years agoin/on/at too many ways to say "en" in Spanish. :-P
stronk7 [Wed, 1 Nov 2006 11:52:13 +0000 (11:52 +0000)]
in/on/at too many ways to say "en" in Spanish. :-P

Merged from MOODLE_17_STABLE

18 years agoMerged tidy-ups from stable
moodler [Wed, 1 Nov 2006 09:44:01 +0000 (09:44 +0000)]
Merged tidy-ups from stable

18 years agoAn untested patch for MDL-7211 to fix firstclass hole (merged from stable)
moodler [Wed, 1 Nov 2006 06:54:47 +0000 (06:54 +0000)]
An untested patch for MDL-7211 to fix firstclass hole (merged from stable)

18 years agoFixed SQL for Oracle (forum searching) MDL-7317
moodler [Wed, 1 Nov 2006 06:29:52 +0000 (06:29 +0000)]
Fixed SQL for Oracle (forum searching) MDL-7317