This is an old revision of the document!
PunBB 1.3 hotfix system
Hotfix is a lightweight extension consisting of single manifest.xml
file. It's aimed to fix some bug or group of similar bugs. Hotfixes are cooked by PunBB development team. When Administrator visits the forum, it periodically requests the information about new hotfixes from http://punbb.informer.com/
server. If the new hotfix is present, forum shows an alert (to the Administrator only). After that Administrator may visit hotfixes page1) and install the new hotfix with one click. manifest.xml
is being automatically downloaded and installed as usual extension.
The hotfix system was originally designed by Rickard Andersson.
Technical details
- The request for all the hotfixes for PunBB 1.3 (just this forum version):
http://punbb.informer.com/update/?version=1.3
- The request for all the hotfixes for PunBB 1.3, except hotfix_13_moderate_xss:
http://punbb.informer.com/update/?version=1.3&hotfixes=hotfix_13_moderate_xss
- The
hotfix_13_moderate_xss
hotfix:http://punbb.informer.com/update/manifest/hotfix_13_moderate_xss.xml
List of released hotfixes
PunBB 1.3
- hotfix_13_moderate_xss – XSS vulnerability via topic subjects in moderate.php is fixed. Patch by PHPLizardo.
- hotfix_13_moderate_topics – Fixed bug with incorrect multiple topic moderation.
- hotfix_13_incorrect_topic_status_in_search_results – Incorrect topic status displayed in search results is fixed. Reported by teva.
See also
/admin/extensions.php?section=hotfixes