Daniel Thee Roperto
15792f7646
Moodle 31 - Global Search issue with Database Schema ( #247 )
* Fixes #216 and #243 - Adds the fields 'timemodified', 'intro' and 'introformat' in the attendance table.
This is done according to https://docs.moodle.org/dev/Activity_modules#install.xml
* Added 'intro' field. If not empty it will add a header (title + intro) in the view page and will be displayed in manage and report pages.
8 years ago
Antonio Carlos Mariani
8bf912bb1d
Changing default users sort order to users_order_by_sql moodle function
9 years ago
Dan Marsden
f5dd18fba9
Convert locallib.php classes into proper auto-loading classes
9 years ago
Dan Marsden
d18786886f
Move attendance class into proper class
also adjust attendance grading function to pass full attendance class
to minimse db calls.
9 years ago
Dan Marsden
4b9af8a95c
More specific use of module context instead of global $PAGE use.
10 years ago
Dan Marsden
91c0b611e0
Don't hide capability checks.
10 years ago
Dan Marsden
06e48947d3
Fixes #110 use format string when printing course name.
all other uses of att-name and course->fullname use functions
that perform format_string() already.
10 years ago
Adam Olley
a4704ad439
events: Pass the actual dbrecord as snapshot for report_viewed event
10 years ago
Joseph Baxter
f9c3a3640e
uon merge conflict fixes
11 years ago
Dan Marsden
0daa8526c2
Update Attendance to use new events insted of add_to_log for 2.7
11 years ago
Tim Lock
759c848b86
Added paging to reporting and taking attendance configable via module setting.
11 years ago
Dan Marsden
9078c2842f
remove abstracted add_to_log function
12 years ago
Dan Marsden
8a1d4654e9
rename attforblock module to attendance - also includes upgrade script to rename old attforblock tables.
12 years ago
Dan Marsden
fa31be8eb4
coding guideline stuff
12 years ago
Dan Marsden
a68be60db2
Coding guideline fixes
12 years ago
Dan Marsden
6eb70b8218
Fix boilerplates, remove old cvs tags, add correct component to version.php
13 years ago
Artem Andreev
0b1fc6995c
report.php has report layout now
14 years ago
Artem Andreev
b004f67c37
Implemented logging
14 years ago
Artem Andreev
3515e99655
Some refactoring: sesstype and sessgroupslist moved to att_page_with_filter_controls + reimplemented theirs calculations.
14 years ago
Artem Andreev
276c604098
Implemented preferences.php (previously attsettings.php)
14 years ago
Artem Andreev
9d8c2e8c93
Implemented report.php with enhancements of displaying user enrolment status
14 years ago
Artem Andreev
1ee0f2cf30
Implemented take.php (previously attendance.php)
14 years ago
Artem Andreev
2b3b13f425
Unfinished implementation take.php (previously attendance.php) with enhancement: take into account information about students enrolment(status, start date).
14 years ago