Kunena 7.0.5 & Kunena 6.4.11 – Security Updates Released

The Kunena team has announce the arrival of Kunena 7.0.5 [K 7.0.5] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0.

The Kunena team is also pleased to announce the eleventh version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.0.

Topics that are moved into this category are generally considered to be closed. Users may want to add additional information but these topics should not be resurrected in order to discuss new problems or unrelated matters.

Question Bug reports for K1.5.7RC3

More
16 years 7 months ago - 16 years 6 months ago #31716 by Matias
Please report any regression you find in Kunena.com or in your site to this thread.

Do you want to test K1.5.7 Release Candidate 3 in your own site?

If you have major problems with older releases and/or you can risk having some new bugs, please send PM to me and I will provide link to you.

Please do not flood my PM folder: I will not answer if you do so. All discussion from K1.5.7 should go into public forum.

I hope that all major issues have now been fixed. :)

Changelog

Kunena 1.5.7RC3

28-Oct-2009 Matias
^ [#18263] Update version info to 1.5.7RC3

27-Oct-2009 Matias
# [#18494] Optimize queries: fix bugs and simplify code
# [#18527] Bulk move/delete should return back into the same page
# [#18468] Regression: Do not check category id when moving post
+ [#18528] AlphaUserPoints integration

26-Oct-2009 Matias
# [#18494] Optimize queries in Recent Discussions (well, try harder)

Kunena 1.5.7RC2

25-Oct-2009 Matias
^ [#18263] Update version info to 1.5.7RC2
* [#18495] Preview/posting message does not work (Firewall detects attack)
# [#18494] Optimize queries in Recent Discussions, My Discussions, Category page
* [#18496] E-mail Administrators option should not send messages to users which receive system messages

Kunena 1.5.7RC1

24-Oct-2009 Matias
^ [#18263] Update version info to 1.5.7RC1
# [#18476] Make installation process more robust
# [#18477] Improve build scripts
# [#18478] Administrator: Better version warnings

23-Oct-2009 Matias
# [#18441] Administrator: Avatar source shows wrong configuration variable
# [#18442] Debug function does not show MySQL error or where the error occured
* [#18443] Report to moderator believes that all users in custom groups should get email
# [#18444] Do not show your own message as NEW!
# [#18446] Administrator: Accept 0.5 hour timezones
# [#18447] Fatal Error in Recent Discussions (out of memory)
# [#18448] Do not encode special characters in page title
# [#18449] Fix broken pages with some JomSocial modules (mod_hellome etc)
# [#18450] Obey username configuration option in welcome message (top profile box)
# [#18451] Undefined variable in Recent Discussions
# [#18452] User Profile does not show assigned rank if user is admin/moderator
- [#18453] Remove broken default_gray, default_green and default_red templates
- [#18454] Do not show deprecated default template if it wasn't selected before upgrade
# [#18455] Fix CSS error in message.php
# [#18456] Remove broken link in Recent Discussions, My Discussions and Show Category
# [#18461] Remove notice if C_ASSET_JQUERY is already defined
# [#18462] JomSocial Profile links: Use the first menu item id (added by JomSocial during installation)
# [#18463] Typo in English language file (on Prune)
* [#18465] Online statistics reveals hidden users to registered users
^ [#18466] Cache some repeating queries
# [#18467] Increase hit counter if visitor views a thread written by visitor
* [#18468] Check category id when user is posting to existing thread

5-Oct-2009 Matias
# [#18289] Smiley and Rank admin: Images broken in Windows
# [#18290] Whoisonline does not work in IIS
Last edit: 16 years 6 months ago by Matias.

Please Log in or Create an account to join the conversation.

More
16 years 7 months ago - 16 years 7 months ago #31751 by Mortti
Replied by Mortti on topic Re:Bug reports for K1.5.7RC1
In Kunena.com... #new bug

Recent Discussions show my realname and other places show my username...

Same issue like Matias and Matias Griese

Regards,

Sami aka Mortti

EDIT: but also looks if you are starter of that thread then your username show as it should, but mayby only that first post. See pictures (compare topics where is not replies, like your announcement):

compare

compare
Last edit: 16 years 7 months ago by Mortti.

Please Log in or Create an account to join the conversation.

More
16 years 7 months ago #31797 by Matias
Replied by Matias on topic Re:Bug reports for K1.5.7RC1
Thank you Mortti,

I've already fixed that one, but fix changed Recent and My Discussions queries as well as Category View queries.. As a result RC2 will be much faster than old releases, but we really need to be sure that there's no regression in the new code.

Please Log in or Create an account to join the conversation.

More
16 years 7 months ago - 16 years 7 months ago #31810 by Matias
Replied by Matias on topic Re:Bug reports for K1.5.7RC2
Kunena 1.5.7RC2 has these important changes:

25-Oct-2009 Matias
^ [#18263] Update version info to 1.5.7RC2
* [#18495] Preview/posting message does not work (Firewall detects attack)
# [#18494] Optimize queries in Recent Discussions, My Discussions, Category page
* [#18496] E-mail Administrators option should not send messages to users which receive system messages

Please report any odd behavior in Recent Discussions, My Discussions and Category View -- they have had major performance improvement (fixed slow SQL query) which may have some regression, as the logic has changed so much.

You can also test it in your site - just PM me to get download URL.
Last edit: 16 years 7 months ago by Matias.

Please Log in or Create an account to join the conversation.

More
16 years 6 months ago #31820 by Mortti
Replied by Mortti on topic Re:Bug reports for K1.5.7RC2
Forgotten new language string in admin.kunena.html.php line 1993 for multilinguage
Code:
<td align = "left" valign = "top" width="25%"><?php echo "Minimum characters to earn points on reply"; ?>

to:
Code:
<td align = "left" valign = "top" width="25%"><?php echo _KUNENA_AUP_MINIMUM_POINTS_ON_REPLY; ?>

Please Log in or Create an account to join the conversation.

More
16 years 6 months ago #31824 by Matias
Replied by Matias on topic Re:Bug reports for K1.5.7RC2
Yes, but it's not yet official part of K1.5.7. :)

I'm still waiting few other bug fixes to get AUP officially into K1.5.7 (wrong avatar image in a few places).

Please Log in or Create an account to join the conversation.

Time to create page: 0.277 seconds