Commit graph

43 commits

Author SHA1 Message Date
Michael Lösler
65bb31f330
SameSite attribute in setcookie function (#705)
- SameSite attribute added in setcookie function, cf. #696
2024-03-25 21:16:04 +01:00
Michael Lösler
002b304461
SameSite (#704)
- added SameSite option as discussed by Auge #696
2024-03-25 20:00:40 +01:00
Heiko August
762c947780 Fix: being not verbose to visitors with error reporting
fixes #688
2024-02-21 17:12:30 +01:00
Michael Lösler
43471266b3
Bad Behavior (#672)
- remove outdated module "Bad Behavior"
- https://mylittleforum.net/forum/index.php?id=10734
2023-03-18 16:35:04 +01:00
Heiko August
b327f6880c Change: reformat modules/captcha/captcha_image.php 2023-03-17 10:16:21 +01:00
Heiko August
d9580322ad Change: reformat modules/captcha/captcha.php 2023-03-17 10:16:21 +01:00
Heiko August
a98093b468 Change: prevent using imagerotate because it can break in rare corner cases, replace it with imageflip 2023-03-17 10:16:21 +01:00
Michael Lösler
ef9c673930
isset (#586)
- replaced empty by isset to pass 0
2022-04-22 18:28:14 +02:00
Michael Lösler
332551b15c
Passing null (#584)
- PHP 8.1 PHP Deprecated: implode(): Passing null to parameter #1 ($string) of type string is deprecated
- checked first parameter
2022-04-22 18:13:51 +02:00
Michael Lösler
adc6392686
PHPMailer v6.6.0 (#583)
- updated PHPMailer v6.6.0
2022-04-22 17:55:00 +02:00
Michael Lösler
3ea84709db
Samrty v4.1.0 (#582)
- updated Smarty v4.1.0
2022-04-22 17:16:45 +02:00
Michael Lösler
9b7a803302
create_function (PHP 8) (#581)
- create_function has been removed in PHP 8
- replaced by anonymous function
2022-04-22 14:45:13 +02:00
Michael Loesler
454e392dee
B8 spl autoload register (#562)
* B8

- prepare fies for new b8 version

* Update B8

- add new b8 classes

* Update b8.php

- modify spl_autoload_register function to prevent errors
- cf. https://gitlab.com/l3u/b8/-/merge_requests/1
2021-02-28 21:29:12 +01:00
Michael Loesler
5317c6024d
B8 former version (#561)
- switching back to former b8 version
- there are some unsolved conflicts up to now (I don't know the reason yet)
- comment symbol # of former version is replaced by //
- tested on PHP7/8
2021-02-28 13:37:42 +01:00
Michael Loesler
0c7055232c
Comments (#559)
- comment symbol '#' is replaced by '//' because a new version is NOT available
- there are a lot of "FIXME"; is it realy a trustworthy module?!
2021-02-27 15:50:05 +01:00
Michael Loesler
d1225f55b8
curly braces (#558)
- Array and string offset access syntax with curly braces is deprecated in PHP 7.4
- Array and string offset access syntax with curly braces is removed in PHP 8
- replaced {} - braces by [] - braces
2021-02-27 15:33:37 +01:00
Michael Loesler
643e9ae96b
Update module (#557)
- update B8 version 0.7
- namespace is added (e.g. b8::HAM --> b8\b8::HAM)
2021-02-27 15:09:52 +01:00
Michael Loesler
91f0b42a5c
Module update (#556)
- smarty version 3.1.39
2021-02-27 14:14:48 +01:00
Michael Loesler
4abb9edbef
Module update (#555)
- VERSION 6.3.0
2021-02-27 14:12:01 +01:00
Michael Loesler
38db0ff3e0
bad-behavior (#518)
- bad-behavior v.2.2.24
2020-02-22 14:28:54 +01:00
Michael Loesler
a806a260b6
update module (#511)
* update module

- update bad-behavior to version 2.2.23

* add changes

- updated files are added to update script
2019-09-28 13:58:48 +02:00
Michael Loesler
14bdcb9c45
PHPMailer (#498)
* PHPMailer

- added PHPMailer (https://github.com/PHPMailer/PHPMailer) as module to enable SMTP support, see https://github.com/ilosuna/mylittleforum/issues/348

* File/SQL update

- added files to update list
- added SQL property php_mailer (1 == on -> use PHPMailer, 0 == off  -> use php mail function)
2019-07-18 22:15:00 +02:00
Michael Loesler
304080db39
B8 (#463)
- update module to version 0.6.2, cf. https://nasauber.de/blog/T/165/b8_0.6.2_out_now
2019-02-13 20:22:55 +01: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
9439d1037b Change: update Smarty from version 3.1.30 to version 3.1.32 2018-05-01 19:41:24 +02:00
Heiko August
6cc30d4c1c Change: update Bad Behavior from 2.2.19 to 2.2.20 2018-05-01 19:41:24 +02:00
Heiko August
4c9b48b943 Change: update GesHi from 1.0.8.11 to 1.0.9 2018-05-01 19:41:24 +02:00
Micha
26bf7b9b93 Update Bad-Behavior (#24)
Update Bad-Behavior to version 2.2.19
2016-10-04 17:54:24 +02:00
Micha
c24ed047a0 Constructor for PHP7 (#13)
- Add __construct-Function to classes to be valid for PHP7
- Check length of content-string @matchesCriterium-function to avoid a
PHP note
2016-10-02 19:43:54 +02:00
Micha
ceb734b9d0 Update Smarty (#12)
Update Smarty to current version 3.1.30
2016-09-28 09:57:49 +02:00
Alex
985cbf893e Add smarty files 2016-06-02 18:52:38 +02:00
Alex
23e0c4d353 PHP 7 modifications (e.g. replace mysql_* by mysqli_* functions) 2016-05-31 14:08:09 +02:00
Alex
b5409de5e7 Smarty update (3.1.21) 2015-02-08 11:28:15 +01:00
Alex
442f9ca004 modified update file 2014-03-30 17:28:06 +02:00
Alex
677be3721c update Smarty (3.1.17) 2014-03-30 17:00:21 +02:00
Alex
6ca4006171 language bug fix, theme switch bug fix, Smarty updated, Bad Behavior updated, Swedish language file added 2013-11-23 16:56:36 +01:00
Alex
c08afa1687 JavaScript fix ( http://mylittleforum.net/forum/index.php?id=6718 ), Smarty updated, Bad Behavior updated, GeSHi updated, set default time zone to UTC 2012-11-21 10:33:22 +01:00
Alex
ce099e861f Updated Bad Behavior, Changelog and Update script 2011-09-01 11:06:39 +02:00
Alex
4a1d57c5fa Smarty updated to version 3.0.8 2011-06-10 10:35:50 +02:00
Alex
52fc96477a Smarty, Bad Behavior and GeSHi updated 2011-03-11 17:22:33 -03:00
Alex
f918959589 imagecopyresized() replaced by imagecopyresampled(), modifications in stringparser_bbcode class 2011-02-17 11:01:54 -03:00
Alex
3148716db1 initial commit 2010-03-14 11:37:06 +01:00
Alex
f527c6e938 initial commit 2010-01-31 13:39:34 +01:00