ec86de2bc4
Instead of relying on the MariaDB's ON UPDATE CURRENT_TIMESTAMP trigger update "modified" attributes in Managed_DataObject. Every raw query that needs adjusting is adjusted, as they won't update "modified" automatically anymore. The main goal behind this change is to fix "modified" updates on PostgreSQL. |
||
---|---|---|
.. | ||
actions | ||
classes | ||
forms | ||
locale | ||
README | ||
UserFlagPlugin.php |
The UserFlag plugin allows flagging of profiles for review and reviewing flagged profiles. Installation ============ add "addPlugin('UserFlag');" to the bottom of your config.php Settings ======== flagOnBlock: Whether to automatically flag a profile when a user blocks it. Example ======= addPlugin('UserFlag', array( 'flagOnBlock' => true ));