lernanta
lernanta copied to clipboard
Platform for running open online courses.
Hi @dirkcuys, I am trying to install Lernanta without Chef and Vagrant but... When I try to execute the app ``` python manage.py whatever ``` I get: ``` Error: cannot...
I'm trying to get involved in a course, but I can't answer any of the questions on this form https://p2pu.org/en/groups/learn-php/sign-up/answer/ because none the the input fields are present. I'll upload...
In order to provide standards based authentication to the P2PU API, we'll need to implement support for OAuth 2.0. I've started a first cut of this with bd269c9c671ff75. To test...
Change the preflang field in RegisterForm to use a ChoiceField rather than a CharField. Make sure to set the initial value to the current locale (eg. if the user is...
When generating a slug from فسfسل the slug is just empty. We need to generate something?
See badges.models.Submission.send_notification (https://github.com/p2pu/lernanta/blob/master/lernanta/apps/badges/models.py#L307). Short term fix is to check permissions there, long term fix is to implement generic permissions for notifications
I applied for a badge in a course I have offered my help for (https://p2pu.org/en/groups/encrypt-and-sign-your-email/), and a few minutes later I received an email notification that someone wants a badge....
It will be very nice to be able to sign in to P2PU with BrowserID.
Allow for a simple setting of "Don't send me notifications when ...", without needing to set it for each new course.
When a user replies to a comment, the username should be used in the from address. Ex. if john replied on a message, the from address should be set as...