My favorites | Sign in
Google
       
Details: Show all Hide all

Today

  • 13 hours ago
    zii
    issue 36 (Add linkButton to CMenu) Status changed   -   Starting in 1.1.1, you can set the itemTemplate option to be linkButton.
    Status: Invalid
    Starting in 1.1.1, you can set the itemTemplate option to be linkButton.
    Status: Invalid
  • 19 hours ago
    yii
    r1939 (css fix.) committed   -   css fix.
    css fix.
  • 21 hours ago
    yii
    issue 948 (CForm tosses fatal error when using as documented) commented on   -   There are the following two lines: <pre> $form['user']->model = new User; $form['profile']->model = new Profile; </pre>
    There are the following two lines: <pre> $form['user']->model = new User; $form['profile']->model = new Profile; </pre>

Yesterday

  • 39 hours ago
    yii
    issue 1034 (Add support for zend like classes names) commented on   -   Yeah, then use Yii::registerAutoloader(), which is exactly designed to cope with this issue.
    Yeah, then use Yii::registerAutoloader(), which is exactly designed to cope with this issue.
  • 39 hours ago
    yii
    issue 1034 (Add support for zend like classes names) commented on   -   Why not register zend autoloader then? You can also call Yii::registerAutoloader() to register the code in your patch. In the long run as PHP 5.3 is adopted more widely, such lengthy names would tend to disappear.
    Why not register zend autoloader then? You can also call Yii::registerAutoloader() to register the code in your patch. In the long run as PHP 5.3 is adopted more widely, such lengthy names would tend to disappear.
  • 40 hours ago
    yii
    issue 1034 (Add support for zend like classes names) Status changed   -   I don't think we should provide this support. This adds the assumption that the external classes are always rooted under the vendors directory. It also degrades the performance of including internal class files that rely on php include path.
    Status: WontFix
    I don't think we should provide this support. This adds the assumption that the external classes are always rooted under the vendors directory. It also degrades the performance of including internal class files that rely on php include path.
    Status: WontFix

