web/lib
2024-05-13 21:46:29 -05:00
..
Exceptions Convert some constants to enums 2024-05-11 21:51:06 -05:00
Traits Change Accessor from class to trait 2024-05-04 13:07:03 -05:00
Artist.php Use static class names instead of strings when getting objects from the DB 2024-05-13 14:49:28 -05:00
Artwork.php Use static class names instead of strings when getting objects from the DB 2024-05-13 14:49:28 -05:00
ArtworkSort.php Convert SORT_COVER_ constants to an enum 2024-01-30 11:10:05 -06:00
ArtworkStatus.php Artwork db code tweaks, also remove 'in use' as a status 2024-01-17 16:04:11 -06:00
ArtworkTag.php Use static class names instead of strings when getting objects from the DB 2024-05-13 14:49:28 -05:00
AtomFeed.php Continue improving type hints 2024-05-10 23:38:57 -05:00
Benefits.php Don't allow submitters to review their own artwork 2024-01-13 16:38:22 -06:00
Collection.php Add type hints for remaining classes 2024-01-08 16:08:57 -06:00
Constants.php Define some constants to make HTTP input code less wordy 2024-05-12 12:29:30 -05:00
Contributor.php Type hinting fixes 2024-01-08 16:41:44 -06:00
Core.php 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
Db.php Add new methods to DbConnection class 2024-05-13 15:13:02 -05:00
DbConnection.php Throw exception when last insert ID can't be determined 2024-05-13 21:46:29 -05:00
Ebook.php Bump PHPStan check level to max and add final round of type hints 2024-05-13 10:48:05 -05:00
EbookFormat.php 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
EbookSort.php Convert ebook SORT_ constants to an enum 2024-01-30 11:10:05 -06:00
EbookSource.php 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
EbookSourceType.php 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
EbookTag.php Add type hints for remaining classes 2024-01-08 16:08:57 -06:00
Email.php Continue improving type hints 2024-05-10 23:38:57 -05:00
Feed.php Continue improving type hints 2024-05-10 23:38:57 -05:00
Formatter.php Add <link rel="canonical"> to some pages 2024-05-08 11:01:18 -05:00
GitCommit.php Enable strict exception type hint checking in PHPStan and add exception type hints 2024-05-10 20:47:36 -05:00
HttpInput.php Use static class names instead of strings when getting objects from the DB 2024-05-13 14:49:28 -05:00
HttpMethod.php Convert some constants to enums 2024-05-11 21:51:06 -05:00
HttpRequestType.php Convert some constants to enums 2024-05-11 21:51:06 -05:00
HttpVariableSource.php Convert some constants to enums 2024-05-11 21:51:06 -05:00
HttpVariableType.php Convert some constants to enums 2024-05-11 21:51:06 -05:00
Image.php Continue improving type hints 2024-05-10 23:38:57 -05:00
ImageMimeType.php Remove unused import 2024-04-09 11:13:10 -05:00
Library.php Add new methods to DbConnection class 2024-05-13 15:13:02 -05:00
Log.php Enable strict exception type hint checking in PHPStan and add exception type hints 2024-05-10 20:47:36 -05:00
Manual.php Remove unused exception variables, now that this is possible with PHP8 2023-06-06 21:00:12 -05:00
Museum.php Use static class names instead of strings when getting objects from the DB 2024-05-13 14:49:28 -05:00
NewsletterSubscription.php Use static class names instead of strings when getting objects from the DB 2024-05-13 14:49:28 -05:00
OpdsAcquisitionFeed.php Switch from DateTime to DateTimeImmutable across codebase 2024-04-13 14:05:14 -05:00
OpdsFeed.php Continue improving type hints 2024-05-10 23:38:57 -05:00
OpdsNavigationEntry.php Switch from DateTime to DateTimeImmutable across codebase 2024-04-13 14:05:14 -05:00
OpdsNavigationFeed.php Continue improving type hints 2024-05-10 23:38:57 -05:00
Patron.php Use static class names instead of strings when getting objects from the DB 2024-05-13 14:49:28 -05:00
Payment.php Convert some constants to enums 2024-05-11 21:51:06 -05:00
PaymentProcessor.php Convert some constants to enums 2024-05-11 21:51:06 -05:00
Poll.php Use static class names instead of strings when getting objects from the DB 2024-05-13 14:49:28 -05:00
PollItem.php Use static class names instead of strings when getting objects from the DB 2024-05-13 14:49:28 -05:00
PollVote.php Use static class names instead of strings when getting objects from the DB 2024-05-13 14:49:28 -05:00
RssFeed.php Continue improving type hints 2024-05-10 23:38:57 -05:00
Session.php Use static class names instead of strings when getting objects from the DB 2024-05-13 14:49:28 -05:00
Tag.php Change Accessor from class to trait 2024-05-04 13:07:03 -05:00
Template.php Bump PHPStan check level to max and add final round of type hints 2024-05-13 10:48:05 -05:00
User.php Use static class names instead of strings when getting objects from the DB 2024-05-13 14:49:28 -05:00
ViewType.php Add enum for view type and fix some type hints 2024-05-08 11:22:28 -05:00