Commit Graph

8203 Commits

Author SHA1 Message Date
Alexander Makarov
38c056c736 Moved handling from Target to Dispatcher, fixed edge cases 2014-06-26 15:01:02 +04:00
Carsten Brandt
e856cb6c90 changelog for #4020 2014-06-26 12:59:55 +02:00
Ezekiel Fernandez
2d5b20c972 Fixed the route for the User link 2014-06-26 18:59:55 +08:00
Carsten Brandt
4f86c9ad51 Merge pull request #4020 from Sanya1991/master
OCI createColumn fix
2014-06-26 12:58:21 +02:00
Alexander Makarov
a92dd65e0e Fixes #3101: Improved handling of log target failures. It will now skip target and log reason instead of going into infinite cycle 2014-06-26 14:00:30 +04:00
Qiang Xue
1b4a9b62cd Fixes #3568: When the primary query sets asArray, it is not respected by the via relational query 2014-06-25 23:35:02 -04:00
Qiang Xue
7c2be49576 Fixes #3638: yii\filters\HttpCache does not work as expected when session is started before the filter 2014-06-25 22:50:07 -04:00
Yang Liu
3ef7fe70ea Merge pull request #2 from AbrahamGreyson/master
start-hello.md zh-CN translated [skip CI]
2014-06-26 10:30:36 +08:00
AbrahamGreyson
c033da5513 start-hello.md zh-CN translated 2014-06-26 10:26:00 +08:00
Qiang Xue
86f06677e9 Refactored AR findOne() and findAll(). 2014-06-25 21:31:15 -04:00
Carsten Brandt
df6a9a08fe fixed typo 2014-06-26 02:52:29 +02:00
Carsten Brandt
d4738b03a5 fixed test break 2014-06-26 01:39:10 +02:00
Carsten Brandt
574f67feff fixed test break 2014-06-26 01:35:56 +02:00
Carsten Brandt
8a70d9fbd1 rename column schema typecast method 2014-06-26 00:11:04 +02:00
Carsten Brandt
739f5fda48 Merge pull request #4061 from yiisoft/fix-headers
attempt to fix multiple header issue
2014-06-26 00:05:41 +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
69fa11fd2d note about asArray abstraction level
fixes #2859
2014-06-25 23:35:13 +02:00
Carsten Brandt
cc5c413711 better fix for #2988 2014-06-25 23:17:45 +02:00
Carsten Brandt
18c3e8ef01 clear stat cache in logger to avoid cache of file state
fixes #2988
2014-06-25 23:14:33 +02:00
Carsten Brandt
bc00449c5f removed wrong use statement for MailEvent 2014-06-25 23:12:11 +02:00
Carsten Brandt
7e4bdef445 updated classmap to fix test break 2014-06-25 22:55:27 +02:00
Carsten Brandt
cd5bdd90d2 fixed postgres tests 2014-06-25 22:54:39 +02:00
Qiang Xue
c6f711ccca Fixes #3765: Added yii\web\User::enableSession to support authentication without using session 2014-06-25 16:21:54 -04:00
Carsten Brandt
eeb784a11e added typecast to auto increment PK
fixes #3583
2014-06-25 21:45:47 +02:00
Carsten Brandt
b04e23f8b7 use native suppport for batch insert in SQLite >= 3.7.11
fixes #3559
2014-06-25 21:18:36 +02:00
Carsten Brandt
7b13c370e9 fixes #3681, disambiguate PK in findOne and findAll 2014-06-25 20:57:20 +02:00
Carsten Brandt
109c4b44bc attempt to fix multiple header issue
fixes #3893
2014-06-25 20:39:19 +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
Carsten Brandt
775141ab96 move mail event class
fixes #3899
2014-06-25 20:19:17 +02:00
Carsten Brandt
edb95052e8 use an AfterSaveEvent class to be consistent 2014-06-25 19:53:00 +02:00
Carsten Brandt
2f4a09ef53 phpdoc 2014-06-25 19:33:29 +02:00
Carsten Brandt
be78c434ab guide about conditional comments and JS position
fixes #4053
2014-06-25 19:23:22 +02:00
Alexander Makarov
c8299697d0 Correct fix for #4060 2014-06-25 21:03:58 +04:00
Carsten Brandt
cc351d065e tip about environment related asset config
fixes #3324
2014-06-25 18:54:48 +02:00
Alexander Makarov
a03d87feb0 Fixes #4060 2014-06-25 20:47:16 +04:00
Carsten Brandt
1c1dcc2c15 fixed gridview documentation
fixes #4045
2014-06-25 18:33:50 +02:00
Carsten Brandt
6578cfbdab updated phpdoc and classmap 2014-06-25 18:24:23 +02:00
Carsten Brandt
284ec069ad implemented ANSI strlen helper
issue #746
2014-06-25 18:24:23 +02:00
Alexander Makarov
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
Carsten Brandt
10dc407a3c implemented markdown parsing for console command description
issue #746
2014-06-25 18:05:29 +02:00
Abderrahim Bajja
4f5c4fe8d3 Fixes text format 2014-06-25 18:04:51 +02:00
Abderrahim Bajja
05fda2d875 Fixes a link 2014-06-25 17:13:17 +02:00
Abderrahim Bajja
8b4560de26 Review and correction 2014-06-25 17:03:49 +02:00
Carsten Brandt
f46cffb4e4 Implement console color ansi2html
issue #746
2014-06-25 16:39:45 +02:00
东方孤思子(Paris·QianSen)
cb5d6f792a polish the words based on feedback. 2014-06-25 19:49:54 +08:00
东方孤思子(Paris·QianSen)
d5b9f97085 test a more lively, vivid and personalized translation style. It might be more clear to understand. 2014-06-25 19:28:04 +08:00
Carsten Brandt
0d03f720a4 added usage example of ActiveField::widget() 2014-06-25 13:14:03 +02:00
Carsten Brandt
d825b745c3 added note about default order
fixes #4042
2014-06-25 12:56:26 +02:00
Carsten Brandt
f871a047fb added information about relation aliases to the guide
fixes #4047
2014-06-25 12:42:59 +02:00
Carsten Brandt
29cacc8a05 added mysql blob and longblob to the list
issue #613
2014-06-25 04:20:37 +02:00