Dan Marsden
3b9f928ed5
Fixes #223 allow student attendance to be disabled at site-level
9 years ago
Dan Marsden
597291a31a
add travis config for 2.7 branch
10 years ago
Dan Marsden
f5a572deba
bump version for plugins db release of 2.7 branch
10 years ago
Dan Marsden
97c8b52f32
Merge pull request #179 from NeillM/MOODLE_27_STABLE
Expired enrolments can prevent student self-attendance
10 years ago
Neill Magill
37b5c126df
Expired enrolments can prevent student self-attendance
...even when their is another enrolemnt that means they are still active on the course.
This fixes issue #178 and is similar to issue #81
10 years ago
Dan Marsden
3fa3265a6c
Merge pull request #168 from barrysspace/MOODLE_27_STABLE
Fix #155 properly. Undo regression caused by moving $statuses definition
10 years ago
Barry Oosthuizen
6d26d4a972
Fix #155 properly. Undo regression caused by moving $statuses definition.
10 years ago
Syxton
2b9fea2609
Returns all users and their lowest status in a course.
This will fix 2 issues. The first, if a user has a suspended enrollment
in child course A, the active enrollment in child course B will be
honored over the suspended enrollment. Also in this scenerio, the user
with multiple enrollments was causing a duplicate userid error to be
generated.
10 years ago
Dan Marsden
df3b56f5dd
Merge pull request #162 from barrysspace/hotfix/issue_159_delete_selected_sessions_M27
Fix issue #159 - Delete no selected sessions
10 years ago
Dan Marsden
469a8fa7f1
Merge pull request #156 from barrysspace/hotfix/issue_155_hiding_status_removes_it
Fix #155 : Hiding statuses removes them from Settings
10 years ago
Barry Oosthuizen
e5b55cc04d
Fix issue #159 - Delete no selected sessions
10 years ago
Barry Oosthuizen
9bb49b6510
Fix #155 : Hiding statuses removes them from Settings
10 years ago
Dan Marsden
cf6230e1bd
Merge pull request #151 from barrysspace/hotfix/issue_145_hiding_status_M27
Fix #145 - hiding variable status items no longer working
10 years ago
Barry Oosthuizen
6677ff2ea7
Fix #145 - hiding variable status items no longer working
10 years ago
Dan Marsden
cc2ef207e1
update README
10 years ago
Dan Marsden
9b500d6740
Merge pull request #138 from barrysspace/MOODLE_27_STABLE
Backport some debug message fixes into 2.7 branch
10 years ago
Barry Oosthuizen
b4883b7ba7
Delete some whitespace introduced by b0638c67
10 years ago
Dan Marsden
d04bd807c2
Fixes #87 show a useful error when form submitted incorrectly.
11 years ago
Dan Marsden
d6fa8c3f39
Tidy up some debug messages.
11 years ago
Dan Marsden
9ece7cf1e2
Merge pull request #135 from barrysspace/MOODLE_27_STABLE
Fix issue#134 - Add 'checkweekdays' language string
10 years ago
Barry Oosthuizen
0893ad210c
Fix issue#134 - Add 'checkweekdays' language string
10 years ago
Dan Marsden
2602e8ad03
Merge pull request #128 from barrysspace/no_sessions_invalid_day
When Multiple sessions is selected and no valid days of the week are selected show a tidy error
10 years ago
Dan Marsden
4db7f05256
Merge pull request #131 from barrysspace/hotfix/issue_129_empty_status_M27
Hotfix/issue 129 empty status m27
10 years ago
Barry Oosthuizen
6463e40fa0
Behat test to notify error for empty acronym or description
10 years ago
Barry Oosthuizen
995e71671e
Fix issue#129 - Notify error for empty acronym or description
10 years ago
Paolo Tramonti
f72f1cfe3e
When Multiple sessions is selected and no valid days of the week are selected show a tidy error.
Fixed no-daysofweek-selected issue
11 years ago
Kathrin
45e1d9407c
Optimized icon
In large scale the green guy in the left upper corner looks not so
great with his cut head. So I optimized the icon a little bit.
10 years ago
Dan Marsden
dc74f67b38
Fix #93 $record needs an id.
11 years ago
Dan Marsden
b0b98426fd
Merge pull request #98 from barrysspace/add_session_error_MDL27
Fix #73 - Debug warnings when adding session for "Separate groups" if…
11 years ago
Dan Marsden
8c0dfb29c6
Merge pull request #100 from barrysspace/add_record_snapshot_errors_MDL27
Fix #75 - Add record snapshot errors mdl27
11 years ago
Dan Marsden
b7699c3049
Merge pull request #97 from barrysspace/crud_and_objecttable_params_MDL27
Fix #74 - crud and objecttable params in /classes/event/ need fixing
11 years ago
Dan Marsden
47878ec7df
Merge pull request #95 from barrysspace/session_filtering_MDL27
Fix #72 (back ported from master)
11 years ago
Dan Marsden
bbf8b5c43e
Merge pull request #101 from barrysspace/set_page_url_MDL27
Fix #92 Set page URL
11 years ago
Dan Marsden
4cfcbba68e
Merge pull request #99 from barrysspace/deprecated_behat_steps_MDL27
Fix #91 deprecated behat steps
11 years ago
Dan Marsden
f391488440
Merge pull request #96 from barrysspace/broken_remarks_headers_MDL27
Fix #71 - Remarks headers in Export is broken
11 years ago
Barry Oosthuizen
0a250c0758
mod_attendance: Fix #92 Set page URL
11 years ago
Barry Oosthuizen
f90ef5b8cf
mod_attendance: Fix #91 deprecated behat steps
11 years ago
Barry Oosthuizen
c30db3cb1c
Fix #74 - crud and objecttable params in /classes/event/ need fixing
11 years ago
Barry Oosthuizen
b1827357cf
Fix #71 - Remarks headers in Export is broken
11 years ago
Barry Oosthuizen
05ae529f90
Fix documentation of $status variable
11 years ago
Barry Oosthuizen
e3bcaad74d
Fix #75 - add_record_snapshot() gives debug messages on various pages. Add status_removed event.
11 years ago
Barry Oosthuizen
def7647ec8
Fix #73 - Debug warnings when adding session for "Separate groups" if no groups defined
11 years ago
Barry Oosthuizen
b0ea71ddbb
Better fix for Fix #72
Conflicts:
locallib.php
11 years ago
Dan Marsden
f4298d751e
bump version for plugins db release
11 years ago
Kathrin
e11af5973e
Added a new icon
Created a new icon in .svg format
11 years ago
Barry Oosthuizen
a085adf2bc
Check if there is a manual enrolment with no expiry date
11 years ago
Dan Marsden
7403438532
fix for version upgrade mis-match with earlier versions.
11 years ago
Dan Marsden
a5dde03fc4
Merge pull request #59 from aolley/master
events: Pass the actual dbrecord as snapshot for report_viewed event
11 years ago
Adam Olley
a4704ad439
events: Pass the actual dbrecord as snapshot for report_viewed event
11 years ago
Dan Marsden
628786cd85
bump version to release latest work to plugins db
11 years ago