Commit Graph

  • a2aa4ff858 cleanup Command interface, alpha ready Carsten Brandt 2013-11-25 20:40:21 +0100
  • 40fc84b342 cleanup & docs Carsten Brandt 2013-11-25 20:29:35 +0100
  • 5164a1671c finalized Query interface + general cleanup Carsten Brandt 2013-11-25 20:12:45 +0100
  • c929268b25 Mongo classes created as blank. Paul Klimov 2013-11-25 17:06:31 +0200
  • 025d36cbec even more on random test failure Carsten Brandt 2013-11-25 16:05:49 +0100
  • 084f6666f1 Merge branch 'master' into elasticsearch Carsten Brandt 2013-11-25 15:49:06 +0100
  • e2ff98ab53 fixed broken sphinx AR::attributes() declaration Carsten Brandt 2013-11-25 15:34:26 +0100
  • efef49b381 updated properties of extensions Carsten Brandt 2013-11-25 15:33:59 +0100
  • 8be4f3778a updated properties of extensions Carsten Brandt 2013-11-25 15:33:59 +0100
  • 2691299b42 display elasticsearch version in travis Carsten Brandt 2013-11-25 14:52:03 +0100
  • de1b533a08 fixed cubrid limit Carsten Brandt 2013-11-25 14:52:36 +0100
  • 3cb366020a added redis Session Carsten Brandt 2013-11-25 14:39:21 +0100
  • d56e020109 more random test fixes Carsten Brandt 2013-11-25 14:07:30 +0100
  • c61ebcc5b7 Mongo connection advanced. Paul Klimov 2013-11-25 14:34:22 +0200
  • c1febb74ff reduce randomness in test results Carsten Brandt 2013-11-25 13:29:54 +0100
  • b5c73a3724 allow redis connection to be configure directly in cache Carsten Brandt 2013-11-25 13:21:54 +0100
  • 38e5788e5c Merge branch 'master' of github.com:yiisoft/yii2 Carsten Brandt 2013-11-25 13:10:27 +0100
  • 613758dda5 refactored elasticsearch COnnection and Command Carsten Brandt 2013-11-25 13:09:38 +0100
  • ae0f04be99 Mongo extension created as blank. Paul Klimov 2013-11-25 14:05:22 +0200
  • 8792f21f57 more docs Carsten Brandt 2013-11-25 03:33:37 +0100
  • c6318050d9 removed unneeded setting. Qiang Xue 2013-11-24 21:29:11 -0500
  • b081cf5e46 moved elasticsearch to extensions Carsten Brandt 2013-11-25 03:14:27 +0100
  • f6811002ca Merge branch 'master' into elasticsearch Carsten Brandt 2013-11-25 03:21:08 +0100
  • 0b13c43466 refactored redis cache. Qiang Xue 2013-11-24 20:48:40 -0500
  • 9b8f44a82b updated ext composer.json for issue labels Carsten Brandt 2013-11-25 02:31:23 +0100
  • e837e44ac1 updated ext composer.json for issue labels Carsten Brandt 2013-11-25 02:31:23 +0100
  • 8ac2b7364d moved redis to extensions Carsten Brandt 2013-11-25 02:23:51 +0100
  • 4c1b823d03 fixed whitespaces Qiang Xue 2013-11-24 18:56:34 -0500
  • 2cd0a2cdba docs Carsten Brandt 2013-11-25 00:47:10 +0100
  • d2614875e0 update composer to include sphinx Qiang Xue 2013-11-24 18:14:54 -0500
  • b259f991c5 Added initial steps about configuring DB-based RBAC Alexander Makarov 2013-11-25 02:54:31 +0400
  • 13f6a11277 Merge pull request #1259 from klimov-paul/sphinx Qiang Xue 2013-11-24 14:42:43 -0800
  • 4b353c7bce Fixes #1297: CSRF not generated on error pages Qiang Xue 2013-11-24 17:41:09 -0500
  • 72dd86df15 fixes #1158 mentioned @web alias in docs Alexander Makarov 2013-11-25 02:36:52 +0400
  • 78af586cd7 Merged RBAC draft into authorization Alexander Makarov 2013-11-25 02:22:46 +0400
  • 325fc28182 several fixes and cleanup Carsten Brandt 2013-11-24 22:46:13 +0100
  • 47705f0bc9 corrected assertations for test on #1310 Carsten Brandt 2013-11-24 20:58:28 +0100
  • b6b2689853 Merge branch 'master' into elasticsearch Carsten Brandt 2013-11-24 20:51:26 +0100
  • af5d87ac4d renamed elasticsearch PK to id Carsten Brandt 2013-11-24 20:49:12 +0100
  • 643593737d added test case for #1310 Carsten Brandt 2013-11-24 20:45:50 +0100
  • cf73f40d79 Merge pull request #1309 from nineinchnick/batch-insert Qiang Xue 2013-11-24 11:36:57 -0800
  • 1de06faa3b Fixes #1253 Qiang Xue 2013-11-24 14:18:33 -0500
  • 0b43aa4f81 Fixes #1310: ActiveRelation does not preserve order of items on find via() and viaTable() Qiang Xue 2013-11-24 13:47:40 -0500
  • 6920da4a80 fixed limit/offset for sqlite,mysql and cubrid Carsten Brandt 2013-11-24 19:22:51 +0100
  • f017ba357f refactored unit tests. put common AR tests in trait Carsten Brandt 2013-11-24 19:18:16 +0100
  • e4e376ba28 fixed test break. Qiang Xue 2013-11-24 11:52:50 -0500
  • 858326c074 Fixed test break. Qiang Xue 2013-11-24 11:51:55 -0500
  • 039ed688cf Fixes #1301: fixed scenario generation when there are "except" scenarios. Qiang Xue 2013-11-24 10:23:22 -0500
  • e9fcde3264 support for batch insert in sqlite older than 3.7.11 John Was 2013-11-24 11:53:27 +0100
  • 337b1b08b5 Fixes #1298: supporting route with trailing slash. Qiang Xue 2013-11-23 23:22:58 -0500
  • 210cbda732 Fixes #1296: stricter check of dashes in route. Qiang Xue 2013-11-23 23:05:06 -0500
  • 983b2286ba elasticsearch AR relations + null values Carsten Brandt 2013-11-24 04:07:25 +0100
  • 69fa7bab6b Fixes #1307: move batchInsert() to base class. Qiang Xue 2013-11-23 20:44:36 -0500
  • a1d2ab6d93 Merge pull request #1308 from kk86bioinfo/patch-1 Qiang Xue 2013-11-23 17:25:57 -0800
  • 3a9b6da55b Update apps-advanced.md kk_loke86 2013-11-24 09:13:50 +0800
  • 58b1538b39 refactored elasticsearch Querybuilder build conditions Carsten Brandt 2013-11-24 02:00:27 +0100
  • f8b53197ac Merge branch 'master' into elasticsearch Carsten Brandt 2013-11-24 00:32:43 +0100
  • e15860c3fa more on elasticsearch Query interface added facet search Carsten Brandt 2013-11-24 00:30:36 +0100
  • 7b0ba10d31 Fixes #1248: url manager didn't handle array parameters well. Qiang Xue 2013-11-23 13:13:12 -0500
  • 04739a0876 Merge pull request #1304 from pmoust/revokeAll Qiang Xue 2013-11-23 10:06:28 -0800
  • 02e1f8d50e travis: speed up composer Carsten Brandt 2013-11-23 18:57:56 +0100
  • 10fc8e4a5d fixes #1306 Carsten Brandt 2013-11-23 18:50:40 +0100
  • de0ce94482 fixed travis and composer issue Carsten Brandt 2013-11-23 18:46:30 +0100
  • a0a3c36c39 make travis work Carsten Brandt 2013-11-23 18:38:06 +0100
  • c10e8af824 fixed array helper test Carsten Brandt 2013-11-23 18:36:26 +0100
  • 9288efb924 fixed Sort test Carsten Brandt 2013-11-23 18:27:58 +0100
  • 3c1596c9ca some clarification on model docs Carsten Brandt 2013-11-23 18:17:39 +0100
  • 1ae4103b9d fixed Sort::params to be retrieved from Request instead of $_GET Carsten Brandt 2013-11-23 18:08:14 +0100
  • 679da53390 polished Query API Carsten Brandt 2013-11-23 18:07:19 +0100
  • 5a8afcf720 "yii\sphinx\ActiveQuery" updated to throw exception on conflict between "asArray" and "snippetByModel" options. Klimov Paul 2013-11-23 18:42:43 +0200
  • ec37003a9a revokeAll() implementation for PhpManager Panagiotis Moustafellos 2013-11-23 18:36:40 +0200
  • 234feabaac revokeAll() implementation for DbManager Panagiotis Moustafellos 2013-11-23 18:36:19 +0200
  • 8eb3b53f2a added abstract function revokeAll() Panagiotis Moustafellos 2013-11-23 18:35:28 +0200
  • 2c22fe3f25 Code style and docs at "yii\sphinx\*" fixed. Klimov Paul 2013-11-23 18:22:54 +0200
  • e16fb9596b indentation fix Panagiotis Moustafellos 2013-11-23 18:21:26 +0200
  • 454a9ee52e fixes #1303: Security::decrypt now returns null w/o error when null is passed as $data Alexander Makarov 2013-11-23 19:44:03 +0400
  • 5e1154217a Merge pull request #1302 from docsolver/patch-1 Alexander Makarov 2013-11-23 07:16:47 -0800
  • d32813f38d Added link to new RBAC page Vincent 2013-11-23 16:04:03 +0100
  • c6347d6d01 polished elasticsearch AR api, added mget and fixed AR::equals() Carsten Brandt 2013-11-23 15:26:00 +0100
  • 5727855227 added link to forum thread Carsten Brandt 2013-11-23 15:23:00 +0100
  • 3a73277c93 Merge pull request #1300 from docsolver/master Carsten Brandt 2013-11-23 06:21:55 -0800
  • 5b785bf778 Basic information about RBAC Vincent 2013-11-23 14:44:38 +0100
  • dc8670c98e RBAC documentation Vincent De Munck 2013-11-23 14:39:55 +0100
  • 820f840ce3 added revokeAll() test Panagiotis Moustafellos 2013-11-23 15:30:15 +0200
  • 426223af1d more query methods and fixes Carsten Brandt 2013-11-23 07:41:12 +0100
  • 779d6b6e96 fixed count and asArray() Carsten Brandt 2013-11-23 07:40:40 +0100
  • 39ff11a374 first draft of elasticsearch AR Carsten Brandt 2013-11-23 06:30:36 +0100
  • 9f12185362 elasticsearch ActiveRelation and activeQuery Carsten Brandt 2013-11-23 03:26:52 +0100
  • d8feaeb93b refactored redis AR Query::scalar() Carsten Brandt 2013-11-23 03:20:49 +0100
  • bd589620d8 Merge branch 'master' into elasticsearch Carsten Brandt 2013-11-23 03:02:35 +0100
  • a07facf434 Refactored hasMany and hasOne so that they support cross-DBMS relationship. Qiang Xue 2013-11-22 20:47:39 -0500
  • e0fcecf222 implemented base index and data manipulation api Carsten Brandt 2013-11-23 02:27:00 +0100
  • a95d54ccb7 Merge pull request #905 from yiisoft/redis Qiang Xue 2013-11-22 17:26:19 -0800
  • 863f523896 removed unused asset.php files Carsten Brandt 2013-11-23 02:16:19 +0100
  • 0d0f1c2b5d fixed composer.json autoload pathes Carsten Brandt 2013-11-23 01:49:53 +0100
  • d8dbe5a4d3 fixed c&p error Carsten Brandt 2013-11-23 00:31:12 +0100
  • 999b42555d allow installing yii2-dev and get the Yii.php file in the same place Carsten Brandt 2013-11-22 22:48:37 +0100
  • 898bbf3311 updated dev composer.json dependencies Carsten Brandt 2013-11-22 21:28:58 +0100
  • 29d02d623c added composer.json for yii2-dev package Carsten Brandt 2013-11-22 20:49:55 +0100
  • 8341a59717 Merge branch 'master' into elasticsearch Carsten Brandt 2013-11-22 20:19:49 +0100