gnu-social/lib/profile
Alexei Sorokin e902a9bdfc [DATABASE] Check SQL boolean values with "IS TRUE"
This way UNKNOWN (NULL) explicitly turns to FALSE when three-valued logic is
reduced to binary.
In pgsqlschema, however, use "IS FALSE" as boolean attributes in pg_index are
non-nullable, there is no outer join and there's no clear preference for NULL
reduction.

Over-complicated constructions in TagCloud queries have been simplified, which
should not affect their performance.

Additionally, in TagCloud's lib/subscriptionspeopleselftagcloudsection.php
a typing mistake in an equi-join of "profile_tag" and "profile_list" on
"tagger" was fixed.
That regression was introduced in f446db8e2a
2021-07-16 19:44:37 +01:00
..
accountmover.php
accountprofileblock.php
approvesubform.php
avatarlink.php
backupaccountform.php
blockform.php
cancelsubscriptionform.php
defaultprofileblock.php
logingroupnav.php
nickname.php [BugFix] Plugins ExtendedProfile and OverwriteThemeBackground - admin is identical to system path names. 2021-07-16 19:44:35 +01:00
nudgeform.php
peopletag.php
peopletageditform.php [LIB_REFACTOR] Fix minor issues 2021-07-16 19:44:35 +01:00
peopletaggroupnav.php
peopletaglist.php
peopletaglistitem.php
peopletagnav.php
peopletagnoticestream.php [DATABASE] Only use single quotation marks for SQL strings 2021-07-16 19:44:35 +01:00
peopletagsbysubssection.php [DATABASE] Check SQL boolean values with "IS TRUE" 2021-07-16 19:44:37 +01:00
peopletagsection.php
peopletagsforusersection.php
peopletagsubscriptionssection.php
peopletagswidget.php
personalgroupnav.php
profileaction.php
profileactionform.php
profileblock.php
profileformaction.php
profilelist.php
profilelistitem.php
profileminilist.php
profileminilistitem.php
profilesection.php
subqueuelist.php
subqueuelistitem.php
subscribeform.php
subscribepeopletagform.php
subscriberslist.php
subscriberslistitem.php
subscribersminilist.php
subscribersminilistitem.php
subscriptionlist.php
subscriptionlistitem.php
subscriptionslist.php
subscriptionslistitem.php
tagprofileform.php
togglepeopletag.php
unblockform.php
unsubscribeform.php
unsubscribepeopletagform.php