Commit Graph

4221 Commits

Author SHA1 Message Date
Klimov Paul
50a7bfea68 Merge branch 'master' of github.com:yiisoft/yii2 into mongo 2013-12-01 20:12:31 +02:00
Qiang Xue
4e434f1afa improved README of apps. 2013-12-01 12:17:58 -05:00
Qiang Xue
2ca5a84588 Merge pull request #1379 from klimov-paul/travis-sphinx
Allow Travis to be run not only for YiiSoft
2013-12-01 08:09:39 -08:00
Klimov Paul
0b8784860f Moved sphinx source database setup into ".sh" file allowing to use relative file path. 2013-12-01 18:00:08 +02:00
Klimov Paul
cddb878360 ActiveRelationTrait::getModelKey() updated to work with non scalar keys. 2013-12-01 17:46:21 +02:00
Klimov Paul
1129d820ed Mongo Active Relation unit test fixed. 2013-12-01 17:45:18 +02:00
Klimov Paul
deffc7f2de Mongo Active Record reworked to extend BaseActiveRecord. 2013-12-01 17:39:50 +02:00
Klimov Paul
ac5e1748b7 Merge branch 'master' of github.com:yiisoft/yii2 into mongo 2013-12-01 17:24:04 +02:00
Klimov Paul
139450dad1 Mongo condition composition reworked to match original DB interface. 2013-12-01 17:18:53 +02:00
Qiang Xue
629d7f7193 Merge pull request #1378 from gitrad/master
Update requirements.php
2013-12-01 06:28:07 -08:00
Qiang Xue
d605864ae2 reverted 5425dc92c6 2013-12-01 09:25:14 -05:00
Qiang Xue
8d68044982 Fixes #1373: optimized FileHelper::filterPath 2013-12-01 08:59:53 -05:00
Qiang Xue
ae8ff09d02 Merge pull request #1376 from pmoust/patch-2
Update travis to exclude packs and display verbose text
2013-12-01 05:25:58 -08:00
Carsten Brandt
4565df9313 added debug panel for elasticsearch 2013-12-01 14:17:56 +01:00
Panagiotis Moustafellos
a337a1b3ff Update travis to exclude packs and display verbose text
(coveralls.io still excluded)
2013-12-01 14:23:10 +02:00
gitrad
35e6a7c51d Update requirements.php 2013-12-01 15:41:52 +03:30
Qiang Xue
494e3e3f23 changed composer setting to match all requirements. 2013-11-30 23:52:36 -05:00
Carsten Brandt
d52cf5a222 Fixed sphinx composer.json 2013-12-01 05:43:40 +01:00
Carsten Brandt
83273382a7 changed order of preloading components and extensions
load extensions before preloading components to have aliases set for
extensions like debug module.
2013-12-01 04:45:09 +01:00
Carsten Brandt
99d01954b5 added elasticsearch to composer.json 2013-12-01 04:26:15 +01:00
Carsten Brandt
d650ca3a08 updated gii crud to work with non SQL AR 2013-12-01 02:47:41 +01:00
Qiang Xue
89472955e5 doc fix. 2013-11-30 20:33:45 -05:00
Qiang Xue
98b4540e38 fixed test break 2013-11-30 20:11:32 -05:00
Carsten Brandt
5425dc92c6 fixed composer targetdir 2013-12-01 01:17:59 +01:00
Qiang Xue
831e51153b proper check of "db" property of ActiveDataProvider. 2013-11-30 15:52:22 -05:00
Qiang Xue
73442fb12a doc fix. 2013-11-30 15:51:20 -05:00
Qiang Xue
5883e0f34e Fixes #1358: Added SqlDataProvider. 2013-11-30 15:49:17 -05:00
Qiang Xue
f5f443abbd Merge pull request #1359 from yiisoft/activerecord-interface
ActiveRecord Interface and BaseAR
2013-11-30 11:01:33 -08:00
Carsten Brandt
48199cfc00 renamed redis tableName() to keyPrefix() 2013-11-30 15:30:05 +01:00
Andrea Panattoni
72bbc67622 Url documentation typos 2013-11-30 11:26:40 +01:00
Alexander Makarov
199fe352b7 Added more explaination of layout to views guide 2013-11-30 11:08:06 +04:00
Alexander Makarov
c3e4d63606 Docs on creating your own rule classes 2013-11-30 11:08:06 +04:00
Alexander Makarov
bcff068b3c Added crosslinks to Action Filters subsection of controller docs 2013-11-30 11:08:06 +04:00
Alexander Makarov
f22c521261 A bit more docs on console applications 2013-11-30 11:08:06 +04:00
Alexander Makarov
951da01c9d Added "Setting component defaults classwide" to docs 2013-11-30 11:08:06 +04:00
Alexander Makarov
c5108b25f7 Docs on combining and compressing assets, asset format conversion 2013-11-30 11:08:06 +04:00
Qiang Xue
8245e574d9 fixed readme 2013-11-29 23:59:09 -05:00
Qiang Xue
c7c13a6693 Added concrete http exception classes. 2013-11-29 21:22:08 -05:00
Carsten Brandt
d0fc987f0b fixed test break 2013-11-30 03:15:35 +01:00
Qiang Xue
dd9facceed Added $key parameter to several methods in grid view. 2013-11-29 20:34:06 -05:00
Carsten Brandt
ff52f28d0a adjusted elasticsearch and redis AR to use BaseAR 2013-11-30 01:30:31 +01:00
Qiang Xue
79866ee3e0 Improved Query::select() doc. 2013-11-29 19:26:01 -05:00
Qiang Xue
64ff5e7403 Merge pull request #1364 from sasselin/patch-1
fix doc typo
2013-11-29 14:56:30 -08:00
Sébastien Asselin
37f5920014 Update index.md 2013-11-29 17:14:27 -05:00
Carsten Brandt
c3eb4d926c created BaseActiveRecord 2013-11-29 21:28:27 +01:00
Carsten Brandt
1499480934 Merge branch 'master' into activerecord-interface
* master: (30 commits)
  replaced inheritdoc tags.
  doc cleanup.
  Moved key serialization from data provider to data viewers.
  Fixes #1356: Alias for authFile in rbac/PhpManager not resolved
  Fixes #1296: stricter check of dashes in route.
  Fixes #1362: added itemOptions to Html::radioList and checkboxList.
  Fixes #1362: doc fix.
  really small doc typo fix
  Fixes #1332: generate subdirectories when needed during message extraction process.
  typo fix.
  Fixes #1335: support view extension fallback
  More TDB for the guide
  Added reference to Composer section of the guide from 1.1.x differences page
  Better docs structure and minor fixes
  More docs on performance
  Structure for console application docs
  Docs on using behaviors
  doc fix.
  Refactored MessageInterface::send().
  refactored EmailTarget with the new mailer interfaces.
  ...
2013-11-29 19:56:31 +01:00
Klimov Paul
27a1c63e26 Mongo "_id" processing advanced. 2013-11-29 20:55:41 +02:00
Qiang Xue
a5e3c00d75 replaced inheritdoc tags. 2013-11-29 12:49:07 -05:00
Qiang Xue
fb3ebe7000 doc cleanup. 2013-11-29 12:47:10 -05:00
Qiang Xue
c9e4773ebb Moved key serialization from data provider to data viewers. 2013-11-29 12:42:26 -05:00