Commit Graph

498 Commits

Author SHA1 Message Date
Paul Klimov
90a625013c Result check at Security::generateRandomKey() added 2014-06-29 15:39:25 +03:00
fps01
039909a846 Fixed a call of function "generateRandomKey()" in app\base\Security 2014-06-29 12:23:06 +04:00
Qiang Xue
399b6b18e3 Fixes #4103 2014-06-28 21:58:07 -04: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
Paul Klimov
84cbf19bfe Doc comments at Security::generateRandomKey() adjusted 2014-06-28 19:05:16 +03:00
Paul Klimov
69abbc7ff3 Fallback at Security::generateRandomKey() removed 2014-06-28 19:02:53 +03:00
Paul Klimov
052ae83340 Option Security::autoGenerateSecretKey added 2014-06-28 00:11:48 +03:00
Paul Klimov
25a3637709 Upgrade note about Security updated 2014-06-27 23:33:16 +03:00
Paul Klimov
5a42985750 Option Security::useDeriveKeyUniqueSalt added 2014-06-27 23:30:28 +03:00
Paul Klimov
772667fa1c Doc comments at Security updated 2014-06-27 23:13:57 +03:00
Paul Klimov
4ce4707a3a Option Security::passwordHashStrategy added 2014-06-27 23:05:23 +03:00
Paul Klimov
4063502439 Option Security::deriveKeyStrategy added 2014-06-27 22:10:02 +03:00
Paul Klimov
846596294d Fallback for Security::generateRandomKey() added 2014-06-27 21:45:52 +03:00
Paul Klimov
4768dcdbc2 Method Security::compareString() extracted 2014-06-27 21:33:42 +03:00
Qiang Xue
06f27758b3 Fixed typo. [skip ci] 2014-06-27 09:23:09 -04:00
Klimov Paul
47f8eafb6d Doc comments at yii\base\Security fixed 2014-06-27 14:37:59 +03:00
Klimov Paul
54ac875e21 Component 'security' added tp the base application 2014-06-27 14:26:51 +03:00
Klimov Paul
db0beb6b6b 'yii\base\Security' component created. 2014-06-27 14:24:58 +03:00
Carsten Brandt
910151d787 typo
[ci skip]
2014-06-27 11:33:18 +02: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
Alexander Makarov
0ff0f9d32e Missing files for #4071 2014-06-26 18:28:57 +04: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
Alexander Makarov
0c14f47f9a Fixes #3793: Changed inline autocomplete hints style to get more IDEs support 2014-06-20 17:40:00 +04:00
Qiang Xue
46041d0c65 Fixes #3280: Support dynamically attaching anonymous behaviors 2014-06-19 16:45:41 -04:00
Qiang Xue
0087339a42 log fatal errors to yii logs. 2014-06-19 15:35:04 -04:00
Qiang Xue
8c8a389844 Fixes #3772: Behaviors adding validation rules do not work as expected 2014-06-17 16:26:22 -04:00
Klimov Paul
7ddca60099 Unnecessary full class name usage removed 2014-06-16 11:50:34 +03:00
Qiang Xue
c8cb40cb50 Finished view tutorial [skip ci] 2014-06-15 18:16:11 -04:00
Qiang Xue
b489cada30 guide WIP [skip ci] 2014-06-12 20:40:31 -04:00
Alexander Kochetov
7bce33f1da Excess \yii\base\Model::resolveFields() method removed 2014-06-10 04:21:16 +04:00
Kartik Visweswaran
7f788e7427 Fix #3756: Convert values to float for number formatting
Convert string values to floating point, so that `number_format` method can properly format values.
2014-06-09 19:35:13 +05:30
Alexander Makarov
c7d8439072 Fixes #3687: Default sourceLanguage and language are now en-US in order for i18n formatter to work correctly 2014-06-08 02:38:32 +04:00
Alexander Kochetov
a034fc2659 Additional Application property for $formatter 2014-06-07 05:18:12 +04:00
Qiang Xue
4d2cf38376 Fixes #3716: DynamicModel::validateData() does not call validate() if the $rules parameter is empty 2014-06-06 10:25:59 -04:00
Qiang Xue
d1e0a54553 guide WIP [skip ci] 2014-06-04 17:50:24 -04:00
Qiang Xue
b618920326 Fixed the bug that requesting protected or private action methods would cause 500 error instead of 404 2014-05-29 20:01:47 -04:00
Qiang Xue
d1ab9f72ae Finished application guide [skip ci] 2014-05-28 13:40:41 -04:00
Qiang Xue
5210573622 guide WIP [skip ci] 2014-05-28 08:44:39 -04:00
Alexander Makarov
1122da950c Adjustments according to comments on #3575 2014-05-25 03:49:15 +04:00
Alexander Makarov
07f30cb04c Fixes #3542: Removed requirement to specify extensions in application config 2014-05-24 18:11:59 +04:00
Qiang Xue
313437f3c0 Fixes #3284: Added support for checking multiple ETags by yii\filters\HttpCache. 2014-05-23 15:53:49 -04:00
Carsten Brandt
44d7d5fdd8 fixed wrong usage of @see 2014-05-23 19:18:25 +02:00
Carsten Brandt
e899406494 improved docs about application and module namespace
fixes #3539
2014-05-23 19:14:36 +02:00
Klimov Paul
1641e057a9 VarDumper::export() applied over framework. 2014-05-20 16:35:12 +03:00
Qiang Xue
a2aa20f183 simplified errorhandler registration. 2014-05-11 20:59:20 -04:00
Qiang Xue
32aa175b7c renamed ErrorHandler::deRegister to unregister. [skip ci] 2014-05-11 20:47:27 -04:00
Carsten Brandt
2e6e318720 added ErrorHandler::deRegister() 2014-05-11 21:18:34 +02:00
Carsten Brandt
8134af0edd allow using errorhandler from the app namespace
fixes #3431
2014-05-11 21:12:32 +02:00