- Key 'error_email_wrong' was not unique and provides error message "Array"
- changed one key in lang-files 'error_email_wrong' --> 'admin_reg_error_email_wrong'
- see https://mylittleforum.net/forum/index.php?id=12205
"show spam" was to near to "list spam". The first toggles the visibility in the main view, the latter shows a list of only spam entries. With "display spam in thread list" the purpose of the link function gets more clear.
* Remove user account
- added option _remove user account_ to user area
* Validate password
- requesting password to remove user account
* Remove button/clean code
- removed button as suggested by @auge8472 (https://mylittleforum.net/forum/index.php?id=11181)
- cleaned lang-files and template
* 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
- add a check box behind the passwords field
- add two lang. phrases to display a helpful tooltip
- if the check box is checked, the password is shown in plain text otherwise the text field function for passwords is used (e.g. showing *****)
- see https://github.com/ilosuna/mylittleforum/pull/402
- remove uri to YUI compressor
- password confirmation field removed
- `error_pw_conf_wrong` key removed
* 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