Commit Graph

7547 Commits

Author SHA1 Message Date
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
Larry Ullman
7d1c46374e Edited "basics" and "widgets" 2013-12-15 10:36:21 -05:00
Alexander Makarov
40d1855755 Fixed incorrect event name for yii\jui\Spinner 2013-12-15 00:53:25 +01:00
Qiang Xue
255c19f365 Merge pull request #1528 from omnilight/alias-in-message-command
Added support for aliases for config files in console command 'message'
2013-12-14 15:42:29 -08:00
Pavel Agalecky
87d7ffafee Added support for aliases for config files in console command 'message' 2013-12-15 00:30:05 +04:00
Qiang Xue
02cf3ddef2 Merge pull request #1525 from dizews/patch-1
Update BaseSecurity.php
2013-12-14 11:28:20 -08:00
Vladimir
92b9ae382f Update BaseSecurity.php
prevent call strlen function twice
2013-12-14 22:22:54 +03:00
Alexander Makarov
7488caacc3 fixes #1515 2013-12-14 14:37:10 +01:00
Qiang Xue
35df318e07 Fixes #1500: Log messages exported to files are not separated by newlines 2013-12-13 21:55:34 -05:00
Qiang Xue
35c931ed40 Fixes #1509: The SQL for creating Postgres RBAC tables is incorrect 2013-12-13 21:37:00 -05:00
Qiang Xue
63640db65c Added Widget::autoIdPrefix to support prefixing automatically generated widget IDs 2013-12-13 21:15:43 -05:00
Carsten Brandt
97025771f4 commented hhvm test on travis until bugs have been fixed 2013-12-14 01:12:20 +01:00
Carsten Brandt
7ab7cb197e reverted travis php config fix 2013-12-14 00:37:55 +01:00
Carsten Brandt
1ec148a7d9 fixed travis timezone config 2013-12-14 00:31:40 +01:00
Carsten Brandt
17840dfad1 added hhvm hiphop php vm to travis to run test on it
http://www.hhvm.com/blog/2393/hhvm-2-3-0-and-travis-ci
2013-12-14 00:04:11 +01:00
Mark
1e24d60bcd added new extension yii2-codeception, modified composer settings 2013-12-13 19:38:25 +04:00
Mark
520b491d1b modified tests according yii2-codeception extension 2013-12-13 19:37:08 +04:00
Paul Klimov
1ef606da9a "yii\authclient\AuthAction" created. 2013-12-13 16:28:53 +02:00
Alexander Makarov
6f6495d273 Merge pull request #1502 from Bethrezen/patch-4
Disallow indexing backend by default
2013-12-13 02:13:25 -08:00
Alexander Kozhevnikov
d366a959a8 Disallow indexing backend by default
Backend should be always totally closed for indexing by search engine robots
2013-12-13 12:29:30 +03:00
Alexander Makarov
66e5be7f7f Widget IDs are now always unique no matter if it's the same request or new one 2013-12-12 23:45:54 +01:00
Alexander Makarov
4d812d460f Updated changelog: added line about app template addition of favicon.ico and robots.txt 2013-12-12 23:34:36 +01:00
Alexander Makarov
cedee94608 Added robots.txt to application templates 2013-12-12 23:31:59 +01:00
Qiang Xue
92b7f94cf7 updated change log. 2013-12-12 17:28:34 -05:00
Qiang Xue
7022d93bc4 Merge pull request #1498 from mintao/master
i18N: View path does not change if language folder exists
2013-12-12 14:25:37 -08:00