]>
git.mjollnir.org Git - moodle.git/log
moodler [Sun, 1 Oct 2006 09:59:03 +0000 (09:59 +0000)]
Fixed links to Risks documentation
skodak [Sun, 1 Oct 2006 09:47:20 +0000 (09:47 +0000)]
New installation with different prefix in one database fails MDL-6614
moodler [Sun, 1 Oct 2006 09:33:41 +0000 (09:33 +0000)]
Fixed styles for user listings
moodler [Sun, 1 Oct 2006 09:31:49 +0000 (09:31 +0000)]
FIx the header too by requiring login to the course
moodler [Sun, 1 Oct 2006 09:26:50 +0000 (09:26 +0000)]
Fixed a typo causing MDL-6758
moodler [Sun, 1 Oct 2006 09:16:49 +0000 (09:16 +0000)]
Adding some serious checks to make Moodle break when there is any
select, insert or update on user_students, user_teachers, user_coursecreators,
or user_admins (once roles is installed), because they should not be used
at all and we will drop them soon.
moodler [Sun, 1 Oct 2006 08:48:58 +0000 (08:48 +0000)]
Make the sorting of the names always by lastname, to match assign roles
stronk7 [Sun, 1 Oct 2006 08:44:55 +0000 (08:44 +0000)]
Now table renaming is working properly on PostgreSQL
(only renaming of check constraints are pending)
moodler [Sun, 1 Oct 2006 08:37:15 +0000 (08:37 +0000)]
Tidied up groups interface to make it a bit more intuitive
moodler [Sun, 1 Oct 2006 08:34:36 +0000 (08:34 +0000)]
get_role_users() can now get all the people who have any role in that context,
which is useful
moodler [Sun, 1 Oct 2006 08:08:26 +0000 (08:08 +0000)]
FIxes for the assign screen, to make it a lot faster and able to cope
better with very large numbers of users MDL-6766
moodler [Sun, 1 Oct 2006 07:02:53 +0000 (07:02 +0000)]
FIxed some typos in get_role_users and count_role_users to do with parent contexts
gbateson [Sun, 1 Oct 2006 06:39:51 +0000 (06:39 +0000)]
do not join "hotpot_attempts" and "hotpot_details" tables when displaying "hotpot/index.php". This should speed display when courses have many HotPot activities, especially for students
moodler [Sun, 1 Oct 2006 06:39:20 +0000 (06:39 +0000)]
FIxed a debugging message
gbateson [Sun, 1 Oct 2006 06:36:50 +0000 (06:36 +0000)]
add/delete calendar events when adding/updating/deleting hotpots
gbateson [Sun, 1 Oct 2006 06:35:54 +0000 (06:35 +0000)]
added "hotpotopens" and "hotpotcloses" for calendar events
moodler [Sun, 1 Oct 2006 06:18:18 +0000 (06:18 +0000)]
Improvements to the user listing, security and appearance
moodler [Sun, 1 Oct 2006 05:49:41 +0000 (05:49 +0000)]
Trivial spelling fix up
moodler [Sun, 1 Oct 2006 05:46:55 +0000 (05:46 +0000)]
New implementation of loginas see MDL-6626
moodler [Sun, 1 Oct 2006 05:27:36 +0000 (05:27 +0000)]
Fixed a bug where load_user_capability() was not checking in the
specified context when it was provided (only in the parents)
moodler [Sun, 1 Oct 2006 05:26:38 +0000 (05:26 +0000)]
Some tidying and also a check to make sure that the user was a
participant in this particular course
moodler [Sun, 1 Oct 2006 04:56:43 +0000 (04:56 +0000)]
FIxed a typo mod->id --> mod->cm
stronk7 [Sat, 30 Sep 2006 23:48:34 +0000 (23:48 +0000)]
Now Oracle supports table renaming (both sequence and triggers
are kept on sync with the new table name)
stronk7 [Sat, 30 Sep 2006 23:09:41 +0000 (23:09 +0000)]
Drop one more table if present
stronk7 [Sat, 30 Sep 2006 22:59:10 +0000 (22:59 +0000)]
Change slighty the style of RenameKey and RenameIndex functions.
stronk7 [Sat, 30 Sep 2006 22:40:15 +0000 (22:40 +0000)]
Initial commit of rename_table(). Not ended!
skodak [Sat, 30 Sep 2006 21:02:09 +0000 (21:02 +0000)]
fixed Fatal error: Call to undefined function: print_recent_activity() when adding Recent Activity as a sticky block MDL-6437 and blocks block database MDL-5931
skodak [Sat, 30 Sep 2006 20:46:31 +0000 (20:46 +0000)]
fixed missing required_login($courseid) that needs to be done to set up proper global $COURSE; MDL-6697 course/mod.php does not show the right navigation
skodak [Sat, 30 Sep 2006 20:11:44 +0000 (20:11 +0000)]
MDL-6673 duplicate capabilities in list
mark-nielsen [Sat, 30 Sep 2006 19:49:40 +0000 (19:49 +0000)]
NO CODE CHANGES. Just added PHPdoc comments at the top of lesson files.
skodak [Sat, 30 Sep 2006 19:46:10 +0000 (19:46 +0000)]
MDL-6696 Default country doesn't display on dropdown menu
stronk7 [Sat, 30 Sep 2006 19:45:51 +0000 (19:45 +0000)]
Added one more test to check the EXPERIMENTAL rename_key() function
stronk7 [Sat, 30 Sep 2006 19:44:49 +0000 (19:44 +0000)]
Added rename_key()
Note that this is one EXPERIMENTAL function and shouldn't be used
by you in production code EVER!
stronk7 [Sat, 30 Sep 2006 19:44:16 +0000 (19:44 +0000)]
Adding support to rename_key()
Note that this is one EXPERIMENTAL function and shouldn't be used
by you in production code EVER!
stronk7 [Sat, 30 Sep 2006 19:43:16 +0000 (19:43 +0000)]
Implemented rename_key()
Note that this is one EXPERIMENTAL function and shouldn't be used
by you in production code EVER!
mark-nielsen [Sat, 30 Sep 2006 19:24:22 +0000 (19:24 +0000)]
Bug Fix: The dependency drop-down was displaying incorrectly. Fixed up code to use API to gather Lessons correctly.
mark-nielsen [Sat, 30 Sep 2006 19:00:07 +0000 (19:00 +0000)]
BugFix for MDL-6730: now blank lessons redirect to edit.php where the user is prompted by a menu of options.
stronk7 [Sat, 30 Sep 2006 18:24:14 +0000 (18:24 +0000)]
Added rename_index()
Adding support for index renaming. Note that MySQL doesn't support this
but this shouldn't be important at all, mainly because, under xmldb,
accesses to index-names are always done with find_index_name() and
never explicity.
Anyway, this function could be useful in the future to normalize index
names in some Health center or another similar place.
stronk7 [Sat, 30 Sep 2006 18:23:00 +0000 (18:23 +0000)]
Adding support for index renaming. Note that MySQL doesn't support this
but this shouldn't be important at all, mainly because, under xmldb,
accesses to index-names are always done with find_index_name() and
never explicity.
Anyway, this function could be useful in the future to normalize index
names in some Health center or another similar place.
danstowell [Sat, 30 Sep 2006 17:46:15 +0000 (17:46 +0000)]
Fixed PHP 4 compatibility re MDL-6753
stronk7 [Sat, 30 Sep 2006 17:06:59 +0000 (17:06 +0000)]
Added 3 more tests to check change_field_enum()
stronk7 [Sat, 30 Sep 2006 17:06:20 +0000 (17:06 +0000)]
Added new function change_field_enum()
stronk7 [Sat, 30 Sep 2006 17:03:17 +0000 (17:03 +0000)]
Added support to change_field_enum() across all RDBMS
julmis [Sat, 30 Sep 2006 16:07:43 +0000 (16:07 +0000)]
Merging fixes from MOODLE_16_STABLE
stronk7 [Sat, 30 Sep 2006 15:51:41 +0000 (15:51 +0000)]
Using the new table_exists() to initialize tests properly.
stronk7 [Sat, 30 Sep 2006 15:48:23 +0000 (15:48 +0000)]
Applying the field_exists() check to add and drop fields.
skodak [Sat, 30 Sep 2006 15:41:20 +0000 (15:41 +0000)]
new advanced upload assignmet type - replaces old upload type, existing data and settings not fully compatible
stronk7 [Sat, 30 Sep 2006 15:35:32 +0000 (15:35 +0000)]
New function field_exists() to detect if one field exists
stronk7 [Sat, 30 Sep 2006 15:19:56 +0000 (15:19 +0000)]
Add some checks to detect if one table exists before creating or
dropping it. Part of MDL-6614
stronk7 [Sat, 30 Sep 2006 15:15:34 +0000 (15:15 +0000)]
Adding some debugging() for some controlled actions.
stronk7 [Sat, 30 Sep 2006 15:00:46 +0000 (15:00 +0000)]
Moving some uses of find_index_name() to index_exists()
stronk7 [Sat, 30 Sep 2006 14:59:03 +0000 (14:59 +0000)]
Fixed typo
stronk7 [Sat, 30 Sep 2006 14:36:52 +0000 (14:36 +0000)]
Prevent tables without prefix to be duplicated at install time. MDL-6614
moodler [Sat, 30 Sep 2006 14:13:22 +0000 (14:13 +0000)]
Fixed up Preset name
moodler [Sat, 30 Sep 2006 13:52:15 +0000 (13:52 +0000)]
Don't show progress bar when there's nothing worth showing
stronk7 [Sat, 30 Sep 2006 13:04:17 +0000 (13:04 +0000)]
Inside ddllib, for consistency we call parameters table, field...
(without the xmldb_ prefix)
stronk7 [Sat, 30 Sep 2006 12:56:39 +0000 (12:56 +0000)]
Added index_exists(). One wrapper over find_index_name()
stronk7 [Sat, 30 Sep 2006 12:34:17 +0000 (12:34 +0000)]
One more use of getTableName() added.
stronk7 [Sat, 30 Sep 2006 12:13:07 +0000 (12:13 +0000)]
Extendig use of new getTableName() over all generators
stronk7 [Sat, 30 Sep 2006 12:03:19 +0000 (12:03 +0000)]
New getTableName() function to get normalised table names everywhere
stronk7 [Sat, 30 Sep 2006 12:01:33 +0000 (12:01 +0000)]
Added new function table_exists() to be used later...
stronk7 [Sat, 30 Sep 2006 11:09:44 +0000 (11:09 +0000)]
Ah! forgot to interchange keys and values!
stronk7 [Sat, 30 Sep 2006 10:54:37 +0000 (10:54 +0000)]
Execute the index_get_name() silently to avoid a lot of
output in the install/upgrade process. Original db->debug
is re-set to their original status once executed.
moodler [Sat, 30 Sep 2006 08:22:17 +0000 (08:22 +0000)]
IFxed some notices when the block was used on sticky blocks page. MDL-6620
stronk7 [Fri, 29 Sep 2006 23:12:40 +0000 (23:12 +0000)]
Enablig PHP generation of code for change_field_type()
stronk7 [Fri, 29 Sep 2006 23:10:31 +0000 (23:10 +0000)]
Added to more tests to check float <---> char conversion
skodak [Fri, 29 Sep 2006 21:45:04 +0000 (21:45 +0000)]
towards new upload assignment - expect brand-new version tomorrow :-)
skodak [Fri, 29 Sep 2006 20:54:15 +0000 (20:54 +0000)]
fixed parameter cleanup SC#318; merged from MOODLE_16_STABLE
stronk7 [Fri, 29 Sep 2006 17:49:04 +0000 (17:49 +0000)]
Now basic types of conversion (int2char, char2int, number2char, char2number)
are working properly under all RDBMS.
stronk7 [Fri, 29 Sep 2006 17:29:08 +0000 (17:29 +0000)]
Change one test a bit...
vyshane [Fri, 29 Sep 2006 08:58:02 +0000 (08:58 +0000)]
Fixed wrong context bug
vyshane [Fri, 29 Sep 2006 07:28:11 +0000 (07:28 +0000)]
Fixed missing separator (MDL-3975).
bobopinna [Fri, 29 Sep 2006 06:45:25 +0000 (06:45 +0000)]
Moved to scorm_1x.js.php
bobopinna [Fri, 29 Sep 2006 06:43:58 +0000 (06:43 +0000)]
No more used
moodler [Fri, 29 Sep 2006 06:43:42 +0000 (06:43 +0000)]
Fixed the upgrade from 1.6.x. The role->shortname field was not being created.
bobopinna [Fri, 29 Sep 2006 06:43:36 +0000 (06:43 +0000)]
New icon to support toc bug fix
moodler [Fri, 29 Sep 2006 06:41:10 +0000 (06:41 +0000)]
Added progress bar to role assignments during upgrade
bobopinna [Fri, 29 Sep 2006 06:29:10 +0000 (06:29 +0000)]
Changes no datadir error message from bad manifest to bad package
bobopinna [Fri, 29 Sep 2006 06:27:47 +0000 (06:27 +0000)]
Fixed completed status for launched Asset
bobopinna [Fri, 29 Sep 2006 06:26:36 +0000 (06:26 +0000)]
Added _ to version data element
bobopinna [Fri, 29 Sep 2006 06:25:56 +0000 (06:25 +0000)]
Fixed a bug in toc display
bobopinna [Fri, 29 Sep 2006 06:20:53 +0000 (06:20 +0000)]
Added some strings
moodler [Fri, 29 Sep 2006 06:19:47 +0000 (06:19 +0000)]
Added a progress bar for the role assignments
moodler [Fri, 29 Sep 2006 06:11:47 +0000 (06:11 +0000)]
Add MS-SQL to installer :-)
toyomoyo [Fri, 29 Sep 2006 05:46:02 +0000 (05:46 +0000)]
fixing a redundant order by clause
toyomoyo [Fri, 29 Sep 2006 05:45:24 +0000 (05:45 +0000)]
commentary text renamed to general feedback
moodler [Fri, 29 Sep 2006 05:43:48 +0000 (05:43 +0000)]
Header and footer should include $CFG->header and $CFG->footer, just in
case the chosen theme doesn't exist any more
moodler [Fri, 29 Sep 2006 05:35:37 +0000 (05:35 +0000)]
Just tidying up code while reading it
toyomoyo [Fri, 29 Sep 2006 03:10:38 +0000 (03:10 +0000)]
added a new temp config variable to help track maint mode before and after migration MDL-6182, not fixing in stable yet due to the lack of support of unset_config function.
moodler [Fri, 29 Sep 2006 02:39:39 +0000 (02:39 +0000)]
Slight change to Copyright notice to link to our License page, not Gnu site
toyomoyo [Fri, 29 Sep 2006 02:19:27 +0000 (02:19 +0000)]
fix for MDL-5670
stronk7 [Thu, 28 Sep 2006 23:16:29 +0000 (23:16 +0000)]
Moving some tests up and down and introducing some more
tests about changing column types. Not working yet unded mssql
stronk7 [Thu, 28 Sep 2006 23:14:52 +0000 (23:14 +0000)]
Moving some change_field_XXX() functions and introducing
change_field_type(). Seems to work everywere but under
mssql (due to some problems with default constraints).
Will see it tomorrow.
stronk7 [Thu, 28 Sep 2006 23:06:04 +0000 (23:06 +0000)]
prevent nulls to become nulls (oracle error)
and defaults null to become defaults null
when temporary columns are used
stronk7 [Thu, 28 Sep 2006 22:11:06 +0000 (22:11 +0000)]
Adding two more tests (create and drop foreign keys)
stronk7 [Thu, 28 Sep 2006 22:05:11 +0000 (22:05 +0000)]
Don't rely on index names to decide if we have to drop one key
stronk7 [Thu, 28 Sep 2006 21:47:36 +0000 (21:47 +0000)]
minor adjust. keytype to drop keys is not needed anymore. now it's
defined in mysql generator (the only one needing it)
koenr [Thu, 28 Sep 2006 21:32:20 +0000 (21:32 +0000)]
one more
koenr [Thu, 28 Sep 2006 21:31:34 +0000 (21:31 +0000)]
few typos. Thanks a lot for spotting Mits!
koenr [Thu, 28 Sep 2006 20:58:55 +0000 (20:58 +0000)]
fixed MDL-3484