Alexander Makarov
e27be4eaf4
release version 2.0.39
2020-11-10 14:07:36 +03:00
Alexander Makarov
e38c34a935
Adjusted email headers in contact form
...
See https://github.com/yiisoft/yii2-app-advanced/issues/426
2019-04-23 15:11:10 +03:00
SilverFire - Dmitry Naumenko
24ed409e71
Minor
2018-02-19 00:29:21 +02:00
Milen Hristov
525f988d68
since 2.0.13, the class name Object
is invalid since PHP 7.2, use [[BaseObject]] instead. ( #151 )
2017-11-06 09:54:35 +01:00
Carsten Brandt
fd3391bbcd
release version 2.0.10
2016-10-20 14:10:38 +02:00
Carsten Brandt
6962834f37
release version 2.0.8
2016-04-28 18:06:20 +02:00
MaximAL
0915b934ab
Update ContactForm.php
2015-06-05 17:41:11 +03:00
MaximAL
a52ca24ecd
Update LoginForm.php
2015-06-05 17:40:49 +03:00
Alexander Mohorev
d06d027a1f
Correct order of property declaration
2014-10-25 16:28:36 +03:00
mickgeek
f77cd8b411
Fix signature validation
2014-07-31 10:11:55 +04:00
Alexander Makarov
91f05a2891
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
Qiang Xue
c964a753d8
Fixes #3383 : Added $type
parameter to IdentityInterface::findIdentityByAccessToken()
2014-05-06 18:45:18 -04:00
SonicGD
93cc82c4bf
Reformat code te be PSR-2 compatible
2014-03-16 10:46:21 +06:00
Carsten Brandt
0055e1ab31
Merge pull request #2605 branch 'feature' of https://github.com/mongosoft/yii2 into code-style
...
* 'feature' of https://github.com/mongosoft/yii2 :
returned back formatting language files
code style. WHILE
code style. FOR
code style. FOREACH
code style. operator IF
@param, @var, @property and @return must declare types as boolean, integer, string, array or null
short echo tags
short array syntax
Conflicts:
extensions/apidoc/commands/RenderController.php
extensions/apidoc/models/BaseDoc.php
extensions/apidoc/models/Context.php
extensions/apidoc/templates/bootstrap/Renderer.php
extensions/apidoc/templates/bootstrap/layouts/guide.php
extensions/apidoc/templates/bootstrap/layouts/main.php
extensions/apidoc/templates/bootstrap/views/index.php
extensions/apidoc/templates/html/Renderer.php
extensions/apidoc/templates/offline/views/index.php
extensions/apidoc/templates/offline/views/offline.php
extensions/apidoc/templates/online/views/index.php
extensions/elasticsearch/Connection.php
extensions/redis/ActiveQuery.php
framework/base/ErrorException.php
framework/helpers/BaseFileHelper.php
tests/unit/framework/helpers/FileHelperTest.php
2014-03-07 21:54:44 +01:00
Alexander Mohorev
d78c7a7d21
@param, @var, @property and @return must declare types as boolean, integer, string, array or null
2014-03-03 20:50:44 +03:00
Qiang Xue
b61e6d214a
Support for other auth types.
2014-03-03 10:18:39 -05:00
Qiang Xue
e9148837ee
rest api WIP
2014-03-01 23:14:16 -05:00
Alexander Makarov
dca062e4e2
Validate login data only of there are no other errors
2014-02-21 00:57:29 +04:00
Johnny Theill
a6c43f5eb7
Update doc-blocks and small fixes according to coding standards
2014-02-15 17:53:57 +01:00
Mark
ef23e05ba9
tests improved, aspect mock changes reverted
2013-12-31 23:02:10 +04:00
Carsten Brandt
6aa0755eeb
Changed usage of self to static to allow extendibility
...
code style section has been added here:
https://github.com/yiisoft/yii2/wiki/Core-framework-code-style#self-vs-static
verification code for properties:
https://gist.github.com/cebe/7566916
2013-11-20 18:36:05 +01:00
Qiang Xue
c9a7d7dda7
minor refactoring
2013-11-16 20:39:51 -05:00
Alexander Makarov
fb2f0a6e61
Fixed LoginForm::getUserByUsername
2013-11-17 02:19:05 +04:00
Alexander Makarov
abb1a10b89
Use Yii::$app->user->login result in LoginForm
2013-11-16 22:16:24 +04:00
Alexander Makarov
302b25026c
One less SQL query for login sequence in basic and advanced apps
2013-11-16 19:39:11 +04:00
slavcodev
c2b27b7364
Fixed apps rules
2013-11-13 11:41:25 +02:00
slavcodev
3708ef51ac
Refactor all models to new rules format
2013-11-12 16:39:23 +02:00
Qiang Xue
e1561bc3d1
updated apps to use the mail component.
2013-11-07 23:01:13 -05:00
Yakir Sitbon
332030325f
Convert to short syntax (array)
2013-10-18 09:48:27 +00:00
Alexander Makarov
2e265bc2e1
Fixes #823 : consistent interface naming
2013-09-24 15:45:09 +04:00
Qiang Xue
cb76b82e09
Renamed apps/bootstrap to apps/basic.
2013-05-24 10:14:49 -04:00