ngoomie nu
nu pushed to main at nu/dotfiles 2023-05-23 05:36:13 +00:00
4f85d44623 organizational changes
nu pushed to main at nu/dotfiles 2023-05-23 05:13:44 +00:00
3b040ad1e4 reorganize bindings
nu pushed to main at nu/dotfiles 2023-05-23 02:53:05 +00:00
37c0f561c4 one more commit before i try to fix the awesome config
nu pushed to main at nu/CharmBoard 2023-05-17 16:13:37 +00:00
51b2c54e9a Set up + run perltidy, plus some manual format changes too
nu pushed to main at nu/CharmBoard 2023-05-17 04:19:18 +00:00
fd585edc80 Work a bit on subforum viewing/thread listing
nu commented on issue nu/CharmBoard#5 2023-05-16 19:39:13 +00:00
Variable names

Oh and lexical variables should all maybe start with an underscore, and for function args I should probably like, actually assign those to specific names instead of using $_[0] everywhere

That…

nu opened issue nu/CharmBoard#5 2023-05-16 19:36:57 +00:00
Variable names
nu pushed to main at nu/CharmBoard 2023-05-16 14:29:43 +00:00
45343a87fd Fix category and subforum listing on index + misc
nu pushed to main at nu/CharmBoard 2023-05-16 00:07:03 +00:00
e12eeebb6e Merge commit 'b7c57b277b2097675c40ae71c80abf464b540668' into HEAD
b7c57b277b Partial subforum listing on index, add some perlcritic stuff
Compare 2 commits »
nu pushed to main at nu/PDQoTD 2023-05-15 23:55:40 +00:00
58d2b38a79 small readme change
nu opened issue nu/PDQoTD#4 2023-05-14 10:23:03 +00:00
Switch to an external config file
nu pushed to main at nu/CharmBoard 2023-05-13 23:50:58 +00:00
4eec3f79c5 Largely just add POD doc
nu pushed to main at nu/dotfiles 2023-05-12 08:11:35 +00:00
3b29e09e65 uBlock filter reorganizing and one new one
3065fec63f Largely cosmetic, mildly functional awesome changes
Compare 2 commits »
nu pushed to main at nu/CharmBoard 2023-05-09 06:47:58 +00:00
cce6e230c9 Change VSCode specific settings
dc9a42f0e6 Add logout, POD documentation, various organizational things, et al
Compare 2 commits »
nu opened issue nu/CharmBoard#4 2023-05-09 05:11:34 +00:00
Extensions system
nu opened issue nu/CharmBoard#3 2023-05-09 05:01:30 +00:00
Internationalization
nu commented on issue nu/CharmBoard#2 2023-05-09 04:56:38 +00:00
Build script

For POD stripping:

There's also perltidy which does comment stripping and maybe…

nu opened issue nu/CharmBoard#2 2023-05-09 04:49:11 +00:00
Build script
nu closed issue nu/CharmBoard#1 2023-05-08 10:33:37 +00:00
Adjust control structure in CharmBoard::Controller::Auth
nu commented on issue nu/CharmBoard#1 2023-05-08 10:33:36 +00:00
Adjust control structure in CharmBoard::Controller::Auth

As of commit f0ab7713cc, both login_do and register_do use two try/catch blocks, making this problem solved!