gnu-social/lib/util
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
..
arraywrapper.php
callableleftcurry.php
command.php
commandinterpreter.php
common.php
daemon.php [DAEMONS] Move resetDb to the Daemon class 2021-07-16 19:44:35 +01:00
default.php [UI] Make neo-quitter default theme 2021-07-16 19:44:37 +01:00
deletetree.php
docfile.php
event.php
form.php
formaction.php
framework.php [CORE] Add GNUSOCIAL_ENGINE_REPO_URL and increase usage of GNUSOCIAL_ENGINE_URL 2021-07-16 19:44:36 +01:00
gnusocial.php [MODULES] Make disable in admin panel effective 2021-07-16 19:44:35 +01:00
htmloutputter.php [XML] Inscrease types strictness 2021-07-16 19:44:37 +01:00
httpclient.php
infoaction.php
installer.php [INSTALL] Allow the setup of sslproxy during install time 2021-07-16 19:44:36 +01:00
internalsessionhandler.php [DATABASE] Only use single quotation marks for SQL strings 2021-07-16 19:44:35 +01:00
iomanager.php
iomaster.php [CORE] Use monotonic time via hrtime() where applicable 2021-07-16 19:44:36 +01:00
language.php
location.php
mail.php [DATABASE] Check SQL boolean values with "IS TRUE" 2021-07-16 19:44:37 +01:00
mailhandler.php
managedaction.php
oauthclient.php
parallelizingdaemon.php
ping.php
processmanager.php
redirectingaction.php
right.php
router.php [CORE] Make avatars be served with the same mechanism as attachments 2021-07-16 19:44:36 +01:00
spawningdaemon.php [DAEMONS] Move resetDb to the Daemon class 2021-07-16 19:44:35 +01:00
taguri.php
themeuploader.php
urlmapper.php
util.php [MEDIA] Move AttachmentAction::sendFile to common_send_file 2021-07-16 19:44:37 +01:00
uuid.php
webcolor.php
xmloutputter.php [XML] Inscrease types strictness 2021-07-16 19:44:37 +01:00
xmlstringer.php [XML] Inscrease types strictness 2021-07-16 19:44:37 +01:00