Skip to content

Tags: tjcsl/tin

Tags

v2025.01.10

Verified

This commit was signed with the committer’s verified signature.
krishnans2006 Krishnan Shankar
Improve student list UI for assignments

v2025.01.08.2

Verified

This commit was signed with the committer’s verified signature.
krishnans2006 Krishnan Shankar
Hotfix: Fix incorrect tag in table from #78

The incorrect tag ends the table row early, moving future <td> elements to a new row, messing up table formatting

v2025.01.08

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[pre-commit.ci] pre-commit autoupdate (#89)

<!--pre-commit.ci start-->
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.6.9 →
v0.8.6](astral-sh/ruff-pre-commit@v0.6.9...v0.8.6)
<!--pre-commit.ci end-->

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

v2024.08.03

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Python 3.11 (#22)

* Python 3.8 is going to reach EOL by the start of the 2024-25 school
year (bad)
* As a grading software, Tin should always try to keep up with security
fixes and bug patches.

v2024.07.01

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update docs reference and improve makefile (#56)

v2024.06.07

Verified

This commit was signed with the committer’s verified signature.
krishnans2006 Krishnan Shankar
Add drag-and-drop image upload support to create_view

v2024.06.05

Verified

This commit was signed with the committer’s verified signature.
krishnans2006 Krishnan Shankar
Implement quiz descriptions with markdown functionality

v2024.06.04.2

Verified

This commit was signed with the committer’s verified signature.
krishnans2006 Krishnan Shankar
Hotfix: Remove deprecated quiz__isnull filters

v2024.06.04

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
Implement Soft Deletion of Courses (#37)

Co-authored-by: Krishnan Shankar <krishnans2006@gmail.com>

v2024.05.27.2

Verified

This commit was signed with the committer’s verified signature.
krishnans2006 Krishnan Shankar
Implement code autocompletion (from #20) for quizzes