Denny de la Haye

Results 29 issues of Denny de la Haye

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...

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...

There are a few bits of JavaScript that have ended up in public/js because I can't figure out how to get Webpacker to do what I want. This all needs...

help wanted
inexplicably complicated
javascript

I've decided to move this into [the rubocop todo file](https://github.com/denny/ShinyCMS-ruby/blob/main/plugins/ShinyCMS/.rubocop_todo.yml), as something that should be removed from the code at some point. I think it's a pretty simple fix, but...

good first issue
tests
code quality
help offered
feature plugins

... presumably something in the bits of code that override the Devise/Warden stuff to allow logins to identify with a username or an email addresses.

bug
ruby
core plugin

To reproduce: 1. Run `rails shinycms:demo:load` to reset the database and load the demo data, including some tag data 2. Run `rails shinycms:demo:export` to export the database content to `db/demo_site_data.rb`...

bug
minor
ruby
demo-site
database
core plugin

This would be intended as a rather heavy-handed but temporary step 1 on the way to adding some timezone support that actually works. Right now I'm pretty sure this app...

bug
help wanted
i18n
database
core plugin
feature plugins

We're into daylight saving time in the UK now (BST, UTC+1), and every time I run my tests between midnight and 01:00 this one fails: > 1) ShinyLists::Admin::SubscriptionsController GET /admin/list/:id/subscriptions/search?q=2001-12-31...

bug
help wanted
i18n

Happening in production too.

bug
ruby
core plugin

Currently there are two categories of warning from rubocop-rspec which have not been fixed: * 24 warnings for [RSpec/AnyInstance](https://docs.rubocop.org/rubocop-rspec/2.0/cops_rspec.html#rspecanyinstance), spread across 6 files (all request specs) * ~245~ ~195~ 135...

good first issue
plugin
tests
main app
code quality
help offered