Dan Marsden
45ed255f12
Fix up some guideline stuff.
8 years ago
Dan Marsden
5df4a02e19
Fix up some coding guideline stuff.
8 years ago
Dan Marsden
bfc9c1511a
Fix #221 always pass timestart to calendar update function.
8 years ago
Dan Marsden
08cc9e88c5
attendance - fix tests
8 years ago
Dan Marsden
fb85d3c5bc
Fixes #214 use correct prefix on attendance functions to avoid clashing with other code.
8 years ago
Diss
cc8b5740bb
Adding calendar events creating, updating and deleting.
9 years ago
Antonio Carlos Mariani
8bf912bb1d
Changing default users sort order to users_order_by_sql moodle function
9 years ago
Dan Marsden
f0089f669c
Fixes #209
use correct url to redirect to view, fix some missing object warnings.
9 years ago
Antonio Carlos Mariani
768c3b848e
Some coding guideline fix
9 years ago
Antonio Carlos Mariani
d6c6d75e27
Add pair (points/maxpoints) after the acronym in the reports
9 years ago
Antonio Carlos Mariani
64baf96413
Removing functions that are no longer used
9 years ago
Antonio Carlos Mariani
5831a03010
Adjusts student reports
9 years ago
Antonio Carlos Mariani
0129310e21
Concentrate grades update method in one place
9 years ago
Dan Marsden
fcdd37b0fb
Fixes #51 Support for scales
Thanks to Greg (cedict) for the original patch.
9 years ago
Dan Marsden
78e8697039
Use correct prefix on function names.
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
ad1462b9d3
Tidy up a bit.
remove old att_log_convert_url functoin
use record_exists instead of weird count
add some phpdocs
rename some att functions to correct prefix
9 years ago
Dan Marsden
48ea9e38a2
move date_selector into function to prevent copypaste detector error
9 years ago
Dan Marsden
1e54d10bd0
Fix behat/coding guideline issues.
9 years ago
antonio.c.mariani
80dbeb3757
Changing the add and update session interfaces
9 years ago
Sam Chaffee
de617a2d1b
INT-8591: Don't update grades on preferences save when they don't exist yet
9 years ago
Dan Marsden
2373305f17
coding guideline and behat fixes
9 years ago
Dan Marsden
d3a5a55bf4
Revert "Added support for scales"
This reverts commit 8df95e3b1d
.
Conflicts:
locallib.php
9 years ago
Dan Marsden
55fdb47cba
more coding guideline fixes
9 years ago
Dan Marsden
9d92017ff4
More coding guideline fixes
9 years ago
Neill Magill
989321fa3d
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
9 years ago
antonio.c.mariani
4d7ae4b752
Redirection to sessions list after add
9 years ago
System Administrator
8df95e3b1d
Added support for scales
9 years ago
Syxton
c412d7886c
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.
9 years ago
Barry Oosthuizen
696902302e
Fix #145 - hiding variable status items no longer working
9 years ago
Antonio Carlos Mariani
1f2842f206
Fixes #143 Include action to delete all hidden sections
9 years ago
Dan Marsden
493780eed0
rewrite groupcheck and remove permissions class
10 years ago
Dan Marsden
452d483f65
More improvements to prevent the hiding of permission checks
10 years ago
Dan Marsden
839ce8ec7b
function can_be_listed not used anywhere
10 years ago
Dan Marsden
c32a56a565
can_view_reports() can_view() not used anywhere anymore - kill them!
10 years ago
Dan Marsden
91c0b611e0
Don't hide capability checks.
10 years ago
Dan Marsden
4349322ede
Don't hide view capability in a function.
10 years ago
Barry Oosthuizen
7fd4b431b1
Fix issue#129 - Notify error for empty acronym or description
10 years ago
Davo Smith
4302b21840
Allow an attendance instance to have multiple status sets
The set to use can be selected per session
10 years ago
Davo Smith
16c883c711
Allow temporary users to be created and have their attendance taken
10 years ago
Dan Marsden
a8e434040d
Fix #93 $record needs an id.
10 years ago
Dan Marsden
b32cd8703c
Better fix for Fix #72
10 years ago
Barry Oosthuizen
678e2a297b
Check if there is a manual enrolment with no expiry date
10 years ago
Dan Marsden
93d00b1cc1
Remove attforblock upgrade code.
People must upgrade to the 2.7 version of this code to support attforblock
upgrades.
10 years ago
Dan Marsden
9c4abf5d15
Fix spacing in locallib.php caused by fix for #72
10 years ago
Barry Oosthuizen
74f7ed9b24
Fix #72 - Exporting 'Common' Session type Sessions filtered by Group
10 years ago
Barry Oosthuizen
e15708fb4c
Fix documentation of $status variable
10 years ago
Barry Oosthuizen
7191da9363
Fix #75 - add_record_snapshot() gives debug messages on various pages. Add status_removed event.
10 years ago
Tim Lock
2531eafdb4
Fixed non-js behat tests for 2.7
10 years ago