- Download/info uri is extracted from ATOM using LINK-element
- RexEx to get the version is updated to match both: '1.2.3' and
'v1.2.3'
- URI is stored in 'temp_infos_table' as 'last_version_uri'
* 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"
* 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
* 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.
* Fix: context sensitive escaping in user edit form (admin)
* Fix: context sensitive escaping in user register form (admin)
* Fix: context sensitive escaping in users list (admin)
* Fix: context sensitive escaping in e-mail addresses list (admin)
* Fix: context sensitive escaping in the contact form
* Fix: context sensitive escaping in entry output
* Fix: context sensitive escaping when saving an edited entry
* Fix: context sensitive escaping for online status in user list (normal)
* Fix: context sensitive escaping in the user list (normal)
* Fix: context sensitive escaping in an users personal data (normal)
* Fix: context sensitive escaping in an users entries list (normal)
* Fix: context sensitive escaping in the profile edit form (normal)
* context sensitive masking of HTML-output
* Fix: context sensitive escaping for numeric values