gnu-social/modules/Favorite
Alexei Sorokin 5bc1b8695e [DATABASE] Disable 'NULL' strings evaluation as SQL NULLs
Use $object->sqlValue('NULL') (identical to DataObject_Cast'ing) instead and
fix related issues like (email|sms)settings considering these NULLs as a
false positive for the E-Mail address still being set when it's been removed.

There could also be security implications to the now-disabled approach of
considering 'NULL' strings as SQL NULLs.
2019-11-02 12:21:43 +03:00
..
actions [CORE] Plugin API now extends a new Module API 2019-08-24 01:59:33 +01:00
classes [CORE] Move core plugins to a new modules directory 2019-08-22 03:13:58 +01:00
forms [CORE] Move core plugins to a new modules directory 2019-08-22 03:13:58 +01:00
lib [DATABASE] Use "<>" as an SQL non-equality sign 2019-09-11 13:27:36 +03:00
locale [CORE] Plugin API now extends a new Module API 2019-08-24 01:59:33 +01:00
EVENTS.txt [CORE] Move core plugins to a new modules directory 2019-08-22 03:13:58 +01:00
FavoriteModule.php [DATABASE] Disable 'NULL' strings evaluation as SQL NULLs 2019-11-02 12:21:43 +03:00
README [CORE] Move core plugins to a new modules directory 2019-08-22 03:13:58 +01:00

README

The Favorite plugin adds the ability to mark a notice as a "favorite"
(i.e. "like").

Installation
============
This plugin is enabled by default

Settings
========
none