6473 Commits

Author SHA1 Message Date
a15a3835c7 Moved all filter classes to namespace yii\filters 2014-04-05 01:00:14 -04:00
50e338127d Improved action filter and action execution flow by supporting installing action filters at controller, module and application levels 2014-04-04 23:30:59 -04:00
104c4fc3ae Added support to allow an event handler to be inserted at the beginning of the existing event handler list 2014-04-04 21:45:34 -04:00
9c0f236a5b Changed tabs to spaces in changelog 2014-04-05 01:56:10 +04:00
a6693588bd changelog update [skip ci] 2014-04-04 16:51:24 -04:00
84ac0a940c Fixed typo 2014-04-04 23:57:57 +04:00
69786b018e Merge pull request #2974 from yiisoft/decouple-bizrules-from-auth-items
RBAC: decoupled rules from assignments and items, implemented php manager
2014-04-04 23:42:29 +04:00
574985824d Adjusted guide 2014-04-04 23:17:52 +04:00
40eb116640 Splitted saveRule into insertRule and updateRule 2014-04-04 23:09:34 +04:00
f3dd74ff97 Removed custom Rule constructor 2014-04-04 22:43:11 +04:00
5e278025b1 Removed test entries for MSSQL, Oracle 2014-04-04 20:54:16 +04:00
7d3cf501d0 Fixed code formattins issues 2014-04-04 20:17:13 +04:00
2c28198cd2 Fixes #499: Decoupled Rule from RBAC Item 2014-04-04 20:13:26 +04:00
c5ad45c771 fixed test break 2014-04-04 17:12:26 +02:00
581aad8e22 Fixed test break. 2014-04-04 10:25:08 -04:00
4889ff9cbb Merge pull request #2981 from yiisoft/fix-duplicated-joins
removed duplicated joins when using joinWith and via relations
2014-04-04 09:44:44 -04:00
1a3accb6cb removed duplicated joins when using joinWith and via relations
fixes #2650
2014-04-04 15:34:19 +02:00
7437e21d17 Merge pull request #2976 from jeicd/urlmanager_fix
Fixed UrlManager rules caching
2014-04-04 08:39:40 -04:00
4283342e83 Merge pull request #2979 from lubosdz/master
Fixes issue #2978 - JSON MIME type
2014-04-04 08:01:05 -04:00
b6826cb20b Fixed test break and JSON MIME type. Fixes issue #2978. 2014-04-04 13:57:19 +02:00
164459f90a Fixed test break and JSON MIME type. Fixes issue #2978. 2014-04-04 13:54:04 +02:00
0040633fa4 Fixed test break and JSON MIME type. Fixes issue #2978. 2014-04-04 13:50:58 +02:00
76402ea079 Fixed UrlManager rules caching 2014-04-04 13:27:20 +06:00
a97a35bab7 fixed typo 2014-04-04 04:40:17 +04:00
0e6cbda43e RBAC: decoupled rules from assignments and items, implemented php manager 2014-04-04 04:40:06 +04:00
4f50295f41 created build ReleaseController 2014-04-03 21:02:17 +02:00
865b71ef5e cleanup CHANGELOGs 2014-04-03 20:28:08 +02:00
44dbb2235a cleanup docs 2014-04-03 20:13:32 +02:00
a6aaafd3e6 Fixed test break. 2014-04-03 13:55:34 -04:00
54e08f3f01 fixed build break. 2014-04-03 11:57:49 -04:00
8b4dfcc876 Fixes #2955: Changed the signature of ActiveQuery constructors and ActiveRecord::createQuery() to simplify customizing ActiveQuery classes 2014-04-03 10:36:52 -04:00
3ea6343799 improved search model [skip ci] 2014-04-03 09:48:17 -04:00
b23cb17713 fixed search model to use base model class. 2014-04-03 08:27:31 -04:00
1e098ebd4b simplified search model [skip ci] 2014-04-02 21:20:27 -04:00
f747768fcf improved search model generator. 2014-04-02 20:47:01 -04:00
3ba9dcbedc Fixed test break. 2014-04-02 20:26:55 -04:00
2efb5aaf31 added filterWhere guide. 2014-04-02 20:17:13 -04:00
0fa19291f1 refactored filterWhere(). 2014-04-02 20:03:42 -04:00
85bb94a668 Added nl to languages 2014-04-03 01:45:13 +04:00
0fa418bfdb Removed app.php from vi messages, sorted languages 2014-04-03 01:43:49 +04:00
03e208e59d removed wrong test 2014-04-02 21:39:53 +02:00
869d96ee0d Fixed test break. 2014-04-02 15:25:08 -04:00
ff83bd1bb5 removed todo
fixes #2887
2014-04-02 19:37:59 +02:00
745c20538c Merge pull request #2885 branch 'query-filter'
* query-filter:
  added CHANGELOG lines
  added tests for redis
  added proper tests for elasticsearch
  removed unnecessary code duplication
  adjusted tests
  typo
  renamed Query::filter() to Query::filterWhere()
  reverted elasticsearch rename of filter
  Adjusted search model code generated by Gii CRUD generator
  Added support for arbitrary number of parameters for NOT, AND, OR in filter methods of Query
  Gii CRUD generator now uses new addFilter method
  Query::filter() adjustments
  fixes #2002
  Added tests for Query::filter()

Conflicts:
	framework/db/QueryTrait.php
2014-04-02 19:33:40 +02:00
cc0d5b6f94 added CHANGELOG lines 2014-04-02 19:22:43 +02:00
d97996c354 added tests for redis 2014-04-02 19:21:26 +02:00
e9c364d2f2 added proper tests for elasticsearch 2014-04-02 19:15:21 +02:00
e9e59483f4 removed unnecessary code duplication 2014-04-02 19:07:13 +02:00
c572c23c2f adjusted tests 2014-04-02 18:56:49 +02:00
51eabf527f typo 2014-04-02 18:50:49 +02:00