gnu-social/plugins/ModLog
Alexei Sorokin 92e8c40c55 [DATABASE] Add explicit indices for all foreign keys
This adds a requirement for all definitions that have foreign keys to also
require indices for all source (local) attributes mentioned in foreign keys.

MariaDB/MySQL creates indices for source attributes automatically, so this
serves as a way to get rid of those automatic indices and create clean explicit
ones instead.

In PostgreSQL, most of the time, indices on the source are necessary to
decrease performance penalty of foreign keys (like in MariaDB), but they aren't
created automatically, so this serves to remove that difference between
PostgreSQL and MariaDB.
2020-07-31 16:36:40 +03:00
..
classes [DATABASE] Add explicit indices for all foreign keys 2020-07-31 16:36:40 +03:00
locale [PLUGINS] Removed GeoURL as the service doesn't exist anymore 2019-08-24 01:59:36 +01:00
ModLogPlugin.php [CORE] Add GNUSOCIAL_ENGINE_REPO_URL and increase usage of GNUSOCIAL_ENGINE_URL 2019-11-21 00:21:22 +00:00
README Add plugin READMEs 2016-02-08 17:48:37 +00:00

README

The ModLog plugin shows the moderation history for a profile in the sidebar.

Installation
============
add "addPlugin('ModLog');"
to the bottom of your config.php

Settings
========
none

Example
=======
addPlugin('ModLog');