1
0
mirror of https://github.com/moodle/moodle.git synced 2025-03-30 05:22:35 +02:00

714 Commits

Author SHA1 Message Date
skodak
922c5b362d MDL-8513 fixed conversion of ldap settings during upgrade to 1.8; merged from MOODLE_18_STABLE 2007-03-26 20:15:45 +00:00
skodak
6bc1e5d577 (MDL-8973) Fix OOP model of new multi auth plugins + some other auth related fixes, fixed change_password, ldap updates, etc.; TODO: fix docs 2007-03-22 12:27:52 +00:00
toyomoyo
b318ecfd47 MDL-8965, adding db table to support sorting or course manager roles in course 2007-03-22 07:14:43 +00:00
stronk7
77d08333a8 $CFG->tabselectedtofront is out. Part of MDL-8746
Merged from MOODLE_18_STABLE
2007-03-19 17:21:31 +00:00
skodak
ee266f33e0 MDL-8924 fixed UPGRADE fails from 1.6.4+ to 1.8 Beta+; merged from MOODLE_18_STABLE 2007-03-15 22:43:07 +00:00
toyomoyo
8305aeaaa8 putting user/editprofile back 2007-03-15 08:30:36 +00:00
toyomoyo
2f5ab42bc0 merged fix for MDL-7939, teachers, editting-teachers and course creators should see hidden courses 2007-03-15 04:23:21 +00:00
skodak
5e992f564b MDL-8867 Add setting to define role that is assigned to creators in new courses
MDL-8868 Set only minimal permissions for creator role

+ improved accesslib to handle changes of context levels in capability definitions

merged from MOODLE_18_STABLE
2007-03-14 21:42:38 +00:00
toyomoyo
4b7ae3c4da merged fix for MDL-8885, editting teacher should be able to read all messages in course 2007-03-14 01:37:07 +00:00
moodler
b7791fab19 Merged fix for MDL-8803 from 1.8 2007-03-09 05:04:53 +00:00
skodak
224aa44a8d MDL-7693 fixed participans block on frontpage; notloggedin and authenticated roles overrides to be fixed later in separate bug; merged from MOODLE_18_STABLE 2007-03-05 20:13:16 +00:00
skodak
efe12f6c22 MDL-8524 general roles cleanup; MDL-8373 authenticated user role now created during upgrade from 1.7.x, xhtml and CSS cleanup in roles GUI; accesslib inline docs cleanup; risk bitmask fixes 2007-03-05 11:27:01 +00:00
donal72
68879a5802 Mnet: Permit 1.8 upgrade to continue, even if duplicate usernames exist in the user table. # MDL-8720 2007-03-05 07:49:38 +00:00
moodler
6ba65fa08d Merged Nicolas' changes from MDL-8582 into HEAD. 2007-02-28 06:25:22 +00:00
martinlanghoff
171d823249 (Fixing upgrade script) Only try to disable lams if it is installed
Author: Andrew Walbran <andrew.walbran@catalyst.net.nz>
2007-02-28 00:26:37 +00:00
skodak
177df3c6c5 email selfregistration enabled by default again - thanks Eloy for noticing the problem 2007-02-24 09:48:10 +00:00
skodak
9696bd8966 MDL-8590 auth cleanup - part 7 and MDL-8598 2007-02-21 21:48:48 +00:00
skodak
1679334034 MDL-8590 auth cleanup - part 3 2007-02-20 17:15:13 +00:00
vyshane
2585a68d54 Merged from 1.8. 2007-02-16 08:46:55 +00:00
stronk7
8dadea8837 Fixing one little-little bug about user->ajax being nullable. MDL-8421 2007-02-04 20:48:34 +00:00
stronk7
b7a0ea8781 Fixing one little-little bug about user->ajax being nullable. MDL-8421
Merged from MOODLE_17_STABLE
2007-02-04 20:11:32 +00:00
skodak
c785d40ac3 MDL-8373 Add new predefined role "Authenticated user" for all logged in users 2007-01-31 21:05:32 +00:00
stronk7
a54d16ef2e CHAR fields NOT NULL must not have any empty default specified!
Oracle breaks with empty defaults because they are = NULL.

