Tool um anhand eines CTS GD-Ablaufs eine ProPresenter7 präsentation zu erstellen
Go to file
Thorsten Bus e33418f716 feat: song pre/postfix, settings overhaul, export & schedule fixes
Resolves a batch of bugs and feature requests across songs, services,
settings and export:

Songs & sections
- Every song now carries permanent, empty, locked PREFIX (COPYRIGHT) and
  POSTFIX (BLANK) sections, deduplicated on import; locked sections cannot
  be edited or deleted via UI or API.
- Song edit modal: explicit Speichern/Schließen with dirty-tracking,
  editable section headline (combobox + custom values), and a fix for the
  419 CSRF errors after CCLI "Importieren & Bearbeiten" (token read fresh
  per request).
- CCLI bookmarklet "Importieren & Bearbeiten" now opens the edit dialog.

Service schedule & arrangements
- Fixed assigned songs showing no sections (slides loaded for all
  arrangements, not just the default).
- Added "Song entfernen / neu zuordnen" to reassign an assigned song.
- Worship-leader arrangement is created/selected lazily when the
  arrangement dialog opens (only when not user-overridden); the leader is
  resolved from the "Lobpreis" agenda item, and manual create/clone names
  are prefixed with the leader name.

Navigation
- "/" redirects to the next upcoming service's edit page (or the list).
- Service titles link to the edit page.

Settings
- Renamed "Makro-Import"/"Label-Import" menu items; fixed drag-and-drop
  imports (were downloading the dropped file); added label-import hint;
  made the panel scrollable.
