Skip to content

Releases: PremierLangage/premierlangage

PremierLangage v0.7.1

26 Sep 11:13
Compare
Choose a tag to compare

Features:

  • New activity system, courses and pltp are activities. You can add and delete activities in other activities.

Bug fixes:

  • Many bug fixes in the editor

PremierLangage v0.6.3

02 Sep 12:59
Compare
Choose a tag to compare

Bug fixes:

  • Students should not have access to editor
  • Students should not see buttons in
  • PLTP navigation have a scroll bar when there is too much PL

PremierLangage v0.6.2

18 Jul 09:30
fc0e294
Compare
Choose a tag to compare

Features:

  • Editor reworked and upgraded once more
  • Components (also known as Input Tags) are now available, and the documentation is attached to the editor
  • The template engine is now Jinja2 (switched from Django)
  • It is possible to fetch the grades of an activity from the course management page.

Bug fixes:

  • Many minor bugs fixed

Others:

  • Project structure reworked
  • More front tests
  • Travis-CI is now used for continuous integration

PremierLangage v0.6.0

08 Apr 08:29
f2514ca
Compare
Choose a tag to compare

Features:

  • Editor fully reworked and upgraded
  • Documentation is now linked to readthedocs and can be modified in this repository.
  • Builder is now optional
  • Default seed is calculated between 0 and 999

Bug fixes:

  • Teacher tag is now working correctly #107
  • Input form are now correctly encoded #153
  • Fixed test directories deletion

PremierLangage v0.5.2

26 Feb 12:38
9c28dc6
Compare
Choose a tag to compare

Bug fix:
-Fixed major bug with color navigation and highest grade on a pl.

PremierLangage v0.5.1

11 Feb 14:14
6964450
Compare
Choose a tag to compare

Bug fixes:

  • fixed git utils to adapt to gitcmd new version #103
  • PL Username used when commiting #86
  • fixed tests to adapt to gitcmd new version
  • fixed tests for postgresql
  • fixed renaming with ESC #176
  • fixed requirements
  • fixed install_release

PremierLangage v0.5.0

29 Jan 09:38
02c492d
Compare
Choose a tag to compare

New features :

  • Root of the home folder is now Yggdrasil and is common for all users
  • Fully reworked editor
  • A whole world of tests
  • New way to reference files (documentation is updated) #46

Bug fix:

  • Context is now updated #130
  • Color is now displayed correctly in navigation #167
  • The validate button is now disabled while the sandbox is processing the response #132
  • Many other minor bugs fixed