The bug exists in all current 7.x builds I do believe. The bug relates to the wall/timeline.
If a person enters a long string of text (20+ characters without space) and posts to the wall/timeline, the wall automatically adds breaks through the text string.
To recreate this bug, log in to any boonex dolphin 7.x site and attempt to post to the timeline a string such as abcdefghijklmnopqrstuvwxyz1234567890
You will see that after the 20th character a space is added. So instead of the output appearing as abcdefghijklmnopqrstuvwxyz1234567890 it will instead appear as abcdefghijklmnopqrs tuvwxyz1234567890 then after 35 more characters, another break is added.
This may seem mundane to the average onlooker, but it prevents any sort of regex module from being created - for example to create a hashtag system or to autolink to peoples profiles when their @name is mentioned on the timeline.
This is a HUGE issue for me trying to create a custom dolphin site.
Is this a known bug?