Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in / Register
Y
yii2
  • Project
    • Overview
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • PSDI Army
  • yii2
  • Repository

Switch branch/tag
  • yii2
  • extensions
  • elasticsearch
History Find file
  • Source code
  • Download zip
  • Download tar.gz
  • Download tar.bz2
  • Download tar
  • Carsten Brandt's avatar
    Merge pull request #2605 branch 'feature' of https://github.com/mongosoft/yii2 into code-style · 1b7e1cd0
    Carsten Brandt authored 11 years ago
    * 'feature' of https://github.com/mongosoft/yii2:
      returned back formatting language files
      code style. WHILE
      code style. FOR
      code style. FOREACH
      code style. operator IF
      @param, @var, @property and @return must declare types as boolean, integer, string, array or null
      short echo tags
      short array syntax
    
    Conflicts:
    	extensions/apidoc/commands/RenderController.php
    	extensions/apidoc/models/BaseDoc.php
    	extensions/apidoc/models/Context.php
    	extensions/apidoc/templates/bootstrap/Renderer.php
    	extensions/apidoc/templates/bootstrap/layouts/guide.php
    	extensions/apidoc/templates/bootstrap/layouts/main.php
    	extensions/apidoc/templates/bootstrap/views/index.php
    	extensions/apidoc/templates/html/Renderer.php
    	extensions/apidoc/templates/offline/views/index.php
    	extensions/apidoc/templates/offline/views/offline.php
    	extensions/apidoc/templates/online/views/index.php
    	extensions/elasticsearch/Connection.php
    	extensions/redis/ActiveQuery.php
    	framework/base/ErrorException.php
    	framework/helpers/BaseFileHelper.php
    	tests/unit/framework/helpers/FileHelperTest.php
    1b7e1cd0
Name
Last commit
Last update
..
ActiveQuery.php many phpcs fixes 11 years ago
ActiveRecord.php many phpcs fixes 11 years ago
CHANGELOG.md WIP merge ActiveRelation into ActiveQuery 11 years ago
Command.php Merge pull request #2605 branch 'feature' of https://github.com/mongosoft/yii2 into code-style 11 years ago
Connection.php Merge pull request #2605 branch 'feature' of https://github.com/mongosoft/yii2 into code-style 11 years ago
DebugAction.php fixed phpdoc errors and updated properties 11 years ago
DebugPanel.php psr-4 change. 11 years ago
Exception.php many phpcs fixes 11 years ago
LICENSE.md psr-4 change. 11 years ago
Query.php many phpcs fixes 11 years ago
QueryBuilder.php many phpcs fixes 11 years ago
README-debug.png psr-4 change. 11 years ago
README.md apidoc style and typo 11 years ago
composer.json replaced keyword "yii" with "yii2" in composer.json files (fixes #2557) 11 years ago
README.md