-
Notifications
You must be signed in to change notification settings - Fork 126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/galleries #55
Conversation
…tructure and endeavoring to make a customizable form
… form data within it.
…ture submission thumbnails
…out detailed view for vote log, staff comments, etc
- Add 'participants'-- giftees, commissioners, etc for the sake of systems where it's relelvant - Add ability to set a prefix for prompts... - and add automatic submission title prefixes based on extant participant types and the prompt associated with the submission, if there is an associated prompt and it has a prefix
…f currency to users, sending of notifications to affected users
- Add content warning display to both parsed-text gallery submission thumbnails and pre-generated markdown - Make parsed-text gallery submission thumbnails use plain credits for readability
- Add display of recent submissions in a gallery's child galleries on index page (thanks Uri!)
…sions automatically (Searches submission URLs for the gallery submission URL) - Update auto-prefixing to use automatically associated prompts - Add section to gallery submission sidebar with associated submissions
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mostly small comment edits and etc.; the two relatively larger ones are:
- Put the gallery settings in AddSiteSettings
- Shuffle some HTML out of a model
- Fix child submission display bug
- Add migration to add indexes to gallery tables - Move gallery settings to add-site-settings - General tidying
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mentioned 2 of these things on Discord, aside from that one small typo
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good to go I think!
Merge in galleries. Includes some changes relative to the current state of the extension:
New:
Misc:
Bugs Fixed:
Tested locally - Requires migrate, composer update (for those with galleries installed previously)