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

prepare for next release.

c54cabdc473d8693972473412ed5238905079190 authored almost 11 years ago by Qiang Xue <[email protected]>
prepare for 2.0.0-alpha release.

f4eda0aeba8d6b002f1d0d48ffd57cf94571a6b0 authored almost 11 years ago by Qiang Xue <[email protected]>
Fixed doc.

196d7bee43e7c545b3b30a3596bf4344529e82bf authored almost 11 years ago by Qiang Xue <[email protected]>
improved README of apps.

b107e277f88b0b04cff892e30f77214e5f43b97c authored almost 11 years ago by Qiang Xue <[email protected]>
Merge pull request #1378 from gitrad/master

Update requirements.php

c3be2c00ce1aa8780e5f964f989ae1398307d16f authored almost 11 years ago by Qiang Xue <[email protected]>
Update requirements.php

c8dab0cb07997da47aa467cf05d365e275286c5f authored almost 11 years ago by gitrad <[email protected]>
changed composer setting to match all requirements.

be0da826d55ad4fc49d48d4a07371430d487fa89 authored almost 11 years ago by Qiang Xue <[email protected]>
Added concrete http exception classes.

7bf6ddc20b84fbb5f9495a1ec12d606a220ca07d authored almost 11 years ago by Qiang Xue <[email protected]>
Fixed phpdoc

0ecab0fc4134588c4232fd9238015c583cc6a463 authored almost 11 years ago by Alexander Makarov <[email protected]>
Fixes #1342

724ee5cab60a1aad885eee84431d7066a757978b authored almost 11 years ago by Alexander Makarov <[email protected]>
Code style fixes for layouts

0763706c46c6a3c95e4733f5918deed16bbff4e3 authored almost 11 years ago by Alexander Makarov <[email protected]>
Updated advanced application mail layout to contain layout markers

0305d1a8bb6da479abf07d713d39a742250738d5 authored almost 11 years ago by Alexander Makarov <[email protected]>
Fixes #1342: added missing layout for mail in advanced app template

ec7fd41fb698489700aee4543c02c44f36a8867f authored almost 11 years ago by Alexander Makarov <[email protected]>
Adjusted advanced app migration so it is now OK for non-mysql

43682e53f45b7d4bae55366239abb3032efd1ba0 authored almost 11 years ago by Alexander Makarov <[email protected]>
Only whitespace removal

83f2860da3ec85f2b497a273c62a233e2f6fa571 authored almost 11 years ago by Panagiotis Moustafellos <[email protected]>
Used full method names when sending email in advanced app

09195573ad414b727951391a784f44adfb2cf689 authored almost 11 years ago by Alexander Makarov <[email protected]>
Advanced application template now uses mailer component instead of mail() function

19e1884490206548e29d86cb11cd2b1e2d758af4 authored almost 11 years ago by Alexander Makarov <[email protected]>
Fixes #1324: added missing @console alias to advanced app

2b4aebe712fea809ffa72a0af1cd3b22629c6298 authored almost 11 years ago by Alexander Makarov <[email protected]>
removed unneeded setting.

fb651362da443bc067370e34bd609ea8ac3c764b authored almost 11 years ago by Qiang Xue <[email protected]>
Comments cleanup.

Cleaned up a few comments ... hope its not my OCD again... :-)

ee3af0dee77b211fede43f06b72c2bd3cfa53035 authored almost 11 years ago by Kartik Visweswaran <[email protected]>
Reverted closeButton

Reverted name to ```closeButton``` to be in sync with the bootstrap ```Alert``` widget.

8fbce79360f87e6fa39d9d8cf155bb0a6a67da54 authored almost 11 years ago by Kartik Visweswaran <[email protected]>
Nomenclature and code realignment.

1. Renamed closeButton to closeButtonOptions.
2. Generate unique id for each alert box.
3. Mo...

b57c6290b934aa22a18537685b451644cf1be2de authored almost 11 years ago by Kartik Visweswaran <[email protected]>
Alert types for flash messages are now configurable.

Each flash variable can be mapped to a bootstrap alert type through a configuration array passed...

060fa526f476815c9affc22da10889b9d6c4b574 authored almost 11 years ago by Kartik Visweswaran <[email protected]>
Code & minor bug cleanup.

Cleaned up redundant code (and a typo missed earlier).

c424170726dd2efa4d08896325ec9537577f0b72 authored almost 11 years ago by Kartik Visweswaran <[email protected]>
Code cleanup.

Removed redundant declarations and checks in the code.