Leaving them as NULL, XMLDB will apply defaults for each DB properly.
2007-01-28 00:12:32 +00:00
stronk7
4218c9b21e Silly conditions produce silly results, please. :-P
(WHERE 1 is not cross-db at all)
2007-01-26 21:19:07 +00:00
stronk7
77b09448b3 Oracle doesn't like ; at the end of execute_sql() 2007-01-26 19:28:40 +00:00
skodak
e8e0bb2d7b MDL-8096 - advanced edit now mostly works, though still some parts missing; RIP changeme user :-) 2007-01-25 11:03:33 +00:00
donal72
6e783f21ec Mnet: Minor: Fix a comment 2007-01-24 23:15:24 +00:00
moodler
fdaacd8b70 A small bug in rename_field means that you need to specify the field in detail for it to work.
This will be fixed by Eloy later.

MDL-8237
2007-01-24 13:17:03 +00:00
donal72
cdf2232920 Mnet: Rename field: access to accessctrl for Oracle interop: MDL-8237 2007-01-23 21:27:50 +00:00
stronk7
deb12ef4cd Convert DB lang fields to 30cc. Part of MDL-7157 2007-01-21 23:37:54 +00:00
stronk7
9fc57f4c22 Some old PG sites have user->firstname and user->lastname
defined to be 30cc. Repair them. MDL-7110
2007-01-21 19:56:05 +00:00
martinlanghoff
bb931a61c6 rcache: cleanup, upgrade path, config options (MDL-8163)
record cache and caching schemes get a little cleanup, faster
if()s and a nice set of config options. Users who've been using
the internal cache get a nice upgrade too.
2007-01-14 23:02:13 +00:00
toyomoyo
0db6adc9b0 MDL-8120, changes to roles to facilitate faster log in time 2007-01-12 07:41:33 +00:00
donal72
cac88d400a mnet: In lib/db/upgrade.php, switch the magic number 1 to $CFG->mnet_localhost_id 2007-01-08 05:05:00 +00:00
moodler
8a45fcdfda Prevent warnings for user when upgrading to mnet MDL-8082 2007-01-05 08:51:14 +00:00
martinlanghoff
3261852ad6 Re-committing "Database changes for the customisable user fields" -- I _think_ this is what Shane meant to commit. 2007-01-05 02:34:41 +00:00
martinlanghoff
9654f6339d Reverting "Database changes for the customisable user fields" 2007-01-05 02:31:35 +00:00
ikawhero
dedda83d93 Database changes for the customisable user fields 2007-01-04 12:35:47 +00:00
martinlanghoff
f509ce0657 lib/db/access: Capability for roaming to remote Moodles
Author: Donal McMullan <donal@catalyst.net.nz>
2007-01-04 03:30:37 +00:00
martinlanghoff
357f08fa49 mnet: polish db changes to match upgrade and clean inst 2007-01-04 03:27:58 +00:00
martinlanghoff
5cd129c7f9 mnet/multiauth: table setup scripts 2007-01-04 03:27:05 +00:00
Martin Langhoff
f3f7610c90 cvsimport fixups -- cvshead had strayed from upstream 2007-01-04 13:15:04 +13:00
toyomoyo
22ae509e9c merged implementing moodle/user:viewdetails 2006-12-07 06:14:52 +00:00
moodler
c5c1ec895b Non-editing teachers should NOT have course import capability by default 2006-12-06 02:24:18 +00:00
skodak
9c0f063b2c MDL-7737 Remove form referer checks - $CFG->secureforms optional checking 2006-12-04 09:13:51 +00:00
skodak
7b678e0a99 MDL-7767 Guests should not be able to hide course sections - section hiding is not stored in db for guests, only session is used now; merged from MOODLE_17_STABLE 2006-12-04 09:02:17 +00:00
toyomoyo
4c2275d557 fix for MDL-7395, adding capaiblity mod/quiz:ignoretimelimits for quiz takers with disability. 2006-11-23 07:52:54 +00:00
toyomoyo
54dc87b845 adding 2 new fields 1) field for alt tag for user image, 2) field for a flag to tell moodle whehter the user uses a screen reader 2006-11-22 06:50:27 +00:00
toyomoyo
7d0e5a95c3 adding attachment for blogs 2006-11-20 08:31:48 +00:00
toyomoyo
f4fc87e1b2 merged fix for MDL-6855 4) changing not null to true for defaultrole 2006-11-07 08:59:57 +00:00