Login / Status
developer.Resource
Home . Documentation . Document Library . Extension Manuals
Sponsors
hosted by punkt.deTYPO3 and Open Source MagazineAOE Media

1.11. Change log

Beta 0.1.6

  1. Updated icon generation: Implemented a new method if topic and board icon generation. However, the old icon generation mechanism is still available. Both mechanisms can be switched using the install module. See Customizing ► Topic icons for more information.

  2. German manual: There is a german version of this manual available in the docs/ directory of the extension. Thanks to Stefan Lang for translating this document.

  3. Extensive bug fixing: See http://bugs.typo3.net

Beta 0.1.5

  1. Cronjobs: The mm_forum now supports cron jobs in order to perform regulary occuring events, like for example informing users about new private messages once a day. See Administration ► Cronjobs for more information. More cronjob features will follow in the next versions.

  2. Captcha support: The mm_forum extension now offers support for the captcha extension. The extension is implemented in the registration plugin in order to validate new user registrations. Captcha validation can be enabled/disabled using the mm_forum installation tool.

  3. Board subscriptions: Additional to the possibility to subscribe certain topics (meaning the option of being notified when somebody replies to a subscribed topic), users can now subscribe entire boards. In this case, the user will be notified when a new topic was opened in this board. This feature was implemented by Cyrill Helg (cyrill.h@solnet.ch).

  4. Translations: Implemented a Russian translation. Credits go to Stas Kobzar (http://doodo.info).

  5. Minor improvements:

    1. User profile linking:Link generation to user profiles is now being handled by a single function (tx_mmforum_pi1::getUserProfileLink) that can be extended by the hook profileLink_postLinkGen. This makes it easier for developers to connect the mm_forum extension with other community extensions.

    2. Longer BB code replacementsThe maximum length of a BB code replacement was incremented from 255 bytes to 65535 bytes. This makes it possible to implement more complex BB codes.

    3. NotificationsEmail notification about new PMs is now optional (though enabled by default) and can be enabled/disabled in the user settings plugin.

  6. Bug fixes: See http://bugs.typo3.net.

Beta 0.1.4

  1. Translations:Implemented a French and a dutch translation for the mm_forum extension. Credits go to Guy Sinden (http://abis-freiburg.de) for the French translation and to Rob Vonk (http://www.robvonk.com) for the dutch translation.Furthermore, an informal German translation was added (using the address “Du” instead of “Sie”). The informal language mode is theoretically available for all languages and can be enabled using the mm_forum configuration module.

  2. Bug fixes:See http://bugs.typo3.net.

Beta 0.1.3

  1. Security issues:Several security issues have been fixed. See the official security bulletin 20070919-1 for more details

  2. Translations: Implemented a finnish translation for the mm_forum extension. Credits to Katja Lampela.

  3. Bug fixes: Bug fixing as usual. See the official mm_forum bug tracker on http://bugs.typo3.net for more information on which bugs were fixed.

  4. Changed design templates: change_user/main.html (modified)forum/list_post.html (modified)forum/favorites.html (modified)forum/polls.html (modified)forum/search.html (deleted)forum/post_del.html (deleted)

Beta 0.1.2

  1. User ranks: An optional user ranking functionality was implemented. Users now can obtain a higher rank by writing more posts. See Administration ► User ranks for more information.

  2. Moderated forum: Implemented a functionality to use the mm_forum as moderated board. This means that topics and posts have to be cleared by a moderator before becoming public. The feature can be enabled/disabled using the configuration module.

  3. Bug fixes: Some minor bugs were fixed. See the official mm_forum bug tracker on http://bugs.typo3.net for more information on which bugs were fixed.

  4. Changed design templates: forum/login_error.html (modified)forum/postqueue.html (added)

Beta 0.1.1

  1. Improved user name verification: The user name verification in the mm_forum :: User registration plugin was changed to a “deny all, allow some” directive. The list of allowed characters can be changed in TypoScript. This guarantees a higher security and flexibility.

  2. Fixed some security issues: Some security issues were fixed. Before, users were able to insert Javascript on a mm_forum page using manipulated BBCodes. This was fixed by a more restrictive regular expression syntax. It is necessary to re-import the static data after updating.

  3. Added some minor features: Some minor features were added:

  4. After changing something in the mm_forum configuration module, the cache does not have to be cleared anymore, since the configuration module does this automatically now.

  5. BBCodes in user signatures can now be disabled. The regarding option can be found in the “Forum” section in the configuration module.

  6. A user list can now be displayed. It is part of the mm_forum :: Forum plugin and can be selected using the FlexForms configuration.

  7. Bug fixes: Some minor bugs were fixed. See the official mm_forum bug tracker on http://bugs.typo3.net for more information on which bugs were fixed.

Beta 0.1.0

  1. Statistics module: A statistics module was implemented allowing the administrator to see interesting statistics, like the development of the post or topic amount.

  2. Bug fixes: A lot of minor bugs were fixed. See the official mm_forum bug tracker on http://bugs.typo3.net for more information on which bugs were fixed.

Alpha 0.0.7

  1. Poll system: Implemented a poll system. A poll can now be attached to a topic where users can participate on it. Authorization for poll creation can be handled by restricting poll creation to certain user groups. The phpBB import was updated to import phpBB polls (see Users Manual ► Polls on page 15 for more information).

  2. File attachments: Realized file attachments. Users can upload files to the server and attach them to posts. The file attachment system can be configured easily using the configuration tool (see Users Manual ► File attachments on page 16 for more information)

  3. Extend user profile: Implemented a possibility to extend the user profile. The user profile can be extended with an unlimited amount of additional fields which may be configured freely using a TypoScript configuration (see Administration ► Extending the user profile on page 25 for more information)

  4. Latest posts: Implemented the possibility to display a list of the latest topics. This means a list of the topics that was last written in. See Introduction ► How to install on page 3 for more information.

  5. Bug fixes: A lot of minor bugs were fixed. See the official mm_forum bug tracker on http://bugs.typo3.net for more information on which bugs were fixed.

Alpha 0.0.6

  1. Implemented a dynamic backend configuration form allowing a much easier installation. Administrators do not have to enter page and group UIDs in two different forms in the backend anymore. Instead, users have a very comfortable installation form in the backend module.

  2. Improved template handling by relocating custom design set folders to a directory outside the mm_forum extension directory.

  3. Improved RealURL support.

  4. Fixed some minor bugs (see mm_forum bug tracker on http://bugs.typo3.net)

Alpha 0.0.5

  1. Implemented a better RealURL support by fixing some bugs related to RealURL and adding an option to add more parameters to a url in order to generate nicer links (see section Administration ► mm_forum and RealUrl on page 28).

  2. Implemented the CHC Forum/CWT Community data import. See Administration ► Data import ► CHC Forum/CWT Community data import for more information. Credits to Nepa Design (http://www.nepa-design.de/).

  3. The BBCode buttons that are displayed above a post creation form are now created dynamically in dependence of the BBCodes that were specified in the backend module.

  4. Implemented a better design template handling using different design sets (See Administration ► Changing Look and Feel on page )

Alpha 0.0.4

  1. Updated some MySQL-table and -field names to TYPO3 guideline conform values (like for example tx_mmpm_inbox to tx_mmforum_pminbox). It is required to run the update wizard after upgrading to version 0.0.4 (see section Administration ► Updating)

  2. Implemented a FlexForm configuration for the mm_forum :: Forum plugin. Furthermore, the configuration of special listing pages was simplified. For the configuration of the mm_forum :: Forum plugin using FlexForms, see Introduction ► How to install on page 3. For more about special listing, see Administration ► Special listings on page 25.

  3. Added a possibility to limit the categories that are displayed to a certain predefined set of categories. This offers a functionality similar to multiple mm_forum instances, as it is described in the To-Do list (page 42).

  4. Added a possibility to display the users' real names in the post listing view, that can be enabled/disabled using the TypoScript constants (see Configuration ► Constants Reference ► Message board on page 33)

  5. Resolved a big problem denying users access to their own topics, furthermore some minor bug fixes (see mm_forum bug tracker on http://bugs.typo3.net)

Alpha 0.0.3

  1. Implemented a more flexible user rights administration using different fe_groups (see section Administration ► User rights management in the documentation, page 24)

  2. Implemented a function to automatically start an indexing process for the mm_forum :: Search plugin (see section Administration ► Search index in the documentation, page 24)

  3. Replaced the registration form with a table free layout (credits to Claudia Höhne )

  4. Some minor bug fixes (see mm_forum bug tracker on http://bugs.typo3.net)

Alpha 0.0.2

  1. Some minor bug fixes (see mm_forum bug tracker on http://bugs.typo3.net)

Alpha 0.0.1

  1. First release of mm_forum