Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/yiisoft/yii2-app-advanced

Yii 2.0 Advanced Application Template
https://github.com/yiisoft/yii2-app-advanced

Request::cookieValidationKey must be explicitly specified now.

f7e31c08c47124bda8fecd596d94f3dc4c1d5218 authored over 10 years ago by Qiang Xue <[email protected]>
`yii\web\Request::cookieValidationKey` is now automatically generated by the installation script for the basic and advanced application templates

4d6ffcf54c55094ef3b0e6fc3f32ec8bd740394f authored over 10 years ago by Qiang Xue <[email protected]>
Codeceoption adjustments

- Removed hacks since these are no longer required: https://github.com/Codeception/Codeception/c...

1dc66ffb85accdfb1d8f9f79baacfb2818ce6984 authored over 10 years ago by Alexander Makarov <[email protected]>
Fixes #4252, Fixes #3171 Fixed Codeception

3a491d9363693ab0c01725ccaa40a1428a84874c authored over 10 years ago by Alexander Makarov <[email protected]>
Initial migration code must match code generated by console migration controller.

Minor consistency issue. See the following files for more details:
1. framework/views/migration....

a6198070b0f5f9a6af9c7c8d19542e9bfc3214a7 authored over 10 years ago by resurtm <[email protected]>
Fix invalid indentation.

9a8b17c0a90a582cb8a2045eff5f0a6768a4bcd9 authored over 10 years ago by resurtm <[email protected]>
Advanced app `User` model code style fixes

f8f04391cf7a8a2a83860596000c05acf974ad48 authored over 10 years ago by Alexander Kochetov <[email protected]>
added common tier config

5bed558e1a2efc1b5de29b73cb6ea5891f044be4 authored over 10 years ago by London <London@LondonPC>
IdentityInterface::findIdentity should return active users

```
interface IdentityInterface
{
/**
* Finds an identity by the given ID.
* ...

cec45058e256e1ce35d696782f1de110b82f141e authored over 10 years ago by Serge Postrash <[email protected]>
typo

fa133bd3def5ba109425c0686223f8fac066ec20 authored over 10 years ago by Carsten Brandt <[email protected]>
Fixes #4177

2e5d8481889dd04b175783883b0b3dd86ff3030c authored over 10 years ago by Alexander Makarov <[email protected]>
Switched to Codeception 2.0.* for application template tests

f47392e506acc5005d7e1c1c67fda2db31968f1a authored over 10 years ago by Alexander Makarov <[email protected]>
Fixes #3992 Fixes #4147

ff7e6eb11579222afec389c522b359d15dd157fa authored over 10 years ago by Qiang Xue <[email protected]>
Advanced app `User` model code style fixes

ba22cdb553de39d443b10b0bfeaac85a186bcbaf authored over 10 years ago by Alexander Kochetov <[email protected]>
Advanced app `User` model code style fixes

1552b2835344492da1e667f28d3e56803f61e3bc authored over 10 years ago by Alexander Kochetov <[email protected]>
made mcrypt a framework requirement

16c509e0dab8da7ae724a543aa3a1d54df651680 authored over 10 years ago by Carsten Brandt <[email protected]>
'Security' helper usage switched to 'security' application component.

ad73c470d37411b1eed6263f62c721d0743da341 authored over 10 years ago by Klimov Paul <[email protected]>
Missing files for #4071

ba951961e36f8a6fd4e916d68dcd30dae3a957b6 authored over 10 years ago by Alexander Makarov <[email protected]>
Fixes #4071: `mail` component renamed to `mailer`, `yii\log\EmailTarget::$mail` renamed to `yii\log\EmailTarget::$mailer`

abdd69370cce7a1b3d3e4409dfdeb04b7580a694 authored over 10 years ago by Alexander Makarov <[email protected]>
Correct fix for #4060

85c13205d716b15e40b2e8492c78a8fbed551341 authored over 10 years ago by Alexander Makarov <[email protected]>
Fixes #3793: Changed inline autocomplete hints style to get more IDEs support

baccc9b600d37d1e790007942535d1ef449f7054 authored over 10 years ago by Alexander Makarov <[email protected]>
Fixes #3979: Alert widget in advanced app is now able to display multiple flash messages of the same type

76c54b9d93279ccd1bc71816101fc8b7fa31ae61 authored over 10 years ago by Alexander Makarov <[email protected]>
Application templates refactoring

16b9c85c35f12b303669fe1e41748069db42e3a1 authored over 10 years ago by Alexander Kochetov <[email protected]>
Fixes #3358: Removed automatic CSRF meta tag generation by `View`. Added `Html::csrfMetaTags()` and its call to main layout files

b372d8c9ca7001568bf0566a685587536687c667 authored over 10 years ago by Qiang Xue <[email protected]>
Fix .gitignore for `basic` and `advanced` application templates

46f506aeeb1546a871a027ad1a5fe3e70091d6a5 authored over 10 years ago by Alexander Kochetov <[email protected]>
fixed reset password token test

64218191e0177e2b7e5b2d4123bb701dfd089ee1 authored over 10 years ago by Mark <[email protected]>
tabs to spaces unacceptable fix

93c682946ebcf6338cfe7047c34a31355dbc2abf authored over 10 years ago by Mark <[email protected]>
README info update

718bae471f001e9e4bbedd7a7f0495b39c0c0d16 authored over 10 years ago by Mark <[email protected]>
fixtures folders added

74ce0b1cbdb13b73864cda2b7a7dae2164bce41b authored over 10 years ago by Mark <[email protected]>
application advanced template tests fixed

82712347550872146c6dbb138057ec79ac71052a authored over 10 years ago by Mark <[email protected]>
added explicit comment about file transport to mail config

fixes #3694

18e0d91bf95cdf3d7d91ee13527ee339a9c133df authored over 10 years ago by Carsten Brandt <[email protected]>
Missing $message var reference removed from mail layouts

f82eb1d7f13ce194d972325e5442354803a121c1 authored over 10 years ago by Klimov Paul <[email protected]>
Mail layout charset specification fixed

9dc9b5a8201f0c5ee97a1531f0c5bdd24590e6df authored over 10 years ago by Klimov Paul <[email protected]>
Fixes #3542: Removed requirement to specify `extensions` in application config

88c16464ecb965f972a3fb9b5c5aa6b652a70a16 authored over 10 years ago by Alexander Makarov <[email protected]>
Tabs to spaces to be consistent

```
vendor/bin/indent --spaces -r framework/
vendor/bin/indent --tabs -r . --pattern=*.json
vend...

