ngoomie nu
nu closed issue nu/CharmBoard#17 2024-08-21 04:31:17 +00:00
Consider changing subforum routes to /board/:id instead of just /:id
nu commented on issue nu/CharmBoard#2 2024-08-21 04:28:00 +00:00
Build script

And, for switching to the minified verson of htmx

nu pushed to main at nu/CharmBoard 2024-08-21 04:06:56 +00:00
4b4e61e474 Change subforum-related routes as per #17
nu pushed to main at nu/CharmBoard 2024-08-20 03:56:52 +00:00
88953e204e Note current apparent minimal Perl version in README.md (see #13)
nu opened issue nu/CharmBoard#17 2024-08-20 03:49:36 +00:00
Consider changing subforum routes to /board/:id instead of just /:id
nu closed issue nu/CharmBoard#16 2024-08-20 03:44:50 +00:00
Convert modules in CharmBoard::Model::Crypt namespace to proper Model modules (w/ MojoX::Model)
nu pushed to main at nu/CharmBoard 2024-08-20 03:44:24 +00:00
f10dab805a Fix bug with subforum routes
nu pushed to main at nu/CharmBoard 2024-08-20 03:38:43 +00:00
35e7648226 Move CharmBoard::Model::Crypt into CharmBoard::Util namespace
nu commented on issue nu/CharmBoard#16 2024-08-20 03:33:45 +00:00
Convert modules in CharmBoard::Model::Crypt namespace to proper Model modules (w/ MojoX::Model)

Or since this one doesn't itself fetch password data, maybe it'd be better for a new CharmBoard::Util namespace, instead of remaining in CharmBoard::Model

nu opened issue nu/CharmBoard#16 2024-08-20 03:32:46 +00:00
Convert modules in CharmBoard::Model::Crypt namespace to proper Model modules (w/ MojoX::Model)
nu closed issue nu/CharmBoard#12 2024-08-20 03:29:55 +00:00
Move category and subforum listings into their own models so they can be invoked outside of index.html.ep and subf.html.ep
nu pushed to main at nu/CharmBoard 2024-08-20 03:29:38 +00:00
9c16cd0da5 Split cat/subf listing into its own Model module as per #12
nu commented on issue nu/CharmBoard#13 2024-08-19 18:10:50 +00:00
Figure out which Perl versions CharmBoard works with

Oh yeah, and because of #15, the thing about smartmatch isn't relevant anymore.

nu commented on issue nu/CharmBoard#13 2024-08-19 18:10:08 +00:00
Figure out which Perl versions CharmBoard works with

It also looks like try/catch is being made non-experimental in 5.40 (funnily enough, a version of Perl I don't even have installed right now), see: https://perldoc.perl.org/feature#The-'try'-featur

nu commented on issue nu/CharmBoard#13 2024-08-19 18:03:13 +00:00
Figure out which Perl versions CharmBoard works with

try/catch was added in 5.34, see: https://perldoc.perl.org/perlexperiment

nu pushed to main at nu/CharmBoard 2024-08-19 08:49:49 +00:00
3dab8cb6a0 camelCase to snake_case convert one var I missed (#5)
nu closed issue nu/CharmBoard#5 2024-08-19 08:31:03 +00:00
Variable names
nu pushed to main at nu/CharmBoard 2024-08-19 08:30:49 +00:00
e86434f300 Change all vars to snake_case (#5) + misc changes
nu closed issue nu/CharmBoard#15 2024-08-19 08:14:28 +00:00
Stop using smartmatch ~~
nu pushed to main at nu/CharmBoard 2024-08-19 08:14:18 +00:00
1b179fb08d Stop using smartmatch (#15) and add 5.20 features (part of #13)