10761a929b
Fixes #5360 : Added back BootstrapThemeAsset.
2014-10-07 15:08:39 -04:00
3abefac692
Fixed yii\mongodb\Collection unable to fetch default database name from DSN with parameters
2014-10-07 17:43:05 +03:00
b952059664
Issue #5211 added to CHANGELOG
2014-10-07 13:35:07 +03:00
eb1b557827
yii\sphinx\Query updated to be more consistent with yii\db\Query
2014-10-07 13:32:26 +03:00
cba52e3c5e
Fixes #5382 : renamed "pivot table" to "junction table" since it's correct term to use
2014-10-07 01:13:17 +04:00
4054b2196f
fixed broken links
2014-10-06 22:04:59 +02:00
0859d0f47f
Fixes #5308 : object function calls in templates were passing arguments in a wrong way
2014-10-05 21:46:10 +04:00
7e1c20bb63
Change incorrect documentation for size
...
close #5355
2014-10-04 23:51:34 +02:00
238f393f62
Merge branch 'master' of git://github.com/yiisoft/yii2
2014-10-04 17:24:34 -04:00
231111da48
guide WIP
2014-10-04 17:23:53 -04:00
c303ffd64a
added ActiveRecord::arrayAttributes to elasticsearch
...
fixes #3381
2014-10-04 00:16:52 +02:00
f85f339356
fixed typo
...
fixes #5339
2014-10-03 17:47:08 +02:00
f612835344
Fixes #5337
2014-10-03 09:49:54 -04:00
139ffad192
Fixes #5336 : yii\bootstrap\DropDown should register bootstrap plugin asset
2014-10-03 09:39:50 -04:00
40d367bb70
add BootstrapPlugin::register() to Dropdown widget
2014-10-03 09:38:20 -04:00
263684f362
Fixes #5323 : Nested dropdown does not work for yii\bootstrap\DropDown
2014-10-03 09:35:36 -04:00
89c1d61508
fix missing code for infinite dropdown
2014-10-03 09:33:57 -04:00
b63bd412da
Fixes #3323 [skip ci]
2014-10-02 23:10:50 -04:00
a9e91efe8f
small fixes thoughout the guide
2014-10-01 00:31:51 +02:00
2dddd0e8c9
adjusted docs after #5217
2014-09-30 22:46:56 +02:00
e54b9c6fb7
Fixes #5217 : Tabs no longer requires content since empty tab could be used dynamically
2014-10-01 00:26:03 +04:00
b672b818ae
Bootstrap Collapse items property uses label element and encodes by default, like Tabs
...
Fixes #5232 and #5231
2014-09-30 12:15:28 +04:00
5205eabe3e
prepare for next release.
2014-09-28 01:44:31 -04:00
d2b864da84
prepare for 2.0.0-rc release.
2014-09-27 21:59:54 -04:00
c93bbee1d0
adjusted composer.json to follow more stable versioning policy for assets
...
as discussed before, better do this change before RC to avoid breaking BC in GA.
2014-09-28 00:43:19 +02:00
6b353bb5df
added documentation about #5175
2014-09-27 22:09:33 +02:00
b2040b8e35
Fixes #5178 : undefined getGlobal('_viewRenderer') error if compile cache is used
2014-09-27 12:24:10 +04:00
679c85a1f5
Fixes #5191 : Sandbox was ignored for models and AR relations
2014-09-27 12:17:12 +04:00
205400f118
Fixes #5176 : ActiveFixture will reset table in its load() method instead of unload()
2014-09-25 12:27:09 -04:00
15b60174b4
fixes for sphinx.
2014-09-24 08:49:34 -04:00
68714cc805
ignore invalid date format and just display value as is
...
fixes #5155
2014-09-24 13:19:35 +02:00
222f9ddfad
added missing documentation about the NOT operator in Query
...
fixes #5147
2014-09-24 12:53:33 +02:00
39c796e42b
chanded jui DatePicker widget to use ICU date format
...
- use default application formatting for the date value
- auto adjust to application language and format setting changes
- be consistent with formatter and date validator
fixes #1551
2014-09-23 18:59:07 +02:00
6c0dde6f5e
Fixes #5143 : yii\bootstrap\ActiveField::label() should not encode label if it is explicitly specified. [skip ci]
2014-09-23 08:05:45 -04:00
982a27db83
removed support for unlinkAll() from elasticsearch
...
feature is not reliable
fixes #5136
2014-09-23 12:56:05 +02:00
1fe5b53f39
Merge pull request #4944 from yiisoft/redis-fixes
...
Fixed storing and loading nulls and booleans in Redis
2014-09-22 18:59:59 +02:00
7e0c6353f7
optimized redis AR insert
2014-09-22 18:57:21 +02:00
ece300ac30
removed null value adjustment in redis ActiveQuery
...
asArray will not include null valued keys
2014-09-22 18:54:00 +02:00
df22616c76
finished fix for redis null and boolean value storage
...
fixes #1311
2014-09-22 18:45:37 +02:00
f82519b1c3
Use text/plain part of multipart message for text body and charset in debug mail panel.
...
Fixes #5126
2014-09-22 11:41:30 -04:00
1e5c48957d
composer.json tabs -> spaces
2014-09-22 17:37:19 +02:00
46488e674a
improved version constraints for bower asset packages
2014-09-22 17:34:18 +02:00
e40fd9d623
added branch alias to composer.json
2014-09-22 17:26:21 +02:00
8176a392bb
Changed version constratints to be semantic versioning again
...
- in composer the `~` operator is just a shortcut for `~1.0` = `>=1.0.0,<2.0.0`
it does not prevent dev versions to be installed but neither does `1.*`
- dev versions are constrolled via `minimum-stability` setting and the
`@dev`, `@beta`, `@stable`,... settings.
- setting bower packages that ship compiled files only with the stable
release to use `@stable` in composer.json of the applictaions. This
setting can be removed when we remove the `minimum-stability=dev`
setting after GA.
2014-09-22 13:15:43 +02:00
889d3bc942
using stable versions.
2014-09-18 23:44:36 -04:00
ad4f652ca9
Removed unused bower.json files. Adjusted version dependencies.
2014-09-18 23:25:38 -04:00
a81969950d
Adjusted dependency versions to stable ones.
2014-09-18 23:09:45 -04:00
45a748a2d4
added asset path info to apidoc composer.json
...
fixes #5104 , fixes #5101
2014-09-18 23:13:01 +02:00
93496bf8fd
Fixes #5058 : yii\helpers\Html::activeCheckbox() and activeRadio() will generate labels by default using the corresponding attribute labels
2014-09-18 12:15:54 -04:00
3905c419f0
Merge pull request #5084 from yiisoft/asset-improvements
...
Asset improvements
2014-09-18 09:17:37 -04:00