- set `error_reporting = 0` for smarty because this function depends on the php function `error_reporting()`
- check `$db_settings['database']` as suggested by @auge8472 cf. https://mylittleforum.net/forum/index.php?id=12699
- call `mysqli_select_db` function removed
- 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
* Change: add a link to unsubscribe from the e-mails informing about replies to a specific own entry
* Change: processing subscription quitting, code, text and subtemplate
* Change: add a new table for the handling of subscriptions
* Change: remove subscription flag from antres table, set it in subscriptions table instead
* Change: rename the entry-id and the UUID-column, add a timestamp
* Change: remove the GET-parameter checker, is unnecessary
* Change: add query to delete the row of the subscription from the database table
* Change: rebuild the function emailNotification2ParentAuthor
* Remove phrase in lang files
- Remove TAG-phrase 'error_bookmark_tags_too_long'
- was added by https://github.com/ilosuna/mylittleforum/pull/287
* Add tables
- tags_table for tag values
- bookmark_tags_table for connection between tags and bookmarks
* Change install/update script
- Add new tables
- Suggestion for transfering old tags from postings to new tag table
* Add tags to bookmark
- adapt SQLs for new TAG-table
* SQL korrigiert
- Klammerausdruck korrigiert
* LEFT-Join
- Correcting SQL JOIN vs. LEFT JOIN
- Replace function call
* Replace Functions
- add/replace functions for TAG handling
* TAGS for postings
- Add Tags for postings
* Add new table
- add binding table for tags and postings
* - Change TAG handling
- search function
- posting
- thread view
- update script
- install script
* Limiting number of Tags
- set tag limit to 10 for bookmarks
- add error message
* Remove BTREE
- reomve USING BTREE clausel as suggested by @auge8472
* Remove BTREE
- remove USING BTREE as suggested by @auge8472
- add new table entry_tags_table
* Remove variable
- remove variable $tagStr
* Remove first tab
- clean up file
* Add InnoDB
- Add ENGINE=InnoDB to new tables
* Add table names
- add table names to install script
* add updated files
- add updated files of issue #297
* add AUTO_INCREMENT
- add AUTO_INCREMENT to 'tags_table' definition
* Correcting table name / check for prior errors
- correct tabel name of entry_tags_table
- check empty property of error-array
- add error message, if b_settings.php is unwriteable
* Store posting tags
- add new sql to store the posting tags in entry_tags table
* Change: new function get isProtocolHTTPS
* Change: use the function to distinguish between a request over HTTP or HTTPS
If a forum will be installed over HTTPS, the pre-populated form field for the forum URL should reflect this.
* Change: new table mlf2_temp_infos
* Change: add a box to show the version number of the installed version
* Change: load version info only during daily actions
* Change: simplified release info
* Fix: text change in every language except the base language?!
* Fix: remove superfluous and in some cases script breaking query
close#123
* Change: new table mlf2_read_entries
* Fix: forgot to add the assembling of the table name in update script
* Change: add column time to store the last request for an entry
* Fix: rename column 'e_id' to 'posting_id' for consistency
fixes#71
* Change: read new version number from file in case of an update
* Fix: put the version checks into a block, that will only be executed in absence of an error
* Fix: stop update even with equal version numbers of current installation and update version
* Fix: compare the current version with the array of allowed version numbers, not with version number of the update
* Change: replace $update['version'] with $newVersion
It's not part of the given data and will be read from the file VERSION.
Thatswhy it is now a separated variable.
* Change: use the file VERSION to get the version number
* Fix: relative path must be given from the requested script, not the included one
* Fix command execution issue
- Check for HTML tags
- add slashes
* Add warning message
- a warning message is displayed in admin area, if install/index.php
still exists (https://github.com/ilosuna/mylittleforum/issues/51)
* Use new admin-info-box
- use new admin info boy to display warning message
- Improved quoted-printable encoding for e-mails
- Skiped user data check of registered users when posting (is already done when
registering or editing user data)
- Bugfix: graphical CAPTCHA was not displayed if cookies were disabled
- Colorpicker: fixed wrong path to plain.png
- Improved marking of new threads and replies
- Names of language files can contain language tags now (e.g.
english.en-GB.lang)
- Language files updated