Commit Graph

1265 Commits

Author SHA1 Message Date
Carsten Brandt
1085f1bd9b cleanup after #4092
fixes #4086
2014-06-29 13:29:23 +02:00
Carsten Brandt
2d2c9f03d3 Merge pull request #4092 from dizews/afterUpdate_event_ench
changedAttributes of AfterSaveEvent contain an old values
2014-06-29 12:52:51 +02:00
Paul Klimov
648b9b70f5 Merge pull request #4089 from klimov-paul/87-security-component-3
Fix #87: security helper converted into component and improved
2014-06-29 00:04:03 +03:00
Dilip
79309d8f13 Upgraded Bootstrap from 3.1 to 3.2 2014-06-28 13:08:56 +05:30
Budi Irawan
45e4973ac8 fix json format in gii/generators/extension/default 2014-06-27 23:38:03 +07:00
Carsten Brandt
fd8828cfb4 resolved naming conflict in apidoc 2014-06-28 01:25:10 +02:00
Carsten Brandt
11ed296de4 Update CHANGELOG.md 2014-06-27 18:55:40 +02:00
Carsten Brandt
eb317507d2 made elasticsearch error messages more readable 2014-06-27 18:47:23 +02:00
Vladimir Zbrailov
f9febd0087 unify changedAttributes of afterSave in extensions 2014-06-27 20:10:43 +04:00
Klimov Paul
63c7a4cfca Docs regarding Security component usage updated. 2014-06-27 14:33:20 +03:00
Carsten Brandt
27943ce735 Merge pull request #4063 from yiisoft/typecast-split
split typecast method into two
2014-06-27 02:14:31 +02:00
Carsten Brandt
5d0452b2ae rename ColumnSchema::typecast to phpTypecast 2014-06-27 02:12:59 +02:00
Qiang Xue
838a79cdae minor doc fixes [skip ci] 2014-06-26 14:17:04 -04:00
Qiang Xue
935ab04225 Merge pull request #3811 from mitalcoi/master
add autocomplete for model class field
2014-06-26 14:14:43 -04:00
Alexander Makarov
2457e24795 Fixes #4071: mail component renamed to mailer, yii\log\EmailTarget::$mail renamed to yii\log\EmailTarget::$mailer 2014-06-26 18:28:28 +04:00
Alexander Makarov
a73a2d3fdd Revert "Gii *Search model generator fix" 2014-06-26 17:32:05 +04:00
Carsten Brandt
8a70d9fbd1 rename column schema typecast method 2014-06-26 00:11:04 +02:00
Carsten Brandt
6a48f68955 split typecast method into two
one method for fetching data and one for sending to db.

fixes #2287
2014-06-26 00:00:37 +02:00
Carsten Brandt
48f6e380df Merge PR #4038 branch 'consistent-after-save'
* consistent-after-save:
  use an AfterSaveEvent class to be consistent
  fixed test break and wrong parameter
  changed updateAttributes to be more simple update
  Ensure consistent behavior in ActiveRecord::afterSave()

Conflicts:
	framework/UPGRADE.md
2014-06-25 20:23:16 +02:00
Alexander Makarov
c8299697d0 Correct fix for #4060 2014-06-25 21:03:58 +04:00
Alexander Makarov
a03d87feb0 Fixes #4060 2014-06-25 20:47:16 +04:00
Carsten Brandt
6578cfbdab updated phpdoc and classmap 2014-06-25 18:24:23 +02:00
Carsten Brandt
10dc407a3c implemented markdown parsing for console command description
issue #746
2014-06-25 18:05:29 +02:00
Carsten Brandt
1cef60db17 debug toolbar: use textbox filter as fallback
see bf599b96bb
2014-06-25 00:35:03 +02:00
Carsten Brandt
2cab70b064 Ensure consistent behavior in ActiveRecord::afterSave()
fixes #4012
2014-06-25 00:29:34 +02:00
Paul Klimov
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
Alexander Kochetov
73fad8eb75 Gii *Search model generator fix 2014-06-24 19:41:43 +04:00
Klimov Paul
8871751172 Issue #4018 added to Sphinx CHANGELOG 2014-06-24 18:07:44 +03:00
Klimov Paul
64c43a3a1d Type cast added to yii\sphinx\ActiveRecord::populateRecord() 2014-06-24 18:05:27 +03:00
Carsten Brandt
bf599b96bb gridview filter disable is false, not true 2014-06-24 10:45:46 +02:00
Serge Postrash
86797ef49f Update CHANGELOG.md 2014-06-24 11:51:00 +04:00
Serge Postrash
ac7007206d Update index.php 2014-06-24 11:48:27 +04:00
Serge Postrash
1e06f3b905 Update CHANGELOG.md 2014-06-24 11:47:28 +04:00
Serge Postrash
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
Serge Postrash
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
Alexander Makarov
79f9f85ff2 Fixes #4024, Fixes #4028 2014-06-24 02:43:42 +04:00
Qiang Xue
cc9c57e195 guide WIP [skip ci] 2014-06-23 17:03:09 -04:00
Alexander Makarov
e2a6acaf6b Fixes #4005: added phpdoc to search model Gii template 2014-06-23 23:43:14 +04:00
Dmitry Chernikov
8f914becf7 Fix CHANGELOG.md 2014-06-23 22:09:17 +03:00
Dmitry Chernikov
e0d57a88aa Added info about local encode param which overrides global 2014-06-23 20:44:50 +03:00
Dmitry Chernikov
8b8e5c4de9 fixed 2014-06-23 20:21:09 +03:00
Dmitry Chernikov
96f7b81afe Added ability to yii\bootstrap\Tabs to encode each Tabs::items['label'] separately 2014-06-23 18:57:28 +03:00
Dmitry Chernikov
687770a835 phpDoc micro-fix 2014-06-23 18:52:39 +03:00
Qiang Xue
756308d2d9 Finished widget tutorial [skip ci] 2014-06-22 21:46:25 -04:00
Serge Postrash
85d06fbd2e Update _item.php 2014-06-22 14:28:25 +04:00
Serge Postrash
6488a2bf1a Fix html markdown for span class="not-set" when time is not set
See #4000
2014-06-22 13:41:04 +04:00
Chong Freeman
38071e3b91 Update ActiveForm.php
Incorrect character for generating docs. See http://www.yiiframework.com/doc-2.0/yii-bootstrap-activeform.html
2014-06-21 14:36:24 +08:00
Alexander Makarov
0c14f47f9a Fixes #3793: Changed inline autocomplete hints style to get more IDEs support 2014-06-20 17:40:00 +04:00
Alexander Makarov
b12f4dd791 Fixes #3956: Debug toolbar was affecting flash message removal 2014-06-20 14:40:36 +04:00
Alexander Makarov
28b6bc5eeb Merge pull request #3978 from yiisoft/twig-syntax-changes
Fixes #3535: Syntax changes
2014-06-20 13:34:49 +04:00