765 Commits

Author SHA1 Message Date
jungwirr
5dc088851c viewweek.php:
Added a report to view attendance rolls by week instead of all or one -

Updated view.php and viewall.php to reflect these options as well.
2003-09-18 21:23:41 +00:00
stronk7
d1a551a11a Now attendance module is in backup/restore too !!
Please test.
2003-09-18 18:41:15 +00:00
stronk7
5735794924 Added attendace_get_participants(). Needed to implement
backup & restore.
2003-09-18 18:08:49 +00:00
moodler
45d525422e Somehow the version went down ... bumping it up again! 2003-09-18 17:03:40 +00:00
willcast
6a22879b41 - When guest or students search entries, now they are correctly displayed. 2003-09-18 14:18:04 +00:00
jungwirr
4f96d7f45e Finished first version of add.php - to add multiple attendance instances
at the same time.
2003-09-17 23:46:53 +00:00
stronk7
2fbd1b81d8 Now restoring glossaries is included too !!
Please, test it !!
2003-09-17 21:27:13 +00:00
stronk7
7c0a8a1ab6 Some fields missing in backup. Fixed. 2003-09-17 21:07:20 +00:00
jungwirr
7cab0ba37c fixed bugs in view.php, mod.html, viewall.php
added add.php for adding mutiple instances at once - not nearly done yet!
2003-09-17 14:37:42 +00:00
moodler
fa5a5b5295 Forums in section 0 (top section) now get combined in the
"General Forums" listing on the Forums list
2003-09-17 06:20:25 +00:00
willcast
c3e01ed20a *** empty log message *** 2003-09-17 00:21:00 +00:00
stronk7
46ea6d74da Now entries attachments are in backup too. This module is slighty
different because when "no user info" is selected, teacher entries are
exported so, instead of copying all the moddata/glossary dir (as other
modules), files are copied selectively !!
2003-09-16 21:45:50 +00:00
willcast
e179048ec1 - Display format of entries is now modular.
- Entries can have an optional file
- English help files.
- Now the alphabet is a language string so it is now usable in other languages.

KNOWN BUGS:
- It does not backup nor restore the attached files of the entries.
2003-09-16 18:51:40 +00:00
les_kopari
61323671b7 Oracle version 2003-09-16 17:23:27 +00:00
moodler
ce45515e7d Err ... whose idea was it to cache the strings in forum_make_mail_post? :-) 2003-09-16 06:35:37 +00:00
moodler
872d7f598c New module Attendance, by Russell Jungwirth. 2003-09-16 05:33:54 +00:00
moodler
0784202319 New Glossary module, version 0.1 - by Williams Castillo! 2003-09-16 03:07:21 +00:00
moodler
2e2e71a8da New feature: "Show Parent" on all posts will take you to to the parent
of any given post.  Detects threaded mode and behaves a bit differently
though intuitively.
2003-09-16 02:42:22 +00:00
les_kopari
b36e7694a8 Oracle translation of mySQL module for label. 2003-09-14 23:41:22 +00:00
stronk7
2b9f062552 Added "graphical structure".
Added label_get_participants() function.
2003-09-14 15:47:36 +00:00
moodler
27a026c7e8 Backupo / Restore for labels (untested as yet) 2003-09-14 15:20:43 +00:00
moodler
a90fb36bd2 Added a course field (whoops!) and edited backuplib.php and restorelib.php 2003-09-14 15:20:09 +00:00
moodler
2c5c3e62a7 New module: Label.
This is a sort of "dummy" activity that allows HTML to be placed
anywhere in the course sections ...
2003-09-14 12:30:09 +00:00
moodler
f9efae0e40 Put rating setup last because it's optional 2003-09-14 09:36:28 +00:00
les_kopari
96c1e116e6 Oracle tables, etc converted from mysql, plus test transactions. 2003-09-13 08:05:21 +00:00
moodler
a2058a046c Removed short tags 2003-09-11 13:23:11 +00:00
moodler
145cb8f9ab More short tags 2003-09-11 13:21:56 +00:00
moodler
8748278c60 FIxed widths properly 2003-09-10 14:06:07 +00:00
moodler
d8d7a2d107 Fixed some typos when defining tables 2003-09-10 14:00:18 +00:00
moodler
70e51cf34f Fixed a missing PostgreSQL field that had never been added! 2003-09-10 13:53:03 +00:00
moodler
081bf74fb1 All grades are hidden now when zero grade is chosen ... even the marks.
This mode is only really useful when feedback is turned on.
2003-09-10 08:22:16 +00:00
moodler
ed1daaa9d7 Quiz grades can be set to zero.
If so, then grades are not shown to students, nor is a column added to
the gradebook (although they are still stored and calculated internally)
2003-09-10 05:02:39 +00:00
moodler
f031cd1c7e More details in the README.txt 2003-09-09 14:39:09 +00:00
moodler
c559bcf6f0 Fixed some PHP short_tags 2003-09-09 12:34:51 +00:00
rkingdon
42fd37e574 Fix a bug in final grades when users submit more than one piece of work
(some grades were appearing as zero); workshop_user_outline now returns
number of submissions and date of last submission.
2003-09-08 17:16:23 +00:00
stronk7
8f8e5df146 Included workshop_get_participants() function. 2003-09-07 22:21:18 +00:00
stronk7
7be61a22e8 Included survey_get_participants() function. 2003-09-07 22:09:23 +00:00
stronk7
84caf038de Included resource_get_participants() function. 2003-09-07 22:01:47 +00:00
stronk7
eb452548f5 Included quiz_get_participants() function. 2003-09-07 21:56:46 +00:00
stronk7
b32bbab698 Modified a bit the xx_get_participants() function to avoid
non existing activities warnings.
2003-09-07 21:40:52 +00:00
stronk7
058a2215ef Included journal_get_participants() function. 2003-09-07 21:36:03 +00:00
stronk7
eaa3298b07 Included forum_get_participants() function. 2003-09-07 21:28:31 +00:00
stronk7
8033a70237 Included choice_get_participants() function. 2003-09-04 22:18:14 +00:00
stronk7
c8c9cb7bb7 Included chat_get_participants() function. 2003-09-04 22:08:06 +00:00
moodler
a4634d830d TITLEs have all tags stripped ...
Downloads have a row of percentages
2003-09-04 15:52:56 +00:00
stronk7
2bae0d446c Included assignment_get_participants() function.
Please check it before continue with other modules.
2003-09-03 22:10:51 +00:00
rkingdon
203add24ab Tidy up the handling of "hanging" assessments. 2003-09-02 20:23:29 +00:00
moodler
9f50e9a667 Typo in date calculation! 2003-09-02 02:02:14 +00:00
moodler
603cc2631c Redirection speed is faster (use 0), also prevents page going into IE history 2003-09-02 01:20:56 +00:00
moodler
1c10b4c5c1 Search results link use the anchor tag rather than parent for better context 2003-08-31 06:39:06 +00:00