toyomoyo
e503f30d10
merged fix for 5426
2006-05-04 09:40:33 +00:00
toyomoyo
0327c40abb
bug fix for 5303. hope i didn't break anything >_<
2006-04-28 03:18:56 +00:00
toyomoyo
cb24115c8e
trying to change all the default NULL fields to NOT NULL default '0'/'', hope i didn't mess up. Please report any bugs asap!
2006-04-26 05:48:04 +00:00
vyshane
c343bc8831
Fixing inserts for log_display table.
2006-04-24 08:55:29 +00:00
toyomoyo
808f9930b3
adding proper _idx postfix
2006-04-24 06:00:37 +00:00
toyomoyo
31513aa13e
changing tags->text to varchar 20, created index on tags(type, userid), and tags(text)
2006-04-24 05:53:06 +00:00
vyshane
36e6706eb0
Bumped version number for last changes
2006-04-24 02:28:02 +00:00
vyshane
721cb8678d
Bug #5254 - live logs
...
Cleanup for duplicate module/action combinations. Added id field for
log_display table and added an index moduleaction.
2006-04-24 02:24:18 +00:00
toyomoyo
8bcd295c3d
bumping up version, chaing user->firstname, user->lastname, course->shortname to varchar(100)
2006-04-19 08:18:35 +00:00
gustav_delius
9977aa0f4a
Don't forget the prefix_ for table names
2006-04-18 21:49:14 +00:00
toyomoyo
025bec3169
the table_column function ate my auto_increments
2006-04-18 03:30:57 +00:00
moodler
12ef2c40d9
Added a new field to cache "old" course_module visibility when
...
the whole module is disabled (see bug 5021)
2006-04-11 07:04:55 +00:00
moodler
71470b3bf1
Convert the text cache to use a blob, so that there are no character set
...
issues: see bug 5136
2006-04-10 07:17:26 +00:00
toyomoyo
dffaf68202
changed some int(11) to int(10)
2006-04-10 06:26:07 +00:00
moodler
60f92a4330
Added a missing index for some sites (bug 5100)
2006-04-05 13:45:14 +00:00
moodler
9a8091a9ab
Put some default times in for people who were tracking dev
2006-03-20 07:47:41 +00:00
moodler
6a30c073d4
Added timemodified to blog_tag_instance table and some indexes
2006-03-20 07:40:55 +00:00
moodler
112d0ebf82
Added a new field "module" to the post table to indicate what type of module
...
each entry is
2006-03-20 07:13:21 +00:00
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
toyomoyo
89d38fdddc
adding blog support (development code)
2006-03-10 06:50:37 +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
mjollnir_
fb3ea05cc3
Adding more indexes to the log table - bug 4112 + version bump
2006-03-07 22:14:40 +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
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
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
mjollnir_
0705ff843b
Course request feature. Allows normal users to 'request' courses they would like created,
...
and admins can approve or reject pending courses.
Also, contains the ability to restrict activity modules on a per course basic. Strict config options:
enable restricting modules at ALL (for all courses, no courses, requested courses), what to do by default for newly created courses
as well as what modules to enable for above category by default.
This feature was created for the aim of building a community side to moodle - for institutes that have strict courses and enrolments, allowing normal users to request interest courses is a good feature,
but some modules may be redundant (assignment, lesson, quiz etc)
Please test!
2005-08-16 06:15:49 +00:00
moodler
f2e34253c3
Removing and re-adding currency support in courses
2005-07-22 17:19:52 +00:00
moodler
3b4ff6edb6
Run the online assignment cleanup code automatically on an upgrade. (SE)
2005-07-21 10:46:37 +00:00
defacer
98f8f9c218
Adding some fields to mdl_event to facilitate iCalendar import/export.
...
This is a work in (sloooow) progress.
2005-07-20 17:58:33 +00:00
moodler
27d8712a07
Disable the Dialogue module if the directory doesn't exist anymore
2005-07-17 03:26:59 +00:00
moodler
ee708245c1
Merged field width fixes from stable
2005-07-15 14:11:40 +00:00
martinlanghoff
967f5f4b12
Merged from MOODLE_15_STABLE - Fixes db upgrade for config_plugins failure on unquoted data - discussed at http://moodle.org/mod/forum/discuss.php?d=25122
2005-06-07 03:41:52 +00:00
moodler
6283105094
Complete the removal of Attendance from the main CVS tree (on HEAD)
2005-06-02 14:51:50 +00:00
martinlanghoff
a40803130b
Per-auth-backend field locks support. Merged from MOODLE_15_STABLE
...
* Extended set_config()
* Implemented get_config() which takes over $CFG loading in setup.php
* admin/auth.php has special handling if post vars starting in pluginconfig_
* admin/auth.php print_auth_lock_options() prints a form fragment -- being called from most plugins now
* user/edit.php follows the new convention when locking down fields, both javascript UI and on POST.
* admin/auth: More solid checking for auth GET/POST var.
* admin/auth: print_auth_lock_options() now handles user field mapping options for LDAP and similar modules
* admin/auth: user mapping options have moved to config_plugins table
* auth/ldap module has migrated to using new field mapping vars -- simplified config.html a lot
* auth settings migration to config_plugins
2005-06-02 05:39:41 +00:00