Issue #2193753 by yan: No default for {shoutbox}.hostname causing error after D7 upgrade
Issue #2540308: Message not sent when I press Enter
Issue #2546710: Illegal choice when change configuration
and some other minor fixes
Added new feature to define if shouts are going to escape all HTML or not. In the configuration section (SHOUTBOX INPUT FORMAT) you enable or disable this feature.
Option to select submission type of shouts in the admin section. This feature was necessary as I coludn't yet find a way to refresh captcha module through ajax. I would appreciate any help :-)
Restored basic functionallity of shoutbox.
Removed ajax add shout ability, in order to be able to post with captcha module.
Following issues resolved:
#2169439 - Views integration
#2103119 - "Shout" input button missing after shout.
#1469876 - Remove LICENSE.txt from Git repository
#1298960 - "Shout" input button missing after shout.
#1337184 - PDOException: SQLSTATE[42S02] error when accessing admin/config/shoutbox
Two big bugfixes for shoutbox_group
-- OG context was missing on shoutbox operation pages, causing several OG sub-modules to work incorrectly.
-- The menu link added the OG links block/menu was incorrectly constructed.
* Added permission check before adding Shoutbox link in OG menu
* Added Shoutbox rules module (contributed by nmclain)
* Fixed javascript issues revealed by Ajax load; the auto-update timer should
only be activated when an unprocessed shout form is discovered
* Removed $op == 'query' from hook_shoutbox
- hook_db_rewrite_sql() will now be used with $op == 'context' (see API doc)
* Added Shoutbox domain
* Minor performance and coding tweaks
* Fixed use of OG link hooks
* Added Shoutbox tags module
* Added Shoutbox user module
* Added Shoutbox points module
* Javascript uses mode (page|block) to determine shout amount
* Use theme_username() to output the shout's author
* Restored the 'no shouts' message
* Added raw return of shouts in shoutbox_display_posts()
* Admin setting to specify if the shout form widget is a textarea or textfield
* Fixed javascript detection on shout submit handler which was causing the entire page
to be returned on AJAX submits
* Fixed SQL query for non-restricted shouts
* Fixed show_amount for block view
* Removed depreciated block view function
* Added the admin option to select the shout time format
* Removed page refresh on AJAX error
* Inline error div used for AJAX errors
* Moved shoutbox output into a table
* Retrieve all shout updates upon addition
* Expanded the API (see API.txt)
* Pause/reset the auto-update timer on shout addition
* Fixed shout deletion on cron
* Complete rewrite of javascript
* Hover to show shout admin links
* Cleaned form handlers, theme functions, much more
* Added shoutbox_points module (userpoints integration)
* Shouts maxlength now unlimited
* Shoutbox can differentiate between submodule shouts (module column added to shoutbox table)
* Improved the shout form
* Fixed #853540: Shouts redirecting to homepage: jQuery convention from 5.x that was ported into the 6.1.x branch was missed in 6.2.x. This was causing certain themes to prevent AJAX functionality which resulted in page redirects.
Shoutbox has been dramatically revamped and improved for a 2.0 release. Also introduced, was Shoutbox Group, an integration between Shoutbox and Organic groups.