4 739 B

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