- add new parameter to setting_table called 'read_state_expiration_date'
(default 150 days)
- remove read state if 'auto_lock_old_threads' > 0
- remove read state if 'read_state_expiration_date' > 0
Store the value only in the database table and not in a cookie or the session.
Make use of a more descriptive name for the function.
resolves#72
* Change: store read-status in the new table
* Change: new parameter user_id, adapted condition and comment
* Change: save the read-status to the new table
* Fix: use correct variable names and types continuous
* Change: unify the variable names and the behaviour of the two bookmark-blocks
* Change: add read-status-marking to nested view
* 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"
* Update checker, fixes#44
- read ATOM feed to get information about a new release
- show info in admin-area
* Multipe ways to get external content
- try to use curl, file_get_contents and fsockopen to get content of
external resource
* correct comment
- correct comment
* add return statment
- add return statment to each branch
* Revert "add return statment"
This reverts commit 0240295501.
- 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