Erik Ordway
4721be5c68
make sql more generic to work on postgresql
Using multiple table as x in the first section of an UPDATE is specific
to mysql "UPDATE {attendance_statuses} AS sta,{attforblock} AS att SET
sta.attendanceid=att.id WHERE att.course=sta.courseid"; is now
"UPDATE {attendance_statuses} SET attendanceid={attforblock}.id FROM
{attforblock} WHERE {attforblock}.course=courseid";
13 years ago
Artem Andreev
d818f03df0
Fixed module installation hook for Moodle 2.0 structure
14 years ago
Artem Andreev
747d96944e
We don't need courseid fields in attendance_sessions and attendance_statuses because of now we can create more than one attendances per course
14 years ago
Artem Andreev
9049a7f750
Implemented session editing
14 years ago
Artem Andreev
345b969c6f
Implemented adding of sessions with enhancement: HTML-editor for session description with ability to add links, files, formatting, etc
14 years ago
Artem Andreev
eafc0421e1
Added manager archetype in access.php
14 years ago
Artem Andreev
4bead3d0b0
db/upgrade.php and db/access.php fixes
14 years ago
Luis Ramon Lopez
40797e8cbf
Partial $OUTPUT fixes. Lots of work still ahead
14 years ago
Luis Ramon Lopez
cde262c260
Initial database migration to Moodle 2.0
14 years ago
Luis Ramon Lopez
f6b4cd958f
Fixed install.xml typo
14 years ago
Luis Ramon Lopez
d7c45d3ed8
Solved installation errors. Fixed some database queries.
14 years ago
Luis Ramon Lopez
2bf9f94c8f
Grid view support. Multiple instances in the same course now allowed. Updated es_utf8 language strings
14 years ago
Luis Ramon Lopez
28ab5c77a2
Implemented grid display mode
14 years ago
Artem Andreev
b354930490
Implemented ability to add two types of sessions: common and group
15 years ago
Artem Andreev
b86085074f
Initial commit. Version 2.1.1
15 years ago