Commit graph

7 commits

Author SHA1 Message Date
Heiko August
ef2f119072 Fix: correct the path to images to an absolute URL in the RSS feed
Code was provided by Mardor (https://bauforum.wirklichewelt.de/) and enhanced with htmlspecialchars.
2019-05-23 16:19:12 +02:00
Michael Loesler
c28c12a88c
Bayes-based spam filter (#427)
- add B8 libary for SPAM protection
- add CSRF Token to form element
- created new table `akismet_rating`
- transfered `spam` and `spam_check_status` from entry table
- removed columns `spam` and `spam_check_status` as they are akismet specific columns from entry - - created b8 tables `b8_rating` and `b8_wordlist_table`
- changed SQL statements, which used the (old) `spam` column
- updated install-script
- changed phrases and flag someone for delete
- add B8 configuration to admin area
- clean code
- removed spam columns from backup procedure
- new tables are *NOT* included to the backup procedure because I prefer to remove this function
- added error message for wrong SQLs
- https://github.com/ilosuna/mylittleforum/issues/426
2018-12-19 20:54:01 +01:00
Heiko August
dd3e10e8ae Cleanup: reformatting of rss.inc.php 2017-11-04 22:41:40 +01:00
Alex
23e0c4d353 PHP 7 modifications (e.g. replace mysql_* by mysqli_* functions) 2016-05-31 14:08:09 +02:00
Alex
11111a73ea control characters filter for rss feed implemented 2010-07-08 20:38:05 -03:00
Alex
3703dd8c6c minor template bug fixed; rss feed uses cached entry data now 2010-07-08 10:19:48 -03:00
Alex
f527c6e938 initial commit 2010-01-31 13:39:34 +01:00