Commit Graph

19948 Commits

Author SHA1 Message Date
Michael 0ab9f2e265 Preparations to not store the tags in the item table anymore 2018-06-30 13:54:01 +00:00
Michael a8a189eec4 The detected language now moved to "item-content" as well 2018-06-30 05:18:43 +00:00
Tobias Diekershoff fd7d452f7c
Merge pull request #5301 from annando/fix-it
Additional fixes for the fix to ensure that one sees content
2018-06-29 15:13:42 +02:00
Michael 59f8cb16e5 Add item content before the transaction 2018-06-29 11:10:36 +00:00
Michael 07dad0eed8 Merge remote-tracking branch 'upstream/develop' into fix-it 2018-06-29 11:03:30 +00:00
Michael a82cf2ae29 Delete item content for older item records 2018-06-29 06:51:48 +00:00
Tobias Diekershoff 113102a801
Merge pull request #5300 from annando/fix-it
Urgent bugfix: Fixes comments to Diaspora / empty posts
2018-06-29 08:50:01 +02:00
Michael 4807797eaf New worker to fix empty icid 2018-06-29 06:24:18 +00:00
Michael 6b31e72905 Fix for: empty posts and comments that hadn't been transmitted to Diaspora 2018-06-29 06:20:04 +00:00
Hypolite Petovan 1e9bff88bc
Merge pull request #5294 from annando/use-gravity
Use gravity instead of verb
2018-06-28 08:41:28 -04:00
Michael dec1eaa2e8 Tagging now is a comment 2018-06-28 04:37:58 +00:00
Michael bfe4842402 Changed database structure 2018-06-28 03:51:57 +00:00
Michael b705a91ccd Standards and some more replace item calls 2018-06-28 03:31:10 +00:00
Michael 51a58ec2e2 Fix for fetching false fer... (sorry) verbs 2018-06-27 20:25:24 +00:00
Michael b3abe148a6 Remove comment 2018-06-27 20:11:09 +00:00
Michael 3918a31fc2 Remove unneeded logging 2018-06-27 20:08:02 +00:00
Michael 028c9f4da5 We now store the verb in the item-content as well 2018-06-27 19:37:13 +00:00
Michael 76dab3b2d7 Use gravity instead of verb 2018-06-27 18:09:33 +00:00
Michael 8c2f91573a Fix mail import 2018-06-27 18:09:13 +00:00
Hypolite Petovan e3584daef9
Merge pull request #5167 from VVelox/develop
a domain name is unlikely to be both a CNAME and A record
2018-06-26 08:05:34 -04:00
Hypolite Petovan 29fd15a4c6
Merge pull request #5289 from annando/item-central-content
Item content is now stored outside the item table
2018-06-26 08:03:56 -04:00
Zane C. Bowers-Hadley 8875cc7419 remove duplicate check 2018-06-26 05:03:45 -05:00
Michael f74a54b9bf Standard stuff 2018-06-26 03:58:12 +00:00
Michael 7aa880543f Fix shadow posts 2018-06-25 20:38:32 +00:00
Michael 6b568bb8fa Delete of item-content should work now 2018-06-25 20:23:32 +00:00
Michael 89f0eec261 Use a constant fieldlist 2018-06-25 18:49:36 +00:00
Michael c07b81c5b9 Added workarounds to fetch the complete item content 2018-06-25 16:11:27 +00:00
Hypolite Petovan cbcdf6643e
Merge pull request #5287 from tobiasd/20180625-cs
CS translation update THX Aditoo
2018-06-25 09:02:41 -04:00
Michael 5f3f349006 "author-link" and "owner-link" aren't stored anymore in the item table 2018-06-25 06:45:05 +00:00
Michael 6dbbeaf8f6 Remove unneeded code 2018-06-25 06:33:12 +00:00
Tobias Diekershoff 85392963cf CS translation update THX Aditoo 2018-06-25 07:39:48 +02:00
Michael 89fb28ae9b Content is now stored exclusively in item-content, connected via "icid" field 2018-06-25 04:56:32 +00:00
Michael 941bab1096 We now only store the content in item-content 2018-06-24 23:09:13 +00:00
Michael 58d61810ea We now store item content centrally 2018-06-24 21:41:49 +00:00
Michael d0c36d0e89 New table for storing item content 2018-06-24 14:33:07 +00:00
Hypolite Petovan 258683b49a
Merge pull request #5284 from annando/item-content
The fetch function now centrally controls the content
2018-06-24 10:09:18 -04:00
Hypolite Petovan 077bda349c
Merge pull request #5283 from tobiasd/20180624-install2
Installation better start with master and eventially switch to develop
2018-06-24 10:06:32 -04:00
Michael b03db4643f The fetch function now centrally controls the content 2018-06-24 10:48:29 +00:00
Tobias Diekershoff a47b58d596 Installation better start with master and eventially switch to develop 2018-06-24 11:48:32 +02:00
Hypolite Petovan 960834a1fe
Merge pull request #5282 from tobiasd/20180624-install
INSTALL.txt and doc/de/Install.md updates
2018-06-24 02:12:38 -04:00
Tobias Diekershoff 55eb0100e6 added missing parts in INSTALL.txt about smarty and addons 2018-06-24 07:55:37 +02:00
Tobias Diekershoff 40dc20481c 775 smarties, not 777 2018-06-24 07:54:19 +02:00
Tobias Diekershoff 62a61a95d3
Merge pull request #5280 from annando/issue-5276
Fixes Issue 5276 and an endless loop in item::update
2018-06-23 12:44:43 +02:00
Michael a7d2f126eb Fixes Issue 5276 and an endless loop in item::update 2018-06-23 10:32:53 +00:00
Tobias Diekershoff 585ba4c09f
Merge pull request #5279 from annando/issue-5278
Issue 5278: Small corrections to the database definition
2018-06-23 08:28:43 +02:00
Michael ca1add20a0 Small corrections to the database definition 2018-06-23 04:46:22 +00:00
Hypolite Petovan 78114c13d5
Merge pull request #4836 from Angristan/patch-1
chmod 777 is a bad practice
2018-06-22 16:09:01 -04:00
Hypolite Petovan 98a5749b45
Merge pull request #5277 from annando/native-pdo
We now are using the native pdo mode
2018-06-22 16:04:50 -04:00
Angristan 7326394f29
Fix indentation 2018-06-22 22:00:31 +02:00
Angristan 3ccd64ad9f
Fix chmod and chown, add note about webserver user 2018-06-22 21:56:56 +02:00