a-plus
a-plus copied to clipboard
A+ frontend portal - A+ LMS documentation:
… with Docker # Description Update Django debug toolbar to version 6+ and use the new show_toolbar_with_docker middleware as the SHOW_TOOLBAR_CALLBACK to show the toolbar consistently on Docker environments without...
Possible loop in login. https://plus.cs.aalto.fi/accounts/login/?next=/accounts/login/ Error log snippet below ----------------------- Internal Server Error: /accounts/login/ ValueError at /accounts/login/ Redirection loop for authenticated user detected. Check that your LOGIN_REDIRECT_URL doesn't point to...
# Description A few quick fixes to: 1) get rid of occasional circular import errors when starting up a-plus (not related to BS5 upgrade), and 2) get the "Add new...
There are a number of use cases where a graded submission might be invalidated - Grading result is wrong - Test submission - Other reasons for not accepting a submission...
It would be nice if you could still see the old points from before the manual assessment for the submission. Currently manual assessment removes the points from the automatic assessment....
The "Expand all modules" button and the other toggle buttons never show up on the "Your points" page. I think this was working correctly a week ago or so. Current...
When a user has selected a course, and then navigates to Privacy notice page, for example, the current course selection is lost until reselected via the Select course menu or...
Navigating to "Edit Course" --> "Instances" throws an error in cases where SIS enrollment is enabled, but the course doesn't have an instance in SIS. This generates unnecessary error emails...
There would be a need to filter the courses on the front page based on eg. the enrollment audience. For instance FiTech students could easily find courses that are available...
The current event is send here https://github.com/apluslms/a-plus/blob/d10087a658dfffdcfa0d7626dad16016e41372dd/exercise/static/exercise/chapter.js#L65-L66 To support JavaScript plugins and to help removing `data-aplus-ajax` special variable, the event should be made cancellable. This means, the code should look...