Commit Graph

219 Commits

Author SHA1 Message Date
Paul Klimov
3b5ee4fbe9 Mongo Command created. 2013-11-26 17:03:08 +02:00
Carsten Brandt
1c08c06da8 implemented connection based on CUrl
far better than depending on fat guzzle
2013-11-25 23:32:54 +01:00
Carsten Brandt
5164a1671c finalized Query interface + general cleanup 2013-11-25 20:12:45 +01:00
Paul Klimov
c929268b25 Mongo classes created as blank. 2013-11-25 17:06:31 +02:00
Carsten Brandt
d56e020109 more random test fixes 2013-11-25 14:07:30 +01:00
Paul Klimov
c61ebcc5b7 Mongo connection advanced. 2013-11-25 14:34:22 +02:00
Carsten Brandt
c1febb74ff reduce randomness in test results 2013-11-25 13:29:54 +01:00
Carsten Brandt
613758dda5 refactored elasticsearch COnnection and Command 2013-11-25 13:09:38 +01:00
Paul Klimov
ae0f04be99 Mongo extension created as blank. 2013-11-25 14:05:22 +02:00
Carsten Brandt
b081cf5e46 moved elasticsearch to extensions 2013-11-25 03:23:12 +01:00
Carsten Brandt
f6811002ca Merge branch 'master' into elasticsearch
* master: (59 commits)
  updated ext composer.json for issue labels
  moved redis to extensions
  fixed whitespaces
  update composer to include sphinx
  Added initial steps about configuring DB-based RBAC
  Fixes #1297: CSRF not generated on error pages
  fixes #1158 mentioned @web alias in docs
  Merged RBAC draft into authorization
  "yii\sphinx\ActiveQuery" updated to throw exception on conflict between "asArray" and "snippetByModel" options.
  Code style and docs at "yii\sphinx\*" fixed.
  Docs for Sphinx extension updated.
  Redundant typecast removed from yii\sphinx\ActiveRecord::create()
  yii\sphinx\Command reworked to extend yii\db\Command. yii\sphinx\DataReader removed.
  Sphinx Active Record updated to be compatible with ActiveDataProvider.
  Sphinx documentation updated.
  Sphinx documentation updated.
  Sphinx has many relation test prepared.
  Sphinx Query refactored.
  Create relation methods added to Sphinx Active Record.
  Sphinx Query Builder updated to respect column types for where statements
  ...