- Nametag now uses a single MacroPicker; added song prefix/postfix label
  defaults (COPYRIGHT #24B34C / BLANK #000000); new "Export-Dateien" menu
  to upload prefix/postfix .pro files added to every export.

Export
- Filenames/playlist names are date-first ("YYYY-MM-DD <Title>").
- Keyvisual slide only for the first content-less item after real content;
  all other content-less items render as headlines.
- New "Vorschau herunterladen" for non-finalized services (filename and
  import name prefixed "Vorschau" with export timestamp).
- Uploaded prefix/postfix .pro files wrap every export.

Tests updated to the new behavior; full suite green (569 passed).
2026-06-01 08:56:20 +02:00
.ddev feat(dev): migrate local development from Valet to DDEV 2026-05-03 18:46:48 +02:00
.sisyphus feat(export): sermon sequence + moderator injection 2026-05-31 01:58:08 +02:00
app feat: song pre/postfix, settings overhaul, export & schedule fixes 2026-06-01 08:56:20 +02:00
bootstrap change permission of gitignore files 2026-03-30 19:05:08 +02:00
build fix(docker): remove Node.js from production stage; add public-build asset sync pattern 2026-05-11 13:37:58 +02:00
config fix(sanctum): add pp-planer.ddev.site to stateful domains for DDEV dev environment 2026-05-11 10:55:26 +02:00
database feat: song pre/postfix, settings overhaul, export & schedule fixes 2026-06-01 08:56:20 +02:00
docs chore: verify CTS API token auth and package compatibility 2026-03-01 18:56:03 +01:00
public feat: Laravel 12 scaffolding with Breeze Vue + Docker setup 2026-03-01 19:25:32 +01:00
ref feat(services): show CTS event ID tooltip on title hover 2026-03-02 12:04:00 +01:00
resources feat: song pre/postfix, settings overhaul, export & schedule fixes 2026-06-01 08:56:20 +02:00
routes feat: song pre/postfix, settings overhaul, export & schedule fixes 2026-06-01 08:56:20 +02:00
src/Cts style: apply Laravel Pint formatting across codebase 2026-03-02 23:02:03 +01:00
storage change permission of gitignore files 2026-03-30 19:05:08 +02:00
tests feat: song pre/postfix, settings overhaul, export & schedule fixes 2026-06-01 08:56:20 +02:00
.dockerignore fix(docker): remove Vite hot file at boot to prevent localhost:5173 asset URLs 2026-03-31 11:05:35 +02:00
.editorconfig feat: Laravel 12 scaffolding with Breeze Vue + Docker setup 2026-03-01 19:25:32 +01:00
.env.example feat(dev): migrate local development from Valet to DDEV 2026-05-03 18:46:48 +02:00
.gitattributes feat: Laravel 12 scaffolding with Breeze Vue + Docker setup 2026-03-01 19:25:32 +01:00
.gitignore feat(dev): migrate local development from Valet to DDEV 2026-05-03 18:46:48 +02:00
AGENTS.md feat(songs): per-song sections + section editing; fix CCLI import bugs 2026-05-31 14:45:47 +02:00
artisan feat: Laravel 12 scaffolding with Breeze Vue + Docker setup 2026-03-01 19:25:32 +01:00
CCLI-API.md chore: commit pint style fix, CCLI-API.md planning doc, and npm lock update 2026-05-11 11:00:50 +02:00
composer.json chore(deps): bump PHP to 8.4 and update propresenter/parser with Macro/Label support 2026-05-03 22:07:56 +02:00
composer.lock chore(deps): bump PHP to 8.4 and update propresenter/parser with Macro/Label support 2026-05-03 22:07:56 +02:00
docker-compose.yml feat(docker): add docker-compose.yml and .dockerignore for production 2026-03-31 09:19:54 +02:00
package-lock.json feat(songs): per-song sections + section editing; fix CCLI import bugs 2026-05-31 14:45:47 +02:00
package.json feat(dev): migrate local development from Valet to DDEV 2026-05-03 18:46:48 +02:00
phpunit.xml feat: Laravel 12 scaffolding with Breeze Vue + Docker setup 2026-03-01 19:25:32 +01:00
playwright.config.ts feat(dev): migrate local development from Valet to DDEV 2026-05-03 18:46:48 +02:00
README.md feat: Laravel 12 scaffolding with Breeze Vue + Docker setup 2026-03-01 19:25:32 +01:00
start_dev.sh feat(dev): migrate local development from Valet to DDEV 2026-05-03 18:46:48 +02:00
stop_dev.sh feat(dev): migrate local development from Valet to DDEV 2026-05-03 18:46:48 +02:00
test.jpg feat(services): show CTS event ID tooltip on title hover 2026-03-02 12:04:00 +01:00
test.txt feat(services): show CTS event ID tooltip on title hover 2026-03-02 12:04:00 +01:00
update-prod.sh add update script for production 2026-04-01 07:41:16 +02:00
use_local_pp_lib.sh feat: switch propresenter/parser to remote VCS, add local dev toggle script 2026-03-30 13:45:42 +02:00
vite.config.js feat(dev): migrate local development from Valet to DDEV 2026-05-03 18:46:48 +02:00

Laravel Logo

Build Status Total Downloads Latest Stable Version License

About Laravel

Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as:

Laravel is accessible, powerful, and provides tools required for large, robust applications.

Learning Laravel

Laravel has the most extensive and thorough documentation and video tutorial library of all modern web application frameworks, making it a breeze to get started with the framework. You can also check out Laravel Learn, where you will be guided through building a modern Laravel application.

If you don't feel like reading, Laracasts can help. Laracasts contains thousands of video tutorials on a range of topics including Laravel, modern PHP, unit testing, and JavaScript. Boost your skills by digging into our comprehensive video library.

Laravel Sponsors

We would like to extend our thanks to the following sponsors for funding Laravel development. If you are interested in becoming a sponsor, please visit the Laravel Partners program.

Premium Partners

Contributing

Thank you for considering contributing to the Laravel framework! The contribution guide can be found in the Laravel documentation.

Code of Conduct

In order to ensure that the Laravel community is welcoming to all, please review and abide by the Code of Conduct.

Security Vulnerabilities

If you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell via taylor@laravel.com. All security vulnerabilities will be promptly addressed.

License

The Laravel framework is open-sourced software licensed under the MIT license.