Commit Graph

4221 Commits

Author SHA1 Message Date
Qiang Xue
2376730452 better check of existence of tables. 2013-06-04 18:11:50 -04:00
Qiang Xue
cbf642d931 Added support for locale-dependent decimal and grouping separators. 2013-06-04 17:21:40 -04:00
Qiang Xue
5ecb5e3bd0 Fixed Formatter doc. 2013-06-04 17:08:26 -04:00
Qiang Xue
e45e26ea82 Merge pull request #486 from klimov-paul/asset-command-i-4
#72 Improve the "asset" command Iteration 4
2013-06-04 07:18:08 -07:00
Alexander Makarov
084d709e44 fixed typo in app readmes 2013-06-03 23:39:08 +04:00
Klimov Paul
152e5a0e15 Doc comments and descriptive output at"AssetController" has been adjusted. 2013-06-03 22:34:15 +03:00
Klimov Paul
ec8fecb8b0 Check output bundle file format has been added to "AssetControllerTest::testActionCompress()" unit test. 2013-06-03 21:56:03 +03:00
Klimov Paul
dfe2d00785 Output of "AssetController::actionCompress" have been adjusted to hold the action id. 2013-06-03 21:53:07 +03:00
Qiang Xue
9acbd0cfed Merge pull request #473 from schmunk42/master
updated script event
2013-06-03 11:48:11 -07:00
Klimov Paul
1f68becb61 Doc comments at "AssetController" have been updated. 2013-06-03 21:46:56 +03:00
Klimov Paul
9b8b285eb1 Doc comments at "AssetController" have been extended. 2013-06-03 21:43:54 +03:00
Klimov Paul
5172dbd4c4 Additional comments have been added to the "AssetController::actionTemplate" output. 2013-06-03 21:25:04 +03:00
Klimov Paul
6c179ef3a7 File creation checks at "AssetController" have been updated to use Exceptions. 2013-06-03 20:47:37 +03:00
Tobias Munk
2698ba1c00 Merge branch 'master' of https://github.com/schmunk42/yii2
Conflicts:
	apps/advanced/README.md
	apps/basic/README.md
2013-06-03 18:33:52 +02:00
Tobias Munk
a2bfdcac18 updated docs
added installation from dev repo section
2013-06-03 18:31:57 +02:00
Tobias Munk
8a25953f1c updated docs
added installation from dev repo section
2013-06-03 18:22:59 +02:00
Qiang Xue
5596e50bf3 Fixes issue #472. 2013-06-03 10:40:09 -04:00
Qiang Xue
8157ea5804 Fixes issue #481. 2013-06-03 09:45:41 -04:00
Qiang Xue
55a4c0b154 Merge pull request #461 from cebe/rest-urlmanager
[READY] RESTful routing syntax for UrlManager
2013-06-03 02:43:41 -07:00
Carsten Brandt
e94cc6bb9e unit test for UrlManager RESTful routing syntax
removed test param 'appClass' as it does not make sense to configure
application class for all tests, some explicitly need webapp where
some might explicitly need console app.
2013-06-03 09:33:16 +02:00
Carsten Brandt
1192306481 improved UrlManager RESTful syntax regex 2013-06-03 08:59:41 +02:00
Carsten Brandt
fbb93d0b63 doc enhancements for #461 2013-06-03 08:42:50 +02:00
Carsten Brandt
3680a4781d removed unneccessary brackets 2013-06-03 08:28:14 +02:00
Qiang Xue
cf47a71db7 Fixes issue #478: Improved the generation of secret key 2013-06-02 22:47:02 -04:00
Qiang Xue
21160338d7 Implemented default controller namespace. 2013-06-02 22:31:17 -04:00
Qiang Xue
8435285c19 doc fix. 2013-06-02 22:19:38 -04:00
Qiang Xue
61d2551f0c Merge pull request #477 from cebe/querybuilder-dynamic-column-types
[READY] Better flexibility for abstract db types
2013-06-02 16:57:39 -07:00
Carsten Brandt
9b6df54c7d Adjusted type map in MSSQL Querybuilder
MSSQL seems to support limits for decimal type, so we add a default
limit.
2013-06-03 00:28:32 +02:00
Carsten Brandt
af68ee9d27 Sqlite unit test for abstract db types 2013-06-03 00:24:39 +02:00
Tobias Munk
5615afab21 updated deps 2013-06-02 23:42:31 +02:00
Tobias Munk
64e5911b5e added updated composer script event for setting permissions 2013-06-02 23:42:11 +02:00
Carsten Brandt
ad1a0de76a Merge branch 'querybuilder-dynamic-column-types' of github.com:cebe/yii2 into querybuilder-dynamic-column-types
* 'querybuilder-dynamic-column-types' of github.com:cebe/yii2:
  Added phpdoc about precision constraints for abstract db types
2013-06-02 23:01:02 +02:00
Carsten Brandt
7117a6752b Added phpdoc about precision constraints for abstract db types 2013-06-02 22:58:42 +02:00
Carsten Brandt
c28b0183a5 whitespace 2013-06-02 22:12:37 +02:00
Qiang Xue
22357befad Added "@runtime" and "@vendor" aliases. 2013-06-02 15:19:29 -04:00
Carsten Brandt
5c56c0fc02 Better flexibility for abstract db types
Feature was requested in yiisoft/yii#765
2013-06-02 16:05:11 +02:00
Qiang Xue
36bbfd54ca Implemented "@app/runtime" alias. 2013-06-02 07:29:29 -04:00
Qiang Xue
607f3a5987 Fixes issue #476 2013-06-02 07:11:27 -04:00
Tobias Munk
bb0e2e8487 updated composer script event for setting permissions 2013-06-02 00:37:53 +02:00
Qiang Xue
8ae9463589 Fixes issue #472: doc fix. 2013-06-01 12:45:32 -04:00
Antonio Ramirez
9ff25805f5 fix test 2013-06-01 17:34:17 +02:00
Antonio Ramirez
e4e18710dc fix functionality, keep each function to do what it supposed to do 2013-06-01 17:31:55 +02:00
Antonio Ramirez
65461683ff Merge branch 'upstream' into 364-toAscii
* upstream:
  Fixed build break.
  Fixes issue #194: Added Application::catchAll.
  added missing default to getValue in boostrap tabs
  \yii\widgets\Menu improvement
  Fixes issue #467: allow view file to be absent as long as the themed version exists.
  better auto scrolling.
  Fixes issue #446: automatically scroll to first error.
2013-06-01 17:27:15 +02:00
Antonio Ramirez
10c52d702f updated transliteration (greek + russian + german + ukrainian) and removed dependency on ascii function 2013-06-01 17:25:28 +02:00
Gevik Babakhani
eebdfd252d Merge remote branch 'upstream/master' into pgsql-driver 2013-06-01 12:41:24 +02:00
Gevik Babakhani
18218c4132 Removed unused columns. 2013-06-01 12:37:47 +02:00
Gevik Babakhani
5a380360c7 Added table based sequence. 2013-06-01 12:37:30 +02:00
Gevik Babakhani
cbde22af55 Savepoint WIP QueryBuilder! 2013-06-01 12:36:55 +02:00
Gevik Babakhani
04ebd12277 Added last insert value to pgsql PDO 2013-06-01 12:36:19 +02:00
Qiang Xue
800b3dbed0 Fixed build break. 2013-05-31 21:55:11 -04:00