Commit Graph

7547 Commits

Author SHA1 Message Date
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
Carsten Brandt
53b3198dec add exceptions to method docs 2014-01-06 03:41:18 +01:00
Carsten Brandt
55f9111f47 markdown support and links 2014-01-06 03:25:31 +01:00
Carsten Brandt
b9c1eff373 fixed javascript 2014-01-06 01:16:25 +01:00
Carsten Brandt
c02a60018f Merge branch 'master' into api-doc-generator
* master: (27 commits)
  fixed div/0 issue in console progress bar
  console HelpController use correct script name
  support table aliases for ActiveQuery::joinWith().
  guides fixed/improved
  CS fix
  improved fixture controller
  Added back border to debugger toolbar.
  #1788 info about retaining the default scenario
  fixes #1606
  Default name and title added to GitHub auth client.
  added classes to grid, list and detail view
  fixed basic app travis
  debugging travis
  debugging travis
  added debug toolbar background to have line separators
  fixed paths in travis.yml
  reverted 1e4c1eca10 to get a working debug toolbar
  fixed issue with too long th columns in debugger
  enabled acceptance tests for basic application
  run basic app functional tests within the main repo test chain
  ...
2014-01-06 00:31:02 +01:00
Carsten Brandt
f7e00887d6 restructured apidoc templates 2014-01-06 00:30:39 +01:00
Qiang Xue
795a09c27a Fixes #1791: joinWithRelation using table alias. 2014-01-05 17:42:40 -05:00
Carsten Brandt
a4f8e82898 Merge pull request #1795 from Ragazzo/basic_readme_fix
fixed readme
2014-01-05 13:25:57 -08:00
Mark
af36c72023 fixed readme 2014-01-06 01:21:06 +04:00
Carsten Brandt
4d99677f07 fixed div/0 issue in console progress bar 2014-01-05 22:14:23 +01:00
Carsten Brandt
60db9518f0 console HelpController use correct script name 2014-01-05 22:14:23 +01:00
Carsten Brandt
5982544678 finished render command, added cli script 2014-01-05 22:11:54 +01:00
Carsten Brandt
81aea73067 finished offline template with all information 2014-01-05 21:11:41 +01:00
Qiang Xue
f8938a2b12 Merge pull request #1793 from Ragazzo/fixture_controller_improved
improved fixture controller
2014-01-05 11:54:13 -08:00
Qiang Xue
7897754044 Merge pull request #1794 from Ragazzo/docs_improved
guides fixed/improved
2014-01-05 11:53:35 -08:00
Qiang Xue
1654381a3a support table aliases for ActiveQuery::joinWith(). 2014-01-05 14:52:38 -05:00
Mark
f9cc750e1a guides fixed/improved 2014-01-05 23:43:40 +04:00
Mark
2eb91acefd CS fix 2014-01-05 23:33:11 +04:00
Mark
3814c5c3ef improved fixture controller 2014-01-05 23:27:39 +04:00
Qiang Xue
e050aeacf1 Added back border to debugger toolbar. 2014-01-05 14:08:38 -05:00