Skip to content
This repository has been archived by the owner on Nov 30, 2018. It is now read-only.

Latest commit

 

History

History
76 lines (51 loc) · 4.75 KB

CHANGELOG.md

File metadata and controls

76 lines (51 loc) · 4.75 KB

Changelog

All notable changes to this project will be documented in this file. The format is based on Keep a Changelog.

Fixed

  • Handle ggt/{id} links correctly

Build 3 - 2018-11-16

Added

  • Improved title in entities (e.g. automated " - lernen mit Serlo" suffix) (#678)
  • Add package.json so that we can use yarn as task runner (#785)
  • Add yarn script start that executes docker-compose up (#785)
  • Add yarn script format:prettier that executes prettier (formats Markdown, YAML, JSON, etc.) (#785)
  • Add yarn script format:php that executes php-cs-fixer (formats PHP according to PSR-2 with some additional rules) (#785)
  • Add yarn script license that handles license headers in our source code files (#785)
  • Add yarn script e2e that opens Cypress for end-to-end testing (#800)
  • Enable Xdebug remote support in Dockerfile, see Starting The Debugger on how to start a Xdebug remote session (#801)

Changed

  • Make list of unrevised revisions (e.g. https://de.serlo.org/mathe/entity/unrevised) faster (#790, #780)
  • Show all unrevised revisions of an entity (and not only the newest one) (#790)
  • Show a subject-specific Open Graph meta image (e.g. for Facebook previews) (#678)
  • Expose a tenant-spefiic Open Search description file (#678)
  • Link to new "Nachhaltigkeit" starting page (#796)
  • Rename *.php.dist files to *.dist.php for better IDE support (#801)
  • Improve performance of Docker Volumnes on macOS (#801)

Removed

  • Disable special characters (e.g. <, *) in entities' fields (e.g. title, reasoning) again until we resolve the issue this caused (#797)

Fixed

  • Fix issues in PHPDoc comments causing false-positives in some IDEs (#798)

Breaking Changes

  • Rename docker-compose.yml to docker-compose.dist.yml since it now contains some OS-specific options and gitignore docker-compose.yml (#801)

Build 2 - 2017-10-30

This release uses athene2-assets@3 (blue) (Changelog)

Added

  • Allow special characters (e.g. <, *) in entities' fields (e.g. title, reasoning) (#729)
  • Hide trashed entities and dead nodes in sorting actions (e.g. sorting of course pages) (#752)
  • Allow sorting of trashed entities by timestamp (#763)
  • Allow embedding of videos from BR Mediathek (#775)
  • Add content type as meta data (#777)

Changed

Fixed

  • Using the same page alias on two different language tenants works as intended now (#738)
  • Translate all strings used in the registration form (#760)
  • Fix title on starting page (#767)
  • Show only one side bar on entities' pages (#771)

Build 1 - 2017-10-05