4069 Commits

Author SHA1 Message Date
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
rkingdon
076a08c58d One missing help file added; two new help files added 2003-09-25 17:28:55 +00:00
rkingdon
87d37868d1 New Assessment Phase added. 2003-09-25 17:27:02 +00:00
rkingdon
e3153bb9bf Some new strings for over allocation; the new phase, hiding names and
the league table.
2003-09-25 17:25:47 +00:00
adamtpaw
24d80a24d1 Fixed problems slash before vars 2003-09-25 10:03:51 +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
giro123
eb57630381 *** empty log message *** 2003-09-24 21:28:29 +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
jungwirr
96f63ba5cb added strings for export to excel 2003-09-24 17:32:24 +00:00
giro123
3ba9cd9c16 *** empty log message *** 2003-09-24 16:51:27 +00:00
paca70
7d53de2687 Converted files from iso-8859-1 to UTF-8 2003-09-24 16:49:10 +00:00
mits
e2d5302736 New translation added. 2003-09-24 14:39:20 +00:00
les_kopari
401a81dddf Added columns indent, visible to create, inserts. 2003-09-24 02:06:34 +00:00
les_kopari
24604ce7fe Initial version for Oracle: does nothing. 2003-09-24 01:30:43 +00:00
stronk7
519ed08a44 Up abit to solve one category issue. 2003-09-23 16:51:57 +00:00
stronk7
46f1f7822d Now, to restore course category do this:
- Check if (category_id, category_name) exists.
- Check if (category_name) exists.
- Check if category_id = 1 exists.
- Create a new, initially invisible category withe the info in backup-file.

This solves a issue when restoring to a new course and category_id 1
had been removed !!
2003-09-23 16:40:44 +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
a1f8ff87c7 Small fix to avoid warnings on empty tables 2003-09-23 12:18:27 +00:00
moodler
e2b7251de9 Whoops, silly typo 2003-09-23 03:13:31 +00:00
moodler
e1d1049893 Trivial change to users listing to compress display a bit 2003-09-23 03:11:36 +00:00
stronk7
57129544d1 Updated a bit (only date) 2003-09-23 00:00:00 +00:00
adamtpaw
7db8791cb5 New file 2003-09-22 21:46:17 +00:00
villate
2b696934bc Included a few missing variables. 2003-09-22 18:02:04 +00:00
villate
dcfb88a70a Replace "Mova" by "Mude" 2003-09-22 17:18:26 +00:00
mits
5afc5272f5 Some new translations added. 2003-09-22 16:12:55 +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
stronk7
543e1c58b5 Take off one notice when there is no news in a course... 2003-09-22 14:58:46 +00:00
moodler
ecac660cd6 Use the new is_internal_auth function 2003-09-22 14:01:45 +00:00
moodler
ba7166c377 Added is_internal_auth() function to quickly identify internal authentication 2003-09-22 13:58:20 +00:00
moodler
9f798bff9f Fixed bug when main admin was editing externally-defined accounts
(the username/password was editable)
2003-09-22 13:25:27 +00:00
willcast
2e26533562 *** empty log message *** 2003-09-22 12:35:13 +00:00
bobopinna
b138512178 Updated Moodle 1.2develop 2003-09-22 10:06:43 +00:00
stronk7
bd96236e86 Solved two possibe bugs:
- Restoring to courses without section 0 (manually deleted).
    - Restoring to sections without mods and null values in its sequence field.
Thanks to Janne Mikkonen...
2003-09-22 08:30:22 +00:00
giro123
25b19994cc *** empty log message *** 2003-09-22 06:27:10 +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