An'ajax way to comment everything you want in your yii applications.
Requirements ¶
Yii 1.1 or above
You can find all you need in github repository
Change Log ¶
v2.3 (??? ???, ????) ¶
v2.2 (Aug 4th, 2013) ¶
- Fixed all classes coding standard
- Added composer
- Added project to packagist
- Added some translations
- italian
- german
- spanish
- russian
- francais
v2.1 (July 27th, 2013) ¶
- [fixed #23] as owner I can update my comments
- [fixed #20] as guest I cannot write comments
- [fixed #16] after deleteion, old comments were loaded
- [fixed #15] I cant delete other users comments
- [fixed #20] guest cannot leave a comment
- [fixed #21] strings in english
- [fixed #19] coding standard in action files
- [fixed #18] actions in separate files
- [fixed #17] animation on new comments
- [fixed #13] comments are deletable
v2.0 (July 21th, 2013) ¶
- totally rewritten
Polish tranlation
Im not sure about context, but i think in Polish it should be like this.
<?php /** * Translations file. * * PHP version 5 * * @category Translation * @package Sensorario\Modules\SensorarioComments\Translation * @author Simone Gentili <sensorario@gmail.com> * @license http://opensource.org/licenses/MIT MIT * @version GIT: 2.1 * @link https://github.com/sensorario/sensorariocomments github repository */ return array( 'To leave a comment, you must be logged in.' => 'Zaloguj się, aby dodać komentarz.', 'Message successful updated.' => 'Wiadomość została zaktualizowana.', 'Statistics unavailable.' => 'Statystyki są niedostępne', 'Message successful saved.' => 'Wiadomość została zapisana.', 'Comment was not deleted.' => 'Komentarz nie został skasowany.', );
If you have any questions, please ask in the forum instead.
Signup or Login in order to comment.