| Description |
 Bundle:
- component (require)
- mambot (require)
- module (optionnal)
Please post you feedback at http://forums.waltercedric.com
3.0.21
- BUG: Small bug during settings save, the key opencomment_cleanupPostingUsersHistoryfromDatabaseAfter was set to blank
- NEW: new admin menu entry: View last posting,
it show the content of table which contains last comments entries,
OpenComment use it internally for avoiding users to post more than one
in the allowed interval You have set.
- BUG: (regression) Admin menu entry: akocomment migration was no more working
- BUG: on some Joomla! install including mine ;-) wenn a mambot for replacing BBCODE (mos_smilies) were active, the javascript code javascript:openCommentNewEntry(... was replaced by :-)penCommentNewEntry(
3.0.20 The code is getting better at each release...but may have encounter some regressions. So Your feedback is welcomed
- NEW: use the project xajax-joomla.org which let you run multiple XAJAX modules or components (1)
- BUG: encoding problem should be defacto solve as XAJAX now use Joomla encoding
- NEW: Version able to run on hardened PHP server: Register globall OFF (php.ini) + SAFE_MODE On (php.ini) + RG_EMULATION = 0 (Joomla globals.php). Should solve different issues like "You are trying to hack me"
- BUG: User homepage was not saved or displayed
- NEW: Better CSS support (see OpenCommentUpdaterA)
- NEW:
code refactored and enhance compatibility during sanitization of inputs
(mysql_real_escape_string was not existing on all host) see OpenCommentSanitizer
- BUG: minor translations problem.
- NEW: german translations credits
Note: You MUST install the Mambot mambot_xajax4joomla.plugin.zip
and activate it prior the installation of OpenComment. That may still
disturb others components which prefer to include XAJAX by themselves...
Next version (3.0.21) will have
- Correct all new bugs
- Administration functions (delete then edit)
- Report abuse button.
3.0.15
- NEW: full german translation courtesy of Joern Gerken successwiki.com
- BUG: can not update value of opencomment_cleanupPostingUsersHistoryfromDatabaseAfter (default was 10 minute)
- BUG: \r\n and/or \n (Newline) were not translated into <br />
- BUG: The openComment menu shows an entry called "editOpencommentCSS", which does the same as "Edit newpost feedback template".
- OPEN: Warning: mysql_errno(): supplied argument is not a valid MySQL-Link resource
I can not reproduce it on XAMPP 1.5.4a ( Apache 2.2.3 - MySQL 5.0.24a
- PHP 5.1.6 & PHP 4.4.4 ) with following PHP settings: safe_mode = On register_globals = Off and Joomla! define( 'RG_EMULATION', 0 ); (from globals.php)
|
3.0.14 A minor release because a lot of thing need to be done behind the scene....
- NEW: AJAX Encoding can be freely defined by user. This is a temporary solution, ideally it must be read from Joomla Language file.
- BUG: the "write comment only visible for first article" is solved.
- BUG: fully translated Administrator panel and localized in English.php. File now contains 370 keys
Soon:- PENDING prio1: Ajax problem still persist that it did not work with Jim IM and whosonlineext modules. it will be soon mandatory to install and publish a Mambot
before using OpenComment. Ive tried to use it, but it does not
currently work. The encoding problem should solve itself, because the
mambot will use your Joomla! encoding.
- PENDING prio2: Add a mode feedback, telling the user if he is replying or submitting a new comment.
- PENDING prio1: putting
presentation layer in PatTemplate file (Priority 2 but needed for
speeding output as code is a mess and doing too much string
concatenations)
3.0.12
- NEW: Search function in query control panel
- BUG: Found latest error in installer file
- BUG: No more <? starting tag but <?php was revealed by users using PHP5 and Magic_Quote = OFF in PHP.ini
- BUG: Solve small bugs in administrator panel.
- NEW: A new settings: Users Posting
History, how long a user can not submit a new comment in the same
article This do not let user press submit more than once. Default is 10
minutes. Algorithm is based on a new table opencomment_postinghistory which store ip, referrer, article id
- NEW: No more using the PHP mail API but the Joomla! mosMail(), this solve also the bug HTML feedback sent as text.
- BUG: Internet Explorer layout no more disturb by missing columns.
- BUG: Comment footer is looking better.
- PENDING: Encoding
problem, problem occurring in IE under some conditions, not in FIREFOX.
Since AJAX do not access to Joomla APIs, I've put an encoding selector
in the administrator panel (utf-8 or iso-8859-1)
- PENDING: Add a mode feedback, telling the user if he is replying or submitting a new comment.
- PENDING: putting
presentation layer in PatTemplate file (Priority 2 but needed for
speeding output as code is a mess and doing too much string
concatenations)
3.0.10
|