rkingdon
8e7f0d621c
Fixed links in email messages.
2003-10-06 19:30:27 +00:00
moodler
4909e17632
These changes implement some better controls for controlling uploads.
...
1) There is a new site-wide configuration variable called maxbytes,
which provides an upper filesize limit for all (student) uploads.
2) There is a new course-level variable called maxbytes, which further
limits uploads within a course.
3) There is a new maxbytes field for forums, which further restricts
the size allowed in a particular forum. There is also a new config
variable in the module configuration to specify a default size
to use when defining a new forum.
4) Assignments already had a limit, but this is now aware of the other
limits, and like forums there is now a settable default value.
5) Finally, the sizes of files (Gb, Mb, Kb, bytes) is now translatable
in the language packs.
2003-10-06 18:02:35 +00:00
moodler
e0a0a1146b
Moving Dialogue into the main tree for convenience.
2003-10-06 12:00:28 +00:00
rkingdon
12fbf6995e
Version 2003100200: improved handling of resubmissions (new field added to workshop_assessments)
2003-10-05 19:00:43 +00:00
rkingdon
e7a4d829a8
Replace Literal string "Weight": fixes bug #799
2003-10-01 16:50:42 +00:00
willcast
b764feaa29
- Exported entries with attachments are now properly shown everywhere.
2003-10-01 01:35:45 +00:00
moodler
329cbe682b
Excel report now uses the new library. Conversion by Russell Jungwirth - thanks!
2003-09-30 13:23:05 +00:00
moodler
768f85c43d
Excel reports now use the new libraray ... code by Russell Jungwirth - thanks!
2003-09-30 13:18:09 +00:00
willcast
703f296be2
- Multiwords concepts are now shown as a single link when they are dinymically linked.
...
KNOWN BUG: When a concept is contained inside another concept (i.e. HOUSE and DOLL HOUSE) only the smaller concept is shown. Any help would be appreciated.
2003-09-30 04:13:33 +00:00
willcast
4f5c5e11a5
- Multiwords concepts are now shown as a single link when they are dinymically linked.
...
KNOWN BUG: When a concept is contained inside another concept (i.e. HOUSE and DOLL HOUSE) only the smaller concept is shown. Any help would be appreciated.
2003-09-30 04:01:34 +00:00
les_kopari
99d83573a1
Test inserts updated for new column.
2003-09-30 04:00:18 +00:00
les_kopari
eca7d6df6e
Truncated names to < 30 chars for table, sequence and trigger.
2003-09-30 03:55:40 +00:00
willcast
de53b9ac25
- Duplicated entries are now shown together when a dynamic link is clicked on.
2003-09-30 02:17:09 +00:00
stronk7
d8cb66a846
Included new format for glossary display "Encyclopedia"
2003-09-29 21:37:54 +00:00
willcast
66aff5e665
*** empty log message ***
2003-09-29 19:14:14 +00:00
stronk7
1f32209ef1
Now the module template includes the XXXX_get_participants()
...
function too (in standard area). See bug 807 and 721.
2003-09-29 18:14:23 +00:00
willcast
466ea2349a
- Implementing output text filters for glossary entries
...
dynalink.php::glossary_dynamic_link($courseid, $text, $glossaryid = NULL)
2003-09-29 17:45:42 +00:00
stronk7
0585509135
Simply, move the XXXX_get_participants() function from
...
bottom to the common function area.
See bug 807
2003-09-29 15:27:30 +00:00
willcast
3122e8f391
- Not Categorized is now the default view for category tab.
2003-09-29 13:44:07 +00:00
moodler
9313053d8c
Fixed typo on sourceglossaryid line
2003-09-29 10:06:03 +00:00
willcast
ad58adac10
- Exported entries are now linked instead of copied to the main glossary.
...
- Short tags are gone.
- Little changes in ES language.
2003-09-29 03:06:30 +00:00
stronk7
ddd0f4ef09
Now the JumpMenu is showed when listing activities of this module.
...
See Bug 803
2003-09-28 16:53:17 +00:00
stronk7
383b5c993c
Take out CR+LF is some files.
...
Now, when listing activities, entries are dimmed if they are hidden
(teacher view). See bug 802.
2003-09-28 16:29:32 +00:00
moodler
d061d88381
MOved quiz_get_participants from the bottom to the standard functions area
2003-09-28 14:57:16 +00:00
stronk7
9ab344eebc
Now, when listing activities, entries are dimmed if they are hidden
...
(teacher view). See bug 802.
2003-09-28 10:57:22 +00:00
jungwirr
ea5ae1a70f
changed icon per martin's suggestion
2003-09-27 20:40:41 +00:00
moodler
65a3ef30c9
Add slahses to raw strings before insertion into database
2003-09-27 13:56:55 +00:00
moodler
834f1c7f6f
More tiny modifications to forum post headers (they now can wrap)
2003-09-27 06:25:13 +00:00
moodler
6f4bfe956d
Slightly smaller font on by line for forum posts
2003-09-27 06:18:00 +00:00
rkingdon
93dcde0e53
Recent Activity fixed; Student names removed from emails.
2003-09-27 00:10:38 +00:00
moodler
ffe242df4d
Attendance now uses the main Moodle version of the Excel library
2003-09-26 04:27:53 +00:00
jungwirr
ec0ce75f90
updated view to show extra information re: grading, dynamic section,
...
automation based on logs.
2003-09-25 23:09:28 +00:00
jungwirr
29bd1e46c5
Added grading support for attendance - including settings and database
...
fields.
Cleaned up some function names in lib to proper naming conventions.
2003-09-25 22:47:11 +00:00
stronk7
7b6d108076
Fixed small error in overallocation field !! :-)
2003-09-25 19:40:25 +00:00
stronk7
58fb571d4d
Now autoattend field is supported in backup/restore.
...
Ciao.
2003-09-25 19:38:28 +00:00
rkingdon
5c32d7258d
Addition of the overallocation field to the workshop table.
2003-09-25 19:14:14 +00:00
jungwirr
eab709a095
Added automatic attendance logging based on date and any activity by
...
student on that day. NOTE - cron must be running for this to work
properly
Modified multi-page views to use arrows instead of words, added a first
page and last page link as well. Cleaned up that nav menu a bit as well.
2003-09-25 18:54:18 +00:00
rkingdon
5edceb5b79
Changes to handling of peer assessments allocation; over allocation
...
option added; new assessment phase added; options added to control the
length of the league table and the display of name in the league table.
2003-09-25 17:32:58 +00:00
les_kopari
ff74d85283
Initial add for Oracle.
2003-09-25 02:11:31 +00:00
les_kopari
39cb14779b
Initial add for Oracle.
2003-09-25 01:11:22 +00:00
les_kopari
17ae02e5d6
Initial add for Oracle...does nothing.
2003-09-24 23:20:58 +00:00
les_kopari
c5c71888bc
Sorry...brainphart...corrected glossary to journal.
2003-09-24 23:15:41 +00:00
les_kopari
861a1b96bc
Initial add for Oracle...does nothing.
2003-09-24 23:09:49 +00:00
les_kopari
941d835248
Added new columns and tables, but need resolution on table names > 30 in length, including mdl_glossary_entries_categories.
2003-09-24 22:46:27 +00:00
jungwirr
bff1d71664
removed demo file from library
2003-09-24 19:11:14 +00:00
jungwirr
275b48ac2b
changed the excel writing library to a more fully-featured, less buggy
...
one.
2003-09-24 19:10:14 +00:00
jungwirr
caf4bef130
added export to excel and text feature for reports. Still a bug with
...
export full report to excel in viewweek.php
2003-09-24 17:35:09 +00:00
willcast
89d7efdb13
*** empty log message ***
2003-09-23 12:42:29 +00:00
willcast
914cb260dc
- Corrections in EN language. Thanks to Przemek!
...
- Added a "All categories" link to the category drop-down box in Category view.
- Better display of categorized entries (more organized).
- SelectLetter, Special and All captions are now properly showed when some of the their flags are not set.
- Properly use of course module visibility (in case someone directly access the URL)
2003-09-23 12:34:47 +00:00
moodler
0a660b03e0
Fixed a NASTY little bug that sometimes occurred when
...
re-grading quizzes with random questions in them.
(everyone got set to zero)
2003-09-22 16:03:30 +00:00