301 Commits

Author SHA1 Message Date
jgraham909
53f6a21e5e Fixed grade_category table definitions to handle change in MySQL versions 5.0.3 and greater
see http://moodle.org/mod/forum/discuss.php?d=41501 for more details.
2006-03-16 19:50:28 +00:00
patrickslee
cd9afe2ff6 Set default enrolment plugin to manual if the previous default is not an interactive enrolment plugin 2006-03-14 03:02:12 +00:00
patrickslee
f182aaf1b5 Serious typo in postgres7 upgrade script 2006-03-14 02:52:34 +00:00
mjollnir_
d348b6f2b0 Adding new mdl_log indexes to the .sql files as well as just the pg ones (bug #4112), plus a few postgres fixes for blog 2006-03-12 23:20:47 +00:00
mjollnir_
65070e3c03 Adding new mdl_log indexes to the .sql files as well as just the pg ones (bug #4112) 2006-03-12 23:19:17 +00:00
toyomoyo
89d38fdddc adding blog support (development code) 2006-03-10 06:50:37 +00:00
patrickslee
cb8229d0a8 UTF8 migration - now supporting PostgreSQL 2006-03-10 03:43:33 +00:00
moodler
7064007f5b Fixing the logic for the enrol upgrade 2006-03-09 06:54:31 +00:00
martinlanghoff
4af1efecf7 [multienrol]Fixed a typo in database upgrade script. Bug #4528 2006-03-09 03:47:54 +00:00
martinlanghoff
29f8533223 [multienrol]More changes to the internal->manual transition 2006-03-09 03:46:53 +00:00
martinlanghoff
908c1ae7ac [multienrol]DB upgrade script to clean up enrol field for user_students and user_teachers 2006-03-09 03:23:07 +00:00
martinlanghoff
e90737c7fe [multienrol]More changes to the internal->manual transition 2006-03-09 03:22:20 +00:00
martinlanghoff
6a2c524ca9 [multienrol]DB upgrade script to clean up enrol field for user_students and user_teachers 2006-03-09 03:20:30 +00:00
martinlanghoff
c02fdda12d [multienrol]Made upgrade script more intelligent about setting enrol_plugins_enabled 2006-03-09 03:16:17 +00:00
martinlanghoff
54e9516e59 [multienrol]Some database upgrade to preserve the default enrolment plugin 2006-03-09 03:02:37 +00:00
martinlanghoff
f9667a5aea [multienrol]Initial commit for multi enrolment plugin feature 2006-03-09 02:48:29 +00:00
patrickslee
613c1fcf49 Corrected calls to user table migration functions back to course table ones 2006-03-09 01:39:51 +00:00
mjollnir_
fb3ea05cc3 Adding more indexes to the log table - bug 4112 + version bump 2006-03-07 22:14:40 +00:00
skodak
38b7336ed1 short php tags 2006-03-07 21:35:13 +00:00
toyomoyo
e98ae339ef see changes to admin/utfdbmigrate.php 2006-02-24 07:33:31 +00:00
toyomoyo
89ac329bd0 taking out adodb_logsql table 2006-02-13 01:58:42 +00:00
toyomoyo
4dc78ff1c1 taking out pma tables as they are not mandatory 2006-02-13 01:57:04 +00:00
gustav_delius
27998b9e2f Added a NOT NULL to a text field just because others have it and now it agrees with my recent commit to STABLE. 2006-02-09 12:23:49 +00:00
toyomoyo
656411a550 adding pma tables 2006-02-07 05:57:54 +00:00
moodler
cc0a632f1e fixing ' problems 4679 2006-02-06 02:15:44 +00:00
moodler
001fc706ef fixing bugs in event table 2006-01-31 08:37:00 +00:00
moodler
136b6ab33f changed to use utfconvert function 2006-01-31 02:15:21 +00:00
moodler
bdc003eb05 bug fixings 2006-01-27 04:39:53 +00:00
moodler
3e42156be5 removed an extra echo statement 2006-01-25 06:23:33 +00:00
moodler
25d0380b6e bug fixing 2006-01-25 05:20:33 +00:00
vyshane
65342c76a3 Fixed syntax error on line 804. 2006-01-24 01:51:13 +00:00
stronk7
4d69a487e4 Cleaning of unnecessary 4th fields in the insert_record() function.
See http://moodle.org/bugs/bug.php?op=show&bugid=4583 for more
information.
2006-01-23 16:36:46 +00:00
moodler
0c25b4534e bug fixes 2006-01-23 03:15:45 +00:00
moodler
698184d779 more bug fixing 2006-01-20 06:21:42 +00:00
moodler
9833289841 Added default values for columns in the MySQL creation script mysql.sql.
Added default values to migrate2utf8.xml, for any varchar and text field types, if the default values for these fields were not defined as '' in the MySQL table creation script.

Committed by vyshane
2006-01-17 07:10:56 +00:00
moodler
5d7a2722d5 more bugs 2006-01-16 07:57:56 +00:00
toyomoyo
e8f7b20f9a more bug fixes =( 2006-01-13 07:24:43 +00:00
toyomoyo
7c5406967d some bug fixes 2006-01-12 02:39:13 +00:00
toyomoyo
7098681423 adding new fields in xml, and bug fixes 2006-01-11 03:04:57 +00:00
toyomoyo
fb7b685530 adding utf8 support scripts 2006-01-09 06:12:18 +00:00
toyomoyo
0afb2f2fb4 merged, bug fix for 4490 2005-12-19 02:12:49 +00:00
patrickslee
7fa92da9fa Reverting commits just made. This should be in MOODLE_16_MULTIENROL 2005-10-30 22:13:26 +00:00
patrickslee
739f3e5067 DB upgrade script to clean up enrol field for user_students and user_teachers (Merged from MOODLE_15_STABLE) 2005-10-30 21:36:44 +00:00
patrickslee
c5c03efb26 Corrected a postgresql definition error. Thanks to Juro Chlebec 2005-10-27 19:55:19 +00:00
mjollnir_
e19db11055 course_request.password should be varchar(50) not text. bug 4180 2005-10-13 21:12:13 +00:00
mjollnir_
56eb871c39 Added enrolment key to course requests - fixes wishlist bug 4170 2005-10-12 01:17:03 +00:00
patrickslee
f89033b111 New feature: Course enrollable control with date range 2005-10-04 01:59:19 +00:00
patrickslee
7246c2d142 New feature: Notify teachers/students of expirying enrolments 2005-10-02 21:37:54 +00:00
mjollnir_
f3221af9e5 Initial checkin of stats (from processing the log table).
I will write up some information about it for the developers wiki.
2005-09-01 04:14:31 +00:00
mjollnir_
f41ef63ee6 materialized path & depth for course categories. 2005-08-16 23:15:58 +00:00