 Список изменений:
1. footer.php - Added some built-in benchmarking code 2. header.php - Added some built-in benchmarking code; added handling for new template hooks and smarty features 3. lostpass.php - Fixed problem where cached user settings would not let users reset their password until the cache is cleared out (only if caching is enabled) 4. lostpass_reset.php - Added code to handle changes to user password encryption 5. misc_js.php - Fixed several possible minor SQL injection vulnerabilities; added some built-in benchmarking code 6. search_advanced.php - Fixed possible minor SQL injection vulnerabilitry 7. signup.php - Added code to handle changes to user password encryption 8. user_account_pass.php - Added code to handle changes to user password encryption 9. user_home.php - Fixed typo that was preventing new announcements from showing 10. admin/admin_header.php - Added session handling code; added handling for new template hooks and smarty features 11. admin/admin_home.php - Added system checking code 12. admin/admin_lostpass_reset.php - Added code to handle changes to admin class for sessions and password encryption 13. admin/admin_viewplugins.php - Cache was not being flushed on enable/disable 14. admin/admin_viewusers_edit.php - Added code to handle changes to user password encryption 15. images/alert.gif - Icon used in system check 16. include/class_actions.php - Removed some redundant code 17. include/class_admin.php - Now uses sessions and allows for alternate password encryption methods 18. include/class_benchmark.php - Added some built-in benchmarking code 19. include/class_comment.php - Fixed several possible minor SQL injection vulnerabilities 20. include/class_database.php - Query logging will now default to the value of the constant SE_DEBUG (as specified in header.php) 21. include/class_inputfilter.php - Removed the hard-coded rule that filters out iframes regardless of allowed tag settings; was using iso charset to decode entities, now will only decode special chars to prevent utf8 problems 22. include/class_smarty.php - Added an extension to the base smarty object to be used in SE 23. include/class_user.php - Now allows for alternate password encryption methods; user_displayname was not being properly set on signup; fixed displayname generation when having only one special name field; should now delete notifications for messages sent by the user when the user is deleted; removed session restart on login 24. include/functions_general.php - Added support for the quote style argument to emulated htmlspecialchars_decode() 25. include/version.php - Incremented version 26. include/cache/cache.php - Changed handling of "enabled" setting to try and prevent caching from becoming enabled when set to off 27. include/cache/storage/file.php - Removed some debugging code that might cause permission problems in some cases 28. include/js/core-min.js - A minified version of all of the js files included in the platform (originals may no longer be included) 29. include/js/mootools12-min.js - A combined version of mootools core and more (originals may no longer be included) 30. include/js/smoothbox.js - Removed some code that was not necessary 31. include/language/language.php - Fixed problem with language select conflict in admin panel 32. include/sanity/* - Added system check class for use in the admin panel and installer 33. include/smarty/smarty_config.php - Removed 34. include/smarty/plugins/block.hook_foreach.php - Added 35. include/smarty/plugins/compiler.hook_include.php - Added 36. templates/admin_activity.tpl - Fixed bug caused by not upgrading to new lang_sprinf syntax 37. templates/admin_header_global.tpl - Using minified javascript includes by default 38. templates/admin_home.tpl - Added system checking code 39. templates/admin_styles.css - Added styles for notifications on admin_home.php 40. templates/debug.tpl - Added some built-in benchmarking code 41. templates/footer.tpl - Implemented new template hooks 42. templates/header.tpl - Added some built-in benchmarking code; added drop down menu for main menu to prevent layout problems with lots of items 43. templates/header_debug.tpl - Added 44. templates/header_global.tpl - Implemented new template hooks; using minified javascript includes by default 45. templates/home.tpl - Fixed rare bug related to action media where incorrect images would be displayed 46. templates/network.tpl - Fixed rare bug related to action media where incorrect images would be displayed 47. templates/profile.tpl - Fixed un-upgraded code in activity feed for group and event media comments; fixed rare bug related to action media where incorrect images would be displayed; implemented new template hooks; added drop down menu for profile tabs to prevent layout problems with lots of items 48. templates/styles.css - Added some styles for the main menu drop down menu, profile tab drop down menu and debugger 49. templates/user_home.tpl - Fixed rare bug related to action media where incorrect images would be displayed

|