Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor active record meta data to be static field #2265

Commits on Mar 27, 2013

  1. Configuration menu
    Copy the full SHA
    015c454 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    24d8b9c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5e87516 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    573acc3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    93ea559 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6154930 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'Rupert-RR-2131-add-accept-header-parsing'

    * Rupert-RR-2131-add-accept-header-parsing:
      php doc adjustments after yiisoft#2132
      Yii code style correction
      Removed unnecessary spaces.
      Transferred data for unit tests from the test functions into data providers.
      Undo accidental permissions change on bootstrap.php
      Added unit test file for CHttpRequest for the methods parseAcceptHeader() and compareAcceptTypes(). Modified the regexp in parseAcceptHeader() to accept wildcards in the path. Modified the description of compareAcceptTypes() to better reflect the comparison result (higher preference returns lower value, so that most preferred is first in the array).
      parseAcceptHeader() function description tidy up.
      Typo corrections and code tidy up.
      Altered parseAcceptHeader() to use only one regexp. Thanks to Ka on StackExchange for this expression.
      Typo corrections
      Separated out parse and compare functions. Reduced regular expression count to 2 from 3. Modified MIME type array map structure.
      Added yiisoft#135 back in changelog, which got lost somehow..
      Moved position of line to follow numerical order.
      Enh yiisoft#2131: Added Accept header parsing to CHttpRequest to give an array of accepted types in order of preference
    cebe committed Mar 27, 2013
    Configuration menu
    Copy the full SHA
    968ff9c View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2013

  1. Merge branch '2251-refactor-active-record-meta-data' of github.com:kl…

    …imov-paul/yii into 2251-refactor-active-record-meta-data
    klimov-paul committed Mar 28, 2013
    Configuration menu
    Copy the full SHA
    d2ccf88 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb05e18 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d800c0f View commit details
    Browse the repository at this point in the history