Carsten Brandt
b5ccf3bc04
changed default for rotateByCopy of FileTarget
...
works on windows out of the box now.
fixes #3989
2014-06-27 14:53:08 +02:00
Carsten Brandt
bd9cddb8d9
fixed rotateByCopy to avoid any rename()
...
fixes issue #3989
2014-06-27 12:54:20 +02:00
Alexander Makarov
7d63037141
Merge pull request #4084 from resurtm/4080-file-helper-remove-directory-symlinks
...
Fixes #4080 , FileHelper::removeDirectory() symlinks handling enhancements
2014-06-27 14:42:16 +04:00
Carsten Brandt
910151d787
typo
...
[ci skip]
2014-06-27 11:33:18 +02:00
resurtm
fb9df78795
Fixes #4080 , FileHelper::removeDirectory():
...
1. Added proper handling and support of the symlinked directories.
2. Added $options parameter.
2014-06-27 13:47:43 +06:00
resurtm
02545ce7a3
Fix #4081 : invalid brazilian portuguese translation.
2014-06-27 11:49:14 +06:00
Qiang Xue
9f08d18f96
Fixes #3020 [skip ci]
2014-06-26 22:50:57 -04:00
Qiang Xue
8e96623a56
Fixes #1452 : Added Module::getInstance() to allow accessing the module instance from anywhere within the module
2014-06-26 22:04:41 -04: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
4969f51e3f
Fixes #3221 : Added events for DB transaction commit/rollback
2014-06-26 16:08:18 -04: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
f1b64f60cf
Merge pull request #4070 from Sanya1991/master
...
Oracle Schema fix
2014-06-26 18:56:07 +04:00
Alexander Makarov
0ff0f9d32e
Missing files for #4071
2014-06-26 18:28:57 +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
9f3e716932
Added example to EmailTarget phpdoc
2014-06-26 18:06:03 +04:00
Tóth Sándor
332f2a07ee
OCI/Schema getlastinsertedid function fix and i add const oracle column type to schema
2014-06-26 15:49:47 +02:00
Alexander Makarov
34c7a81a33
Merge pull request #4067 from yiisoft/better-log-target-failures
...
Fixes #3101 : Improved handling of log target failures
2014-06-26 16:13:56 +04:00
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
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
Qiang Xue
86f06677e9
Refactored AR findOne() and findAll().
2014-06-25 21:31:15 -04: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
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
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
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
Carsten Brandt
10dc407a3c
implemented markdown parsing for console command description
...
issue #746
2014-06-25 18:05:29 +02:00
Carsten Brandt
f46cffb4e4
Implement console color ansi2html
...
issue #746
2014-06-25 16:39:45 +02:00
Carsten Brandt
0d03f720a4
added usage example of ActiveField::widget()
2014-06-25 13:14:03 +02:00
Carsten Brandt
29cacc8a05
added mysql blob and longblob to the list
...
issue #613
2014-06-25 04:20:37 +02:00