Commit Graph

  • 11727d52bd Duplicate marsuboss 2013-11-19 11:37:43 +0100
  • 2c92fc89de Merge pull request #1229 from marsuboss/patch-2 Paul Klimov 2013-11-19 02:05:08 -0800
  • 4d54319e35 Duplicate marsuboss 2013-11-19 10:56:47 +0100
  • e368671636 changed magic property to getter call in Pagination Carsten Brandt 2013-11-19 09:43:05 +0100
  • cffb55a260 Fixes #1227: help command displays invalid module command list Qiang Xue 2013-11-18 22:52:30 -0500
  • a69fa1bfed Do not render debug toolbar in ajax request. Qiang Xue 2013-11-18 20:52:28 -0500
  • b6cc8c0066 Fixes #1149: Filter out already included javascript files requested via ajax. Qiang Xue 2013-11-18 20:38:04 -0500
  • 49da1b4aad Fixes #1225: doc fix. Qiang Xue 2013-11-18 12:27:58 -0500
  • 8d4bf893e1 Fixes #1221: make it easier to subclass BaseDataProvider with custom pagination. Qiang Xue 2013-11-18 11:23:11 -0500
  • 6bfc888c8f Sphinx Active Relation created Paul Klimov 2013-11-18 16:56:28 +0200
  • c355fed280 Sphinx test delta index added Paul Klimov 2013-11-18 16:12:59 +0200
  • 01df011ea3 Sphinx Query updated to implement QueryInterface. Paul Klimov 2013-11-18 15:53:45 +0200
  • bd79e1c1be Sphinx Active Record saving via 'replace' converted into fallback Paul Klimov 2013-11-18 15:36:06 +0200
  • cd3950aaa7 Sphinx Active Record saving advanced to use 'replace' for runtime indexes Paul Klimov 2013-11-18 14:03:42 +0200
  • 102f386873 Index schema type support added to Sphinx Paul Klimov 2013-11-18 13:36:17 +0200
  • bbb5e1dba2 Redundant support of schema name removed from Sphinx Paul Klimov 2013-11-18 12:50:19 +0200
  • 1c5a6835e9 Merge branch 'master' of github.com:yiisoft/yii2 Carsten Brandt 2013-11-17 21:09:46 +0100
  • 09a3300b7c refactored redis cache, added mset() Carsten Brandt 2013-11-17 21:09:13 +0100
  • 2230ecb185 Edited model.md up to Validation Larry Ullman 2013-11-17 11:50:46 -0500
  • e1065ef1fc "snippetByModel" option added to Sphinx Active Query. Klimov Paul 2013-11-17 17:02:47 +0200
  • c768ee7196 Just started editing Larry Ullman 2013-11-17 09:49:50 -0500
  • a0824422b2 removed duplicate assignment of primaryKey in cubrid Carsten Brandt 2013-11-17 15:43:05 +0100
  • 386b58b2a1 Snippet call options added to Sphinx Query. Klimov Paul 2013-11-17 16:26:58 +0200
  • f2e76fe3d9 Merge pull request #1217 from egorpromo/events-enhancement Qiang Xue 2013-11-17 05:50:20 -0800
  • 4d720389c3 It is more obviouse what to pass in trigger() method egorpromo 2013-11-17 19:48:27 +0700
  • 7fb4bfdd21 Sphinx Active Query fixed Klimov Paul 2013-11-17 14:09:22 +0200
  • cfb3e98bf6 Merge branch 'master' of github.com:yiisoft/yii2 into sphinx Klimov Paul 2013-11-17 14:02:29 +0200
  • a2fe128455 refactored query and relation. Qiang Xue 2013-11-17 00:02:27 -0500
  • 684ee633f7 removed unneeded check. Qiang Xue 2013-11-16 23:38:04 -0500
  • c7ff329e3c doc fix. Qiang Xue 2013-11-16 21:30:34 -0500
  • 1c24b3e0d8 removed TestCase and WebTestCase. Qiang Xue 2013-11-16 21:30:20 -0500
  • 8106cdedbf Implemented DB fixture manager. Qiang Xue 2013-11-16 21:19:34 -0500
  • 83ab0f0655 minor refactoring Qiang Xue 2013-11-16 20:39:51 -0500
  • 979e8d1619 Replaced assertTrue(file_exists with assertFileExists in FileHelperTest Alexander Makarov 2013-11-17 04:19:57 +0400
  • 1a7a15a3ef Implemented mset, madd for cache. Added tests. Alexander Makarov 2013-11-17 04:00:30 +0400
  • 6a4ed5a1e8 fixed cubrid schema primary key detection Carsten Brandt 2013-11-17 00:41:56 +0100
  • 4e32b77513 Merge pull request #1211 from docsolver/patch-1 Alexander Makarov 2013-11-16 15:24:46 -0800
  • 4231724ebf Clarification about clientOptions and using JUI in AR form docsolver 2013-11-17 00:14:02 +0100
  • 5fc51f1ad9 Merge pull request #1094 from pmoust/cache-mset Alexander Makarov 2013-11-16 14:24:17 -0800
  • ad6411cae2 Fixed LoginForm::getUserByUsername Alexander Makarov 2013-11-17 02:18:51 +0400
  • c16485663b Merge pull request #1209 from egorpromo/eliminating-get-in-request Qiang Xue 2013-11-16 13:55:30 -0800
  • a6cb556e21 Fixes #1204: the length of primary key for migration table is too long. Qiang Xue 2013-11-16 16:42:03 -0500
  • 5795522fc2 Use Yii::$app->user->login result in LoginForm Alexander Makarov 2013-11-16 22:16:10 +0400
  • effc41c1cf minor refactoring. Qiang Xue 2013-11-16 12:41:56 -0500
  • 256ceee7fe Merge pull request #1208 from cebe/ar-pk-public Qiang Xue 2013-11-16 09:36:12 -0800
  • 4e80dc54c2 removed hard dependency of Pagination -> web\Request Carsten Brandt 2013-11-16 17:24:05 +0100
  • c16c181247 Must be one method to get _GET. getGet() is just duplication egorpromo 2013-11-16 23:25:44 +0700
  • f217948bf4 fixed test break after #1207 Carsten Brandt 2013-11-16 17:08:47 +0100
  • 0c505fcad8 Merge pull request #1207 from egorpromo/eliminate_get Carsten Brandt 2013-11-16 08:04:17 -0800
  • 77840adf65 Made ActiveRecord::isPrimaryKey() public Carsten Brandt 2013-11-16 16:53:50 +0100
  • 5b36503ca8 One less SQL query for login sequence in basic and advanced apps Alexander Makarov 2013-11-16 19:38:43 +0400
  • d6ddfd7bb3 Methods "callSnippets()" and "callKeywords()" added to Sphinx Active Record Klimov Paul 2013-11-16 17:14:15 +0200
  • a446f3a586 Eliminating egorpromo 2013-11-16 21:14:53 +0700
  • 0bc91f29e7 Sphinx Active Record relation handling provided. Klimov Paul 2013-11-16 15:32:03 +0200
  • f228f21541 "ActiveRelationInterface" applied to Sphinx Active Record. Klimov Paul 2013-11-16 15:10:33 +0200
  • b06caa297b Fixes #1206. Qiang Xue 2013-11-16 08:00:39 -0500
  • 62968971b6 Sphinx unit test "ActiveRelationTest" created. Klimov Paul 2013-11-16 14:54:24 +0200
  • f39415cda5 array syntax fix. Qiang Xue 2013-11-15 10:15:25 -0500
  • ffded7a1b5 array syntax fix. Qiang Xue 2013-11-15 10:15:25 -0500
  • fa08674261 "yii\sphinx\ActiveQuery" refactored. "yii\sphinx\Schema" caching fixed. Paul Klimov 2013-11-15 16:31:18 +0200
  • 542477c323 typo fix. Qiang Xue 2013-11-15 09:18:30 -0500
  • 6992cc2c73 Fixes #1196. Qiang Xue 2013-11-15 08:44:59 -0500
  • 93ca701a10 Merge branch 'master' of github.com:yiisoft/yii2 into sphinx Paul Klimov 2013-11-15 12:17:22 +0200
  • 37862b6ee2 Unsupported "update counters" feature removed from Sphinx Active Record. Paul Klimov 2013-11-15 11:30:24 +0200
  • 42a58870fe moved db interfaces and traits back to yii/db. Qiang Xue 2013-11-14 22:01:26 -0500
  • 3106105ed0 changed color setting. Qiang Xue 2013-11-14 15:36:38 -0500
  • d6c388299d Sphinx ActiveRecord added as blank. Klimov Paul 2013-11-14 22:12:31 +0200
  • c7b430cf55 removed extra line. Qiang Xue 2013-11-14 12:42:27 -0500
  • 6593c8cea4 Unit test for "yii\sphinx\Query" advanced Klimov Paul 2013-11-14 19:39:08 +0200
  • 9459b44022 Composite primary key support removed from Sphinx schema. Klimov Paul 2013-11-14 19:27:21 +0200
  • 47a2e211d6 Separated method "match" added to "yii\sphinx\Query" Klimov Paul 2013-11-14 19:15:18 +0200
  • 8775e25ca6 Added readme and updated test helper classes. Qiang Xue 2013-11-14 11:11:51 -0500
  • 220e6dc42d Added readme about tests. Qiang Xue 2013-11-14 11:05:09 -0500
  • cd7a4a6745 fixed functional test. Qiang Xue 2013-11-14 10:36:35 -0500
  • b44921126b Merge pull request #1097 from yiisoft/db-traits Qiang Xue 2013-11-14 05:27:00 -0800
  • 8250cfbb0f reverted change of count() signature Carsten Brandt 2013-11-14 08:06:57 +0100
  • 368dd4b1d4 Allow Validator::except to be either a string or an array. Qiang Xue 2013-11-13 19:50:19 -0500
  • 71a619d2ae Merge pull request #1200 from zhuravljov/master Carsten Brandt 2013-11-13 15:15:59 -0800
  • c5ee83bffb Fixed gii after merge #1184 KiTE 2013-11-13 23:54:27 +0200
  • 1acdbb741c moved indexBy() trait -> interface + removed findWith from interface Carsten Brandt 2013-11-13 19:57:32 +0100
  • 51faa62eca updated interface and trait php-doc in yii\ar Carsten Brandt 2013-11-13 19:52:14 +0100
  • 0275a2244f Option array value support added to "yii\sphinx\Query" Klimov Paul 2013-11-13 20:48:05 +0200
  • ced7ee1b8a dataprovider: reset orderBy when counting Carsten Brandt 2013-11-13 19:47:35 +0100
  • 9448c3d471 added unit tests for active dataprovider and fixed query tests Carsten Brandt 2013-11-13 19:35:44 +0100
  • aae221ddea Methods "replace()" and "batchReplace()" added to "yii\sphinx\Command" Klimov Paul 2013-11-13 20:33:32 +0200
  • 0839ceb598 Parameter "options" added to "yii\sphinx\Command::update()" Klimov Paul 2013-11-13 20:04:07 +0200
  • 65338972c7 refactored ActiveRecord classes to use Interfaces and traits Carsten Brandt 2013-11-13 18:42:50 +0100
  • 6fd0f0da19 Merge pull request #1197 from slavcodev/asset-dir Qiang Xue 2013-11-13 08:19:23 -0800
  • 4c4f7bd708 Move AppAsset from config to assets directory slavcodev 2013-11-13 18:17:05 +0200
  • c8c7f59d69 Merge branch 'master' into db-traits Carsten Brandt 2013-11-13 17:00:52 +0100
  • b8e31d50bb renamed AR trait classes Carsten Brandt 2013-11-13 16:50:30 +0100
  • 36da1617e8 "yii\sphinx\Query" has been composed, unit test for it added. Paul Klimov 2013-11-13 17:10:56 +0200
  • 6b5b99764f Options support for "yii\sphinx\Command::callSnippet()" added. Paul Klimov 2013-11-13 15:52:03 +0200
  • 5b0886f10b Allow "on" and "attributes" to take either array or string for validators. Qiang Xue 2013-11-13 08:45:12 -0500
  • 447bad5a12 Merge pull request #1184 from slavcodev/only-arrays-in-rules Qiang Xue 2013-11-13 05:37:43 -0800
  • 75dc290a24 Fixes #1193 Qiang Xue 2013-11-13 08:31:49 -0500
  • 36c28bee4f Fixes #1191 Qiang Xue 2013-11-13 08:28:55 -0500
  • da93d9b4ba Fixes #1195. Qiang Xue 2013-11-13 08:25:07 -0500
  • 2d86618644 Merge branch 'master' of github.com:yiisoft/yii2 Qiang Xue 2013-11-13 08:23:01 -0500
  • 2f8ee2a8b0 typo fix. Qiang Xue 2013-11-13 08:22:55 -0500