8a51b91fff2a016aa979a1a9a95410b8212c3329 authored over 10 years ago by Carsten Brandt <[email protected]>
Advanced app's common tests codeception generated files gitignored

358abeb0e47fcf7bf3aa46fcaac1f7cff6100fd7 authored over 10 years ago by mbman <[email protected]>
Fixes #3383: Added `$type` parameter to `IdentityInterface::findIdentityByAccessToken()`

f284301d841a918b5c243296b664f6b4ebcc5aba authored over 10 years ago by Qiang Xue <[email protected]>
Fixed setting defaults in User model of advanced app, see bb145f50672d35d62edede906255a8fe9a9c1f5f

e6fc11720478cc577ffbac5f5ed00ca07415f8bd authored over 10 years ago by Alexander Makarov <[email protected]>
Advanced app `init` usage example typo fix

e02e26fb027ca274b0259a28ee005d65af1f01bc authored over 10 years ago by Alexander Kochetov <[email protected]>
Fixes #3179: removed duplicate validation rules from User model in advanced app, removed User::create()

ad8f8ce612a45879dc2e2c7305367edda7a50a01 authored over 10 years ago by Alexander Makarov <[email protected]>
removed unnecessary lines regarding writable dirs

43136718a2e2f6ba2619791a53e4913088bdbe43 authored over 10 years ago by Paul Kofmann <[email protected]>
no need to set writable folders for console

8bc8691900130a72741caabab9e8cffc30b3fe8f authored over 10 years ago by Paul Kofmann <[email protected]>
setting writable folders in init-script

It is said, that these folders are handled already by composer.json, what is definitely true. Bu...

8f9ac54504a1f3b912ef1010fa459475eba99ca0 authored over 10 years ago by Paul Kofmann <[email protected]>
Fixes #3088: The debug and gii modules will manage their own URL rules now

959db59bafafe3afed1e289cd8a94ba75488503e authored over 10 years ago by Qiang Xue <[email protected]>
Code style and phpdoc fixes

3ca69bf552ce6cdc9efaea6f21e992c8c1e82726 authored over 10 years ago by Alexander Makarov <[email protected]>
prepare for next release.

6f4257c1de49bf86c0f60b1aa406ffe4061c9c94 authored over 10 years ago by Qiang Xue <[email protected]>
prepare for 2.0.0-beta release.

e8f02b288cfb83605063b89c02eac723257aec45 authored over 10 years ago by Qiang Xue <[email protected]>
Refactored app bootstrap logic.

e745644e342713f40c40e0a0c876d718a7c670af authored over 10 years ago by Qiang Xue <[email protected]>
updated error handler and requirement checker links.

e90ed0a6231a53eb0d8f318485a6d42abae3c431 authored over 10 years ago by Qiang Xue <[email protected]>
Removed `Application::preload` in favor of `Application::bootstrap`