d905b2526477adf9ad875fba7dfc2b4f1a65c0d0 authored almost 11 years ago by Kartik Visweswaran <[email protected]>
CSS Class assignment correction # 2.

Ensure previous CSS classes are not appended and reinitialized in the foreach loop.

7e649f080e90e900bb7fc34c2e63d40b78b59219 authored almost 11 years ago by Kartik Visweswaran <[email protected]>
CSS Class assignment corrected.

Used ```Html::addCssClass``` and ```Html::removeCssClass``` more effectively.

b829f89bac93dc1fdae4a12df194992448c3ac29 authored almost 11 years ago by Kartik Visweswaran <[email protected]>
Update Alert.php to add some refinements and clean up bugs.

Added closeButton parameter, assignment of CSS class corrected, and added php doc comments.

319b9a3d0425da0ae3ff4e16b3b22b0849c8b7b9 authored almost 11 years ago by Kartik Visweswaran <[email protected]>
Update Alert.php

4a656a446199597578d040eb3c5f949283535e84 authored almost 11 years ago by Kartik Visweswaran <[email protected]>
Update Alert.php to display multiple flash messages for the session.

The previous alert widget within the advanced/basic app does not render multiple flash messages....

60aa594a3bc2eca47c3185c5e2ca9b283f33bae9 authored almost 11 years ago by Kartik Visweswaran <[email protected]>
Small edit for consistency with frontend config.

Small edit for consistency with /apps/advanced/backend/config/main.php. Sorry, my OCD kicked in.

5ee9966c4d04f4c457b5a5556218e2f87147a0b5 authored almost 11 years ago by kumorig <[email protected]>
Fixes #1234: use dash instead of underscore to separate language and country in locale id.

a8e0f0735dcd5967204a58ef31e3637348857c46 authored almost 11 years ago by Qiang Xue <[email protected]>
Duplicate

2e2f1d0b93f4bc5440b0342cc83073bd6a167e7f authored almost 11 years ago by marsuboss <[email protected]>
minor refactoring

1ea2fbe291c666316e01aa4f38c56e2749a880ef authored almost 11 years ago by Qiang Xue <[email protected]>
Fixed LoginForm::getUserByUsername

38324c4dbfbc22b6ca731688915d55050ccf8f4e authored almost 11 years ago by Alexander Makarov <[email protected]>
Use Yii::$app->user->login result in LoginForm

48ef2c458ddb513eb350d341f32c2703bd2af63b authored almost 11 years ago by Alexander Makarov <[email protected]>
One less SQL query for login sequence in basic and advanced apps

e1401fd9ed7c1831ebaefc303157400f0713d322 authored almost 11 years ago by Alexander Makarov <[email protected]>
Move AppAsset from config to assets directory

e381ff6c130da6cbac5a570ee99a2017721c0422 authored almost 11 years ago by slavcodev <[email protected]>
Merge pull request #1184 from slavcodev/only-arrays-in-rules

Using only arrays in rules instead comma-separated string

9568188391bd26f7b64799916c8e968388e84306 authored almost 11 years ago by Qiang Xue <[email protected]>
Fixes #1193

24d8177088c2fa34f5723a0ab89a6a2dd68231cb authored almost 11 years ago by Qiang Xue <[email protected]>
Fixed apps rules

a7a2033b72374eb26c868254eb9b5582eec825d6 authored almost 11 years ago by slavcodev <[email protected]>
Refactor all models to new rules format

e0725d74a31932671a91aa5f625b52864de437b0 authored almost 11 years ago by slavcodev <[email protected]>
advanced app: go back after login, not home

36f0b30530a96a36632c170031bed0e657989fa8 authored almost 11 years ago by Carsten Brandt <[email protected]>
Fix apps phpDoc and short tags

2b1f113ca267fecba7e223e1b152d75bc8449d9a authored almost 11 years ago by slavcodev <[email protected]>
Update main.php

48afd5449dbf868da3167c65cd5e521ad72aa0a9 authored almost 11 years ago by Veaceslav Medvedev <[email protected]>
Fixes #1122: removed init from post-install-cmd-script of composer.

5f657e085159e181e26b30b8f11fd9da2796f910 authored almost 11 years ago by Qiang Xue <[email protected]>
updated apps to use the mail component.

d329662cf8f7777b1ffd0738812fd0110d2856e0 authored almost 11 years ago by Qiang Xue <[email protected]>
Modified application templates so when trying to log in when already logged in it just redirects to homepage instead of throwing exceptions

