]> git.mxchange.org Git - friendica.git/log
friendica.git
5 years agoAdd worker queue details (#5375)
Jeroen De Meerleer [Sat, 14 Jul 2018 18:01:17 +0000 (20:01 +0200)]
Add worker queue details (#5375)

* Added Worker queue page

* Added worker queue template

* Added translation strings

* Added en-US translation

* #TGWHT: Thank god we have Typo

* Where donkey == true

* Added in to menu correctly

* Updated link in summary page

* Updated link on summary page for frio theme

* Updated q() to dba::select()

* Revert "Added translation strings"

This reverts commit f1f3694a2412f69c39559650759b6483013f0f17.

* Revert "Added en-US translation"

This reverts commit 61777489e3add56e81c4f976599d8a2e025265cb.

5 years agoregen master messages.po (#5376)
Tobias Diekershoff [Sat, 14 Jul 2018 17:18:50 +0000 (19:18 +0200)]
regen master messages.po (#5376)

5 years agodocs for explicit content (#5374)
Tobias Diekershoff [Sat, 14 Jul 2018 17:12:43 +0000 (19:12 +0200)]
docs for explicit content (#5374)

5 years agoadmins can mark their nodes for explicit content (#5373)
Tobias Diekershoff [Sat, 14 Jul 2018 16:08:06 +0000 (18:08 +0200)]
admins can mark their nodes for explicit content (#5373)

* added field explicidContent to the metadata in the nodeinfo

* admins can mark their nodes for explicit content

* booleans shall be small

5 years agoFixes for some E_NOTICE and type-hints added (#5358)
Roland Häder [Fri, 13 Jul 2018 19:47:14 +0000 (21:47 +0200)]
Fixes for some E_NOTICE and type-hints added (#5358)

* Fixed http://github to https://github

Signed-off-by: Roland Häder <roland@mxchange.org>
* Fixes for #4965:
- updated messages.po file

Signed-off-by: Roland Häder <roland@mxchange.org>
* Fixed E_NOTICE where isset()/empty() was absent.

Signed-off-by: Roland Häder <roland@mxchange.org>
* Fixed missing variable $sql_order causing E_NOTICE.

Signed-off-by: Roland Häder <roland@mxchange.org>
* Continued:
- added array type-hint where known (some)

Signed-off-by: Roland Häder <roland@mxchange.org>
* Fixes:
- in Profile::load() $user is now only one-dimensional
- $a->get_hostname is no property, it is a method

Signed-off-by: Roland Häder <roland@mxchange.org>
* reverted changes that are unintended

Signed-off-by: Roland Häder <roland@mxchange.org>
* Continued:
- removed leading \ (uncommon, okay)
- removed entire if() block (CR by Hypolite)

Signed-off-by: Roland Häder <roland@mxchange.org>
* Removed if() block

Signed-off-by: Roland Häder <roland@mxchange.org>
5 years agosome plugins left over (#5369)
Tobias Diekershoff [Thu, 12 Jul 2018 17:18:45 +0000 (19:18 +0200)]
some plugins left over (#5369)

* tinymce is not used anymore, we can delete the cuson CSS file

* mv the plugins_details template to addon_details

* renamed template called from admin panel

* some CSS classes that should be addon where still plugin

* Insert a warning into the generated quattro CSS files

5 years agoMerge pull request #5366 from astifter/properly_readd_quattro_css
Tobias Diekershoff [Thu, 12 Jul 2018 08:39:42 +0000 (10:39 +0200)]
Merge pull request #5366 from astifter/properly_readd_quattro_css

Properly readd CSS changes from PR #5345 in quattro.

5 years agoProperly readd CSS changes from PR #5345.
Andreas Neustifter [Wed, 11 Jul 2018 19:27:44 +0000 (21:27 +0200)]
Properly readd CSS changes from PR #5345.

I wrongly added CSS to generated files, now adding changes to less
as is good and proper.

And sorry for PR #5356.

5 years agoupdated wall-spacer and color of preview (#5357)
hoergen [Wed, 11 Jul 2018 18:33:44 +0000 (20:33 +0200)]
updated wall-spacer and color of preview (#5357)

* Update wall_thread.tpl

named an unnamed style definition to can address it via css

* Update style.css

Added div wall-spacer definition

* Update wall_thread.tpl

removed wall-spacer definition. moved to main css

* Update style.css

* Update wall_thread.tpl

* Update plusminus.css

wall-spacer and color of preview changed

* Update plusminus.css

* spaces

spaces

* Update style.css

* Update style.css

removed tabs and spaces

5 years agoOnly make changes for frio. (#5347)
Andreas Neustifter [Wed, 11 Jul 2018 15:28:38 +0000 (17:28 +0200)]
Only make changes for frio. (#5347)

5 years agoregenerated quattro CSS files from the less sources to fix #5356 (#5364)
Tobias Diekershoff [Wed, 11 Jul 2018 12:26:23 +0000 (14:26 +0200)]
regenerated quattro CSS files from the less sources to fix #5356 (#5364)

5 years agoMerge pull request #5363 from annando/daemin
Tobias Diekershoff [Wed, 11 Jul 2018 06:26:09 +0000 (08:26 +0200)]
Merge pull request #5363 from annando/daemin

Workaround for stalling worker processes when running the daemon

5 years agoworkaround for stalling worker processes when running the daemon
Michael [Wed, 11 Jul 2018 06:05:22 +0000 (06:05 +0000)]
workaround for stalling worker processes when running the daemon

5 years ago"Imported" name spaces (#5361)
Roland Häder [Tue, 10 Jul 2018 22:55:01 +0000 (00:55 +0200)]
"Imported" name spaces (#5361)

* Fixes for #5355:
- let's import SPL/extension classes and then just use them without name spaces
  like we do it with our own classes/interfaces, too.
- need to add namespace \ (global)

Signed-off-by: Roland Häder <roland@mxchange.org>
* Removed leading slashes from "import" lines.

Signed-off-by: Roland Häder <roland@mxchange.org>
* Completed:
- "import" other classes, then use them

Signed-off-by: Roland Häder <roland@mxchange.org>
5 years agoUse a process identifier for logging that contains the pid (#5359)
Michael Vogel [Tue, 10 Jul 2018 22:32:47 +0000 (00:32 +0200)]
Use a process identifier for logging that contains the pid (#5359)

5 years agoUse imports to reduce quattros css duplications. (#5356)
Andreas Neustifter [Tue, 10 Jul 2018 20:59:14 +0000 (22:59 +0200)]
Use imports to reduce quattros css duplications. (#5356)

5 years agoSeperate blocks in /admin/features. (#5345)
Andreas Neustifter [Tue, 10 Jul 2018 20:57:13 +0000 (22:57 +0200)]
Seperate blocks in /admin/features. (#5345)

* Seperate blocks in /admin/features.

Its hard to distinguish between blocks of settings in the features page. Its
useful to clearly mark the blocks belonging together.

* Also try to separate items for other themes.

* Make sure separate settings boxes work in all themes.

5 years agoUpdate wall_thread.tpl (#5352)
hoergen [Tue, 10 Jul 2018 13:31:29 +0000 (15:31 +0200)]
Update wall_thread.tpl (#5352)

* Update wall_thread.tpl

named an unnamed style definition to can address it via css

* Update style.css

Added div wall-spacer definition

* Update wall_thread.tpl

removed wall-spacer definition. moved to main css

* Update style.css

* Update wall_thread.tpl

5 years agoSeveral more warnings ... (#5340)
Michael Vogel [Tue, 10 Jul 2018 12:27:56 +0000 (14:27 +0200)]
Several more warnings ... (#5340)

* Some more warnings removed

* Even more warnings ...

* Will it ever end? ;-)

* Avoid warning in dbstructure

* Origin and OStatus ...

* There are more warnings solved ... yeah!

* And again ...

* We are not done yet

* And more ...

* And some new places ...

* And more in the feeds

* Avoid some more

* And some backend stuff

* Notifications cleared

* Some more stuff

* and again ...

* It's getting fewer ...

* Some warnings had been hidden in the notifications

* Fix the fix

* And another missing one ...

* We need the owner here, not the user

* Forgotten user

* And more ...

* And some more warnings disappeared ...

* Some more frontend warnings

* Some backend warnings removed

* Fixed sidebar for "vier"

* And more ...

* Some more ...

* And something for "remote self"

* Am I stuck in an endless loop?

* Fix: Clear tag and file field on update

* Preset page content

5 years ago[frio] Improve Group Editing (#5349)
Andreas Neustifter [Mon, 9 Jul 2018 22:36:50 +0000 (00:36 +0200)]
[frio] Improve Group Editing (#5349)

* Improve group-editing and edit-navigation.

Use icons next to groups and header for navigation to editing groups and adding new groups.
Also use icon from group-sidebar for editing groups.

* Unify look&feel of contact search bars.

* Remove nogroup page and replace with /group/none.

* Make sure proper items are selected in aside.

* Use icon instead of link for 'View Contacs' on profile page.

* Fix none-working /group/none.

* Fix highlighting for everyone in group aside.

5 years ago[Suggestion] Move New User Tip Link (#5342)
Andreas Neustifter [Mon, 9 Jul 2018 22:20:57 +0000 (00:20 +0200)]
[Suggestion] Move New User Tip Link (#5342)

* Move new member tips to navigation bar.

The link looks so forlorn when its just somewhere in there. Put it in the nav bar.

* Style new member hints link propery.

* Make changes requested by @MrPetovan.

5 years agoMerge pull request #5351 from nupplaphil/system_guid
Michael Vogel [Mon, 9 Jul 2018 21:32:26 +0000 (23:32 +0200)]
Merge pull request #5351 from nupplaphil/system_guid

System guid

5 years agoa new unittest for prefix
Philipp Holzer [Mon, 9 Jul 2018 20:15:11 +0000 (22:15 +0200)]
a new unittest for prefix

5 years agobugfix isempty...
Philipp Holzer [Mon, 9 Jul 2018 20:10:35 +0000 (22:10 +0200)]
bugfix isempty...

5 years agoempty is not isset ...
Philipp Holzer [Mon, 9 Jul 2018 19:53:49 +0000 (21:53 +0200)]
empty is not isset ...

5 years agoswitched back to origin TestCase structure
Philipp Holzer [Mon, 9 Jul 2018 19:48:47 +0000 (21:48 +0200)]
switched back to origin TestCase structure

5 years agoimproved unittest
Philipp Holzer [Mon, 9 Jul 2018 19:40:38 +0000 (21:40 +0200)]
improved unittest

5 years agomoved get_guid to System::createGUID
Philipp Holzer [Mon, 9 Jul 2018 19:38:16 +0000 (21:38 +0200)]
moved get_guid to System::createGUID

5 years agoMerge pull request #5346 from astifter/redirect_empty_group_to_contacts
Hypolite Petovan [Mon, 9 Jul 2018 12:26:39 +0000 (08:26 -0400)]
Merge pull request #5346 from astifter/redirect_empty_group_to_contacts

Redirect empty group to /contacts.

5 years agoMerge pull request #5348 from astifter/use_h3_for_showing_contacts
Hypolite Petovan [Mon, 9 Jul 2018 12:21:43 +0000 (08:21 -0400)]
Merge pull request #5348 from astifter/use_h3_for_showing_contacts

Use h3 instead of h4 in contacts block

5 years agoMerge pull request #5343 from astifter/fix_relocate_button
Tobias Diekershoff [Mon, 9 Jul 2018 12:09:00 +0000 (14:09 +0200)]
Merge pull request #5343 from astifter/fix_relocate_button

Fix relocate button label.

5 years agoMerge pull request #5344 from astifter/improve_nginx_sample
Tobias Diekershoff [Mon, 9 Jul 2018 11:59:38 +0000 (13:59 +0200)]
Merge pull request #5344 from astifter/improve_nginx_sample

Improve nginx Configuration Sample

5 years agoRedirect empty group to /contacts.
Andreas Neustifter [Sun, 8 Jul 2018 19:20:18 +0000 (21:20 +0200)]
Redirect empty group to /contacts.

The empty /group page is not really doing anything, redirect to /contacts.

5 years agoFix relocate button label.
Andreas Neustifter [Sun, 8 Jul 2018 19:08:29 +0000 (21:08 +0200)]
Fix relocate button label.

In settings the 'Start Relocate' button is also labeld 'Save Settings'.

5 years ago[nginx] Use try_file instead of if.
Andreas Neustifter [Thu, 28 Jun 2018 19:15:06 +0000 (19:15 +0000)]
[nginx] Use try_file instead of if.

See https://www.nginx.com/resources/wiki/start/topics/tutorials/config_pitfalls/?utm_source=tool.lu#check-if-file-exists.

5 years ago[nginx] Use try_files instead of if for /.well-known/.
Andreas Neustifter [Thu, 28 Jun 2018 04:43:33 +0000 (04:43 +0000)]
[nginx] Use try_files instead of if for /.well-known/.

See https://www.nginx.com/resources/wiki/start/topics/depth/ifisevil/

5 years ago[nginx] Move together deny blocks.
Andreas Neustifter [Thu, 28 Jun 2018 04:41:59 +0000 (04:41 +0000)]
[nginx] Move together deny blocks.

5 years ago[nginx] Readd option to statically server pictures.
Andreas Neustifter [Thu, 28 Jun 2018 04:41:27 +0000 (04:41 +0000)]
[nginx] Readd option to statically server pictures.

5 years ago[nginx] Fix indentation.
Andreas Neustifter [Thu, 28 Jun 2018 04:35:28 +0000 (04:35 +0000)]
[nginx] Fix indentation.

5 years agoMake sure contacs header is same size as everything in aside.
Andreas Neustifter [Sun, 8 Jul 2018 20:16:57 +0000 (22:16 +0200)]
Make sure contacs header is same size as everything in aside.

All the widgets in asside have h3 for their headers, use this for showing contacts too.

5 years agoMerge pull request #5338 from annando/warnings
Hypolite Petovan [Sun, 8 Jul 2018 13:55:26 +0000 (09:55 -0400)]
Merge pull request #5338 from annando/warnings

Remove warnings

5 years agoAdded comment
Michael [Sun, 8 Jul 2018 13:52:11 +0000 (13:52 +0000)]
Added comment

5 years agoAdded missing "use
Michael [Sun, 8 Jul 2018 13:39:48 +0000 (13:39 +0000)]
Added missing "use

5 years agoMerge pull request #5339 from nupplaphil/redis_serialize
Hypolite Petovan [Sun, 8 Jul 2018 13:35:55 +0000 (09:35 -0400)]
Merge pull request #5339 from nupplaphil/redis_serialize

Redis serialize

5 years agoSome more places ...
Michael [Sun, 8 Jul 2018 12:58:43 +0000 (12:58 +0000)]
Some more places ...

5 years agoAvoid warnings in addons
Michael [Sun, 8 Jul 2018 12:01:36 +0000 (12:01 +0000)]
Avoid warnings in addons

5 years agoAvoid "Trying to get property of non-object"
Michael [Sun, 8 Jul 2018 11:46:05 +0000 (11:46 +0000)]
Avoid "Trying to get property of non-object"

5 years agoMerge branch 'develop' of https://github.com/friendica/friendica into redis_serialize
Philipp Holzer [Sun, 8 Jul 2018 11:36:05 +0000 (13:36 +0200)]
Merge branch 'develop' of https://github.com/friendica/friendica into redis_serialize

5 years agoRedis serialize instead of json because of objects
Philipp Holzer [Sun, 8 Jul 2018 11:35:28 +0000 (13:35 +0200)]
Redis serialize instead of json because of objects

5 years agoWarnings fixed
Michael [Sun, 8 Jul 2018 09:37:05 +0000 (09:37 +0000)]
Warnings fixed

5 years agoMerge pull request #5332 from annando/fix-lock
Michael Vogel [Sun, 8 Jul 2018 09:35:21 +0000 (11:35 +0200)]
Merge pull request #5332 from annando/fix-lock

urgent bugfix: Wrong function name for locks

5 years agourgent bugfix: Wrong function name for locks
Michael [Sun, 8 Jul 2018 08:32:50 +0000 (08:32 +0000)]
urgent bugfix: Wrong function name for locks

5 years agoMerge pull request #5328 from annando/item-activities
Hypolite Petovan [Sun, 8 Jul 2018 05:54:32 +0000 (01:54 -0400)]
Merge pull request #5328 from annando/item-activities

Item activities are now stored in a separate table

5 years agoOnly build tag and file when really needed
Michael [Sun, 8 Jul 2018 05:44:35 +0000 (05:44 +0000)]
Only build tag and file when really needed

5 years agoImprove test behaviour
Michael [Sun, 8 Jul 2018 05:29:06 +0000 (05:29 +0000)]
Improve test behaviour

5 years agoHopefully this fixes the tests
Michael [Sun, 8 Jul 2018 05:10:45 +0000 (05:10 +0000)]
Hopefully this fixes the tests

5 years agoMerge branch 'item-activities' of github.com:annando/friendica into item-activities
Michael [Sun, 8 Jul 2018 04:56:35 +0000 (04:56 +0000)]
Merge branch 'item-activities' of github.com:annando/friendica into item-activities

5 years agoAvoid undefined index
Michael [Sun, 8 Jul 2018 04:55:45 +0000 (04:55 +0000)]
Avoid undefined index

5 years agoMerge branch 'develop' into item-activities
Michael Vogel [Sun, 8 Jul 2018 04:35:50 +0000 (06:35 +0200)]
Merge branch 'develop' into item-activities

5 years agoUpdate version number
Michael [Sat, 7 Jul 2018 23:53:30 +0000 (23:53 +0000)]
Update version number

5 years agoWe already used DB version 1275 (Why hadn't been there a merge conflict?)
Michael [Sat, 7 Jul 2018 23:52:02 +0000 (23:52 +0000)]
We already used DB version 1275 (Why hadn't been there a merge conflict?)

5 years agoBetter not check too strict
Michael [Sat, 7 Jul 2018 23:31:30 +0000 (23:31 +0000)]
Better not check too strict

5 years agoDon't use isset
Michael [Sat, 7 Jul 2018 23:19:28 +0000 (23:19 +0000)]
Don't use isset

5 years agoClear legacy item fields
Michael [Sat, 7 Jul 2018 23:03:28 +0000 (23:03 +0000)]
Clear legacy item fields

5 years agoFix: Ensure that the value is set.
Michael [Sat, 7 Jul 2018 19:39:00 +0000 (19:39 +0000)]
Fix: Ensure that the value is set.

5 years agoMerge pull request #5331 from nupplaphil/lock_tests_fixings
Hypolite Petovan [Sat, 7 Jul 2018 19:03:01 +0000 (15:03 -0400)]
Merge pull request #5331 from nupplaphil/lock_tests_fixings

Lock fixings & unittests

5 years agocode-standards wrap operators with spaces
Philipp Holzer [Sat, 7 Jul 2018 18:51:08 +0000 (20:51 +0200)]
code-standards wrap operators with spaces

5 years agoremoved memcache unit-test because lack of support in travis
Philipp Holzer [Sat, 7 Jul 2018 18:42:44 +0000 (20:42 +0200)]
removed memcache unit-test because lack of support in travis

5 years agoFixed & added unittests
Philipp Holzer [Sat, 7 Jul 2018 18:35:42 +0000 (20:35 +0200)]
Fixed & added unittests

5 years agoMore item abstraction / making remote deletion work again
Michael [Sat, 7 Jul 2018 18:14:16 +0000 (18:14 +0000)]
More item abstraction / making remote deletion work again

5 years agoFixed memcache & unittests
Philipp Holzer [Sat, 7 Jul 2018 18:07:07 +0000 (20:07 +0200)]
Fixed memcache & unittests

5 years agoAdded Unittests for cache
Philipp Holzer [Sat, 7 Jul 2018 17:46:16 +0000 (19:46 +0200)]
Added Unittests for cache

fixed Lock & Cache bugs

5 years agobug in memcached clear function
Philipp Holzer [Sat, 7 Jul 2018 16:43:55 +0000 (18:43 +0200)]
bug in memcached clear function

5 years agobug in redis delete function
Philipp Holzer [Sat, 7 Jul 2018 16:39:33 +0000 (18:39 +0200)]
bug in redis delete function

5 years agoAvoid storing an icid value when iaid is stored/Fix item retraction
Michael [Sat, 7 Jul 2018 16:38:01 +0000 (16:38 +0000)]
Avoid storing an icid value when iaid is stored/Fix item retraction

5 years agocopy&paste error for memcached unittest
Philipp Holzer [Sat, 7 Jul 2018 16:12:17 +0000 (18:12 +0200)]
copy&paste error for memcached unittest

5 years agofixed locks in database.sql
Philipp Holzer [Sat, 7 Jul 2018 15:59:22 +0000 (17:59 +0200)]
fixed locks in database.sql

5 years agoAdded Lock Unittests & Bugfixings
Philipp Holzer [Sat, 7 Jul 2018 14:15:03 +0000 (16:15 +0200)]
Added Lock Unittests & Bugfixings

Added Redis Lock Unittests
Added Memcached Lock Unittests

Fixed a bug in dba
Fixed a bug in RedisLock

5 years agoJust some code cleanup
Michael [Sat, 7 Jul 2018 11:39:37 +0000 (11:39 +0000)]
Just some code cleanup

5 years agoMerge pull request #5329 from tobiasd/20180707-cs
Michael Vogel [Sat, 7 Jul 2018 10:45:24 +0000 (12:45 +0200)]
Merge pull request #5329 from tobiasd/20180707-cs

CS translation update THX Aditoo

5 years agoRemoving of likes should work now on comments as well
Michael [Sat, 7 Jul 2018 10:43:43 +0000 (10:43 +0000)]
Removing of likes should work now on comments as well

5 years agoCS translation update THX Aditoo
Tobias Diekershoff [Sat, 7 Jul 2018 09:22:18 +0000 (11:22 +0200)]
CS translation update THX Aditoo

5 years agoRemoving of orphaned activity and content data
Michael [Sat, 7 Jul 2018 07:43:13 +0000 (07:43 +0000)]
Removing of orphaned activity and content data

5 years agoBetter handling of empty content
Michael [Fri, 6 Jul 2018 22:08:41 +0000 (22:08 +0000)]
Better handling of empty content

5 years agoMerge pull request #5314 from MrPetovan/task/4889-fix-tests
Michael Vogel [Fri, 6 Jul 2018 20:14:01 +0000 (22:14 +0200)]
Merge pull request #5314 from MrPetovan/task/4889-fix-tests

Fix tests after enabling PHP Notices

5 years agoMerge pull request #5327 from tobiasd/20180706-issue4753
Hypolite Petovan [Fri, 6 Jul 2018 13:59:34 +0000 (09:59 -0400)]
Merge pull request #5327 from tobiasd/20180706-issue4753

admins can forbid some nicknames from being registered

5 years agoadded forgotten trim
Tobias Diekershoff [Fri, 6 Jul 2018 13:49:27 +0000 (15:49 +0200)]
added forgotten trim

5 years agoadmins can forbid some nicknames from being registered
Tobias Diekershoff [Fri, 6 Jul 2018 13:32:56 +0000 (15:32 +0200)]
admins can forbid some nicknames from being registered

5 years agoMerge pull request #5326 from tobiasd/20180706-cs
Hypolite Petovan [Fri, 6 Jul 2018 12:08:47 +0000 (08:08 -0400)]
Merge pull request #5326 from tobiasd/20180706-cs

CS translation update THX Aditoo

5 years agoNew index that is needed for the expiry
Michael [Fri, 6 Jul 2018 06:46:44 +0000 (06:46 +0000)]
New index that is needed for the expiry

5 years agoExpire does work now for activities as well
Michael [Fri, 6 Jul 2018 06:45:30 +0000 (06:45 +0000)]
Expire does work now for activities as well

5 years agoAdded warning
Michael [Fri, 6 Jul 2018 06:37:33 +0000 (06:37 +0000)]
Added warning

5 years agoUnified content that is stored for a like
Michael [Fri, 6 Jul 2018 05:39:25 +0000 (05:39 +0000)]
Unified content that is stored for a like

5 years agoNew post update to fill the item-activity table
Michael [Fri, 6 Jul 2018 05:17:44 +0000 (05:17 +0000)]
New post update to fill the item-activity table

5 years agoUpdate does work now
Michael [Fri, 6 Jul 2018 05:16:40 +0000 (05:16 +0000)]
Update does work now

5 years agoCS translation update THX Aditoo
Tobias Diekershoff [Fri, 6 Jul 2018 04:27:59 +0000 (06:27 +0200)]
CS translation update THX Aditoo

5 years agoSet iaid after update
Michael [Thu, 5 Jul 2018 22:50:33 +0000 (22:50 +0000)]
Set iaid after update

5 years agoImprove expire for item-content and item-activity
Michael [Thu, 5 Jul 2018 22:07:50 +0000 (22:07 +0000)]
Improve expire for item-content and item-activity

5 years agoWe now store activities in a separate table
Michael [Thu, 5 Jul 2018 22:00:38 +0000 (22:00 +0000)]
We now store activities in a separate table

5 years agoMerge pull request #5325 from nupplaphil/lock_followup
Hypolite Petovan [Thu, 5 Jul 2018 20:27:26 +0000 (16:27 -0400)]
Merge pull request #5325 from nupplaphil/lock_followup

Lock Abstraction FollowUp #5291