Commit Graph

15391 Commits

Author SHA1 Message Date
Nenad Zivkovic
7dbe079bba Fixes typo in concept-configurations.md 2014-08-27 16:25:41 +02:00
Klimov Paul
5b0d6f885c yii\sphinx\ActiveQuery fixed to be resuable with 'match' condition. 2014-08-27 14:51:30 +03:00
Klimov Paul
10edf5c929 yii\sphinx\ActiveQuery fixed to be resuable. 2014-08-27 14:01:29 +03:00
Klimov Paul
981fbaddba Sphinx test skipping code fixed 2014-08-27 13:41:31 +03:00
Alexander Makarov
4ffbfec9aa Fixes #4829: Removed PARSING_ONLY from \yii\rest\UrlRule to allow creating non-GET URLs for forms and tests 2014-08-27 12:56:01 +04:00
Qiang Xue
f3105f736a Fixes #3283: Added $checkAjax to yii\web\User::loginRequired() 2014-08-26 22:29:40 -04:00
Qiang Xue
88843ea288 Merge pull request #4826 from yiisoft/rest-dont-show-full-exceptions-in-production
Fixes #4188: API exceptions are now exposing less data when YII_DEBUG is false
2014-08-26 16:59:22 -04:00
Alexander Makarov
355c26df8b Fixes #4188: API exceptions are now exposing less data when YII_DEBUG is false
- If exception is internal it's always returned as HTTP 500 general purpose one.
- Type isn't exposed anymore.
2014-08-27 00:50:02 +04:00
Alexander Makarov
74e9ce9401 Merge pull request #4825 from nenad-zivkovic/master
[ci skip] Fixes typo in structure-assets.md
2014-08-26 23:06:40 +04:00
Nenad Zivkovic
2b327bf2bc removes duplicated unnecessary sentence from structure-extensions.md 2014-08-26 21:00:29 +02:00
Nenad Zivkovic
7db5bdfffe Fixes typo in structure-assets.md 2014-08-26 20:47:14 +02:00
Klimov Paul
7a418ae9e2 yii\mongodb\Collection::buildLikeCondition() fixed to be case insensitive. 2014-08-26 14:03:02 +03:00
Alexander Makarov
7aed617c38 Fixes #4813: Fixed MSSQL schema that was getting incorrect info about constraints 2014-08-26 14:12:24 +04:00
Alexander Makarov
4e9f8bd5e5 Fixed example of transactional operations in AR guide 2014-08-26 13:16:40 +04:00
Alexander Makarov
dd61be67a1 Fixes #3248: described AR transactions, locks, dirty attributes 2014-08-26 03:28:36 +04:00
Alexander Makarov
24f46c645a Fixed grammar 2014-08-26 02:46:26 +04:00
Alexander Makarov
f0221fb84f Fixes #4126 2014-08-26 02:39:05 +04:00
Alexander Makarov
902684ed27 Fixed method name in docs 2014-08-26 02:38:55 +04:00
Alexander Makarov
82fbc0ef2c Fixes #4247 2014-08-26 02:32:25 +04:00
Alexander Makarov
78ae63250f Fixes #4812 2014-08-26 02:20:59 +04:00
Alexander Makarov
51300fc93b Used aliases for fixture directory definitions 2014-08-26 01:51:58 +04:00
Qiang Xue
3786440288 Fixes #4762: Reverted automatic ID fix. 2014-08-25 17:05:14 -04:00
Alexander Makarov
22839d92af Fixes #4812: Fixed search filter 2014-08-25 17:04:31 +04:00
Alexander Makarov
fc03527a07 Merge pull request #4809 from nenad-zivkovic/master
[ci skip] Adds start-gii-crud-preview image to the gii guide
2014-08-25 02:29:07 +04:00
Nenad Zivkovic
6a1543c35d Adds start-gii-crud-preview image to gii guide 2014-08-25 00:22:08 +02:00
Alexander Makarov
8fc65d254f Fixes #4724: fixed example in "Creating your own rule classes" 2014-08-25 02:19:06 +04:00
Alexander Makarov
b82d32c1ef Used a single database and a single CLI entry point for all test types. Added faker to basic app dev requirements. 2014-08-25 02:01:05 +04:00
Alexander Makarov
a7f998ed54 Merge pull request #4804 from maxmirazh33/master
structure-extensions.md translated to Russian[skip-ci]
2014-08-25 01:31:51 +04:00
Alexander Makarov
2a3f19e90e Merge pull request #4806 from mrarthur/patch-5
Fix PHPDoc
2014-08-25 01:30:30 +04:00
Alexander Makarov
6af78e46fc Merge pull request #4808 from nenad-zivkovic/master
fixes typos in start-databases.md
2014-08-25 01:28:14 +04:00
Nenad Zivkovic
d6944067af fixes typos in start-databases.md 2014-08-24 23:18:19 +02:00
Qiang Xue
e2ca42e71b Merge pull request #4807 from mrarthur/patch-6
Unused InvalidConfigException
2014-08-24 17:17:06 -04:00
Arthur Khachaturov
5794534a26 Unused InvalidConfigException 2014-08-24 23:47:36 +04:00
Arthur Khachaturov
7deb26f6c8 Fix PHPDoc 2014-08-24 23:25:08 +04:00
Qiang Xue
f526cc7af9 more doc [skip ci] 2014-08-24 12:17:24 -04:00
maxmirazh33
4fd1d0e117 Merge branch 'master' of git://github.com/yiisoft/yii2 2014-08-24 22:56:29 +07:00
maxmirazh33
77effdbc4d Merge branch 'master' of https://github.com/maxmirazh33/yii2 2014-08-24 22:47:22 +07:00
maxmirazh33
340fa2f89c fixes for translation of file 'structure-extensions.md' to Russian 2014-08-24 22:46:14 +07:00
maxmirazh33
2249a9eb99 fixes for translation of file 'structure-extensions.md' to Russian 2014-08-24 22:39:02 +07:00
Alexander Makarov
f5ee8e4583 Added faker to basic app console commands, adjusted readme to mention database setup 2014-08-24 15:26:57 +04:00
Alexander Makarov
a9445b4aa6 Added description to each test config of advanced application 2014-08-24 15:11:06 +04:00
Alexander Makarov
c9d51ee0fd Adjusted testing namespaces in application templates 2014-08-24 14:14:35 +04:00
Alexander Makarov
2af195d8f7 Replaced Amazon link with ISBN 2014-08-24 13:48:20 +04:00
Alexander Makarov
ca40502888 Added more notes and a book reference to testing intro 2014-08-24 13:37:53 +04:00
maxmirazh33
4890a71928 structure-extensions.md is translated to Russian 2014-08-24 15:44:02 +07:00
Larry Ullman
7d795c620e First pass of edits 2014-08-23 20:06:42 -04:00
Qiang Xue
ce6f33af28 Fixes #4736 2014-08-23 18:32:24 -04:00
wenbin1989
3b705855aa fix bugs of BlameableBehavior in console application. In console application, \yii\console\Application doesn't have getUser() method. Use BlameableBehavior in console application will cause an exception. 2014-08-23 18:30:50 -04:00
Qiang Xue
385e13978d Fixes #4800. 2014-08-23 18:18:31 -04:00
Vasiliy Baukin
5a87ebadd4 Update db-migrations.md
fix a typo.
2014-08-23 16:57:42 -04:00