12345678910111213 |
- {
- "summary": "Fixed the Postgres incompatible query in both the AP and Autocomplete plugins and the clean_profile script",
- "dedicated_hours": 9
- }
- - Brief testing of image uploading functionality
- - Replaced "!=" with the ANSI standard operator "<>"
- - Fixed bad db setup
- - Relevant commits:
- 6d62653692fadb1b2680c8dd329774c1958f87ca [ActivityPub] Fix Postgres incompatible query in Following and Followed collection
- 125f88386dc65d2ac05c10e22def647c77005613 [SCRIPTS] Fix postgres incompatible query in clean_profiles.php
- 4226850d3a1cd697476a591f059c5b5b73c53e15 [Autocomplete] Fix postgres incompatible query in AutocompleteAction
- f254fb2183a0da3e1874fb7196322c4747c72651 [ActivityPub] Replace "!=" with the ANSI standard operator "<>"
|