6e50783ea4
yii\mongodb\Query::select now allows excluding fields
2015-01-30 12:34:19 +02:00
fca8143440
Improved guide and api doc header and titles
...
fixes #7069
fixes #7031
2015-01-28 22:08:37 +01:00
3d510fb016
enhanced apidoc title
...
issue #7031
2015-01-26 22:01:07 +01:00
36bebbfefb
use id instead of name for anchor references in the guide
...
fixes #7013
2015-01-25 22:13:16 +01:00
814ace1c0f
Fixing the application config widget registration after the #6991 fix
2015-01-26 07:28:54 +11:00
65519ffb46
Enh #6857 : Added yii\gii\Module::$ignoreTables that allows you to ignore tables during model generation using * (reverted from commit e562f8e43a05adcc9f73d5de4f185a5cd3649df5)
2015-01-24 17:34:00 +03:00
5ab58ac15b
Fixes #6991 : Fixed exception when using {use class='yii\bootstrap\Nav' type='function'}
2015-01-24 12:34:30 +03:00
e562f8e43a
Enh #6857 : Added yii\gii\Module::$ignoreTables that allows you to ignore tables during model generation using *
2015-01-24 12:04:37 +03:00
a6dd9d37d5
Fixed #6978 : Dependency Injection Container not reset when destroying application in functional tests
2015-01-24 11:47:11 +03:00
9f5696094f
Fixes #6845 : Fixed incorrect implementation of {registerCssFile and {registerJsFile
2015-01-20 22:24:08 +03:00
b3850a4e73
Fixes #6890 : Added ability to filter by query type
2015-01-20 21:08:25 +03:00
8c87a47119
Fixed typo in ActiveField PHPDoc
2015-01-20 10:53:09 +02:00
a558216897
debug toolbar: fixed display issue with phpinfo tables
...
fixes #6903
2015-01-18 19:38:18 +01:00
f7cf3b50fa
Guide on auth clients
2015-01-16 00:01:28 +03:00
b750cf662d
prepare for the next release.
2015-01-10 22:59:50 -05:00
d7462656f7
2.0.2 release
2015-01-10 22:57:55 -05:00
cd2ba59982
use string helper to truncate string
2015-01-10 21:12:51 +01:00
5fedb8da59
fixed invalid UTF8 problem in guide indexer
...
fixes #6741
2015-01-10 21:12:51 +01:00
5cb2ce49dd
Fixes #3665 : Better default behavior for ModelSearch generated by the crud generator
2015-01-10 12:36:08 -05:00
92f2216573
add support for _parent to elasticsearch active fixture
2015-01-09 17:20:28 +01:00
a0038ab15a
elasticsearch activefixture, ensure data is flushed
...
this is needed to ensure search works immediately after the insert.
2015-01-09 11:02:57 +01:00
d97f5edf61
improved error reporting of elasticsearch ActiveFixture
2015-01-09 10:49:55 +01:00
6e6353e2cd
fixed indentation
2015-01-07 22:48:33 +01:00
dc7aa25ae7
Merge branch 'master' of github.com:yiisoft/yii2
...
* 'master' of github.com:yiisoft/yii2: (23 commits)
datepicker should show empty field when value is empty string
complete docs about Nav to include the style
Update tutorial-mailing.md
Reverted #3665 (reverted from commit 2aa394996371c2b081bce4adfbc3f1c7a18b15cc)
Unit test for `yii\console\controllers\AssetController` advanced
Doc comments for `yii\console\controllers\AssetController` extended
`yii\console\controllers\AssetController` now handles bundle files from external resources properly
skip requirements checker test on HHVM
Update README.md in guide-es [skip ci]
Add helper-array.md in guide-es [skip ci]
a note about database naming style
Add syntax highlighting [skip ci]
docs/guide-ja/tutorial-core-validators.md - completed [ci skip]
docs/guide-ja/tutorial-core-validators.md - WIP [ci skip]
docs/guide-ja/tutorial-core-validators.md - WIP [ci skip]
Fixed `\yii\authclient\OAuth2::refreshAccessToken()` does not save fetched token
`\yii\authclient\AuthAction::defaultCancelUrl()` changed to use `yii\web\User::loginUrl`
MongoDB PHP extension min version raised up to 1.5.0
Были различные ссылки в русском гайде - привел все к английскому виду ссылки. Файлы по этим ссылкам еще не существуют поэтому переименовывать их и не нужно.
Fixed typo.
...
2015-01-07 22:45:42 +01:00
fea4c8da52
Add fixture support for elasticsearch
...
close #6432
issue #2053
2015-01-07 22:45:35 +01:00
548e19eff0
datepicker should show empty field when value is empty string
...
fixes #6471
2015-01-07 18:19:32 +01:00
7af1f11b92
complete docs about Nav to include the style
...
without a `nav-tabs` or `nav-pills` class a nav is not complete.
http://getbootstrap.com/components/#nav
fixes #6768
2015-01-06 22:37:46 +01:00
b4ba430ac4
Reverted #3665 (reverted from commit 2aa394996371c2b081bce4adfbc3f1c7a18b15cc)
2015-01-07 00:02:39 +08:00
9faf50443e
Fixed \yii\authclient\OAuth2::refreshAccessToken() does not save fetched token
2015-01-05 15:55:57 +02:00
e0b206a305
\yii\authclient\AuthAction::defaultCancelUrl() changed to use yii\web\User::loginUrl
2015-01-05 15:40:45 +02:00
902a9972e0
MongoDB PHP extension min version raised up to 1.5.0
2015-01-05 15:03:05 +02:00
d341bf02b4
Fixes #6398 : Added support for specifying dependent component in terms of a configuration array for classes such as DbCache
2015-01-04 19:28:05 -05:00
5ccdca1703
Fixes #6672 : yii\bootstrap\Dropdown should register client event handlers
2015-01-01 09:54:18 -05:00
30ba88e94b
Changed typeLink() method to createTypeLink()
...
Error: Calling unknown method: yii\apidoc\templates\online\ApiRenderer::typeLink()
2014-12-31 22:33:36 +08:00
90c7a9c2a2
Fixes #6464 : path and url weren't resolving aliases
2014-12-26 23:27:45 +03:00
e1ce17d24e
fix left over closing backticks
2014-12-26 19:06:13 +01:00
a57aeb2aff
Doc comments at yii\mongodb\* fixed
2014-12-23 21:03:12 +02:00
0adcd06ca2
Fixed lazy load of relations to yii\mongodb\file\ActiveRecord
2014-12-23 20:58:58 +02:00
5ad6ba5c9e
Fix from e719ff5 moved to yii\sphinx\Query
2014-12-23 18:39:52 +02:00
91f4375454
Fixes #6572 : Allow panels to stay even if they do not receive any debug data
2014-12-22 16:00:11 -05:00
6534911e56
Merge pull request #6570 from yiisoft/date-picker-fallback
...
Added fallback for datepicker language files
2014-12-18 20:50:09 +01:00
ce01de423f
Update CHANGELOG.md
2014-12-18 20:48:23 +01:00
0b125bb88a
Added fallback for datepicker language files
2014-12-18 17:14:14 +01:00
a739e6fcd2
fixed redis connection to deal with large data
...
fixes #6547
close #6482
2014-12-17 10:00:00 +01:00
c808932c24
Fixes #4820 : Fixed reading incomplete debug index data in case of high request concurrency
2014-12-17 01:58:29 +03:00
2aa3949963
Fixes #3665 : Improved Gii CRUD generated code to support setting initial conditions via initializing search model
2014-12-17 01:36:38 +03:00
e1371661ee
fixed namespace collision
...
AssetBundle can not be imported because the class already exists in this namespace.
fixes #6475
2014-12-12 16:31:17 +01:00
59b8cea525
Fixes #6463 : The Gii controller generator generates incorrect controller namespace
2014-12-11 12:44:39 -05:00
3a5e802c24
Fix for #6463
2014-12-11 12:43:11 -05:00
b493a0ab8a
composer: create directory if it does not exists
...
may happen if yii is installed globally.
fixes #6402
2014-12-08 18:50:10 +01:00