All notable changes to this project will be documented in this file. The format is based on Keep a Changelog.
- Handle
ggt/{id}
links correctly
Build 3 - 2018-11-16
- Improved title in entities (e.g. automated " - lernen mit Serlo" suffix) (#678)
- Add
package.json
so that we can useyarn
as task runner (#785) - Add yarn script
start
that executesdocker-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)
- 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)
- Disable special characters (e.g.
<
,*
) in entities' fields (e.g. title, reasoning) again until we resolve the issue this caused (#797)
- Fix issues in PHPDoc comments causing false-positives in some IDEs (#798)
- Rename
docker-compose.yml
todocker-compose.dist.yml
since it now contains some OS-specific options and gitignoredocker-compose.yml
(#801)
Build 2 - 2017-10-30
This release uses athene2-assets@3 (blue) (Changelog)
- 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)
- Update translations (#769)
- Make trash bin faster (#763)
- Enable newsletter pop-up on Ressourcen für PädagogInnen (#778)
- 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)