Alexander Makarov
82e70be171
Fixed condition for #4595
2014-08-08 13:53:39 +04:00
Qiang Xue
be8b03bcd9
minor refactoring. [skip ci]
2014-08-07 22:27:15 -04:00
Qiang Xue
359ae98f9c
Fixes #4622 : Simplified the way of creating a Faker fixture template file
2014-08-07 21:23:53 -04:00
Alexander Makarov
fb67f958a9
More cases for #4595
2014-08-07 16:37:48 +04:00
Alexander Makarov
b1e2090083
Fixes #4595 : more consistend use of "false" in "don't use" case
2014-08-07 15:58:52 +04:00
Alexander Makarov
7aa6a30d7b
Fixes #4290 : Fixed throwing exception when trying to access AR relation that is null
2014-08-07 15:04:51 +04:00
Alexei Tenitski
fd5e05b1cf
Support for method calls on models from Twig templates
2014-08-07 14:53:17 +04:00
Alexei Tenitski
80178e6dee
Fix for #2925 and #4290 (Twig does not properly support null attribute and relationship values)
2014-08-07 14:53:17 +04:00
Qiang Xue
fcaddb0c62
Fixes #4609 . Fixes #4610 .
2014-08-05 18:28:45 -04:00
Alexander Makarov
2a8ca600c5
Simplified parameter check for buildSimpleCondition()
2014-08-01 21:21:01 +04:00
Alexander Makarov
b656137541
Added support for arbitrary operators to Query::filterWhere, added support for arbitrary operators to Sphinx extension
2014-08-01 21:11:24 +04:00
Alexander Makarov
76b529927b
Better alias handling for Twig extension
2014-08-01 20:12:39 +04:00
Alexander Makarov
59a52d8876
Fixes #4556 : Gii was incorrectly generating labels
2014-08-01 12:48:35 +04:00
Alexander Makarov
d9a23975a5
Relaxed access level for yii\gii\generators\model\Generator
2014-08-01 04:00:34 +04:00
Alexander Makarov
e2b2326e33
Added string check to Twig renderer alias auto adding
2014-08-01 02:14:40 +04:00
Alexander Makarov
b44a900779
Fixes Twig to ignore non-path aliases instead of erroring
2014-08-01 02:04:48 +04:00
Alexander Makarov
e1bdc9cdc9
Fixes #3674 : Various Twig enhancements:
...
- Removed `FileLoader` and used `\Twig_Loader_Filesystem` instead.
- Added support of Yii's aliases.
- Added `set()` that allows setting object properties.
2014-07-31 21:01:09 +04:00
Alexander Makarov
a38ba3ccbf
Fixes #4526 : fixed error caused by substr_compare length parameter doesn't accept null in PHP 5.4
2014-07-31 19:00:07 +04:00
Klimov Paul
11f8a2d190
Using of MongoCollection::createIndex() provided
2014-07-31 10:20:33 +03:00
Carsten Brandt
7736853837
property code style extensions
2014-07-30 00:40:46 +02:00
Alexander Makarov
100ba6c3ab
Replaced substr_compare with strncmp where possible
2014-07-30 02:32:47 +04:00
Alexander Makarov
1c414caace
Improved checks where substr_compare is used, replaced more substr + comapre cases with substr_compare
2014-07-30 02:15:08 +04:00
Carsten Brandt
1f31f27787
phpdoc
2014-07-29 22:19:14 +02:00
Carsten Brandt
a9aebfab7c
minor message improvements
2014-07-29 22:01:28 +02:00
Klimov Paul
fedf8eccd9
yii\authclient\widgets\AuthChoice now preserves initial settings while opening popup
2014-07-28 17:56:03 +03:00
tom--
2c5c2c101b
Fixes #4131 : Security adjustments
2014-07-26 03:29:30 +04:00
Kai Mindermann
ca752a6408
Fixes #4410 : Fixed Gii to preserve database column order in generated _form.php
2014-07-25 15:01:13 +04:00
Alexander Makarov
65d08423c7
Safer checks for apidoc renderer
2014-07-24 20:16:16 +04:00
Alexander Makarov
07f01bcf2b
Used substr_compare instead of substr when we don't care about result
2014-07-23 16:37:49 +04:00
Alexander Makarov
92c64994cd
Improved strtr calls
2014-07-23 16:19:28 +04:00
Kartik Visweswaran
2eb9cf802d
Better fix for Dropdown container options
...
Better fix for #3443 that does not break BC and allows widget to be extensible.
2014-07-22 09:40:23 +05:30
Klimov Paul
98a86ce73b
Sphinx distributed indexes support provided
2014-07-21 12:34:28 +03:00
Qiang Xue
6e6005b148
Refactored code.
2014-07-20 08:01:16 -04:00
Qiang Xue
e8c6bb516f
Fixes #4048 : Added init event to ActiveQuery classes
2014-07-19 20:26:58 -04:00
Serge Postrash
dcc8d04727
Fixes #4362 : Made carousel indicators optional
2014-07-20 03:15:23 +04:00
Qiang Xue
4e4e76e883
Request::cookieValidationKey must be explicitly specified now.
2014-07-19 15:39:03 -04:00
Qiang Xue
8633d0f91c
yii\web\Request::cookieValidationKey is now automatically generated by the installation script for the basic and advanced application templates
2014-07-19 14:56:31 -04:00
Alexander Makarov
e6be9fd947
Even better fix for #3443
2014-07-18 19:24:34 +04:00
Alexander Makarov
66751760e5
Better fix for #3443
2014-07-18 19:03:20 +04:00
Alexander Makarov
f2b0d8c209
Passed "encodeLabels" to Dropdown recursive call
2014-07-18 18:37:41 +04:00
artur
0c6516a87c
Fixes #3443 : Fixed yii\bootstrap\Nav and yii\bootstrap\Dropdown were generating wrong ids for submenus
2014-07-18 18:32:18 +04:00
Carsten Brandt
96c313d71f
gii: fixed wrong composer.json template
...
reverts 45e4973ac8
2014-07-17 18:31:56 +02:00
Klimov Paul
e54fc6f4c2
yii\mongodb\log\MongoDbTarget log target added
2014-07-17 17:23:12 +03:00
Klimov Paul
c9dff5305e
Redundant yii\authclient\OpenId::sendStreamRequest() removed.
2014-07-16 16:42:15 +03:00
Klimov Paul
78daea1bfb
OAuth extension adjusted to support any custom request type.
2014-07-16 16:37:50 +03:00
Carsten Brandt
9c0bb74829
Update README.md
...
fixed outdated example.
2014-07-16 14:38:33 +02:00
Sebastian Thierer
a4b8fd4db2
Fix typo
2014-07-15 12:55:38 -03:00
Qiang Xue
fe2611186e
Fixes #4051 : Renamed yii\caching\GroupDependency to TagDependency and added support for associating multiple tags to a single cached data item
2014-07-15 00:10:57 -04:00
Qiang Xue
ea7bfa1959
Merge pull request #4274 from yiisoft/feature-multiconnection
...
Support for separating Read/Write Database
2014-07-12 13:12:15 -04:00
Carsten Brandt
773d67e513
elasticsearch 1.x breaking changes
...
all fine now
closes #2427
2014-07-12 14:06:42 +02:00