3003f9fabbbb30d6012b7de71ca814a9fdfef56e authored over 10 years ago by Qiang Xue <[email protected]>
Refactored AR find

2bd2a6bf15d444516c402035e71257bb8ade626f authored over 10 years ago by Alexander Makarov <[email protected]>
Moved all filter classes to namespace `yii\filters`

106abf021d3ff98cd18de757247e30fbdc6d8294 authored over 10 years ago by Qiang Xue <[email protected]>
#2936: New favicon for applications

df9bd6c23ca548962f7edf3c1a0ae01f8d1d2eaa authored over 10 years ago by Alexander Makarov <[email protected]>
use alias format for table names

a9a06efcb99c7199c3cb0a2f4eb4285b5871b462 authored over 10 years ago by Sergey Gonimar <[email protected]>
Added table prefix to advanced application migration (now drop table)

206e163c665e44da354df09a7333418ac277aad2 authored over 10 years ago by Alexander Makarov <[email protected]>
Added table prefix to advanced application migration

6e2767aad44ca6e4a86f6cfe1f6779d7f1f7ef25 authored over 10 years ago by Alexander Makarov <[email protected]>
Renamed fixtures

920e533e2d57b906c6f7907aa328f1fcf293a3a4 authored over 10 years ago by Alexander Makarov <[email protected]>
Fixes #2911: Removed `tbl_` default for table prefix

50b66e019c23265143ba97fbddc2ed4a1f83354c authored over 10 years ago by Alexander Makarov <[email protected]>
Update README.md

Typo fix

d16eefb9d8ed03b86a452aee2481738596d65921 authored over 10 years ago by joseph-kuruvilla <[email protected]>
more gitignores.

39f96b20415378a265a6b13d8da08ad77ce22b58 authored over 10 years ago by Qiang Xue <[email protected]>
added more ignores.

7d8ea9126e63fe6ade17a5f0b994515c1f4ef6d7 authored over 10 years ago by Qiang Xue <[email protected]>
Fixed test break.

51b68f045f01a748f21105e1dfaeab765cfd1511 authored over 10 years ago by Qiang Xue <[email protected]>
Reformat code te be PSR-2 compatible

b211b9e5f22a948a4996d6432080efbdf7bf1b30 authored over 10 years ago by SonicGD <[email protected]>
Update _config.php

fixed application config for unit test

5dd17b4f5664de3783badad2135872bfc04a0f15 authored over 10 years ago by Zhandos <[email protected]>
Update README.md

e27a1a3d7e82284fc82a74a5fc98d05c66eef5dc authored over 10 years ago by Johnny Theill <[email protected]>
Merge branch 'master' of https://github.com/yiisoft/yii2 into travis-advanced-app

f963015e040ee10237e72fef233a055393070b99 authored over 10 years ago by Johnny Theill <[email protected]>
Merge pull request #2652 from Theill11/fix-test-breaks

Update advanced app tests

9ba26d150f55d7a6c6d85008d4411604a235817c authored over 10 years ago by Alexander Makarov <[email protected]>
Added advanced app tests to travis

9b8b8bb71eaf52f740301d723501189683a3af41 authored over 10 years ago by Johnny Theill <[email protected]>
Merge branch 'code-style'

* code-style:
fix php5.4 array syntax
many phpcs fixes
fix phpDoc LuaScriptBuilder build @...

b27ca72785489fa89864e8c51db64807cc6a905a authored over 10 years ago by Carsten Brandt <[email protected]>
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
co...

37ed1c5912aae0baf6484f3e4ab10397dd5e7a6b authored over 10 years ago by Carsten Brandt <[email protected]>
username should be unique

af41eee9a234bc3605dca25c02ab774992eb6097 authored over 10 years ago by Johnny Theill <[email protected]>
Changed assertions

d5e4f7a2157b0d9b2714f93ddb651351a488afce authored over 10 years ago by Johnny Theill <[email protected]>
fix tests

cbec3b3ff00c61a085956e4a1171818d1c2b01d6 authored over 10 years ago by Johnny Theill <[email protected]>
Merge commit 'bdce87b242abbff800020deba0a5c2031fc2efe7' into feature-restapi

Conflicts:
framework/db/BaseActiveRecord.php

0117ac7a39129d1110e6b6ce02e4b47718be2f4f authored over 10 years ago by Qiang Xue <[email protected]>
Revert "Used ternary operator instead of "or" for constant definition"

This reverts commit 2bb6f13505e212d68841a7e6609806fb30d04002.

