Commit Graph

4221 Commits

Author SHA1 Message Date
Carsten Brandt
85a15424bd typo in bootstrap composer.json 2013-12-18 00:35:19 +01:00
Carsten Brandt
5036a1e122 Added note about changes in composer.json for yii2-dev 2013-12-18 00:07:31 +01:00
Carsten Brandt
382cee156c Made yii2-dev composer.json more lightweight
Do not depend on all packages, suggest them instead. require-dev will still have them for testing.
2013-12-18 00:03:40 +01:00
Alexander Makarov
4839ac22e2 Fixes #1381: better description of Apache config required to hide index.php 2013-12-17 20:11:38 +01:00
Alexander Makarov
12e6c9bc29 Fixes #1522: added example of executing extra queries right after establishing DB connection 2013-12-17 20:05:27 +01:00
Alexander Makarov
68fc694e1b Merge pull request #1485 from schmunk42/docs-extensions
updated extension documentation
2013-12-17 10:38:59 -08:00
Tobias Munk
249243a7b0 updated database, based on @cebe's comment https://github.com/yiisoft/yii2/pull/1485#discussion_r8410809 2013-12-17 19:14:38 +01:00
Tobias Munk
ffe4867d66 updated autoloading info 2013-12-17 18:28:11 +01:00
Tobias Munk
35594c73be removed based on samdark's comment from https://github.com/yiisoft/yii2/pull/1485/files#r8293528 2013-12-17 18:27:38 +01:00
Carsten Brandt
0a7def2055 updated codeception docs. fixes #1558 2013-12-17 17:27:42 +01:00
Carsten Brandt
7a81110f6b make ActiveRelation reusable
fixes #1560
2013-12-17 17:01:01 +01:00
Qiang Xue
089eeaa561 Merge pull request #1560 from cebe/1545-query-reuse
make Query reuseable
2013-12-17 07:23:42 -08:00
Carsten Brandt
b2d9166927 refactored scalar query functions to share common code 2013-12-17 16:14:27 +01:00
Paul Klimov
de83e4ddd1 Merge branch 'master' of github.com:yiisoft/yii2 into authclient 2013-12-17 17:12:38 +02:00
Carsten Brandt
124a73a598 make Query reuseable
fixes #1545
2013-12-17 15:51:27 +01:00
Carsten Brandt
b59b77cd4f added timeZone property to i18n formatter
fixed #1021
2013-12-17 13:45:16 +01:00
Carsten Brandt
2febbebb44 fixed params in Query to allow execution twice
fixes #1545
2013-12-17 13:19:54 +01:00
Carsten Brandt
d6866256df only add navbar-default when no other class is set (e.g. navbar-inverse)
fixes #1553
2013-12-17 10:45:49 +01:00
Alexander Makarov
4ed1c2fcb6 Fixed markup 2013-12-17 10:32:47 +01:00
Alexander Makarov
896268995d Adjusted Gii guide to mention a bit different config structure of a basic application 2013-12-17 09:22:31 +01:00
Carsten Brandt
ed7b7db8b9 LinkSorter did not use Html options
fixes #1556
2013-12-17 03:47:15 +01:00
Qiang Xue
a911e2501b Fixes #1514: added more doc. 2013-12-16 21:09:03 -05:00
Qiang Xue
0d38d6131e doc fix. 2013-12-16 21:04:42 -05:00
Carsten Brandt
5e8572011e changelog for #1474 2013-12-17 01:58:29 +01:00
Carsten Brandt
b7e5ed3b2d added option to make bootstrap navbar 100% with
fixes #1474
2013-12-17 01:58:10 +01:00
Carsten Brandt
454174a688 added NOT operator for db, elasticsearch, redis
issue #1523
2013-12-17 01:49:10 +01:00
Carsten Brandt
d076da698d added note about codeception to changelog 2013-12-17 01:08:56 +01:00
Carsten Brandt
71d80c2263 added meaningful content to robots.txt 2013-12-17 01:08:40 +01:00
Carsten Brandt
c70f5a1bed finished codeception extension 2013-12-17 01:00:13 +01:00
Carsten Brandt
5e78fe7f47 adjusted tests to run on php browser and selenium 2013-12-17 00:46:46 +01:00
Carsten Brandt
4acd2c005d removed auto generated files from repo 2013-12-17 00:45:25 +01:00
Carsten Brandt
8621949f52 cleanup and re-aranged codeception tests for basic app
follow up to PR #1393
2013-12-17 00:27:33 +01:00
Carsten Brandt
57277f7415 Merge PR #1393 branch 'yii2-basic-codeception' of https://github.com/Ragazzo/yii2 into Ragazzo-yii2-basic-codeception
* 'yii2-basic-codeception' of https://github.com/Ragazzo/yii2:
  small typo fix
  added readme, changelog, license and composer files.
  added new extension yii2-codeception, modified composer settings
  modified tests according yii2-codeception extension
  added testcase for unit tests, bootstrap files improved, tests inherited from base testcase
  configs fixed and improved
  tests modified, bootstrap added
  colors added
  new entry points for application
  codeception configs, web config modifed for db-settings

Conflicts:
	composer.json
2013-12-16 19:20:37 +01:00
Alexander Makarov
9bc6875dcd Updated changelog 2013-12-16 17:23:51 +01:00
Alexander Makarov
48a9eb4e7e Merge pull request #1552 from Alex-Code/bootstrap-navbar
Allow multiple navbars
2013-12-16 08:19:54 -08:00
Alex-Code
5fa2d6d3a8 Allow multiple navbars
Changed the navbar target to be based of the widget id and not static.
2013-12-16 16:08:25 +00:00
Paul Klimov
fc0d3bfeb6 "yii\authclient\clients\GoogleOpenId" added as blank. 2013-12-16 17:24:29 +02:00
Paul Klimov
91000e8d8c Merge branch 'master' of github.com:yiisoft/yii2 into authclient 2013-12-16 15:55:44 +02:00
Paul Klimov
b62b4eae2b Sphinx Active Relation lazy load fixed. 2013-12-16 15:54:32 +02:00
Paul Klimov
9ea4ef13fe MongoDB Active Relation lazy load fixed. 2013-12-16 15:46:28 +02:00
Paul Klimov
34f9c924b9 Merge branch 'master' of github.com:yiisoft/yii2 into authclient 2013-12-16 13:56:52 +02:00
Paul Klimov
c8a0591f48 "yii\authclient\AuthAction" fixed.
"yii\authclient\ClientInterface" applied.
2013-12-16 13:55:24 +02:00
Paul Klimov
776a92502f "yii\authclient" structure refactored. 2013-12-16 13:26:25 +02:00
Carsten Brandt
d3a181c674 fixed controllerMap docs in Module
fixes #1541
2013-12-16 11:03:30 +01:00
Alexander Makarov
6ed8d1767c Adjusted logging guide, fixed examples for email target 2013-12-16 10:04:32 +01:00
Alexander Makarov
b79f382157 Started docs about logger 2013-12-15 22:13:39 +01:00
Qiang Xue
d3a450f5fd doc fix. 2013-12-15 13:55:11 -05:00
Qiang Xue
c79965ce5f Renamed yii\jui\Widget::clientEventsMap to clientEventMap 2013-12-15 13:54:58 -05:00
Mark
f0d6b56033 small typo fix 2013-12-15 21:08:45 +04:00
Mark
bec6743efd added readme, changelog, license and composer files. 2013-12-15 21:05:04 +04:00