Commit Graph

  • 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
  • ed98df5cd8 fixed broken UniqueValidator Carsten Brandt 2013-11-22 19:20:46 +0100
  • 6995e8ddd0 removed call to nonexistsend property Carsten Brandt 2013-11-22 19:02:27 +0100
  • 4459cb4f2b cleanup redis AR Carsten Brandt 2013-11-22 19:01:33 +0100
  • cb4504a10f refactored Model and redis AR to allow drop of RecordSchema Carsten Brandt 2013-11-22 18:17:31 +0100
  • 8542448f20 refactored redis AR to relect the latest changes Carsten Brandt 2013-11-22 17:29:05 +0100
  • 275583687b "yii\swiftmailer\Mailer::createSwiftObject()" simplified. Paul Klimov 2013-11-22 16:46:31 +0200
  • b20e57688a "yii\swiftmailer\Mailer::createSwiftObject()" simplified. Paul Klimov 2013-11-22 16:46:31 +0200
  • bc4324c041 Merge branch 'master' into redis Carsten Brandt 2013-11-22 15:04:08 +0100
  • 704f9105f4 fixed typo Alexander Makarov 2013-11-22 16:19:51 +0400
  • 75aa665930 Fixes #1222: refactored jui/Widget, intorduced jui/Slider and jui/SliderInput Alexander Makarov 2013-11-22 16:08:24 +0400
  • 400b5310ca Docs for Sphinx extension updated. Paul Klimov 2013-11-22 14:06:32 +0200
  • 01c269a912 Redundant typecast removed from yii\sphinx\ActiveRecord::create() Paul Klimov 2013-11-22 13:37:43 +0200
  • c1b5946d40 yii\sphinx\Command reworked to extend yii\db\Command. yii\sphinx\DataReader removed. Paul Klimov 2013-11-22 13:26:42 +0200
  • 433ffb2e48 Merge branch 'master' of github.com:yiisoft/yii2 into sphinx Paul Klimov 2013-11-22 13:02:06 +0200
  • 22439d3378 Merge pull request #1291 from kartik-v/patch-3 Alexander Makarov 2013-11-22 02:39:43 -0800
  • 998d0f71fa Correct Nav.php comments/PHP doc to reflect BS3 dropdown support. Kartik Visweswaran 2013-11-22 16:06:27 +0530
  • 158db15587 Correct Nav.php comments/PHP doc to reflect BS3 dropdown support. Kartik Visweswaran 2013-11-22 16:03:27 +0530
  • 1c2c7ca250 Correct Nav.php comments/PHP doc to reflect BS3 dropdown support. Kartik Visweswaran 2013-11-22 15:35:25 +0530
  • 257c4fcb55 Added example for dividers to bootstrap Nav Carsten Brandt 2013-11-22 00:38:07 +0100
  • 28131d099c Merge pull request #1283 from zeeke/master Carsten Brandt 2013-11-21 13:58:12 -0800
  • 4941db1eee Checkboxlist documentation fix Andrea Panattoni 2013-11-21 22:37:03 +0100
  • 576d4e8dda Added "Using controller action to render errors" Alexander Makarov 2013-11-22 00:12:37 +0400
  • 2e459092f5 Merge pull request #1279 from sergon/patch-7 Paul Klimov 2013-11-21 06:44:32 -0800
  • ff92af3f0b Fix doc Sergey Gonimar 2013-11-21 19:43:10 +0500
  • e3784e4532 Merge pull request #1277 from cebe/grid-detail-view-consistency Qiang Xue 2013-11-21 06:30:46 -0800
  • c7ef701d8a Renamed DetailView attribute type to format Carsten Brandt 2013-11-21 15:17:16 +0100
  • f3ab5d999b encode email in Formatter Carsten Brandt 2013-11-21 14:44:40 +0100
  • 248e0cb916 Added default status code setting. Qiang Xue 2013-11-21 08:41:04 -0500
  • c520cf1a60 "yii\swiftmailer\Mailer" transport setup has been advanced to support constructor arguments and plugins. Paul Klimov 2013-11-21 14:46:04 +0200
  • 02c0bfcb56 "yii\swiftmailer\Mailer" transport setup has been advanced to support constructor arguments and plugins. Paul Klimov 2013-11-21 14:46:04 +0200
  • 18af6984fc Merge branch 'sphinx' of github.com:klimov-paul/yii2 into sphinx Paul Klimov 2013-11-21 13:43:11 +0200
  • 765d47d00d Sphinx Active Record updated to be compatible with ActiveDataProvider. Paul Klimov 2013-11-21 13:41:35 +0200
  • 1c54089423 Merge pull request #1272 from sergebezborodov/fix-rbac-select Carsten Brandt 2013-11-21 03:01:52 -0800
  • 1259b0dac6 fix rbac select statement Serge Bezborodov 2013-11-21 12:53:00 +0200
  • c26ebed13f Merge pull request #1250 from kartik-v/patch-1 Alexander Makarov 2013-11-21 02:20:44 -0800
  • 817cbc175a Comments cleanup. Kartik Visweswaran 2013-11-21 15:42:52 +0530
  • b979d3b024 Reverted closeButton Kartik Visweswaran 2013-11-21 15:36:43 +0530
  • 62493188a2 Nomenclature and code realignment. Kartik Visweswaran 2013-11-21 15:32:07 +0530
  • 58bac36fbc better nginx config Carsten Brandt 2013-11-21 10:55:49 +0100
  • dc4e06169e Merge pull request #1269 from Bethrezen/master Carsten Brandt 2013-11-21 01:02:51 -0800
  • 7c7ef6000a guide about using bootstrap less files Carsten Brandt 2013-11-21 10:00:26 +0100
  • 4fcad2b347 Include Schema in new migrations by default bethrezen 2013-11-21 12:26:01 +0400
  • 9e1fa1f7a4 Added code example. Qiang Xue 2013-11-20 22:56:21 -0500
  • 423ce83798 adjusted log place. Qiang Xue 2013-11-20 22:53:43 -0500
  • 33f4a142ee fixes invalid value in controller redirect Carsten Brandt 2013-11-21 01:56:42 +0100
  • 5d7807860c linked the upgrade section to guide articles Carsten Brandt 2013-11-21 00:59:17 +0100
  • e700ca0a97 more on yii basics Carsten Brandt 2013-11-21 00:45:58 +0100
  • bcfb1eaf2e updated application guide and index Carsten Brandt 2013-11-21 00:34:32 +0100
  • d775814602 restructuring guide index.md and structure Carsten Brandt 2013-11-21 00:16:53 +0100
  • 987d9ab5f0 Added assets section to the guide Alexander Makarov 2013-11-21 03:07:16 +0400
  • 6c5e8e4031 Fixes #1222: removed Slider widget from JUI extension since it's not input widget and a wrapper doesn't really add anything Alexander Makarov 2013-11-21 01:23:54 +0400
  • c6ecf4f2de Fixed public property naming. Qiang Xue 2013-11-20 16:04:38 -0500
  • fb945866c7 Fixes #1255: typecast empty string to null for non-string DB columns. Qiang Xue 2013-11-20 16:00:10 -0500
  • c5e8aabe05 Fixes #1245: LinkPager now renders disabled links as spans preventing these to be clickable Alexander Makarov 2013-11-21 00:38:48 +0400
  • 900100c29e Merge pull request #1258 from cebe/self-static Qiang Xue 2013-11-20 12:29:04 -0800
  • 182dfb39dc Added warning log when access to gii and debugger is denied due to IP restriction. Qiang Xue 2013-11-20 15:26:45 -0500
  • a82330b212 reverted duplicated fix for #1244 Carsten Brandt 2013-11-20 21:09:30 +0100