Last 7 days

  • Mar 17, 2010
    yii
    issue 1025 (CHtml checkbox uncheck value) commented on   -   Let's ignore *List for now. Yes, it would be considered as a user error if he attempts to set uncheckValue in this case.
    Let's ignore *List for now. Yes, it would be considered as a user error if he attempts to set uncheckValue in this case.
  • Mar 17, 2010
    yii
    issue 1030 (Category::model()->isNewRecord return false) Status changed   -   The value of this property for Category::model() doesn't make sense. You should not use it at all because Category::model() is essentially a finder.
    Status: WontFix
    The value of this property for Category::model() doesn't make sense. You should not use it at all because Category::model() is essentially a finder.
    Status: WontFix
  • Mar 17, 2010
    yii
    issue 1023 (CFileValidator allowEmpty does not work) Status changed   -   @waprave: thank you again for the help!
    Status: Invalid
    @waprave: thank you again for the help!
    Status: Invalid
  • Mar 17, 2010
    yii
    issue 1020 (broken layout in CRUD inside a module) commented on   -   @waprave: thank you for helping investigate this issue!
    @waprave: thank you for helping investigate this issue!
  • Mar 17, 2010
    yii
    issue 1020 (broken layout in CRUD inside a module) Status changed   -   This issue was closed by revision r1935.
    Status: Fixed
    This issue was closed by revision r1935.
    Status: Fixed
  • Mar 17, 2010
    yii
    r1935 ((Fixes issue 1020)) committed   -   (Fixes issue 1020)
    (Fixes issue 1020)
  • Mar 17, 2010
    yii
    issue 1025 (CHtml checkbox uncheck value) commented on   -   That's great! I still suggest to do some simple tests, though. My experience is that no matter how trivial your change is, there is still chance you overlook something.
    That's great! I still suggest to do some simple tests, though. My experience is that no matter how trivial your change is, there is still chance you overlook something.
  • Mar 17, 2010
    yii
    issue 1028 (Enhancement of the CCaptcha) Status changed   -   Please check CCaptcha::captchaAction API.
    Status: Invalid
    Please check CCaptcha::captchaAction API.
    Status: Invalid
  • Mar 17, 2010
    yii
    issue 1013 (Yii 1.1.1 CAutocomplete doesn't work with zii CJui*) commented on   -   You may consider using jquery 1.3.x and jui 1.7.x. This can be done by configuring "clientScript" scriptMap.
    You may consider using jquery 1.3.x and jui 1.7.x. This can be done by configuring "clientScript" scriptMap.
  • Mar 17, 2010
    yii
    issue 1029 (framework/yiic.php doesn't allow to use own application) Status changed   -   Yes, you need to provide your own yiic.php. This is similar to extend CWebApplication where you need to provide your own yii.php.
    Status: WontFix
    Yes, you need to provide your own yiic.php. This is similar to extend CWebApplication where you need to provide your own yii.php.
    Status: WontFix
  • Mar 16, 2010
    zii
    r157 ([No log message]) committed   -   [No log message]
    [No log message]
  • Mar 16, 2010
    zii
    r156 ([No log message]) committed   -   [No log message]
    [No log message]
  • Mar 16, 2010
    zii
    r155 (some improvement.) committed   -   some improvement.
    some improvement.
  • Mar 16, 2010
    yii
    issue 1025 (CHtml checkbox uncheck value) commented on   -   Yes, we can do this (also for radioButton). However, make sure that the hidden field is generated ONLY when uncheckValue is specified (which is slightly different from activeCheckBox which always generates a hidden field). Also please make sure that CHtml::*checkBox*() methods are still working as expected because checkBox() may be used by these methods.
    Yes, we can do this (also for radioButton). However, make sure that the hidden field is generated ONLY when uncheckValue is specified (which is slightly different from activeCheckBox which always generates a hidden field). Also please make sure that CHtml::*checkBox*() methods are still working as expected because checkBox() may be used by these methods.
  • Mar 16, 2010
    yii
    r1934 (Added Id svn keyword.) committed   -   Added Id svn keyword.
    Added Id svn keyword.
  • Mar 16, 2010
    yii
    issue 883 (Extend renderDecoration of CPortlet to make it more flexible) Status changed   -   Because CPortlet is mostly used as base class, it is much easier and more flexible to override renderDecoration than adding these new properties.
    Status: WontFix
    Because CPortlet is mostly used as base class, it is much easier and more flexible to override renderDecoration than adding these new properties.
    Status: WontFix
  • Mar 16, 2010
    yii
    issue 1016 (Email ) commented on   -   What is the SQL statement that creates the DB table?
    What is the SQL statement that creates the DB table?
  • Mar 16, 2010
    yii
    issue 1018 (r1926 causes exception when error_reporting(-1)) Owner changed   -  
    Owner: alexander.makarow
    Owner: alexander.makarow
  • Mar 15, 2010
    yii
    issue 1017 (Bug in CWebUser::init()) Status changed   -   The original code is correct. This is to restore user login status from cookie after his previous session is terminated.
    Status: Invalid
    The original code is correct. This is to restore user login status from cookie after his previous session is terminated.
    Status: Invalid
  • Mar 15, 2010
    yii
    issue 946 (Remove echo code from widget classes) commented on   -   Now you can use {$this->widget('zii.widgets.CBreadcrumbs', ['links'=>$this->breadcrumbs], true )}
    Now you can use {$this->widget('zii.widgets.CBreadcrumbs', ['links'=>$this->breadcrumbs], true )}
  • Mar 15, 2010
    yii
    issue 946 (Remove echo code from widget classes) Status changed   -   This issue was closed by revision r1928.
    Status: Fixed
    This issue was closed by revision r1928.
    Status: Fixed
  • Mar 15, 2010
    yii
    r1928 (* (Fixes issue 946) Added a new parameter to CBaseController...) committed   -   * (Fixes issue 946) Added a new parameter to CBaseController::widget() method to allow capturing the output of the widget
    * (Fixes issue 946) Added a new parameter to CBaseController::widget() method to allow capturing the output of the widget
  • Mar 15, 2010
    yii
    issue 1009 (CDbCriteria::select does not recognize ` symbol for findAll(...) Status changed   -   This issue was closed by revision r1921.
    Status: Fixed
    This issue was closed by revision r1921.
    Status: Fixed
  • Mar 15, 2010
    yii
    r1921 ((Fixes issue 1009)) committed   -   (Fixes issue 1009)
    (Fixes issue 1009)
  • Mar 15, 2010
    yii
    issue 1012 (Error with scopes + placeholder in rev1911) changed   -  
    Owner: alexander.makarow
    Labels: Priority-High Priority-Medium
    Owner: alexander.makarow
    Labels: Priority-High Priority-Medium
  • Mar 15, 2010
    yii
    issue 1016 (Email ) commented on   -   What is your DBMS type? What is the SQL creating the corresponding DB table?
    What is your DBMS type? What is the SQL creating the corresponding DB table?
  • Mar 15, 2010
    yii
    issue 1007 (CActiveForm/webapp validation bug) commented on   -   I think either way makes sense. You may interpret that username is green because it passes the basic validation (i.e., not empty) while the password field indicates what the actual authentication result is. I prefer to keeping the current code in SVN as it is cleaner and safer.
    I think either way makes sense. You may interpret that username is green because it passes the basic validation (i.e., not empty) while the password field indicates what the actual authentication result is. I prefer to keeping the current code in SVN as it is cleaner and safer.
  • Mar 15, 2010
    yii
    issue 1007 (CActiveForm/webapp validation bug) commented on   -   All depend on how the validation rules are defined. You are seeing this result because authenticate() reports 'username' has an error, but not 'password'. I just made some further change so that the error will always be reported on 'password'. Hope this will reduce some confusion.
    All depend on how the validation rules are defined. You are seeing this result because authenticate() reports 'username' has an error, but not 'password'. I just made some further change so that the error will always be reported on 'password'. Hope this will reduce some confusion.
  • Mar 15, 2010
    yii
    r1920 ([No log message]) committed   -   [No log message]
    [No log message]
  • Mar 15, 2010
    yii
    r1919 ([No log message]) committed   -   [No log message]
    [No log message]
  • Mar 15, 2010
    yii
    issue 1007 (CActiveForm/webapp validation bug) commented on   -   This is expected behavior. It is because the 'authenticate' validation rule won't get executed unless there is no other validation error. If you want to change this behavior, simply modify the authenticate method so that it always do validation. Anyway, I think I will just modify that to avoid confusion. Thanks.
    This is expected behavior. It is because the 'authenticate' validation rule won't get executed unless there is no other validation error. If you want to change this behavior, simply modify the authenticate method so that it always do validation. Anyway, I think I will just modify that to avoid confusion. Thanks.
  • Mar 15, 2010
    yii
    r1918 ([No log message]) committed   -   [No log message]
    [No log message]
  • Mar 15, 2010
    yii
    issue 1013 (Yii 1.1.1 CAutocomplete doesn't work with zii CJui*) commented on   -   Yes, if there are any other new plugins in JUI, we should consider adding them for completeness.
    Yes, if there are any other new plugins in JUI, we should consider adding them for completeness.
  • Mar 15, 2010
    r1442 ([No log message]) committed   -   [No log message]
    [No log message]
  • Mar 15, 2010
    yii
    r1917 ([No log message]) committed   -   [No log message]
    [No log message]
  • Mar 15, 2010
    yii
    issue 1014 (getId in CDataProvider and CActiveDataProvider are incorrect) Status changed   -   This issue was closed by revision r1916.
    Status: Fixed
    This issue was closed by revision r1916.
    Status: Fixed
  • Mar 15, 2010
    yii
    r1916 ((Fixes issue 1014)) committed   -   (Fixes issue 1014)
    (Fixes issue 1014)
  • Mar 15, 2010
    yii
    issue 1013 (Yii 1.1.1 CAutocomplete doesn't work with zii CJui*) Owner changed   -   @sebas: Could you take time to add CJuiAutoComplete into zii? We will then deprecate CAutoComplete.
    Owner: sebathi
    @sebas: Could you take time to add CJuiAutoComplete into zii? We will then deprecate CAutoComplete.
    Owner: sebathi
  • Mar 15, 2010
    yii
    issue 1007 (CActiveForm/webapp validation bug) commented on   -   Did you remove stuff under your assets folder and tested this? To avoid confusion, could you write the steps again on how to reproduce the new issue? I can't seem to reproduce it. Thanks.
    Did you remove stuff under your assets folder and tested this? To avoid confusion, could you write the steps again on how to reproduce the new issue? I can't seem to reproduce it. Thanks.
  • Mar 15, 2010
    yii
    r1915 (Removed the debugging line in CActiveFinder that caused many...) committed   -   Removed the debugging line in CActiveFinder that caused many-many relational query to fail if FKs are not defined
    Removed the debugging line in CActiveFinder that caused many-many relational query to fail if FKs are not defined
  • Mar 15, 2010
    yii
    issue 1006 (CForm "class" attribute causes an exception in Yii 1.1.1) Status changed   -  
    Status: Accepted
    Status: Accepted
  • Mar 14, 2010
    yii
    issue 1011 (Allow to set id for CJuiSortable) Status changed   -   You can do $this->widget('CJuiSortable', array('id'=>'xxx'))
    Status: WontFix
    You can do $this->widget('CJuiSortable', array('id'=>'xxx'))
    Status: WontFix
  • Mar 14, 2010
    yii
    issue 1007 (CActiveForm/webapp validation bug) Status changed   -   This issue was closed by revision r1912.
    Status: Fixed
    This issue was closed by revision r1912.
    Status: Fixed
  • Mar 14, 2010
    yii
    r1912 ((Fixes issue 1007)) committed   -   (Fixes issue 1007)
    (Fixes issue 1007)
 
Powered by Google Project Hosting