Find a file
Alexandre Alapetite da4b08fc4a SQL fix fbrowser (RC)
https://github.com/friendica/friendica/pull/3742

Fixing non-standard GROUP BY, and non-standard ORDER BY.

```
DB Error 1055: Expression #2 of SELECT list is not in GROUP BY clause
and contains nonaggregated column 'friendica.photo.id' which is not
functionally dependent on columns in GROUP BY clause; this is
incompatible with sql_mode=only_full_group_by
q, fbrowser_content
SELECT `resource-id`, `id`, `filename`, type, min(`scale`) AS
`hiq`,max(`scale`) AS `loq`, `desc` FROM `photo` WHERE `uid` = 1 AND
`album` != 'Contact Photos' AND `album` != 'Contact Photos' GROUP BY
`resource-id` ORDER BY created DESC LIMIT 0, 10
2017-09-27T17:16:35Z@tmkfko6titb71nug3i4vr1mnb1 [NORMAL]:dba.php:553:p
DB Error 1055: Expression #2 of SELECT list is not in GROUP BY clause
and contains nonaggregated column 'friendica.photo.id' which is not
functionally dependent on columns in GROUP BY clause; this is
incompatible with sql_mode=only_full_group_by
q, fbrowser_content
```

```
ERROR 1055 (42000): Expression #1 of ORDER BY clause is not in GROUP BY
clause and contains nonaggregated column 'friendica.photo.created' which
is not functionally dependent on columns in GROUP BY clause; this is
incompatible with sql_mode=only_full_group_by
```
2017-09-28 21:24:07 +02:00
.tx transifex-client config 2017-01-18 14:05:57 +01:00
doc Poller: A limit of 1 seems to be better 2017-09-25 19:33:41 +00:00
images
include Reliably show posts from contact 2017-09-28 06:01:31 +00:00
js ACL automentions are now in the new format 2017-08-27 20:39:15 +00:00
library updated pear LangDetect to version 1.0.0 2017-09-04 09:52:14 +02:00
mod SQL fix fbrowser (RC) 2017-09-28 21:24:07 +02:00
mods Merge remote-tracking branch 'upstream/develop' into rewrites/coding-convention-split2-6-2 2017-06-13 23:26:06 +02:00
object Reliably show posts from contact 2017-09-28 06:01:31 +00:00
spec
src Bugfix for better mail import 2017-09-23 22:53:44 +00:00
tests Standards: Remove EOF closing PHP tags 2017-05-02 23:36:56 -04:00
util regen credits 2017-09-27 16:32:12 +02:00
vendor Updated composer static autoloader 2017-05-07 14:50:47 -04:00
view zh-cn was updated as well 2017-09-27 07:15:14 +02:00
.editorconfig added editorconfig config file 2017-01-28 07:15:57 +01:00
.gitattributes
.gitignore Added global directory link to the find people side panel 2017-07-06 14:19:58 -04:00
.gitmodules
.htaccess
boot.php Version 3.5.3-rc 2017-09-20 17:42:45 +02:00
build.xml
CHANGELOG there can only be one annando 2017-06-06 07:22:28 +02:00
composer.json Move HTML to Markdown library to Composer 2017-04-06 23:33:12 -04:00
composer.lock Updated Composer files 2017-05-02 22:59:44 -04:00
database.sql New database version 2017-08-14 05:49:49 +00:00
docblox.dist.xml
friendica_test_data.sql Merge branch 'develop' into utf8mb4 2017-04-16 22:08:48 +02:00
htconfig.php Removed external pubsubhubbub URL 2017-08-25 02:58:38 +00:00
index.php Issue 3700: Security and Privacy related Headers 2017-09-14 05:40:23 +00:00
INSTALL.txt php xml package is required and sometimes not installed by default 2017-09-06 21:05:10 +02:00
LICENSE
README.md
README.translate.md translation docs now contain basic usage of the Transifex client 2017-01-27 12:39:21 +01:00
testargs.php added missing spaces/curly braces 2017-03-21 21:52:00 +01:00
update.php New database version 2017-08-14 05:49:49 +00:00
Vagrantfile Vagrant > 1.5 needs an additional parameter 2017-06-26 11:03:28 +02:00
VERSION Version 3.5.3-rc 2017-09-20 17:42:45 +02:00

Friendica Social Communications Server

Welcome to the free social web.

Friendica is a communications platform for integrated social communications utilising decentralised communications and linkage to several indie social projects - as well as popular mainstream providers.

Our mission is to free our friends and families from the clutches of data-harvesting corporations, and pave the way to a future where social communications are free and open and flow between alternate providers as easily as email does today.