Commit graph

8332 commits

Author SHA1 Message Date
tjhunt
ac48e43a89 MDL-648 - Email notification and confirmation when quizzes are submitted. Thanks to Graham Miller for implementing this to my design. 2007-06-26 16:34:05 +00:00
toyomoyo
e352359420 merged fix for MDL-9051, apply supplied patch to fix $CFG->forum_enabletimedposts 2007-06-26 08:33:03 +00:00
nicolasconnault
8161dbb6fc MDL-10210 MDL-10207 Fixed small issues in tabs. Removed HTML-producing code from grade_tree and put it into category.php. 2007-06-26 07:45:40 +00:00
wildgirl
bd5e35c2f1 old help file removed 2007-06-25 21:15:44 +00:00
wildgirl
805962b122 typo fix 2007-06-25 21:06:00 +00:00
nicolasconnault
b78bb4f7a0 MDL-10210 MDL-10207 Tabs implemented. 2007-06-25 09:37:26 +00:00
tjhunt
11ac5c3ef7 MDL-10237 - Improve wording on true/false edit form. Merged from MOODLE_18_STABLE. 2007-06-24 11:53:07 +00:00
wildgirl
6be58b1c18 improved help file - MDL-7073 fix 2007-06-23 10:25:03 +00:00
nicolasconnault
5ff96295e6 MDL-10207 Tabs added to category admin page and grader report page. I also changed the id URL variable to courseid. This may cause some issues as long as the current grade/lib.php library is used, but I thought we should use courseid instead of id. 2007-06-22 17:34:14 +00:00
moodler
3b631edabe Merged string fixes from stable 2007-06-22 05:48:24 +00:00
tjhunt
7a6f4066ce MDL-6043 - Implement course reset function for quizzes. 2007-06-19 22:17:47 +00:00
mchurch
b069fbd9b3 MDL-10161 - Since get_course_... (users, students, teachers) is still being used by a number of functions (such as groups), trying to make them work with the SITE course the way they did pre-1.7, with $CFG->allusersarestudents set to TRUE. This will also have a configuration option that can be used to disable returning large amounts of users for the site course, if a site happens to be using this functionality and they have a large number of users. 2007-06-19 20:38:27 +00:00
jamiesensei
770fef0a3c MDL-10168 improvements to display of results from environment checks 2007-06-19 15:52:19 +00:00
poltawski
dc48ca472c MDL-10133 - html purifier lang typos 2007-06-18 19:43:10 +00:00
toyomoyo
1e0503f602 flexitable for user report 2007-06-18 08:05:53 +00:00
moodler
4fcdf5001d Simple framework interface for grades reports 2007-06-15 08:12:11 +00:00
moodler
841420be50 Lang files for the grade report plugins 2007-06-15 07:55:40 +00:00
toyomoyo
f57211724a adding some strings 2007-06-15 05:23:48 +00:00
dwoolhead
10b1d59829 MDL-10048 General calendar view enhancements as per spec with regard to event highlighting 2007-06-13 12:55:23 +00:00
dwoolhead
b4892fa2a0 MDL-10048 General calendar view enhancements as per spec with regard to event highlighting 2007-06-12 16:26:38 +00:00
dwoolhead
1a6ff43e1d MDL-10048 Separate events key and monthly view in right side panel 2007-06-12 09:30:12 +00:00
toyomoyo
f115f8c858 adding some strings and checks for grade book import/export 2007-06-12 09:12:07 +00:00
skodak
34e67f76a8 MDL-10076 finalize grade_is_locked() and implement grade item locking in assignment 2007-06-10 20:34:07 +00:00
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
nicolasconnault
45ec6bcfa2 Added some strings 2007-06-05 04:16:14 +00:00
poltawski
d72689a78f MDL-9987 - Reffering to wrong capability name, merged from 18_STABLE 2007-06-04 22:01:59 +00:00
nicolasconnault
5fad506139 MDL-9629 Category edit page now implements delete, show/hide, lock/unlock, moveup/movedown and move actions. The edit icon is also shown but not yet implemented. 2007-06-01 04:02:37 +00:00
skodak
81fb221d31 MDL-9626 Enable user signup with Active Directory (via LDAP); patch by Iñaki Arenaza - thanks! 2007-05-30 08:47:00 +00:00
wildgirl
dde9f3e1a3 typo fix MDL-8093 2007-05-29 17:26:45 +00:00
bobopinna
d7ffd685d2 added a new string for exit activity instead using the old one 2007-05-27 17:13:16 +00:00
bobopinna
2fce0a2e9e Modified exit string now is exit activity 2007-05-27 16:56:28 +00:00
bobopinna
35c0b12fe9 Added some missing strings 2007-05-27 16:54:56 +00:00
tjhunt
6e9debfbf1 Removing remaining references to RQP in core code. I had not realised there were so many. By the way, I am committing this from a pub in York. Pub's with wireless, whatever next? 2007-05-24 17:25:37 +00:00
nfreear
5dbae3560e Follow up fix for bug MDL-9890 - replacing nicolasconnault's fixes that I overwrote - sorry! 2007-05-23 14:45:49 +00:00
nfreear
f79310ed56 Big fix for MDL-9890 "Help should be well-formed, XHTML Strict and semantic" 2007-05-23 11:59:20 +00:00
toyomoyo
edb89e4bd5 MDL-8877, adding help files for changed extendenrol and groupextendenrol features 2007-05-22 02:24:31 +00:00
pichetp
451373ed12 adding or deleting more than 1 dataitems in one step in datasetitems_form.php 2007-05-22 02:23:50 +00:00
toyomoyo
9fffb69162 MDL-8877, specify time of manual enrolments and related improvements for changing enrolment period from user/index.php. Thanks Andrei! 2007-05-22 02:08:22 +00:00
skodak
4db13f9465 MDL-9880 Remove user_activate() method from public API because it was used only from user_confirm() in LDAP, other plugins use only user_confirm()
MDL-9575 fix email signup in ldap auth mod
2007-05-21 20:33:42 +00:00
moodler
02ea78f834 Merged MDL-9875 from stable 2007-05-21 13:34:49 +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
355180ff34 MDL-9846 Typo in password policy 2007-05-17 19:48:57 +00:00
poltawski
307f1bcbf5 MDL-9742 Converting tabs to spaces 2007-05-08 23:19:50 +00:00
thepurpleblob
fe219f8d76 Merege from stable. New strings for xml import error messages. 2007-05-08 14:15:48 +00:00
poltawski
5c6f918fee MDL-9731 Adding admin setting for disableuserimages 2007-05-07 11:40:02 +00:00
poltawski
ddecb2c498 MDL-8917 - slasharguemtns description slightly incorrect 2007-05-06 10:28:29 +00:00
poltawski
253051dcdc MDL-8356 - fixed typo 2007-05-06 09:57:33 +00:00
poltawski
407380df45 MDL-8971 - fixed typo 2007-05-06 09:45:21 +00:00
thepurpleblob
b0c1b3ad03 Fix a hard coded string 2007-05-04 14:10:56 +00:00
ikawhero
a907c54043 GUI for category themes.
New language strings.
2007-05-03 07:00:55 +00:00