9f2b6d2a31f4e428c3572b295c022e61efc52235 authored almost 11 years ago by Alexander Makarov <[email protected]>
Fixed advanced app error view

f239ca9787dc2abbc47a1c86dd09705b06941c36 authored almost 11 years ago by Alexander Makarov <[email protected]>
Refactored View

559d1971d80868edbc8c4584f6f5372f02f586b1 authored almost 11 years ago by Alexander Makarov <[email protected]>
Fixed typo.

b9f97a5ce5977969c417a882db8a805dcc9b5017 authored almost 11 years ago by Qiang Xue <[email protected]>
moved bootstrap to extension

2b757f919a5be92b2930c72505acb103b3a03b90 authored almost 11 years ago by Qiang Xue <[email protected]>
updated dependency.

5451db04b12cfa0b844db839460f2cccea680613 authored almost 11 years ago by Qiang Xue <[email protected]>
Fixed dependency of apps

cea6477d09994384b799a1580d0e31d6db5ed708 authored almost 11 years ago by Qiang Xue <[email protected]>
fixed extension list file location.

c4e0844507c1dec10e9c0d39d4808a7c821c99ab authored almost 11 years ago by Qiang Xue <[email protected]>
updated license information.

01dc49c45b69a54b941fdbdd9a1ab23e3ce8119a authored almost 11 years ago by Qiang Xue <[email protected]>
Changed the exit status to normal.

e321a0be2062eca2147ee0ed0c0fac2b3b46d8db authored almost 11 years ago by Qiang Xue <[email protected]>
Better alias paths for advanced application

52995c27714383d7734f23487f9baf9615658897 authored almost 11 years ago by Alexander Makarov <[email protected]>
php short echo syntax

b1f9d9ce92c449f5194cadc3edfdf38d7fc6697e authored almost 11 years ago by Alexander Mohorev <[email protected]>
Control statements based on the if and elseif constructs must have a single space before the opening parenthesis of the conditional and a single space after the closing parenthesis.

52cc3454a24aa93f07a58bd4ebbee31e48e1759e authored almost 11 years ago by Alexander Mohorev <[email protected]>
add sorting icons to gridview sort links in basic and advanced app css

27edb0024f93963ff78b845d1b20a686f108623f authored almost 11 years ago by Carsten Brandt <[email protected]>
adjusted the advanced app to use the new yii composer extension installer.

fb06ec415f9552c4bb64ae5fdfb99082e55101b3 authored almost 11 years ago by Qiang Xue <[email protected]>
removed InstallHandler.

d3158fdadaa443eb6ff19a5103a535b2731e088d authored almost 11 years ago by Qiang Xue <[email protected]>
Adjusted short tags

892d32a807de930efffdf393a0ef000946ba406e authored almost 11 years ago by Alexander Makarov <[email protected]>
Short array syntax

99c2a89b779ede42c046602b5cf22f1acc4029ca authored about 11 years ago by Alexander Makarov <[email protected]>
Convert to short syntax [2].

d4cf3fa62a487696bb6e4964c7c0e39cc0a1ed29 authored about 11 years ago by Yakir Sitbon <[email protected]>
Replaced "<?php echo" with "<?=" that is always available for PHP 5.4

7f80dab9e92a0c53630c8af6ee536826b3831b62 authored about 11 years ago by Alexander Makarov <[email protected]>
Merge pull request #1012 from KingYes/master

Convert to short syntax [2].

c1a50594bd4f4ee061d82fc06a31b847e315df1c authored about 11 years ago by Alexander Makarov <[email protected]>
Updated docs, composer.json and other things to mention and use PHP 5.4

2157892d560b9d173ac35f6e2e6d31ed163e91d4 authored about 11 years ago by Alexander Makarov <[email protected]>
Advanced application: added applying migrations to readme

f3b13acf053f970d50119bc7494fb61880c05a63 authored about 11 years ago by Alexander Makarov <[email protected]>
Advanced application: init is now automatically called when installing via Composer

59c303936f4a60af91c4836755d9899cbce146a3 authored about 11 years ago by Alexander Makarov <[email protected]>
Advanced application: init script can now be executed in non-interactive input mode

Usage:
init --env=Development
init --env=Production

93c2f845000d23d2555b67a5835e43a9dc6121f5 authored about 11 years ago by Alexander Makarov <[email protected]>
Advanced application: fixed console return codes

cb7d503f1683891d29fa9bccbe2f1b20cbd14d52 authored about 11 years ago by Alexander Makarov <[email protected]>
Fixes #823: consistent interface naming

