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
|
00619080a8
|
Add icons to form elements across site, and remove some CSS classes in favor of :has()
|
2024-04-15 20:36:56 -05:00 |
|
Alex Cabal
|
3561cc1e3b
|
Remove obsolete info message in artwork edit form
|
2024-04-14 22:34:15 -05:00 |
|
Alex Cabal
|
8e63a6c06b
|
Don't overwrite artwork status when editing an artwork
|
2024-02-11 14:05:51 -06:00 |
|
Mike Colagrosso
|
94dce1009a
|
Refactor Library::FilterArtwork and artworks/index.php to accept ArtworkSort
|
2024-01-30 11:10:05 -06:00 |
|
Mike Colagrosso
|
004a4a27c3
|
Convert SORT_COVER_ constants to an enum
|
2024-01-30 11:10:05 -06:00 |
|
Alex Cabal
|
6ff60d8d96
|
Allow PATCHing of artwork ebook URL to empty string
|
2024-01-29 18:27:56 -06:00 |
|
Alex Cabal
|
a9dcdcde94
|
Limit artwork results at the DB level
|
2024-01-28 14:04:29 -06:00 |
|
Alex Cabal
|
801b5f524a
|
Add special 'query-ebook-url' parameter to /artworks to get covers matching exactly the ebook URL
|
2024-01-26 12:05:34 -06:00 |
|
Alex Cabal
|
fc42f1579a
|
Some tweaks to artwork form
|
2024-01-24 00:06:38 -06:00 |
|
Alex Cabal
|
cbf87487eb
|
Use ebook URL and not filesystem slug to identify ebooks in artworks
|
2024-01-23 23:11:30 -06:00 |
|
Mike Colagrosso
|
959b79a439
|
Add "select" class to match the ::after selector
|
2024-01-23 14:53:10 -06:00 |
|
Alex Cabal
|
e3ea224256
|
Tweak style
|
2024-01-23 13:51:34 -06:00 |
|
Mike Colagrosso
|
93adef171f
|
s/GetArtworkByArtist/GetArtworksByArtist/
|
2024-01-23 13:46:12 -06:00 |
|
Mike Colagrosso
|
cad2f5f730
|
List artwork by artist via /artworks/<artist-name>
|
2024-01-23 13:46:12 -06:00 |
|
Alex Cabal
|
b96f7684ec
|
Fix artwork file upload logic
|
2024-01-19 11:55:43 -06:00 |
|
Alex Cabal
|
fe03f01393
|
Some more minor fixes, and checks for the temporary 'todo' tag
|
2024-01-18 21:31:36 -06:00 |
|
Alex Cabal
|
f3aa4f35fc
|
Clarify edit link on artworks page
|
2024-01-18 20:58:59 -06:00 |
|
Alex Cabal
|
652cbba535
|
Fix permissions problem
|
2024-01-18 19:58:49 -06:00 |
|
Alex Cabal
|
3287dd3b30
|
Show artwork IDs to admins
|
2024-01-18 16:36:55 -06:00 |
|
Alex Cabal
|
ca3fc6dbfd
|
Refactor HttpInput::Str and rename some exceptions for consistency
|
2024-01-18 11:21:05 -06:00 |
|
Alex Cabal
|
2b5f4f55a2
|
Style tweaks to artworks DB
|
2024-01-18 10:50:14 -06:00 |
|
Alex Cabal
|
6e63bd2bdb
|
Remove unused variables
|
2024-01-18 00:51:28 -06:00 |
|
Alex Cabal
|
f0bdd5596f
|
Rename ArtistAlternateSpellings to ArtistAlternateNames
|
2024-01-17 16:32:57 -06:00 |
|
Alex Cabal
|
f7ff76bf7d
|
Rename some Formatter functions for clarity
|
2024-01-17 16:04:30 -06:00 |
|
Alex Cabal
|
5ef6d3aef8
|
Artwork db code tweaks, also remove 'in use' as a status
|
2024-01-17 16:04:11 -06:00 |
|
Mike Colagrosso
|
73bcae0c84
|
Add classes to artwork forms for easier targeting
|
2024-01-17 12:12:25 -06:00 |
|
Mike Colagrosso
|
c80e99a71a
|
Use the artwork from the session when editing
|
2024-01-17 12:12:25 -06:00 |
|
Mike Colagrosso
|
9d5daac1cd
|
Allow submitters to filter for their unverified artwork
|
2024-01-17 12:12:25 -06:00 |
|
Mike Colagrosso
|
87ce048a0e
|
Handle HTTP PUT methods and update Artwork::Save() to match how Artwork::Create() handles images and thumbnails
|
2024-01-17 12:12:25 -06:00 |
|
Mike Colagrosso
|
ce4a28c675
|
Add a common template for Artwork creation and editing to share
|
2024-01-17 12:12:25 -06:00 |
|
Mike Colagrosso
|
987de26b73
|
Artwork: Add EditUrl property on the artwork page
|
2024-01-17 12:12:25 -06:00 |
|
Alex Cabal
|
d3bde7d195
|
Use @inputmode="number" instead of <input type="number">
|
2024-01-16 00:19:43 -06:00 |
|
Alex Cabal
|
51672e7177
|
Add support for alternate spellings in new artwork form
|
2024-01-15 11:42:47 -06:00 |
|
Alex Cabal
|
6c647f7371
|
Fix default artwork status for new submissions
|
2024-01-15 11:30:06 -06:00 |
|
Alex Cabal
|
3a3057aa5f
|
Clarify rights statement definition in new artwork form
|
2024-01-15 00:19:03 -06:00 |
|
Alex Cabal
|
531e3600ea
|
Convert some constants to enums
|
2024-01-14 22:32:47 -06:00 |
|
Alex Cabal
|
f992da84ae
|
Don't allow submitters to review their own artwork
|
2024-01-13 16:38:22 -06:00 |
|
Alex Cabal
|
5c581ca3d7
|
Rearrange artwork submission page
|
2024-01-13 00:17:23 -06:00 |
|
Job Curtis
|
9c27d80dd9
|
Add grid layouts for smaller screens to /artwork filter form
|
2024-01-12 13:16:08 -06:00 |
|
Alex Cabal
|
6d3d8dc9f9
|
Fix broken array reference
|
2024-01-12 11:52:22 -06:00 |
|
Alex Cabal
|
a3210031f4
|
Change default per page in artworks list
|
2024-01-12 11:42:36 -06:00 |
|
Alex Cabal
|
a2de3c3ecb
|
Some type safety checks and rearrange file upload and mime type check code
|
2024-01-11 13:08:02 -06:00 |
|
Alex Cabal
|
60eb118524
|
Add Special Notes field to artwork
|
2024-01-10 13:41:15 -06:00 |
|
Alex Cabal
|
1237a65bc8
|
Convert use of gmdate() to DateTime
|
2024-01-10 11:25:56 -06:00 |
|
Alex Cabal
|
f9c873003e
|
Type hinting fixes
|
2024-01-09 12:06:28 -06:00 |
|
Alex Cabal
|
716fc8bea9
|
Use setter function when setting artwork tags
|
2024-01-09 11:28:38 -06:00 |
|
Alex Cabal
|
8a82524de7
|
Change artwork list to grid view
|
2024-01-09 11:19:36 -06:00 |
|
Alex Cabal
|
1c3640fab6
|
More type hinting
|
2024-01-08 20:21:42 -06:00 |
|