Branch: refs/heads/update-dbs
Home: https://github.com/dreamwidth/dw-free
Commit: 500d8f6ee91cb729d82a34216b1bf0421a6de3ac
https://github.com/dreamwidth/dw-free/commit/500d8f6ee91cb729d82a34216b1bf0421a6de3ac
Author: Mark Smith mark@dreamwidth.org
Date: 2021-01-29 (Fri, 29 Jan 2021)
Changed paths:
A bin/dump-data.pl
A bin/dump-tablecreates.pl
R bin/dumpsql.pl
M bin/upgrading/base-data.sql
M bin/upgrading/moods.dat
A bin/upgrading/proplists-local.dat
M bin/upgrading/proplists.dat
M bin/upgrading/update-db-general.pl
M cgi-bin/DW/Auth/Challenge.pm
M cgi-bin/DW/VirtualGiftTransaction.pm
M cgi-bin/LJ/DB.pm
M cgi-bin/LJ/Global/Defaults.pm
M cgi-bin/LJ/User/Account.pm
M cgi-bin/LJ/User/Administration.pm
A doc/dependencies-system-20.04
M t/console-moodthemes.t
M t/post.t
M t/userpic-keyword-select.t
Log Message:
Support Ubuntu 20.04 and MySQL 8
This modernizes a few things to support more recent versions of MySQL
and Ubuntu. DO NOT RUN IN PRODUCTION YET.
The has_subs table is unused
Remove unused tables subsprop, subsproplist
Commit: 19263c7c9a41f933149ce9d6e5cef9d0e5563063
https://github.com/dreamwidth/dw-free/commit/19263c7c9a41f933149ce9d6e5cef9d0e5563063
Author: Mark Smith mark@dreamwidth.org
Date: 2021-01-29 (Fri, 29 Jan 2021)
Changed paths:
M cgi-bin/LJ/Subscription.pm
Log Message:
Fix absolutely ANCIENT bug
Using $u->prepare and $sth->execute doesn't set the _dberr on the user,
so calling $u->err would never work. Needs to use $u->do.
Compare: https://github.com/dreamwidth/dw-free/compare/3864f240e23f...19263c7c9a41