Merge branch 'master' into elasticsearch
* master: (59 commits)
updated ext composer.json for issue labels
moved redis to extensions
fixed whitespaces
update composer to include sphinx
Added initial steps about configuring DB-based RBAC
Fixes #1297: CSRF not generated on error pages
fixes #1158 mentioned @web alias in docs
Merged RBAC draft into authorization
"yii\sphinx\ActiveQuery" updated to throw exception on conflict between "asArray" and "snippetByModel" options.
Code style and docs at "yii\sphinx\*" fixed.
Docs for Sphinx extension updated.
Redundant typecast removed from yii\sphinx\ActiveRecord::create()
yii\sphinx\Command reworked to extend yii\db\Command. yii\sphinx\DataReader removed.
Sphinx Active Record updated to be compatible with ActiveDataProvider.
Sphinx documentation updated.
Sphinx documentation updated.
Sphinx has many relation test prepared.
Sphinx Query refactored.
Create relation methods added to Sphinx Active Record.
Sphinx Query Builder updated to respect column types for where statements
...
Showing
docs/guide/rbac.md
deleted
100644 → 0
extensions/redis/LICENSE.md
0 → 100644
extensions/redis/README.md
0 → 100644
extensions/redis/composer.json
0 → 100644
extensions/sphinx/ActiveQuery.php
0 → 100644
extensions/sphinx/ActiveRecord.php
0 → 100644
This diff is collapsed.
Click to expand it.
extensions/sphinx/ActiveRelation.php
0 → 100644
extensions/sphinx/ColumnSchema.php
0 → 100644
extensions/sphinx/Command.php
0 → 100644
extensions/sphinx/Connection.php
0 → 100644
extensions/sphinx/IndexSchema.php
0 → 100644
extensions/sphinx/LICENSE.md
0 → 100644
extensions/sphinx/Query.php
0 → 100644
This diff is collapsed.
Click to expand it.
extensions/sphinx/QueryBuilder.php
0 → 100644
This diff is collapsed.
Click to expand it.
extensions/sphinx/README.md
0 → 100644
extensions/sphinx/Schema.php
0 → 100644
This diff is collapsed.
Click to expand it.
extensions/sphinx/composer.json
0 → 100644
tests/unit/data/sphinx/ar/ActiveRecord.php
0 → 100644
tests/unit/data/sphinx/ar/ArticleDb.php
0 → 100644
tests/unit/data/sphinx/ar/ArticleIndex.php
0 → 100644
tests/unit/data/sphinx/ar/ItemDb.php
0 → 100644
tests/unit/data/sphinx/ar/ItemIndex.php
0 → 100644
tests/unit/data/sphinx/ar/RuntimeIndex.php
0 → 100644
tests/unit/data/sphinx/ar/TagDb.php
0 → 100644
tests/unit/data/sphinx/source.sql
0 → 100644
tests/unit/data/sphinx/sphinx.conf
0 → 100644
tests/unit/extensions/sphinx/CommandTest.php
0 → 100644
This diff is collapsed.
Click to expand it.
tests/unit/extensions/sphinx/QueryTest.php
0 → 100644
tests/unit/extensions/sphinx/SchemaTest.php
0 → 100644
Please
register
or
sign in
to comment