Line 3: | Line 3: | ||
== General and security == | == General and security == | ||
* Handling of attachments (based on mod [http://custom.simplemachines.org/mods/index.php?mod=3255 Improved Attachment Error Handling]) | * Handling of attachments (based on mod [http://custom.simplemachines.org/mods/index.php?mod=3255 Improved Attachment Error Handling]) | ||
* Drafts | |||
* Tokens (security) | * Tokens (security) | ||
* jQuery | |||
* A new WYSIWYG editor [http://www.sceditor.com/ SCEditor] | |||
* phpinfo directly into the admin panel | |||
* Deny access to boards | |||
* Ability to specify how long to keep moved topic notices before they're deleted (via scheduled task) | |||
* End of admin and moderator sessions (security) | * End of admin and moderator sessions (security) | ||
* IPv6 support | * IPv6 support | ||
Line 10: | Line 16: | ||
* Detection of mobile devices | * Detection of mobile devices | ||
* Previews of several things are now available (Personal messages (now AJAX), news and newsletters, warning template and warnings, signature) | * Previews of several things are now available (Personal messages (now AJAX), news and newsletters, warning template and warnings, signature) | ||
* PHPDoc (also needs to change the coding guidelines to reflect this) | * PHPDoc (also needs to change the coding guidelines to reflect this) | ||
* No backwards compatibility with PHP < 5.1. Meaning, you '''need''' to upgrade to at least PHP 5.1. | * No backwards compatibility with PHP < 5.1. Meaning, you '''need''' to upgrade to at least PHP 5.1. |
Revision as of 12:37, 24 August 2012
This page is a work in progress of the new features that will be available in SMF 2.1 |
General and security
- Handling of attachments (based on mod Improved Attachment Error Handling)
- Drafts
- Tokens (security)
- jQuery
- A new WYSIWYG editor SCEditor
- phpinfo directly into the admin panel
- Deny access to boards
- Ability to specify how long to keep moved topic notices before they're deleted (via scheduled task)
- End of admin and moderator sessions (security)
- IPv6 support
- Smart-emulation (the package manager is now able to propose a SMF version to emulate in order to install a mod)
- New tags for packages: <credits> (tag for inserting mod credits in to the credits page), <requires> (tag to basic mod dependency), <hooks> (tag to add / remove hooks)
- Detection of mobile devices
- Previews of several things are now available (Personal messages (now AJAX), news and newsletters, warning template and warnings, signature)
- PHPDoc (also needs to change the coding guidelines to reflect this)
- No backwards compatibility with PHP < 5.1. Meaning, you need to upgrade to at least PHP 5.1.
Hooks
- Many more hooks (will follow a list of the most important)
Minor improvements
- Added categories for boards to membergroups management pages (easier to use)
- Post recount for members added to maintenance menu
- Improved calendar export function