226 Commits

Author SHA1 Message Date
moodler
84994c886e Some new strings related to user importing 2004-01-06 02:33:28 +00:00
moodler
07be0ed2b9 Small fixes 2003-12-31 08:07:03 +00:00
moodler
24c32bd668 Some re-wording of English backup strings 2003-12-31 08:05:01 +00:00
moodler
f86eb3ce12 New strings for groups 2003-12-30 17:36:47 +00:00
stronk7
1b7d0ba271 Included some strings about the "Keep Backup Files" option. 2003-12-29 20:22:41 +00:00
moodler
d642f548d2 Added a missing string 2003-12-27 03:13:41 +00:00
stronk7
b1b589b5cc Now admin/configuration/backup strings are included.
Happy Christmas :-)
2003-12-24 12:11:35 +00:00
moodler
24157e96c0 Ask for email address again to help avoid typos 2003-12-23 11:58:41 +00:00
moodler
19a95eb03a Some new strings (related to quiz reports) 2003-12-17 12:53:25 +00:00
moodler
5a80fd86be FIxed names for names 2003-12-03 07:29:15 +00:00
moodler
eb12fd50d2 Fixed missing string adminhelpbackup 2003-12-01 06:47:23 +00:00
moodler
43875a1069 Plural "Given name(s)" looks silly in English and isn't needed. Might be
for Spanish or Arabic though.
2003-11-30 14:44:17 +00:00
moodler
b5cbb64dc5 Final pieces to allow site-wide configuration of name display.
Site variable can override order of "firstname lastname" or it
can leave it up to the language packs.
2003-11-30 14:02:01 +00:00
moodler
32da9038c5 Removed some bogus Control-M's 2003-11-25 12:15:10 +00:00
moodler
892a80dc63 New, speedier English translation. All files and every line has changed.
This is working OK in my testing, but please contact me immediately
if you find any errors.
2003-11-18 07:28:46 +00:00
selliott
6f526f7451 Added some words for course/recent.php 2003-11-14 19:16:23 +00:00
moodler
a328425d17 New feature based on code from Gustav Delius
-> A-Z subsets on the participant list.

http://moodle.org/mod/forum/discuss.php?d=3162

I also made a new datalib function called count_course_students()
2003-11-04 12:09:52 +00:00
moodler
1e16942739 Show version number to aid in debugging 2003-11-03 03:22:52 +00:00
moodler
3f125001bc New feature: Allow students to see their own activity reports.
This is a course setting.  By default it is off.  When on, there
is a new link in the course admin menu for students, and they can
browse the same report that teachers see.

The report icon is temporary.
2003-10-31 05:57:30 +00:00
moodler
4c46c425db Changes to integrate the new HTML editor into Moodle in an optional way
until it's stable enough to replace Richtext

To enable the new editor, add this line into config.php:

  $CFG->useneweditor = true;
2003-10-29 08:06:11 +00:00
moodler
c1f5319532 A new Moodle variable called sessioncookie is now added to the session
cookie name.  This provides a means for multiple Moodles within the
same website to keep separate sessions and not get confused.
2003-10-16 13:19:10 +00:00
moodler
5204d8316a A new configuration parameter 'allowunenroll' will enable/disable the
"unenrol me" buttons on user pages and course pages.
2003-10-12 18:03:50 +00:00
moodler
e72727728c New strings and help pages for file upload restrictions 2003-10-06 17:44:42 +00:00
moodler
eed655faf2 Add default text direction for English (and most other languages) 2003-10-05 13:44:07 +00:00
moodler
892da6a051 Strings to move activities left and right 2003-09-14 16:34:36 +00:00
moodler
6f3da5622d New string "errorwhenconfirming" used in login/confirm.php in the very
rare case that a URL is truncated
2003-09-09 11:50:46 +00:00
moodler
d1582a1233 Replacing "view" ... what happened to it?? 2003-08-27 08:29:25 +00:00
moodler
7cdcb42239 Added controls for the invisible variable teacherassignteachers which
decides whether teachers can edit teachers in their own courses.
2003-08-26 15:52:22 +00:00
moodler
555ab2139f Very slight change to "welcometocoursetext" ... added "if you have not
done so already" ... so it makes sense with multiple courses.
2003-08-25 16:53:29 +00:00
moodler
5315b6f2f0 Added a link to the PHP info page from the admin page, and cleaned
up the PHP info page a bit by using a frame.
2003-08-25 14:56:46 +00:00
moodler
ed3957808b Fixed a typo 2003-08-25 13:48:23 +00:00
moodler
c79f9629ed Some extra explanation so that hitting "yes" on the restore screen isn't so scary! :-) 2003-08-23 15:47:57 +00:00
moodler
f3c40f8d3c English spelling for enrol 2003-08-22 15:04:20 +00:00
moodler
526c0f708f More asjustments to the display of the admin screen 2003-08-22 14:03:40 +00:00
moodler
a912de3eb7 Add link on admin page about students, for completeness. In the next
version this link will link to the new enrolment subsystem.

Also reduced font size to make the admin page a bit nicer on small screens.
2003-08-22 13:42:27 +00:00
moodler
1de5c483cd Removed unused string 2003-08-21 14:37:55 +00:00
moodler
fff79722e5 A new course field called "showgrades" which allows the teacher to
turn the display of the grade book on and off.
2003-08-20 07:32:24 +00:00
moodler
8b9c7aa069 Searching forums now has proper paging. 2003-08-19 03:35:53 +00:00
moodler
96cd80c8b2 A warning for the settings on the module variables pages 2003-08-18 17:50:00 +00:00
moodler
c477ecb2ce A few minor changes 2003-08-18 16:41:18 +00:00
stronk7
e38411a8e1 Strings to support scales in backup/restore 2003-08-17 23:58:48 +00:00
moodler
c34509b070 Some tidy-ups for the students page 2003-08-17 07:14:02 +00:00
moodler
7d569d2861 Simple interface to manually add students to a course. 2003-08-17 05:46:07 +00:00
moodler
e7952289b6 Changing this string back again 2003-08-17 05:08:07 +00:00
moodler
0c8ee4402c New confirmation step when self-enrolling 2003-08-17 04:53:44 +00:00
moodler
21f93862bd Backed out the new configuration variable "creatornewcourses" as it
is no longer wanted or needed
2003-08-16 05:43:26 +00:00
moodler
e9ae66916d A few more files... 2003-08-15 14:02:11 +00:00
stronk7
37bc898199 Small typo !! :-) 2003-08-15 11:23:29 +00:00
moodler
981181c9f4 Slight re-phrasing 2003-08-11 13:02:21 +00:00
moodler
38a10939db Search engine for courses 2003-08-11 09:45:50 +00:00