.. |
Exceptions
|
Fix broken check in ValidationException
|
2024-05-24 23:37:28 -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
|
Flesh out some PHPDocs, and consistently name enums
|
2024-05-14 15:40:56 -05:00 |
ArtworkSortType.php
|
Flesh out some PHPDocs, and consistently name enums
|
2024-05-14 15:40:56 -05:00 |
ArtworkStatusType.php
|
Flesh out some PHPDocs, and consistently name enums
|
2024-05-14 15:40:56 -05: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
|
Schedule new patron drive
|
2024-05-16 16:30:32 -05:00 |
Contributor.php
|
Type hinting fixes
|
2024-01-08 16:41:44 -06:00 |
Core.php
|
Flesh out some PHPDocs, and consistently name enums
|
2024-05-14 15:40:56 -05:00 |
Db.php
|
Add Db::QueryFloat()
|
2024-05-18 20:43:10 -05:00 |
DbConnection.php
|
Add Date type to DbConnection
|
2024-05-20 20:29:27 -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 |
EbookFormatType.php
|
Flesh out some PHPDocs, and consistently name enums
|
2024-05-14 15:40:56 -05:00 |
EbookSortType.php
|
Flesh out some PHPDocs, and consistently name enums
|
2024-05-14 15:40:56 -05: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
|
Flesh out some PHPDocs, and consistently name enums
|
2024-05-14 15:40:56 -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
|
Add the HttpInput::File() and HttpInput::Date() method
|
2024-05-24 20:48: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
|
Add the HttpInput::File() and HttpInput::Date() method
|
2024-05-24 20:48:28 -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 more type hints
|
2024-05-16 14:05:00 -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
|
Flesh out some PHPDocs, and consistently name enums
|
2024-05-14 15:40:56 -05:00 |
PaymentProcessorType.php
|
Flesh out some PHPDocs, and consistently name enums
|
2024-05-14 15:40:56 -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 |