Yancy
Yancy copied to clipboard
The Best Web Framework Deserves the Best Content Management System
When modifying a model item in the Yancy Editor (e.g 'user'), that has a field of type 'password', if you change any field OTHER than the password field (e.g 'email'...
Allows separate configuration of the `yancy_path` and the `api_path` - latter now attaches itself to the `parent` of the editor route, not to the editor route itself. This allows e.g....
On some of my smokers the test suite fails: ``` x-view is deprecated and will be removed in v2. Use Yancy::Model or your database's CREATE VIEW instead. at /usr/home/cpansand/.cpan/build/2021120405/Yancy-1.085-1/blib/lib/Yancy/Model/Schema.pm line...
As I understand, all routes under `/yancy/api/` by default require authorization if any auth plugin (`Yancy::Plugin::Auth::* `modules) enabled. How to make API routes public, is there any setting ?
These are the main features that, when complete, will mark the 2.0 release. These features will be considered EXPERIMENTAL until v2.0 is released. * [x] Form plugins * Form plugins...
Hi , This is about DBIx backend. In case a table column has default value specified at DB level and we do not specify that column in the item to...
Is there any option for automatic tables creation according `schema` config property? Like `manage.py migrate` [in Django](https://docs.djangoproject.com/en/3.0/topics/migrations/)
Is there a way to show specified item's edit section by sending some parameter from url. for example `/yancy/items/1/edit` or via hash fragment`/yancy/items/1#edit={id}` This can be very helpful feature, like...
Right now, the editor application does only what it was developed to do: Edit content in the Yancy tables. But that's not the only thing one needs to do to...
Hi there. I have an [existing MySQL+Perl command-line app](https://github.com/djjudas21/photodb) with a complex schema with many relationships (some of the queries have up to 10 JOINs). Roughly speaking, everything the user...