Commit graph

10151 commits

Author SHA1 Message Date
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
willcast
2e26533562 *** empty log message *** 2003-09-22 12:35:13 +00:00
stronk7
86db7a137d Now glossary categories are inbackup/restore too !!
Not tested !!
2003-09-22 00:06:51 +00:00
stronk7
0eb61c5e87 Some cosmetical updates plus one error selecting glossary_categories_entries
solved. No backup is working ok... I think.
2003-09-21 23:40:42 +00:00
willcast
615453c9c5 *** empty log message *** 2003-09-21 23:40:00 +00:00
willcast
71009e400d *** empty log message *** 2003-09-21 23:34:21 +00:00
stronk7
50164ebaf9 Fixed small error 2003-09-21 23:07:18 +00:00
stronk7
3f46ed14b5 No restoring categories, but working again. 2003-09-21 22:43:07 +00:00
stronk7
626aab5d67 Now, the "edited" field is included in backup/restore too. 2003-09-21 20:45:46 +00:00
willcast
aa1ce48512 - Backup of categories and its entries
- Working on the restore process... Eloy will gives me a hand this (hopefully!)
2003-09-21 18:09:54 +00:00
jungwirr
5b42a6a893 added field I fergot about when creating the update code. duhrrr. 2003-09-21 17:40:12 +00:00
willcast
fb443f1acf - Now the entries could be categorized.
- Any entry could belongs to many categories
- Improved main page and add entry look.
- Added PostgreSQL7 squema (Thanks Janne Mikkonen!)
- Deleting entries also delete its attachments if any.
2003-09-21 17:08:41 +00:00
jungwirr
028776ce07 added config.html 2003-09-19 15:43:21 +00:00
moodler
35b8e7c28d Database needs prefix 2003-09-19 11:58:24 +00:00
jungwirr
cddc26f6fb Added preference to allow for default attendance status for unedited
rolls.  (it used to be just 'present' now it can be any of the three.
2003-09-19 04:24:28 +00:00
willcast
06d94a5228 - Initial changes to categorize the entries..
- A new function in lib that perhaps could be used in other modules:
   print_tabbed_table_start and print_tabbed_table_end
2003-09-18 23:53:05 +00:00
willcast
0a855df8f0 - Initial changes to categorize the entries..
- A new function in lib that perhaps could be used in other modules:
   print_tabbed_table_start and print_tabbed_table_end
2003-09-18 23:36:06 +00:00
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