izemize
izemize
I have redirected to this wrong url if page open ``` php 'request'=>array( 'enableCsrfValidation'=>false, 'csrfTokenName'=>'z3us', 'enableCookieValidation'=>false, 'class'=>'ext.localeurls.LocaleHttpRequest', 'redirectDefault'=>false, 'languages'=>array( 'es'=>'Spain', 'ru'=>'Russian', 'tw'=>'Chinese', 'en'=>'English', 'ae'=>" الإمارات العربيّة المتّحدة ", 'hu'=>'Magyar', 'sk'=>'Slovak',...
Hy! LocaleUrlManager print out 'controller''controller' before render html why? If url is: http://z3us.sytes.net/videos (error displayed) If i use this url everything okay: http://z3us.sytes.net/videos/index ``` php public function init() { if($this->getUrlFormat()!==self::PATH_FORMAT)...
Hy! When i use .alert-dismissible class in the widget options, close button is diplayed. I think this is a little bug. http://getbootstrap.com/javascript/#alerts http://getbootstrap.com/components/#alerts
Little Bug fix adding .active class to element when todayHighlight is both true or false.
Hy! I use this widget: ``` php $this->widget('booster.widgets.TbFileUpload',array( 'multiple'=>false, 'model'=>$model, 'attribute'=>'picture', 'url'=>$this->createAbsoluteUrl('/deejays/upload'), 'options'=>array ( 'maxFileSize'=>2000000, 'acceptFileTypes'=>'js:/(\.|\/)(jpe?g)$/i', ) )); ``` I set 'multiple'=>false, but is ignored in form template.