Dirk Uys
Dirk Uys
When responding via email newlines doesn't show up when viewing the comment. See what ck editor does for replies submitted on the site and do the same for replies received...
When a user is not logged in, only the participate button is showing up. When the user is logged in, both the follow and participate buttons shows up. Both buttons...
Tags that displays in the sidebar when you navigate to /groups/ doesn't display the correct counts. This happens because the counts include courses that are still under construction. See [projects.views.learn](https://github.com/p2pu/lernanta/blob/master/lernanta/apps/projects/views.py#L48),...
Currently dates on the site are displayed according to the timezone django is configured for. This should be changed so that dates displays according to the timezone of the user...
Change -e VCS+REPOS_URL[@REV]#egg=PACKAGE to use the @REV tag. Test with the chosen revisions before committing the requirements file! See [prod.txt](https://github.com/p2pu/lernanta/blob/master/lernanta/requirements/prod.txt#L18) and 'pip help install' for more info.
Users that completed a challenge should be removed from the "Peers who have completed this challenge" list on the challenge front page. See https://p2pu.org/en/groups/1-use-data-to-show-how-your-country-is-unique/ for an example where this is...
Use minified JavaScript for the production server, but still use the separate normal JavaScript for development.