Commit graph

1763 commits

Author SHA1 Message Date
Alex Cabal
e5973c8938 Update Composer 2024-05-13 15:32:40 -05:00
Alex Cabal
d1ad02e3be Remove CoreFunctions.php file, as PHPStan no longer complains about having all helper functions in Core.php 2024-05-13 15:22:26 -05:00
Alex Cabal
52e177b886 Add new methods to DbConnection class 2024-05-13 15:13:02 -05:00
Alex Cabal
acb6b2949f Use static class names instead of strings when getting objects from the DB 2024-05-13 14:49:28 -05:00
Alex Cabal
a442f92e28 Use exists() for some SQL statements; send thank-you email to patron donors who donate again 2024-05-13 12:32:07 -05:00
Alex Cabal
a4910b8d67 Rename function 2024-05-13 11:02:08 -05:00
Alex Cabal
70ae877dd8 Bump PHPStan check level to max and add final round of type hints 2024-05-13 10:48:05 -05:00
Alex Cabal
110c091a7b Define some constants to make HTTP input code less wordy 2024-05-12 12:29:30 -05:00
Alex Cabal
ee7c8343dd Convert some constants to enums 2024-05-11 21:51:06 -05:00
EmmaSweeney
06425d3dd6 Correct accent mark in poem how-to guide 2024-05-11 03:14:06 -04:00
Alex Cabal
703e1a7a03 Continue improving type hints 2024-05-10 23:38:57 -05:00
Alex Cabal
eb376c87bd Remove error suppression that is no longer necessary 2024-05-10 21:08:32 -05:00
Alex Cabal
c4c8e7353f Enable strict exception type hint checking in PHPStan and add exception type hints 2024-05-10 20:47:36 -05:00
Alex Cabal
559e4a5e05 Update wanted ebooks list 2024-05-09 21:09:47 -05:00
vr8hub
d3a82dbe2b Explicitly state 'The End' type text is to be cut 2024-05-09 20:19:36 -05:00
vr8hub
3d8647aecb Add 'on to' to the list of compound words not to modernize 2024-05-09 20:19:23 -05:00
Lukas Bystricky
d7be748713 Add guidelines for compound words 2024-05-09 12:59:43 -05:00
Lukas Bystricky
d1d0475c21 Move proofreading guidelines to separate page 2024-05-09 12:59:43 -05:00
EmmaSweeney
5be3f7d297 Fix broken link and paragraph in poem how-to guide 2024-05-08 21:30:44 -04:00
EmmaSweeney
4af7a6cb21 Tweak ToC links in poem guide 2024-05-08 19:23:37 -05:00
EmmaSweeney
5c24749019 Add modernization section to poem how-to 2024-05-08 19:23:37 -05:00
Alex Cabal
a634e4e970 Remove unused constant 2024-05-08 11:24:01 -05:00
Alex Cabal
8cc661015c Add enum for view type and fix some type hints 2024-05-08 11:22:28 -05:00
Alex Cabal
7c8463d297 Add <link rel="canonical"> to some pages 2024-05-08 11:01:18 -05:00
Alex Cabal
f8b817c4e1 Fix wrong exception check on login page 2024-05-07 21:42:12 -05:00
Alex Cabal
1d764008ed Update wanted ebooks list 2024-05-06 21:39:06 -05:00
Alex Cabal
a0dc70762d Fix types 2024-05-04 15:37:02 -05:00
Alex Cabal
41dd9db4aa Change Accessor from class to trait 2024-05-04 13:07:03 -05:00
Alex Cabal
10bea9ad9e Add newdecimal type to DbConnection 2024-05-02 16:25:24 -05:00
Alex Cabal
113cc4a541 Add se-vcs-bot user to database permissions 2024-05-02 13:43:42 -05:00
Alex Cabal
2e137d2df7 Better exception message when database encounters a duplicate unique key 2024-05-02 11:01:34 -05:00
Alex Cabal
f4613aa9af Fix docblocks 2024-05-01 23:56:52 -05:00
Alex Cabal
de76531589 Better type check in DbConnection 2024-05-01 23:41:42 -05:00
Alex Cabal
82fe64c368 Don't check for boolean columsn in DbConnetion 2024-05-01 09:38:33 -05:00
Alex Cabal
97cafbf128 Allow for an object's own FromRow method in DbConnection 2024-05-01 09:38:33 -05:00
Alex Cabal
50efeb05d1 Style tweaks for getters and add more type hinting 2024-04-30 22:45:20 -05:00
Alex Cabal
9e31ed1aac Update wanted ebooks list 2024-04-30 10:30:42 -05:00
Alex Cabal
aa8bdfed0e Remove unnecessary test from DbConnection 2024-04-29 14:37:47 -05:00
Alex Cabal
6a3a5d5ec3 Add type hints to DB connection class 2024-04-29 12:05:43 -05:00
Alex Cabal
49f5bc7641 Use new duplicate key exception instead of checking PDOException 2024-04-29 12:01:24 -05:00
Alex Cabal
5ee7e8e2ad Fix incorrect exception check in DB connection code 2024-04-29 11:39:41 -05:00
Alex Cabal
233f8eb171 More DB connection cleanup 2024-04-28 20:53:05 -05:00
Robin Whittleton
be329ea7c6 First stab at an accessibility page 2024-04-28 16:30:09 -05:00
Alex Cabal
e14988ff8c Improve exceptions in DB classes 2024-04-27 14:42:37 -05:00
Alex Cabal
fdca261133 Remove unnecessary try/catch from DB connection 2024-04-27 12:37:09 -05:00
Alex Cabal
07110829e7 Specify explicit duplicate key exception in DB class 2024-04-26 13:58:05 -05:00
Alex Cabal
265db89448 Fix typo in DB constructor 2024-04-26 13:17:18 -05:00
Alex Cabal
7eaa400ae3 Type tweaks for exceptions and some validation 2024-04-25 20:40:49 -05:00
Alex Cabal
5b3f8f7b77 Add support for filling backed enum types in the DB ORM layer, and cleanup some formatting issues 2024-04-25 11:57:02 -05:00
Alex Cabal
e7a9790147 Add Facebook button in footer 2024-04-24 13:05:15 -05:00