- added two options to setting table
+ delete_inactive_users (default 30, unit days)
+ notify_inactive_users (default 3, unit years)
- added new column in user table `inactivity_notification` of type boolean
* Timespan for form completion
- observe timespan for form completion and show an error, if the timespan is below a suitable threshold
- remove hard coded thresholds
- add new database entries for tuning threshold values
- default values: min = 5 sec and max = 10800 sec
- remove "credit time" for uncomplete filled forms
* 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: use new settings for handling of read state
* Change: add new setings to the SQL-files for update and installation
* Change: queries for new settings and removal of outdated settings to the update script
* Change: remove outdated setting from the SQL file for installation
* Change: new form elements and language strings for read status handling
* Fix: add a check for non exisiting setting reset_read_state
* Fix: wrong name of setting in the form elements
* Change: ensure a valid value for the read state reset method
* Fix: correct wrong name for form field and hardcoded value
* Fix: set collation of "user_name" to utf8_bin to distinguish i.e. between "a" and "ä"
* Fix: change collation for user name to utf8_bin also in the update process
* Change: reorder the list of queries to the correct order
* Change: clarify the description of instructions
* Change: add indices to the entries table, speeds up the query execution
* Change: add indices to the read status table, speeds up the query execution
* Change: further index for column last_reply
* Change: additional indices for user data table
* 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
* Remove read status of entries on delete
- remove "read status" on user delete
- remove "read status" on posting delete
* Primary key
- Remove unique definition and add primary key "read_status_table"
* 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
* login blocking configuration
The setting variable 'temp_block_ip_after_repeated_failed_logins' has
now a new meaning. A zero means off/not used and a value greater than
zero indicates a timespan.
* Version
Add version '2.3.6'