Commit Graph

220 Commits

Author SHA1 Message Date
adecf1c475 Adding tables for customisable user profile fields. See MDL-474 2006-09-20 14:17:21 +00:00
45b9781ed4 fixed missing shortname pg upgrade code, sorry 2006-09-19 07:35:48 +00:00
dca1937c02 removed references to /requested(teachers?|students?)name/ and 'showsiteparticipantslist' - we are now using only default names stored in langpacks for backwards compatibility 2006-09-18 11:21:24 +00:00
b29ab53d31 Removed the setting of default values. The default is now just zero. 2006-09-17 09:08:47 +00:00
746a04c500 Adding defaultrole to course table 2006-09-17 06:37:59 +00:00
0ad8c7850d Reload default guest 2006-09-12 08:17:33 +00:00
8d158ed44f Reload the guest role using new defaults 2006-09-12 07:10:49 +00:00
b277dd0a53 adding new table for keeping track of user's last access time for any course page 2006-09-12 06:08:57 +00:00
1331745826 course_sections->summary and course_sections->sequence can be NULLable (experimenting....) 2006-09-02 22:37:38 +00:00
5f941d12ab user->description can be NULLable (experimenting....) 2006-08-31 23:31:36 +00:00
6c76032bc1 course_categories->description can be NULLable (experimenting....) 2006-08-31 23:17:23 +00:00
99215f2c6f modinfo nullable and without default. 2006-08-31 19:39:18 +00:00
be4486da83 capability riskbitmasks and user trustbitmask patch #1 see MDL-6412 2006-08-31 08:36:36 +00:00
e9d5166a3e fixed wrong type for session data field in mysql, enabled feedback when dropping old session table during upgrade 2006-08-30 16:37:52 +00:00
647a256616 db sessions are now using the newer session handler adodb-session2.php 2006-08-29 22:45:54 +00:00
d389b12829 create safer .htaccess SC#302 2006-08-28 21:07:43 +00:00
67a3fac51f Added new field 'ajax' to user table, to store AJAX preference 2006-08-28 06:41:05 +00:00
598dc3a99c Change rule to tzrule (reserved word) 2006-08-22 21:19:52 +00:00
d140ad3f7c fix for bug #6307, reserved word 'level' changed to 'aggregatelevel' for Oracle. Some parts could be broken by this. please report breakage asap! Thanks 2006-08-21 05:19:16 +00:00
7949356d64 fixed missing '}' 2006-08-17 22:49:21 +00:00
f9e2f481df adding role_allow_assign , role_allow_override table and dropping role_deny_grant 2006-08-17 08:58:51 +00:00
2a1ab5ecf2 name should be unique key, and should be length 255 2006-08-10 09:07:15 +00:00
7952cb34ef changing name field in capabilities table to 255 2006-08-10 09:02:21 +00:00
bcf214dfc4 adding keys for new tables, added migration support too 2006-08-10 08:20:16 +00:00
2ad25548c6 Fixed some typos. Thanks Tim! 2006-08-09 14:01:14 +00:00
bbbf2d4015 ROLES AND PERMISSIONS - FIRST CHECK-IN
=======================================

WARNING:  DEV IS CURRENTLY VERY UNSTABLE.

This is a mega-checkin of the new Roles system.   A lot of changes have
been made in core and modules.

Currently there are a lot of rough edges and known problems.  We are
working hard on these .. .the reason for getting this into HEAD at this
stage is enable us to move faster (our branch was diverging from HEAD
too much).

Please keep an eye on http://docs.moodle.org/en/Roles for current status
and information for developers on how to use the new Roles system.
2006-08-08 05:13:06 +00:00
889e6b46f4 Bug #6147 - Upgrade from 1.5.x breaks with Postgres 7.4.x
Even though Postgres 7.4.x is officially supported, several upgrade scripts use syntax that only works in Postgres 8.x. and it's impossible to finish the upgrade.

The attached patch fixes those scripts.

Saludos. I�aki.

Author: I�aki Arenaza
Review: Jun Yamog, Martin Langhoff

merged from MOODLE_16_STABLE
2006-07-31 18:04:10 +00:00
d836482a34 Moving from lastIP to lastip everywhere. Bug 5763.
(http://moodle.org/bugs/bug.php?op=show&bugid=5763)

Merged (more or less) from MOODLE_16_STABLE
2006-06-09 09:47:01 +00:00
ae57b07c06 report XXXX actions added. Bug 5714.
(http://moodle.org/bugs/bug.php?op=show&bugid=5714)

More or less, merged from MOODLE_16_STABLE
2006-06-04 00:54:34 +00:00
22a92ee224 merged dropping backticks 2006-05-25 02:07:48 +00:00
462458c66b renaming reads and writes to statsreads and statswrites 2006-05-24 05:07:22 +00:00
450a0a7db7 Merge from stable branch: Convert tabs to spaces in files where there were only a few rogue tabs. 2006-05-17 16:47:44 +00:00
05acf8e974 moodle16cleanup: lib/db correct prefix, patch by Tim Hunt for bug 5515 2006-05-17 06:43:21 +00:00
ccd218ee4b moodle16cleanup: lib/db correctly put the default values, change the
length of log_display.module which is just 20 chars on postgres7.sql
2006-05-17 06:36:31 +00:00
f172091567 moodle16cleanup: mod/dialog we need to drop some more dialog module tables 2006-05-17 06:34:19 +00:00
7235ae23f1 Fix for Bug #5419 - Inconsistency between log_display and log tables 2006-05-05 08:42:29 +00:00
c343bc8831 Fixing inserts for log_display table. 2006-04-24 08:55:29 +00:00
31513aa13e changing tags->text to varchar 20, created index on tags(type, userid), and tags(text) 2006-04-24 05:53:06 +00:00
36e6706eb0 Bumped version number for last changes 2006-04-24 02:28:02 +00:00
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
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
60f92a4330 Added a missing index for some sites (bug 5100) 2006-04-05 13:45:14 +00:00
53c988a403 Fix for Bug #4954
Patch submitted by jun at catalyst dot net dot nz
2006-03-22 07:07:57 +00:00
9a8091a9ab Put some default times in for people who were tracking dev 2006-03-20 07:47:41 +00:00
6a30c073d4 Added timemodified to blog_tag_instance table and some indexes 2006-03-20 07:40:55 +00:00
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
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
f182aaf1b5 Serious typo in postgres7 upgrade script 2006-03-14 02:52:34 +00:00
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
89d38fdddc adding blog support (development code) 2006-03-10 06:50:37 +00:00