stronk7
e973824c94
parentlanguage is the correct name
2006-02-06 13:24:49 +00:00
moodler
919ece0f88
Slightly more documentation
2006-02-06 12:52:12 +00:00
moodler
0b85bf5430
New stub file for "en" language
2006-02-06 12:51:05 +00:00
moodler
cfa40737cf
Removing all the language packs from HEAD!! 8-D
2006-02-06 09:22:14 +00:00
stronk7
cae45bfe82
Sending some new environment strings.
...
Verified by EOS ;-)
2006-02-04 18:20:14 +00:00
stronk7
0b8f6e056b
Environment strings added.
2006-01-18 23:07:10 +00:00
mjollnir_
e49c4d3075
Fixing wishlist bug # 4357: different icon & wording in admin block for metacourse importstudents
2006-01-17 23:54:14 +00:00
mjollnir_
a4f495bf86
Introducing: managed posted forums. Optional ability to 'throttle' forums by adding
...
three new settings: warnafter, blockafter and blockperiod.
Useful for tutors with big courses with some dominant students.
2006-01-16 08:42:09 +00:00
martinlanghoff
6e45da59d1
auth/db and password-generation - required strings.
2006-01-16 02:54:56 +00:00
stronk7
6a5ba270c4
Needed strings to support email charsets.
2006-01-05 17:23:26 +00:00
stronk7
a4372a9b5f
To count letters in languages without word separators.
2005-12-15 18:05:58 +00:00
patrickslee
e1638d616c
Site frontpage now supports displaying of all avaliable options with ordering
2005-12-14 21:42:44 +00:00
mjollnir_
f3180d6e70
Better fix to change_password.php - primary admin can change their OWN password, the form displays the error for other admins trying to change the primary password (before it failed silently) and external auth admin change password works too!
2005-12-04 23:01:25 +00:00
mjollnir_
4820a99e87
New report - course participation. Integrated with messaging system, same as participants list.
2005-11-28 20:50:15 +00:00
moodler
ae5c975ac3
changed 'People not in a group' to 'People in the course'
2005-11-25 03:00:11 +00:00
mjollnir_
31b7133683
Add a last access filter to the participants list - show users inactive for more than x time period
2005-11-17 02:46:27 +00:00
moodler
d8f4ca20cd
Adding the LAMS integration code. Can everyone please test thoroughly.
...
Cheers, Shane.
2005-11-16 08:21:19 +00:00
moodler
f8b3c0f484
New plugin structure for code that imports stuff into a course
...
Old import.php is now import/activities and we've added a new plugin
for importing groups from an external file
2005-11-05 08:06:36 +00:00
mjollnir_
e7202b3fd2
Adding missing stats string; fixing weird bug for when stats starts processing from now rather than all
2005-11-03 22:57:14 +00:00
moodler
9bf660b326
Merged new assignment grading interface fixes from STABLE
2005-11-03 06:25:00 +00:00
mjollnir_
0b3d293737
Fixing bug 4199: course import offering courses not a teacher in to import from. Will merge to stable after confirmation from bug reporter.
2005-11-02 21:09:12 +00:00
patrickslee
56144efaac
Block normal users to gain access to meta courses (Merged from MOODLE_15_STABLE)
2005-10-31 20:38:54 +00:00
mjollnir_
c9c8db2dac
better message for no data for stats - now we have statscatchup mode we don't need to know about waiting a week
2005-10-17 23:17:54 +00:00
mjollnir_
1217708363
My moodle sticky block config now generic, can be used for any pagetype.
...
Currently implemented: course-view (and my moodle, of course)
2005-10-16 22:34:25 +00:00
mjollnir_
b32145b87c
Missing strings for new stats report, new link in admin/index.php for admin reports
2005-10-16 22:13:35 +00:00
thepurpleblob
1b1aa14cc9
Added new string for duplicate emails in lost password recovery.
2005-10-06 09:08:41 +00:00
patrickslee
0f24c257b6
Modified some words to be more generic
2005-10-05 22:22:03 +00:00
patrickslee
f89033b111
New feature: Course enrollable control with date range
2005-10-04 01:59:19 +00:00
thepurpleblob
1daf4153e0
Added string for lost password recovery changes
2005-10-03 13:39:45 +00:00
patrickslee
7246c2d142
New feature: Notify teachers/students of expirying enrolments
2005-10-02 21:37:54 +00:00
patrickslee
6746bb8ad4
New feature to extend student enrolment period and improvements to the action list in participants list
2005-09-29 06:30:58 +00:00
gustav_delius
5c3706b27d
When teacher has "student view" on then the login string changes to ""Your are logged in as name in student view (Logout)", note the new 'in student view'. Discussed in bug 4113
2005-09-26 10:00:14 +00:00
thepurpleblob
88e0c93d26
Added some strings for improved (multiple auth friendly) password handling.
2005-09-22 14:10:48 +00:00
thepurpleblob
737cb9a274
Added string for 'oldpassword'
2005-09-13 15:14:18 +00:00
thepurpleblob
39e6cfeced
Added forcepasswordchangenotice string.
2005-09-13 15:09:35 +00:00
mjollnir_
861efb1937
Allow moving courses and editing courses and stuff from the course results search page (now has turn editing on button)
2005-09-01 04:48:22 +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_
f19570d0ec
Initial checkin of new feature to select users from participants page for a recipient list for sending an IM to. Please test.
2005-08-22 05:44:13 +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
mjollnir_
0d6b9d4f4d
MyMoodle: new /my/ page, contains course overview (module based, forum done). User defined blocks on /my/ page, admin defined stickyblocks. Needs lots of testing. Held off bumping version.php for blocks because of the postgres upgrade fixes Patrick is putting in.
2005-08-16 00:25:39 +00:00
mjollnir_
43e664cca7
Added locallib - hook to provide easier means for local customisations. Currently contains mechanism for having local db upgrades without munging the main CFG->dbtype.php scripts.
2005-08-15 22:31:22 +00:00
thepurpleblob
c56707d80b
Added strings for 'studentview' buttons
2005-08-15 12:52:55 +00:00
thepurpleblob
94fe0f2bd5
Added 'cachecontrols' string
2005-07-22 13:00:47 +00:00
bobopinna
11d9f34866
Added SCORM course format string
2005-06-27 07:44:28 +00:00
stronk7
f78698374c
One new backup string added.
2005-06-19 18:05:09 +00:00
thepurpleblob
6b4dda0ccb
Added some strings for health centre.
2005-06-15 11:07:50 +00:00
defacer
097c223156
Merging from STABLE:
...
Adding one new string: "Show $a per page"
2005-06-03 23:32:04 +00:00
defacer
1c7e01d5cd
Adding "Actions" (plural).
2005-05-18 00:03:18 +00:00
moodler
b1a7805dfa
New string for login block (and shortened one without changing meaning)
2005-05-11 03:24:15 +00:00
moodler
bde0832a23
Moved badwords list to censor.php file (bug 3164)
2005-05-08 15:10:17 +00:00