90f6c71c94bb80c5cd85aec6b509a7abdc89f3a8 authored over 10 years ago by Alexander Makarov <[email protected]>
apps code style fixes

fa874e488a665ae6a632786e9ed96fe0944d0e31 authored over 10 years ago by AlexGx <[email protected]>
Removed unused "use" statements

2006d1841545a3f21f77ff6fc2349b08765c8208 authored over 10 years ago by Alexander Makarov <[email protected]>
Used ternary operator instead of "or" for constant definition

ad44a0ef6882327d5572a1525b12de7a8d8a1afa authored over 10 years ago by Alexander Makarov <[email protected]>
Fixed advanced application to use POST for logout

0fb6568507aee5a17da5eaa76494e9d18d567ce0 authored over 10 years ago by Alexander Makarov <[email protected]>
Merge pull request #2578 from schmunk42/feature/update-composer-keywords

replaced keyword "yii" with "yii2" in composer.json files (fixes #2557)

b84cb7f7173a99f648a9cb087416981e4dcbcad5 authored over 10 years ago by Alexander Makarov <[email protected]>
@param, @var, @property and @return must declare types as boolean, integer, string, array or null

3832ed6f96e882e077b74e43f28aa1495a50cc54 authored over 10 years ago by Alexander Mohorev <[email protected]>
short array syntax

dc0f5bb971740192806f94c27bd3ae6fa64003d7 authored over 10 years ago by Alexander Mohorev <[email protected]>
Support for other auth types.

43b4c0835d8dfa2dcf15904d2f42abdf0876452d authored over 10 years ago by Qiang Xue <[email protected]>
rest api WIP

91b96d47d7e98dcaa09dee81d7fe6f1057cc4e82 authored over 10 years ago by Qiang Xue <[email protected]>
Added verb filter to advanced app logout

ad5421163ac4e633533aaceef6e55048a9347aa9 authored over 10 years ago by Alexander Makarov <[email protected]>
replaced keyword "yii" with "yii2" in composer.json files (fixes #2557)

2ea90293cbea8bf75bcc3089d80b0719ccfee257 authored over 10 years ago by Tobias Munk <[email protected]>
Merge pull request #2501 from yiisoft/unify-urls

Fixes #2426: Changed URL creation method signatures to be consistent

5e7eb99993768bcb4c052640aed5e02edf859c84 authored over 10 years ago by Alexander Makarov <[email protected]>
Added status condition to PasswordResetRequestForm email validator

4f98c796016571a4cc99e9ab07d8a2027bc9292a authored over 10 years ago by Alexander Makarov <[email protected]>
Validate login data only of there are no other errors

a9b7a26367b313a7f77b00dd205b6a7f95eb242a authored over 10 years ago by Alexander Makarov <[email protected]>
Fixes #2426: Changed URL creation method signatures to be consistent

9c4ad98600f350375fe7c5873cf7dfabf99f6613 authored over 10 years ago by Alexander Makarov <[email protected]>
Fixes #2458: Added missing validaton to advanced app forms, separated validation from email sending errors for contact form

b4adf3d3cb6387c92fd83ff51688a183394273f8 authored over 10 years ago by Alexander Makarov <[email protected]>
updated timestamp behavior in advanced app to renaming

992ef2686b23f03f0b12ed4c32f54006f5e12cf4 authored over 10 years ago by Carsten Brandt <[email protected]>
test typo fix

dfb4fba3beea5761747f091b3b7f054e594d10b8 authored over 10 years ago by Mark <[email protected]>
added test-case to frontend unit tests

19721e20e949d40e0541b936826e305127679ca7 authored over 10 years ago by Mark <[email protected]>
visibility fix

ba3379c60662d4ca0e0996be2d4d5e9634c8c07b authored over 10 years ago by Mark <[email protected]>
env. config fixed

fd595b98bc7a61cd3318d13e79a29ab861aee6f9 authored over 10 years ago by Mark <[email protected]>
Minor formatting bug in README.md

2deea43620f039e439a39bd636bacde34025fb30 authored over 10 years ago by Johnny Theill <[email protected]>
Update advanced/README.md directory structure Changed spaces to tabs

dd834cb2ec07f204a0d5e054ba7f5fc56ef90a2d authored over 10 years ago by Johnny Theill <[email protected]>
Merge branch 'yii2_advanced_app_codeception' of github.com:Ragazzo/yii2 into Ragazzo-yii2_advanced_app_codeception

Conflicts:
apps/advanced/README.md

8680606ea834f2cba7d92b80ad8dcdafd1c5b428 authored over 10 years ago by Qiang Xue <[email protected]>
Update README.md

73b4a5b50e879af92e4a571bdad88a831b4743ea authored over 10 years ago by Dilip <[email protected]>