548 Commits

Author SHA1 Message Date
nicolasconnault
210611f6ee MDL-9629 Changed grade_item.gradetype default to 1, added GRADE_TYPE_NONE constant = 0, incrementing existing constants by 1. Set up auto-generation of idnumber for grade_item if itemmodule and iteminstance are set, only a temporary stub if they are not set (must be replaced by correct generation code). New category form now has server-side validation (not using formslib) 2007-06-05 08:50:24 +00:00
toyomoyo
1b63e57388 adding a usermodified field to post table 2007-06-05 05:40:10 +00:00
nicolasconnault
ec4560cc58 MDL-9137 Removed hidden field from grade_categories and added deleted field to grade_items. Also added 2 images in pix/i 2007-06-01 04:46:24 +00:00
nicolasconnault
de420c11c5 MDL-9317 Applying Petr's second patch 2007-05-29 00:56:44 +00:00
skodak
d46306de6a MDL-9848 eventslib improvements and cleanup 2007-05-22 10:26:29 +00:00
jmg324
282c169549 MDL-9802 added my:manageblocks capability so admins can define whether users can add/remove blocks from myMoodle page 2007-05-18 11:57:46 +00:00
skodak
93759defcf MDL-9842 Groups from groupings not moved to "Not in a grouping"; merged from MOODLE_18_STABLE 2007-05-18 09:20:52 +00:00
moodler
ca4bcf58ec Event handler for new grades 2007-05-14 09:30:56 +00:00
ikawhero
9aaa214e0c Addng two new options to the custom profile fields:
1. Force unique - force the field data to be unique
2. Signup - display the field on the signup page
MDL-9702
2007-05-11 12:16:44 +00:00
toyomoyo
ec19392b06 changing grade book db so that grade_grades_text can be referenced from grade_grades_final 2007-05-09 07:52:00 +00:00
toyomoyo
48b8bba944 dropping gradescale for grade_raw and grade_final table 2007-05-09 05:56:34 +00:00
poltawski
a044c05ddb MDL-9742 - changed tabs to spaces in a few places where there are one
or two
2007-05-08 15:07:25 +00:00
toyomoyo
6ec4869ecb adding a missing feedbackformat field 2007-05-04 07:35:54 +00:00
nicolasconnault
cb63031c37 MDL-9506 Removed childrentype after discussion with Martin D. 2007-05-03 05:44:33 +00:00
nicolasconnault
ec0009c3a4 MDL-9506 Added childrentype field to grade_categories table 2007-05-03 01:43:33 +00:00
ikawhero
ec75a182db New field for category themes 2007-05-02 06:50:28 +00:00
toyomoyo
ca9ffa1887 adding capabilities for gradebook, MDL-9511 2007-05-02 06:30:54 +00:00
toyomoyo
896f1e0380 events and grades db fixes 2007-04-30 08:46:39 +00:00
toyomoyo
32bbbca1f0 adding 2 fields back 2007-04-30 02:06:48 +00:00
tjhunt
0eb6b04a73 New capability for configuring question types. 2007-04-27 10:37:39 +00:00
toyomoyo
9d2cddf138 changing grades tables 2007-04-27 06:41:01 +00:00
skodak
1cb3da3613 MDL-9574 + MDL-9607 Add Change-own-password and Edit-own-profile capabilities 2007-04-26 21:41:08 +00:00
nicolasconnault
eb2658e03a MDL-9506 Changed grade_calculations.usermodified type to null from non-null. 2007-04-26 05:40:35 +00:00
nicolasconnault
db07a42eda MDL-9506 Added timestamps to grade_categories 2007-04-26 03:23:45 +00:00
toyomoyo
f9a09741c2 fix for MDL-9530, BLOB/TEXT column can't have a default value. 2007-04-26 02:28:05 +00:00
toyomoyo
5cb564aa4a grades tables 2007-04-24 03:28:31 +00:00
toyomoyo
4de19d9296 adding a new key 2007-04-20 01:39:22 +00:00
toyomoyo
0856223c50 mechanism to install events 2007-04-19 08:45:30 +00:00
toyomoyo
ec36253d73 adding core events tables 2007-04-18 09:05:42 +00:00
ikawhero
334415e93f Merging changes from 1.8
Display custom profile fields in profile page - see MDL-9285
Menu type stores the value rather than the index - see comments on MDL-9285
General tidy up and renaming of funtions in field class.
2007-04-16 02:49:33 +00:00
toyomoyo
177d4abf11 adding idnumber field for course modules and modedit form 2007-04-11 09:19:24 +00:00
toyomoyo
07076b70a4 fix for MDL-9095, increase blog tag length 2007-04-04 09:13:32 +00:00
toyomoyo
72cf2e3908 admins should not need course:view 2007-04-02 02:37:34 +00:00
skodak
c7888a90bc MDL-9056 Undefined property in lib/db/upgrade.php; merged from MOODLE_18_STABLE 2007-03-26 21:47:46 +00:00
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