2013-11-25 03:21:08 +01:00
Carsten Brandt
8ac2b7364d moved redis to extensions 2013-11-25 02:27:04 +01:00
Qiang Xue
13f6a11277 Merge pull request #1259 from klimov-paul/sphinx
Sphinx fulltext search engine integration
2013-11-24 14:42:43 -08:00
Paul Klimov
b20e57688a "yii\swiftmailer\Mailer::createSwiftObject()" simplified. 2013-11-22 16:46:31 +02:00
Paul Klimov
400b5310ca Docs for Sphinx extension updated. 2013-11-22 14:06:32 +02:00
Paul Klimov
c1b5946d40 yii\sphinx\Command reworked to extend yii\db\Command.
yii\sphinx\DataReader removed.
2013-11-22 13:26:42 +02:00
Paul Klimov
433ffb2e48 Merge branch 'master' of github.com:yiisoft/yii2 into sphinx 2013-11-22 13:02:06 +02:00
Paul Klimov
02c0bfcb56 "yii\swiftmailer\Mailer" transport setup has been advanced to support constructor arguments and plugins. 2013-11-21 14:46:04 +02:00
Paul Klimov
765d47d00d Sphinx Active Record updated to be compatible with ActiveDataProvider. 2013-11-21 13:41:35 +02:00
Paul Klimov
e19c9cebc6 Sphinx has many relation test prepared. 2013-11-20 13:14:21 +02:00
Paul Klimov
6a5b8d1904 Sphinx Query refactored. 2013-11-20 11:27:44 +02:00
Paul Klimov
6bfc888c8f Sphinx Active Relation created 2013-11-18 16:56:28 +02:00
Paul Klimov
bd79e1c1be Sphinx Active Record saving via 'replace' converted into fallback 2013-11-18 15:36:06 +02:00
Paul Klimov
102f386873 Index schema type support added to Sphinx 2013-11-18 13:36:17 +02:00
Klimov Paul
e1065ef1fc "snippetByModel" option added to Sphinx Active Query. 2013-11-17 17:02:47 +02:00
Klimov Paul
386b58b2a1 Snippet call options added to Sphinx Query. 2013-11-17 16:26:58 +02:00
Klimov Paul
d6ddfd7bb3 Methods "callSnippets()" and "callKeywords()" added to Sphinx Active Record 2013-11-16 17:14:15 +02:00
Klimov Paul
62968971b6 Sphinx unit test "ActiveRelationTest" created. 2013-11-16 14:54:24 +02:00
Paul Klimov
93ca701a10 Merge branch 'master' of github.com:yiisoft/yii2 into sphinx 2013-11-15 12:17:22 +02:00
Paul Klimov
37862b6ee2 Unsupported "update counters" feature removed from Sphinx Active Record. 2013-11-15 11:30:24 +02:00
Klimov Paul
d6c388299d Sphinx ActiveRecord added as blank. 2013-11-14 22:12:31 +02:00
Klimov Paul
6593c8cea4 Unit test for "yii\sphinx\Query" advanced 2013-11-14 19:39:08 +02:00
Klimov Paul
47a2e211d6 Separated method "match" added to "yii\sphinx\Query" 2013-11-14 19:15:18 +02:00
Klimov Paul
0275a2244f Option array value support added to "yii\sphinx\Query" 2013-11-13 20:48:05 +02:00
Klimov Paul
aae221ddea Methods "replace()" and "batchReplace()" added to "yii\sphinx\Command" 2013-11-13 20:33:32 +02:00
Klimov Paul
0839ceb598 Parameter "options" added to "yii\sphinx\Command::update()" 2013-11-13 20:04:07 +02:00
Paul Klimov
36da1617e8 "yii\sphinx\Query" has been composed, unit test for it added. 2013-11-13 17:10:56 +02:00
Paul Klimov
6b5b99764f Options support for "yii\sphinx\Command::callSnippet()" added. 2013-11-13 15:52:03 +02:00
Paul Klimov
cc156ba812 Methods "callSnippet" and "callKeywords" added to "yii\sphinx\Command" 2013-11-13 14:04:27 +02:00
Paul Klimov
07ad008d49 Sphinx unit tests advanced. 2013-11-13 12:23:28 +02:00
Paul Klimov
f4a8be1f68 Sphinx MVA insert and update resolved. 2013-11-12 17:07:13 +02:00
Paul Klimov
cbfa7e6129 "yii\sphinx\Command" and "yii\sphinx\QueryBuilder" extracted. 2013-11-12 16:15:37 +02:00
Paul Klimov
5a1b526ae8 "yii\sphinx\ColumnSchema' extracted. 2013-11-12 13:35:40 +02:00
slavcodev
b0b1c27c85 Fix phpDoc var tag format 2013-11-12 06:21:04 +02:00
Paul Klimov
6e3dfb8f68 "Sphinx" unit tests for "update" and "delete" added. 2013-11-11 16:14:27 +02:00
Paul Klimov
0f94ed39b6 "Sphinx" unit tests updated to expose runtime indexes. 2013-11-11 14:28:31 +02:00
Paul Klimov
fe3f7f2dde "Sphinx" extension files layout recomposed. 2013-11-11 11:30:35 +02:00
Qiang Xue
c298b543fb Revert "added FileMailer implementation of mailer interface"
This reverts commit 7d6d01b4bc.
2013-11-09 20:51:16 -05:00
Dmitry Erofeev
7d6d01b4bc added FileMailer implementation of mailer interface 2013-11-09 22:04:20 +04:00
Paul Klimov
b9fb97d68d Getters for 'yii\swiftmailer\Message' fixed. 2013-11-08 16:34:35 +02:00