ShinyCMS icon indicating copy to clipboard operation
ShinyCMS copied to clipboard

ShinyCMS is an open source CMS. This is the Perl version, built with Catalyst and DBIC. (There is also a Ruby on Rails version: www.github.com/denny/ShinyCMS-ruby)

Results 10 ShinyCMS issues
Sort by recently updated
recently updated
newest added

With the dependencies installed, this lets me: ``` perl Makefile.pl make manifest make disttest make dist ``` This gives me a ShinyCMS-19.9.tar.gz that I expect could be uploaded to the...

Specifically, the way setting of defaults works, and the way the column behaves once you've set your default. It doesn't appear to be possible to set a DEFAULT of current_timestamp...

"...getting the Docker image working properly (currently it doesn't seem to work well with multiple installs on a shared server, it gets very resource hungry)..." https://github.com/denny/ShinyCMS/issues/46#issuecomment-490281356

The shop item list page in the admin area groups the items by category. This means that if an item has no categories set then it disappears from the admin...

This issue is a version-neutral continuation of https://github.com/denny/ShinyCMS/issues/46

When I invoke root/admin/filemanager/view.tt I should be able to click on each file (either image or non-image) and have something happen. According to the code, CKEditor should be launched with...

A configuration file (yaml?) that dynamically defines templates, sections, pages, shops, etc along with their elements, products, categories, and static files. This would greatly ease theme deployment on new or...

I'd like to be able to create entity lists from the web front end (page edit, etc). An ordered list of entities (string, html, or images) would be created in...

Possibly https://metacpan.org/pod/DBIx::Class::Migration ?

The CKEditor file picker only allows uploads to the "cms-uploads/" folder. It would be very good to have the option to upload to subfolders of "cms-uploads/", which can only be...