Commit Graph

  • fba0e04365 ActiveRecord::tableName() comment fixed Alexander Kochetov 2014-01-09 07:47:39 +0400
  • d82b38531c DbConnection::tablePrefix default value added Alexander Kochetov 2014-01-09 07:36:39 +0400
  • 4b15c77ad8 Merge branch 'master' of git://github.com/yiisoft/yii2 Qiang Xue 2014-01-08 22:31:41 -0500
  • dda9fec95e ActiveRecord::tableName() hardcoded prefix fix Alexander Kochetov 2014-01-09 06:59:22 +0400
  • b23bade285 fixed test break. Qiang Xue 2014-01-08 21:57:24 -0500
  • 6423c41233 Merge pull request #1839 from anfrantic/master Qiang Xue 2014-01-08 18:54:47 -0800
  • c6c51baa3c Fixes #1844: `Response::sendFile()` and other file sending methods will not send the response Qiang Xue 2014-01-08 21:51:37 -0500
  • 35f8823249 fixed test break. Qiang Xue 2014-01-08 21:34:20 -0500
  • d8acd3a278 Merge pull request #1850 from Crypt/fix-messages Qiang Xue 2014-01-08 18:24:58 -0800
  • c67c929696 Fixed test break. Qiang Xue 2014-01-08 21:23:12 -0500
  • 50703f8a82 Fixes #1844: Calling `Response::sendFile()` would cause sending the response twice Qiang Xue 2014-01-08 20:57:36 -0500
  • 333e2ab0d9 fix russian messages. Crypt 2014-01-09 03:52:38 +0200
  • 4609a94dbf Removed error-block HTML class and related styles and used Bootstrap3 standard practice about errors instead Alexander Makarov 2014-01-09 04:59:59 +0400
  • abcd248678 Merge pull request #1848 from alanwillms/pt-br-messages Alexander Makarov 2014-01-08 16:22:30 -0800
  • e267af0f7e Fixed production environment for advanced app Alexander Makarov 2014-01-09 04:21:01 +0400
  • 98d14da1e2 Add pt-BR translated messages Alan Willms 2014-01-08 22:20:22 -0200
  • e23eaaeda2 Fixes #1820: Update Progress to use bootstrap 3 markup Alexander Makarov 2014-01-09 03:44:53 +0400
  • 1f47d94eca Fixes #1846 Alexander Makarov 2014-01-09 02:41:12 +0400
  • 3006d5ef93 Added message translations for Russian Alexander Makarov 2014-01-09 02:29:46 +0400
  • c31e79f5c8 Added guide for contributing message translations Alexander Makarov 2014-01-09 02:29:28 +0400
  • e14cac638a Improved plural messages for validators Alexander Makarov 2014-01-09 02:26:56 +0400
  • a29df58516 Removed translations for messages intended for developers Alexander Makarov 2014-01-09 02:26:29 +0400
  • cc24345779 Added link to ICU Locale docs in order to clarify what are Yii::$app->language values Alexander Makarov 2014-01-09 01:08:23 +0400
  • 8e013aacd0 Fixes #1633: fixed scenarios for User model in advanced application allowing setting default values for User model Alexander Makarov 2014-01-09 00:49:03 +0400
  • 33d18c47dc Added readme line for advanced app change Alexander Makarov 2014-01-08 23:00:37 +0400
  • c98d1fb9a6 Adjusted advanced application template docs to reflect DB config movement Alexander Makarov 2014-01-08 22:52:34 +0400
  • 0f87c990f9 Advanced app template: moved database connection DSN, login and password to -local config not to expose it to VCS Alexander Makarov 2014-01-08 22:44:33 +0400
  • 2619fb096d UplodedFile enhasement andrey 2014-01-08 20:42:09 +0200
  • 006a139ed3 UplodedFile enhasement andrey 2014-01-08 20:41:16 +0200
  • 264e61101a UplodedFile enhasement andrey 2014-01-08 20:10:32 +0200
  • 5f3be6c7f7 default values for db\Connection username and password to null Carsten Brandt 2014-01-08 18:57:47 +0100
  • 29693f68fd UplodedFile enhasement andrey 2014-01-08 19:55:16 +0200
  • f53f62c134 updated extension changelog. Qiang Xue 2014-01-08 11:33:05 -0500
  • a861994f19 Fixes #1835: `CheckboxColumn` now renders checkboxes whose values are the corresponding data key values Qiang Xue 2014-01-08 10:48:16 -0500
  • b89cd9266b Fixes #1827: Debugger toolbar is loaded twice if an action is calling `run()` to execute another action Qiang Xue 2014-01-08 10:39:10 -0500
  • c9c1041a61 Added support for installing packages conforming to PSR-4 standard Qiang Xue 2014-01-08 09:22:25 -0500
  • e123428c94 Changed Yii autoloader to support loading PSR-4 classes only (i.e. PEAR-styled classes not supported anymore) Qiang Xue 2014-01-08 09:11:26 -0500
  • 3902cada7f Merge pull request #1832 from munawer-t/master Alexander Makarov 2014-01-08 03:54:36 -0800
  • 45a6cbdbf5 PhpDoc fixes munawer-t 2014-01-08 17:19:52 +0530
  • 8c5372b068 Merge branch 'master' of github.com:yiisoft/yii2 Paul Klimov 2014-01-08 13:49:05 +0200
  • 80d725895f Issue #1817 added to CHANGELOG Paul Klimov 2014-01-08 13:48:17 +0200
  • 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