Commit Graph

689 Commits

Author SHA1 Message Date
Carsten Brandt
09237c013e cleanup and re-aranged codeception tests for basic app
follow up to PR #1393
2013-12-17 00:27:33 +01:00
Carsten Brandt
60bdb6b7cf Merge PR #1393 branch 'yii2-basic-codeception' of https://github.com/Ragazzo/yii2 into Ragazzo-yii2-basic-codeception
* 'yii2-basic-codeception' of https://github.com/Ragazzo/yii2:
  small typo fix
  added readme, changelog, license and composer files.
  added new extension yii2-codeception, modified composer settings
  modified tests according yii2-codeception extension
  added testcase for unit tests, bootstrap files improved, tests inherited from base testcase
  configs fixed and improved
  tests modified, bootstrap added
  colors added
  new entry points for application
  codeception configs, web config modifed for db-settings

Conflicts:
	composer.json
2013-12-16 19:20:37 +01:00
Mark
8f5cf3e563 added new extension yii2-codeception, modified composer settings 2013-12-13 19:38:25 +04:00
Mark
decab1d660 modified tests according yii2-codeception extension 2013-12-13 19:37:08 +04:00
Alexander Makarov
3d6a4f66c5 Added robots.txt to application templates 2013-12-12 23:31:59 +01:00
Alexander Makarov
b6d3a5ea88 Added favicons to application templates 2013-12-12 22:04:31 +01:00
Carsten Brandt
be1d9a0311 removed composer.lock from gitignore
we should not provide one in the package but developers should commit
them when starting a new project so that all share the same versions
and only explicit composer update command will change that.
Escpecially important when deploying to production.
2013-12-12 21:55:40 +01:00
Carsten Brandt
9bacb2c51f make null format look nice by default 2013-12-10 20:42:09 +01:00
Mark
e6ae361033 added testcase for unit tests, bootstrap files improved, tests inherited from base testcase 2013-12-03 11:07:36 +04:00
Mark
805033eb4b configs fixed and improved 2013-12-03 11:06:44 +04:00
Carsten Brandt
b253629a76 fixed whitespace after #1389 2013-12-02 15:17:26 +01:00
Qiang Xue
2de8265ba7 Merge pull request #1389 from gitrad/master
Update requirements.php
2013-12-02 04:33:23 -08:00
Mark
d2214e4f0a tests modified, bootstrap added 2013-12-02 15:25:21 +04:00
Mark
84da8ffa89 colors added 2013-12-02 15:24:33 +04:00
Mark
1b0fd637b8 new entry points for application 2013-12-02 15:23:58 +04:00
Mark
fc4c2d5479 codeception configs, web config modifed for db-settings 2013-12-02 15:23:32 +04:00
gitrad
04d3f9fde7 Update requirements.php 2013-12-02 11:00:04 +03:30
Qiang Xue
7e118f9395 change back the readme instruction for creating new project. 2013-12-01 14:52:44 -05:00
Qiang Xue
5d83d38ffe prepare for next release. 2013-12-01 13:43:09 -05:00
Qiang Xue
94efc0f445 prepare for 2.0.0-alpha release. 2013-12-01 13:23:40 -05:00
Qiang Xue
b612de2c05 improved README of apps. 2013-12-01 12:17:58 -05:00
Qiang Xue
baf7dca6d0 changed composer setting to match all requirements. 2013-11-30 23:52:36 -05:00
Alexander Makarov
2bd0ffaa4c Code style fixes for layouts 2013-11-28 01:19:43 +04:00
Panagiotis Moustafellos
08d456ae3f Only whitespace removal 2013-11-27 20:19:56 +02:00
Qiang Xue
6769595fd2 removed unneeded setting. 2013-11-24 21:29:11 -05: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
3b0ffb51ca Fixes #1234: use dash instead of underscore to separate language and country in locale id. 2013-11-19 16:33:52 -05:00
marsuboss
d94413ad1b Duplicate 2013-11-19 10:56:47 +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
Qiang Xue
be56a9c542 changed color setting. 2013-11-14 15:36:38 -05:00
Qiang Xue
8d93daf571 removed extra line. 2013-11-14 12:42:27 -05:00
Qiang Xue
2dc8a4cc98 Added readme and updated test helper classes. 2013-11-14 11:11:51 -05:00
Qiang Xue
fa1061d95b Added readme about tests. 2013-11-14 11:05:09 -05:00
Qiang Xue
ca8511dd43 fixed functional test. 2013-11-14 10:36:35 -05:00
slavcodev
7d521cb75a Move AppAsset from config to assets directory 2013-11-13 18:17:05 +02:00
Qiang Xue
5221777033 Merge pull request #1184 from slavcodev/only-arrays-in-rules
Using only arrays in rules instead comma-separated string
2013-11-13 05:37:43 -08:00
Qiang Xue
0af884dcc1 Fixes #1193 2013-11-13 08:31:49 -05: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
slavcodev
c61d43e883 Fix apps phpDoc and short tags 2013-11-12 06:24:07 +02:00
Qiang Xue
5ada6348ae save security keys as a serialized string instead of exported variable. 2013-11-08 21:35:51 -05:00
Qiang Xue
e1561bc3d1 updated apps to use the mail component. 2013-11-07 23:01:13 -05:00
Alexander Makarov
4df6370173 Modified application templates so when trying to log in when already logged in it just redirects to homepage instead of throwing exceptions 2013-11-07 01:19:36 +04:00
Alexander Makarov
d9735bc3b7 Refactored View 2013-11-06 22:52:27 +04:00
Qiang Xue
1fff71bb31 moved bootstrap to extension 2013-11-03 00:40:06 -04:00
Qiang Xue
6ccc880fe3 updated dependency. 2013-11-03 00:25:31 -04:00
Qiang Xue
5d5755e4c1 Fixed dependency of apps 2013-11-02 23:00:13 -04:00