9f5473361c8ebad272fd47e437d2aa528d2d055a authored about 11 years ago by Alexander Makarov <[email protected]>
Advanced application template: Delete flash message after it was displayed

a3ac0d1929bdb1ee75cf236d3901b2176205da5b authored about 11 years ago by Alexander Makarov <[email protected]>
Advanced application template: removed unused scenario from User model

250583c27728816ff6889d7a54679abeb4e7fdcf authored about 11 years ago by Alexander Makarov <[email protected]>
Merge pull request #888 from sergon/patch-5

Update passwordResetToken.php

1533a0368a819bc3e76f181c40a166c6c35b493c authored about 11 years ago by Alexander Makarov <[email protected]>
Update SiteController.php

257787fcdf00aef5ab03084ed25059966b268e96 authored about 11 years ago by gsd <[email protected]>
Update passwordResetToken.php

8a9ad0473969220d729a34fc30a33e3177fab660 authored about 11 years ago by gsd <[email protected]>
Advanced application enhancements.

- Turned on CSRF validation by default.
- Added access control for login, signup and logout for ...

029bca7a6b76b05b6a683f8c1df1141cb212b65f authored about 11 years ago by Alexander Makarov <[email protected]>
Added debug to preload in advanced app template

3f8992c125fa2ca3c5daf57a738c0b758ee1b13a authored about 11 years ago by Alexander Makarov <[email protected]>
Removed DebugTarget reference from advanced app template configs

8846aaa36b56e675f2e954fc06c25e23377652d4 authored about 11 years ago by Alexander Makarov <[email protected]>
Added note about the fact that PHP SSL extension is required to install all Composer dependencies

646e9eae859fa3496b720a3d3f8b968b5653f2b3 authored about 11 years ago by Alexander Makarov <[email protected]>
Update alert widget

771ee19de8158515dd8cdb538300a1b034ee45d8 authored about 11 years ago by Roman Revin <[email protected]>
Updated bootstrap to release version including wrappers and views

c8ad740174439f57e00a452a45ff106ff09524ee authored about 11 years ago by Alexander Makarov <[email protected]>
Replaced diff vendor.

f7e7f83838c9a7baf93142b4eba81fdbe5297869 authored about 11 years ago by Qiang Xue <[email protected]>
Fixed yii autoload precedence.

0a4666dd3eb31d17d391dddd854281d470af2df5 authored about 11 years ago by Qiang Xue <[email protected]>
composer config update.

bd58bac917e04d9a0c3da5ebd9c25604db78dbe1 authored about 11 years ago by Qiang Xue <[email protected]>
gii WIP

50f0105963f20bfb012425f82c9894bad6d3711a authored about 11 years ago by Qiang Xue <[email protected]>
refactored ActiveField.

b2938d1a5041df9d459cc0007b5f5c3d4fce4643 authored about 11 years ago by Qiang Xue <[email protected]>
Update main.php

c739b16fcc2f536f52dcbd123e27a3d8ae39c8c7 authored about 11 years ago by lancecoder <[email protected]>
Update main.php

6eecedb37dc26cec0a57778e4f1821fcdcd05358 authored about 11 years ago by lancecoder <[email protected]>
fixed User class namespace in phpdoc

21eb8111f8f2917aac7c45ad37ee213c2e413b18 authored about 11 years ago by Alexander Makarov <[email protected]>
code style fixes

26c87cdea1243d7f567007a1827f31af1823625f authored about 11 years ago by Alexander Makarov <[email protected]>
fixes #736

8111f8e41d99d5b11e746848d88889af7c0a1e71 authored about 11 years ago by Alexander Makarov <[email protected]>
Added Controller::goHome().

c6fab74b4b7becaadb75457935848f194f7d38f0 authored about 11 years ago by Qiang Xue <[email protected]>
Upgraded bootstrap to 3.0RC1.

537c844beaa8ba512ccfe191fd50ab81d17ba443 authored about 11 years ago by Qiang Xue <[email protected]>
fixes #687

fc6350f6931489268b5b7cd847e2df8a619e4474 authored about 11 years ago by Alexander Makarov <[email protected]>
Reorganized captcha code.

1eb83bf2631e549ba48e4b8d62f9104f6ea58551 authored about 11 years ago by Qiang Xue <[email protected]>
fixes #684

7a40fd83f80fe4b792181c754663b95783372264 authored about 11 years ago by Alexander Makarov <[email protected]>