Commit Graph

  • 232a223c17 SwiftMailer message updated to setup charset for alternative body correctly. Paul Klimov 2014-01-08 13:45:48 +0200
  • d241bd3e94 Typos munawer-t 2014-01-08 16:58:03 +0530
  • 7c9f5b3b8d Merge pull request #1829 from munawer-t/master Paul Klimov 2014-01-08 01:02:00 -0800
  • 5c4d8b0761 Typo fix munawer-t 2014-01-08 12:50:56 +0530
  • dc01411bea Fixes #1791 Qiang Xue 2014-01-07 11:23:35 -0500
  • 73e0e6abf7 Merge pull request #1816 from Crypt/hotfix/Hotfix-PHPDoc Carsten Brandt 2014-01-07 08:19:03 -0800
  • 0c1557e56a Fix doc for generateSalt. Crypt 2014-01-07 18:12:25 +0200
  • 951791f245 added unit test for twig renderer Carsten Brandt 2014-01-07 17:05:45 +0100
  • 5a703b7ae1 Further cleanup. Qiang Xue 2014-01-07 10:06:20 -0500
  • 5094842370 Fixed test break. Qiang Xue 2014-01-07 10:00:53 -0500
  • 1fa802a1a5 Merge branch 'master' of github.com:yiisoft/yii2 Qiang Xue 2014-01-07 09:54:21 -0500
  • 9ceaf3bd1c Fixes #1791. Qiang Xue 2014-01-07 09:50:37 -0500
  • 9d73048be9 Fixes #1791. Qiang Xue 2014-01-07 09:50:37 -0500
  • daf6c81f27 Fixes #1791 Qiang Xue 2014-01-07 08:58:13 -0500
  • f23a91b538 Merge pull request #1813 from CodeBull/patch-1 Alexander Makarov 2014-01-07 03:03:20 -0800
  • b5fcfecee6 Update view.md Reazul Iqbal 2014-01-07 16:55:24 +0600
  • e8a80af413 fixes #1811 Alexander Makarov 2014-01-07 12:57:38 +0400
  • c4c328dc92 Fixes #1791: support ON condition for relational query. Qiang Xue 2014-01-06 23:56:58 -0500
  • a70808f8fb fixed typo Carsten Brandt 2014-01-07 05:25:00 +0100
  • 01d0323521 added laravel like touch() method to AutoTimestamp Carsten Brandt 2014-01-07 05:10:36 +0100
  • 34dc150f63 doc fixes. Qiang Xue 2014-01-06 20:51:43 -0500
  • bee82b29ad Fixed URL parsing so it's now properly giving 404 for URLs like `http://example.com//////site/about` Alexander Makarov 2014-01-07 04:40:38 +0400
  • dc45de127c Added --prefer-dist to all docs Alexander Makarov 2014-01-07 01:27:04 +0400
  • c56647ff4c Merge pull request #1757 from nineinchnick/1476_session_handler Qiang Xue 2014-01-06 07:26:36 -0800
  • f2fb7de5f4 fixes #1803. Qiang Xue 2014-01-06 07:17:10 -0500
  • 9968098e8a fixed getSecureConnection after #1800 Carsten Brandt 2014-01-06 13:05:10 +0100
  • c702dacfda Changelog update Alexander Makarov 2014-01-06 15:19:59 +0400
  • c4ff009e0f Merge pull request #1798 from zhuravljov/patch-1 Alexander Makarov 2014-01-06 03:16:20 -0800
  • 4bbd844b23 fixes #1796 Alexander Makarov 2014-01-06 15:14:36 +0400
  • 7ba6a06300 Fixed code style and comparison Alexander Makarov 2014-01-06 15:11:47 +0400
  • f880bb190c Merge pull request #1800 from ginus/patch-1 Alexander Makarov 2014-01-06 03:09:29 -0800
  • e92934e612 fix when $_SERVER['HTTPS'] is "ON" ginus 2014-01-06 16:28:34 +0800
  • 13849e755d minor fixes to api doc template Carsten Brandt 2014-01-06 06:59:19 +0100
  • c9baa5309f updated composer.json Carsten Brandt 2014-01-06 06:16:17 +0100
  • 831f7c4253 fixed broken link for contants in api doc Carsten Brandt 2014-01-06 06:13:42 +0100
  • 8173b16433 added apidoc to composer.json. Qiang Xue 2014-01-06 00:13:44 -0500
  • 52c9256396 Merge pull request #1784 from yiisoft/api-doc-generator Qiang Xue 2014-01-05 21:02:25 -0800
  • 5eed149f24 fixed links in phpdoc Carsten Brandt 2014-01-06 05:47:49 +0100
  • c7c4d3c075 final cleanup apidoc generator Carsten Brandt 2014-01-06 05:37:43 +0100
  • 2daa5e9135 Fixed label attributes in BaseHtml KiTE 2014-01-06 06:09:43 +0200
  • 2245a7e36d short array syntax Carsten Brandt 2014-01-06 05:05:53 +0100
  • 82f7937ade readme for apidoc Carsten Brandt 2014-01-06 05:00:17 +0100
  • 5ede58fef6 finished the property feature Carsten Brandt 2014-01-06 04:30:50 +0100
  • 53b3198dec add exceptions to method docs Carsten Brandt 2014-01-06 03:41:18 +0100
  • 55f9111f47 markdown support and links Carsten Brandt 2014-01-06 03:01:03 +0100
  • b9c1eff373 fixed javascript Carsten Brandt 2014-01-06 01:16:25 +0100
  • c02a60018f Merge branch 'master' into api-doc-generator Carsten Brandt 2014-01-06 00:31:02 +0100
  • f7e00887d6 restructured apidoc templates Carsten Brandt 2014-01-06 00:30:39 +0100
  • 795a09c27a Fixes #1791: joinWithRelation using table alias. Qiang Xue 2014-01-05 17:42:40 -0500
  • a4f8e82898 Merge pull request #1795 from Ragazzo/basic_readme_fix Carsten Brandt 2014-01-05 13:25:57 -0800
  • af36c72023 fixed readme Mark 2014-01-06 01:21:06 +0400
  • 4d99677f07 fixed div/0 issue in console progress bar Carsten Brandt 2014-01-05 22:13:45 +0100
  • 60db9518f0 console HelpController use correct script name Carsten Brandt 2014-01-05 22:13:24 +0100
  • 5982544678 finished render command, added cli script Carsten Brandt 2014-01-05 22:11:54 +0100
  • 81aea73067 finished offline template with all information Carsten Brandt 2014-01-05 21:11:41 +0100
  • f8938a2b12 Merge pull request #1793 from Ragazzo/fixture_controller_improved Qiang Xue 2014-01-05 11:54:13 -0800
  • 7897754044 Merge pull request #1794 from Ragazzo/docs_improved Qiang Xue 2014-01-05 11:53:35 -0800
  • 1654381a3a support table aliases for ActiveQuery::joinWith(). Qiang Xue 2014-01-05 14:52:38 -0500
  • f9cc750e1a guides fixed/improved Mark 2014-01-05 23:43:40 +0400
  • 2eb91acefd CS fix Mark 2014-01-05 23:33:11 +0400
  • 3814c5c3ef improved fixture controller Mark 2014-01-05 23:27:39 +0400
  • e050aeacf1 Added back border to debugger toolbar. Qiang Xue 2014-01-05 14:08:38 -0500
  • 9691866594 Merge pull request #1789 from docsolver/patch-2 Carsten Brandt 2014-01-05 10:09:55 -0800
  • 8495be76c0 renamed item -> type Carsten Brandt 2014-01-05 18:00:13 +0100
  • b494493482 ensure methods, properties and events to be unique Carsten Brandt 2014-01-05 17:49:46 +0100
  • da1617340d finished offline template summaries Carsten Brandt 2014-01-05 17:45:56 +0100
  • e990be9394 #1788 info about retaining the default scenario Vincent 2014-01-05 16:53:55 +0100
  • 3eaf0021c0 fixes #1606 Carsten Brandt 2014-01-05 15:23:26 +0100
  • 135a191cc6 Default name and title added to GitHub auth client. Klimov Paul 2014-01-05 16:23:24 +0200
  • 3d59b19a21 added classes to grid, list and detail view Carsten Brandt 2014-01-05 14:45:09 +0100
  • d84aac09de fixed basic app travis Carsten Brandt 2014-01-05 14:28:07 +0100
  • d172e38b20 debugging travis Carsten Brandt 2014-01-05 14:18:00 +0100
  • 419da30f50 debugging travis Carsten Brandt 2014-01-05 14:07:09 +0100
  • 9003716f25 added debug toolbar background to have line separators Carsten Brandt 2014-01-05 14:01:07 +0100
  • 9a592d38cf fixed paths in travis.yml Carsten Brandt 2014-01-05 13:29:17 +0100
  • e6ddf655b3 reverted 1e4c1eca10 to get a working debug toolbar Carsten Brandt 2014-01-05 13:26:18 +0100
  • fe749e45fb fixed issue with too long th columns in debugger Carsten Brandt 2014-01-05 13:09:21 +0100
  • b7800eca60 enabled acceptance tests for basic application Carsten Brandt 2014-01-05 13:01:24 +0100
  • 5f7653b0c7 run basic app functional tests within the main repo test chain Carsten Brandt 2014-01-05 12:49:37 +0100
  • a04e77e5b6 removed unused log level from debug dropdown Carsten Brandt 2014-01-05 12:31:56 +0100
  • c66a1fa7bd finished the model layer Carsten Brandt 2014-01-05 07:04:08 +0100
  • e33aa9fc0d simplified model and context creation Carsten Brandt 2014-01-05 05:04:54 +0100
  • b17c827067 renamed phpdoc extension to apidoc Carsten Brandt 2014-01-05 04:38:30 +0100
  • 1c6872ad3e fixed basic app build Carsten Brandt 2014-01-05 04:07:21 +0100
  • 7a3583e7b4 fixed broken links in guide index Carsten Brandt 2014-01-05 04:04:33 +0100
  • c95a2c34ca Merge pull request #1785 from Ragazzo/fixtures_controller_docs Qiang Xue 2014-01-04 18:58:53 -0800
  • 51bfe1a3a4 docs added Mark 2014-01-05 06:20:48 +0400
  • 63e726234c early draft of api doc generator Carsten Brandt 2014-01-05 03:19:02 +0100
  • f93666d196 formatting fix Mark 2014-01-05 06:17:06 +0400
  • df44626c39 docs added, guide style added. Mark 2014-01-05 06:15:42 +0400
  • 87495f77aa try to fix basic app travis test. Qiang Xue 2014-01-04 19:19:02 -0500
  • e8b674dc78 Do not unset class properties! Carsten Brandt 2014-01-05 01:11:33 +0100
  • 2f8f64ccc8 added sorting links to debug toolbar Carsten Brandt 2014-01-04 23:51:53 +0100
  • 9411429dd0 Merge pull request #1781 from Ragazzo/profiling_panel_fix Alexander Makarov 2014-01-04 13:56:40 -0800
  • 5717e81184 timings fixed Mark 2014-01-05 00:31:28 +0400
  • 3f599f6f4b Merge pull request #1777 from dizews/patch-1 Alexander Makarov 2014-01-04 09:52:14 -0800
  • d8d7ed1ee3 Update migration.md Vladimir 2014-01-04 20:27:55 +0300
  • f361556b4c Merge pull request #1774 from creocoder/fixture-controller-code-style-fixes Carsten Brandt 2014-01-04 07:15:38 -0800
  • 1edf0a0981 FixtureController code style fixes and typo fixes Alexander Kochetov 2014-01-04 18:42:22 +0400
  • 74e70646b4 try to fix basic app travis.yml Carsten Brandt 2014-01-04 15:20:50 +0100