[dreamwidth/dreamwidth] 73b570: move redundant code into _process_get_args and sil...
Branch: refs/heads/main Home: https://github.com/dreamwidth/dreamwidth Commit: 73b5708868e012c2c6a9d944ff6e11984ddeb211 https://github.com/dreamwidth/dreamwidth/commit/73b5708868e012c2c6a9d944ff6e11984ddeb211 Author: Kareila kareila@dreamwidth.org Date: 2023-06-11 (Sun, 11 Jun 2023)
Changed paths: M cgi-bin/DW/Controller/LatestFeed.pm
Log Message:
move redundant code into processget_args and silence warnings
I started to just silence the undefined variable warnings, realized the same code lines were repeated in another part of the page, and decided it would be better to move the duplicated code into a shared subroutine.
Commit: a536110e453dba4ff949cc2c3cee73b2f9700a71 https://github.com/dreamwidth/dreamwidth/commit/a536110e453dba4ff949cc2c3cee73b2f9700a71 Author: Kareila kareila@dreamwidth.org Date: 2023-06-11 (Sun, 11 Jun 2023)
Changed paths: M cgi-bin/DW/Controller/Journal/EmbeddedContent.pm M cgi-bin/LJ/DB.pm M cgi-bin/LJ/EmbedModule.pm
Log Message:
the usual undefined variables
Commit: 5e446bd2f8d9bc0f75ce6bafe1ffed8a29dcbbad https://github.com/dreamwidth/dreamwidth/commit/5e446bd2f8d9bc0f75ce6bafe1ffed8a29dcbbad Author: Kareila kareila@dreamwidth.org Date: 2023-06-11 (Sun, 11 Jun 2023)
Changed paths: M etc/config-private.pl.example
Log Message:
new ga4_analytics key for %SITE_PAGESTAT_CONFIG
Commit: ceff4547c865ccca45411db78b772db82385a97b https://github.com/dreamwidth/dreamwidth/commit/ceff4547c865ccca45411db78b772db82385a97b Author: Kareila kareila@dreamwidth.org Date: 2023-06-11 (Sun, 11 Jun 2023)
Changed paths: M cgi-bin/DW/API/Key.pm M cgi-bin/DW/Controller/Inbox.pm M cgi-bin/DW/PageStats/GoogleAnalytics4.pm M cgi-bin/DW/Routing.pm M cgi-bin/DW/Setting/GoogleAnalytics4.pm M cgi-bin/LJ/Web.pm
Log Message:
tidyall
Commit: a408b974d3589b4007356a289e9a4eab55c027bd https://github.com/dreamwidth/dreamwidth/commit/a408b974d3589b4007356a289e9a4eab55c027bd Author: Kareila kareila@dreamwidth.org Date: 2023-06-11 (Sun, 11 Jun 2023)
Changed paths: M cgi-bin/LJ/Console/Command/Unsuspend.pm
Log Message:
update unsuspend console command to use set_unsuspended user method
Commit: b3ed62ba433fe2093774076b379ed8027b634827 https://github.com/dreamwidth/dreamwidth/commit/b3ed62ba433fe2093774076b379ed8027b634827 Author: momijizukamori momijizukamori+bugzilla@gmail.com Date: 2023-06-12 (Mon, 12 Jun 2023)
Changed paths: M cgi-bin/DW/API/Key.pm M cgi-bin/DW/Controller/Inbox.pm M cgi-bin/DW/Controller/Journal/EmbeddedContent.pm M cgi-bin/DW/Controller/LatestFeed.pm M cgi-bin/DW/PageStats/GoogleAnalytics4.pm M cgi-bin/DW/Routing.pm M cgi-bin/DW/Setting/GoogleAnalytics4.pm M cgi-bin/LJ/Console/Command/Unsuspend.pm M cgi-bin/LJ/DB.pm M cgi-bin/LJ/EmbedModule.pm M cgi-bin/LJ/Web.pm M etc/config-private.pl.example
Log Message:
Merge pull request #3103 from kareila/cleanup-2023q2
Cleanup 2023q2
Compare: https://github.com/dreamwidth/dreamwidth/compare/5eae5ff6e9ab...b3ed62ba433f
