8001 Commits

Author SHA1 Message Date
6578cfbdab updated phpdoc and classmap 2014-06-25 18:24:23 +02:00
284ec069ad implemented ANSI strlen helper
issue #746
2014-06-25 18:24:23 +02:00
708e6646b4 Merge pull request #4059 from abajja/translation-review-intro-yii.md
Translation review intro yii.md
2014-06-25 20:12:33 +04:00
10dc407a3c implemented markdown parsing for console command description
issue #746
2014-06-25 18:05:29 +02:00
4f5c4fe8d3 Fixes text format 2014-06-25 18:04:51 +02:00
05fda2d875 Fixes a link 2014-06-25 17:13:17 +02:00
8b4560de26 Review and correction 2014-06-25 17:03:49 +02:00
f46cffb4e4 Implement console color ansi2html
issue #746
2014-06-25 16:39:45 +02:00
0d03f720a4 added usage example of ActiveField::widget() 2014-06-25 13:14:03 +02:00
d825b745c3 added note about default order
fixes #4042
2014-06-25 12:56:26 +02:00
f871a047fb added information about relation aliases to the guide
fixes #4047
2014-06-25 12:42:59 +02:00
29cacc8a05 added mysql blob and longblob to the list
issue #613
2014-06-25 04:20:37 +02:00
1391253a58 fixed postgres default value parsing 2014-06-25 04:09:03 +02:00
651e6a3feb added support for BIT default values
fixes #422
2014-06-25 03:37:39 +02:00
4f95fcd91f added unit tests for schema detection
fixed some issues with schema detection
2014-06-25 03:09:28 +02:00
1cef60db17 debug toolbar: use textbox filter as fallback
see bf599b96bb
2014-06-25 00:35:03 +02:00
e5919cf462 Merge pull request #4034 from klimov-paul/4018-sphinx-db-relation-composite-link
Fix #4018: sphinx db relation composite link
2014-06-24 22:09:57 +03:00
06235cd156 Fixes #2558: Enhanced support for memcached by adding yii\caching\MemCache::persistentId and yii\caching\MemCache::options 2014-06-24 13:50:23 -04:00
91caf681c8 Merge pull request #4035 from creocoder/gii-search-model-generator-fix
Gii `*Search` model generator fix
2014-06-24 19:53:22 +04:00
73fad8eb75 Gii *Search model generator fix 2014-06-24 19:41:43 +04:00
8871751172 Issue #4018 added to Sphinx CHANGELOG 2014-06-24 18:07:44 +03:00
64c43a3a1d Type cast added to yii\sphinx\ActiveRecord::populateRecord() 2014-06-24 18:05:27 +03:00
607294a4f1 Fixes #2821: Console help command incorrectly lists non-console controllers as available commands 2014-06-24 10:50:43 -04:00
3c5b98f7fe Unit test for issue #4018 added 2014-06-24 17:47:08 +03:00
bf599b96bb gridview filter disable is false, not true 2014-06-24 10:45:46 +02:00
78d321b2f9 Merge pull request #4031 from SDKiller/patch-1
Http status codes are hardcoded in filter in debug
2014-06-24 10:38:29 +02:00
a28589203f do not show debug info for UserException 2014-06-24 10:21:55 +02:00
f12316f2e8 file and line information missing from error array representation 2014-06-24 10:18:57 +02:00
86797ef49f Update CHANGELOG.md 2014-06-24 11:51:00 +04:00
ac7007206d Update index.php 2014-06-24 11:48:27 +04:00
1e06f3b905 Update CHANGELOG.md 2014-06-24 11:47:28 +04:00
b0524955bc Http status codes are hardcoded in filter
Manifest was not passed to view as was expected according to phpdoc.
We need it to extract status codes for filter.
2014-06-24 11:20:10 +04:00
7e19f799d6 Http status codes are hardcoded in filter
Arbitrary http status codes are hardcoded in filter so it is impossible to search by status code not present in select.
2014-06-24 11:11:24 +04:00
cb87d7be84 fixed typo and test break 2014-06-24 08:40:36 +02:00
6e0ee4ed2a Merge pull request #4026 from yiisoft/transaction-isolation
Added support for transaction isolation levels
2014-06-24 03:57:27 +02:00
716e683a72 Merge pull request #4029 from yii2-chinesization/master
add translation for intro-upgrade-from-v1 [skip ci]
2014-06-23 21:56:23 -04:00
6ad244185a missing return
[ci skip]
2014-06-24 03:54:01 +02:00
7a87a13f37 unit test for postgres transaction 2014-06-24 03:14:51 +02:00
cc8a8360cb added unit test and notes about dbms specific settings 2014-06-24 03:11:34 +02:00
e9996007c9 added guide about transaction isolation levels 2014-06-24 01:50:00 +02:00
79f9f85ff2 Fixes #4024, Fixes #4028 2014-06-24 02:43:42 +04:00
dde695cda4 Added GridView message check to FallbackMessageFormatterTest 2014-06-24 02:37:49 +04:00
06de50da54 Merge pull request #4028 from umneeq/yii-widgets-menu-enh
Added ability to `yii\widgets\Menu` to encode each item's label separately
2014-06-24 02:28:08 +04:00
56e4f7ba8e Updated CHANGELOG.md 2014-06-24 00:37:31 +03:00
d26f36d45d Updated CHANGELOG.md 2014-06-24 00:36:40 +03:00
85fd823ee6 Added ability to yii\widgets\Menu to encode each item's label separately (creocoder, umneeq) 2014-06-24 00:34:17 +03:00
cc9c57e195 guide WIP [skip ci] 2014-06-23 17:03:09 -04:00
e2a6acaf6b Fixes #4005: added phpdoc to search model Gii template 2014-06-23 23:43:14 +04:00
b4b4406719 Fixes #4027: added Turkish messages 2014-06-23 23:36:41 +04:00
f70e7bdfa8 Merge pull request #4024 from umneeq/yii-bootstrap-tabs-enh
Added ability to `yii\bootstrap\Tabs` to encode each `Tabs::items['label']` separately
2014-06-23 23:30:14 +04:00