The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 1.017 - 2018-12-09

  • Added
    • Render boolean fields in the editor list as "Yes" or "No"
    • Confirm dialog when trying to close an edit form with changed data. No more will you lose work when accidentally hitting the "Cancel" button!
    • Removed "password" fields from the return value of the "get" and "list" helpers. The data helpers are designed for safety: The result of these helpers can be dumped out without worry about sensitive data. If you need to see a hashed password, use the backend directly.
  • Fixed
    • Fixed string "0" and "1" failing boolean validation. Now these values can be used in forms to edit boolean fields.
  • Other
    • The controllers were enhanced to allow easier subclassing. Now `render()` is never called directly, allowing you to subclass and call `render()` yourself!

Documentation

Start the standalone Yancy web application
Handles talking to the database.
How to configure Yancy
How to run Yancy without writing Perl code

Modules

Embed a simple admin CMS into your Mojolicious application
A simple framework and editor for content-driven Mojolicious websites
A backend for DBIx::Class schemas
A backend for MySQL using Mojo::mysql
A backend for Postgres using Mojo::Pg
A role to give a synchronous backend useful Promises methods
A backend for SQLite using Mojo::SQLite
Basic controller for displaying content
An OpenAPI REST controller for the Yancy editor
A controller to show a user only their content
A simple auth module for a site
Generate form HTML using various UI libraries
Generate forms using Bootstrap 4
Utilities for Yancy