Qiang Xue
b89cd9266b
Fixes #1827 : Debugger toolbar is loaded twice if an action is calling run() to execute another action
2014-01-08 10:39:10 -05:00
Qiang Xue
c9c1041a61
Added support for installing packages conforming to PSR-4 standard
2014-01-08 09:22:25 -05:00
Qiang Xue
e123428c94
Changed Yii autoloader to support loading PSR-4 classes only (i.e. PEAR-styled classes not supported anymore)
2014-01-08 09:11:26 -05:00
Alexander Makarov
3902cada7f
Merge pull request #1832 from munawer-t/master
...
Doc fixes
2014-01-08 03:54:36 -08:00
munawer-t
45a6cbdbf5
PhpDoc fixes
2014-01-08 17:19:52 +05:30
Paul Klimov
8c5372b068
Merge branch 'master' of github.com:yiisoft/yii2
2014-01-08 13:49:05 +02:00
Paul Klimov
80d725895f
Issue #1817 added to CHANGELOG
2014-01-08 13:48:17 +02:00
Paul Klimov
232a223c17
SwiftMailer message updated to setup charset for alternative body correctly.
2014-01-08 13:45:48 +02:00
munawer-t
d241bd3e94
Typos
2014-01-08 16:58:03 +05:30
Paul Klimov
7c9f5b3b8d
Merge pull request #1829 from munawer-t/master
...
Typo fix
2014-01-08 01:02:00 -08:00
munawer-t
5c4d8b0761
Typo fix
2014-01-08 12:50:56 +05:30
Qiang Xue
dc01411bea
Fixes #1791
2014-01-07 11:23:35 -05:00
Carsten Brandt
73e0e6abf7
Merge pull request #1816 from Crypt/hotfix/Hotfix-PHPDoc
...
Fix doc for generateSalt.
2014-01-07 08:19:03 -08:00
Crypt
0c1557e56a
Fix doc for generateSalt.
...
$cost must be in range 4-31.
2014-01-07 18:12:25 +02:00
Carsten Brandt
951791f245
added unit test for twig renderer
...
verify #1755 works
2014-01-07 17:06:25 +01:00
Qiang Xue
5a703b7ae1
Further cleanup.
2014-01-07 10:06:20 -05:00
Qiang Xue
5094842370
Fixed test break.
2014-01-07 10:00:53 -05:00
Qiang Xue
1fa802a1a5
Merge branch 'master' of github.com:yiisoft/yii2
...
Conflicts:
framework/yii/db/ActiveQuery.php
2014-01-07 09:54:21 -05:00
Qiang Xue
9ceaf3bd1c
Fixes #1791 .
2014-01-07 09:52:07 -05:00
Qiang Xue
9d73048be9
Fixes #1791 .
2014-01-07 09:50:37 -05:00
Qiang Xue
daf6c81f27
Fixes #1791
2014-01-07 08:58:13 -05:00
Alexander Makarov
f23a91b538
Merge pull request #1813 from CodeBull/patch-1
...
Update view.md
2014-01-07 03:03:20 -08:00
Reazul Iqbal
b5fcfecee6
Update view.md
2014-01-07 16:55:24 +06:00
Alexander Makarov
e8a80af413
fixes #1811
2014-01-07 12:58:11 +04:00
Qiang Xue
c4c328dc92
Fixes #1791 : support ON condition for relational query.
2014-01-06 23:56:58 -05:00
Carsten Brandt
a70808f8fb
fixed typo
2014-01-07 05:25:00 +01:00
Carsten Brandt
01d0323521
added laravel like touch() method to AutoTimestamp
2014-01-07 05:10:36 +01:00
Qiang Xue
34dc150f63
doc fixes.
2014-01-06 20:51:43 -05:00
Alexander Makarov
bee82b29ad
Fixed URL parsing so it's now properly giving 404 for URLs like http://example.com//////site/about
2014-01-07 04:40:38 +04:00
Alexander Makarov
dc45de127c
Added --prefer-dist to all docs
...
1. It results in much smaller download and takes less disk space (25MB instead of 180MB for yii-basic + dependencies).
2. It requires less utilities to be installed (no VCS binaries required).
3. It takes less time to install dependencies.
2014-01-07 01:27:16 +04:00
Qiang Xue
c56647ff4c
Merge pull request #1757 from nineinchnick/1476_session_handler
...
Add handler property to yii\web\Session
2014-01-06 07:26:36 -08:00
Qiang Xue
f2fb7de5f4
fixes #1803 .
2014-01-06 07:17:10 -05:00
Carsten Brandt
9968098e8a
fixed getSecureConnection after #1800
...
and 7ba6a06300
2014-01-06 13:05:10 +01:00
Alexander Makarov
c702dacfda
Changelog update
2014-01-06 15:20:10 +04:00
Alexander Makarov
c4ff009e0f
Merge pull request #1798 from zhuravljov/patch-1
...
Fixed label attributes in BaseHtml
2014-01-06 03:16:20 -08:00
Alexander Makarov
4bbd844b23
fixes #1796
2014-01-06 15:14:36 +04:00
Alexander Makarov
7ba6a06300
Fixed code style and comparison
2014-01-06 15:11:47 +04:00
Alexander Makarov
f880bb190c
Merge pull request #1800 from ginus/patch-1
...
fix when $_SERVER['HTTPS'] is "ON"
2014-01-06 03:09:29 -08:00
ginus
e92934e612
fix when $_SERVER['HTTPS'] is "ON"
...
when $_SERVER['HTTPS'] is "ON" it doesn't work well
2014-01-06 16:28:34 +08:00
Carsten Brandt
13849e755d
minor fixes to api doc template
...
also ignore tests and vendor
2014-01-06 06:59:34 +01:00
Carsten Brandt
c9baa5309f
updated composer.json
2014-01-06 06:16:17 +01:00
Carsten Brandt
831f7c4253
fixed broken link for contants in api doc
2014-01-06 06:14:22 +01:00
Qiang Xue
8173b16433
added apidoc to composer.json.
2014-01-06 00:13:44 -05:00
Qiang Xue
52c9256396
Merge pull request #1784 from yiisoft/api-doc-generator
...
api doc generator
2014-01-05 21:02:25 -08:00
Carsten Brandt
5eed149f24
fixed links in phpdoc
2014-01-06 05:47:49 +01:00
Carsten Brandt
c7c4d3c075
final cleanup apidoc generator
2014-01-06 05:37:43 +01:00
KiTE
2daa5e9135
Fixed label attributes in BaseHtml
2014-01-06 06:09:43 +02:00
Carsten Brandt
2245a7e36d
short array syntax
2014-01-06 05:06:24 +01:00
Carsten Brandt
82f7937ade
readme for apidoc
2014-01-06 05:00:17 +01:00
Carsten Brandt
5ede58fef6
finished the property feature
2014-01-06 04:30:50 +01:00