Commit Graph

1541 Commits

Author SHA1 Message Date
Paul Klimov
e5919cf462 Merge pull request #4034 from klimov-paul/4018-sphinx-db-relation-composite-link
Fix #4018: sphinx db relation composite link
2014-06-24 22:09:57 +03:00
Alexander Kochetov
73fad8eb75 Gii *Search model generator fix 2014-06-24 19:41:43 +04:00
Klimov Paul
8871751172 Issue #4018 added to Sphinx CHANGELOG 2014-06-24 18:07:44 +03:00
Klimov Paul
64c43a3a1d Type cast added to yii\sphinx\ActiveRecord::populateRecord() 2014-06-24 18:05:27 +03:00
Carsten Brandt
bf599b96bb gridview filter disable is false, not true 2014-06-24 10:45:46 +02:00
Serge Postrash
86797ef49f Update CHANGELOG.md 2014-06-24 11:51:00 +04:00
Serge Postrash
ac7007206d Update index.php 2014-06-24 11:48:27 +04:00
Serge Postrash
1e06f3b905 Update CHANGELOG.md 2014-06-24 11:47:28 +04:00
Serge Postrash
b0524955bc Http status codes are hardcoded in filter
Manifest was not passed to view as was expected according to phpdoc.
We need it to extract status codes for filter.
2014-06-24 11:20:10 +04:00
Serge Postrash
7e19f799d6 Http status codes are hardcoded in filter
Arbitrary http status codes are hardcoded in filter so it is impossible to search by status code not present in select.
2014-06-24 11:11:24 +04:00
Alexander Makarov
79f9f85ff2 Fixes #4024, Fixes #4028 2014-06-24 02:43:42 +04:00
Qiang Xue
cc9c57e195 guide WIP [skip ci] 2014-06-23 17:03:09 -04:00
Alexander Makarov
e2a6acaf6b Fixes #4005: added phpdoc to search model Gii template 2014-06-23 23:43:14 +04:00
Dmitry Chernikov
8f914becf7 Fix CHANGELOG.md 2014-06-23 22:09:17 +03:00
Dmitry Chernikov
e0d57a88aa Added info about local encode param which overrides global 2014-06-23 20:44:50 +03:00
Dmitry Chernikov
8b8e5c4de9 fixed 2014-06-23 20:21:09 +03:00
Dmitry Chernikov
96f7b81afe Added ability to yii\bootstrap\Tabs to encode each Tabs::items['label'] separately 2014-06-23 18:57:28 +03:00
Dmitry Chernikov
687770a835 phpDoc micro-fix 2014-06-23 18:52:39 +03:00
Qiang Xue
756308d2d9 Finished widget tutorial [skip ci] 2014-06-22 21:46:25 -04:00
Serge Postrash
85d06fbd2e Update _item.php 2014-06-22 14:28:25 +04:00
Serge Postrash
6488a2bf1a Fix html markdown for span class="not-set" when time is not set
See #4000
2014-06-22 13:41:04 +04:00
Chong Freeman
38071e3b91 Update ActiveForm.php
Incorrect character for generating docs. See http://www.yiiframework.com/doc-2.0/yii-bootstrap-activeform.html
2014-06-21 14:36:24 +08:00
Alexander Makarov
0c14f47f9a Fixes #3793: Changed inline autocomplete hints style to get more IDEs support 2014-06-20 17:40:00 +04:00
Alexander Makarov
b12f4dd791 Fixes #3956: Debug toolbar was affecting flash message removal 2014-06-20 14:40:36 +04:00
Alexander Makarov
28b6bc5eeb Merge pull request #3978 from yiisoft/twig-syntax-changes
Fixes #3535: Syntax changes
2014-06-20 13:34:49 +04:00
Alexander Makarov
c9fe74b299 Changed descriptive extension name to ID 2014-06-20 13:34:12 +04:00
Alexander Makarov
22884e7384 Fixes #3535: Syntax changes
- Removed `form_begin`, `form_end`
- Added `use()` and `ViewRenderer::uses` that are importing classes and namespaces
- Added widget dynamic functions `*_begin`, `*_end`, `*_widget`, `widget_end`
- Added more tests
2014-06-20 05:13:36 +04:00
Paul Klimov
51b04828de Merge pull request #3964 from klimov-paul/sphinx-gii
Enh: Sphinx Gii generator created
2014-06-19 20:23:37 +03:00
Alexander Makarov
194f451a72 Fixed changelog wording 2014-06-19 21:08:46 +04:00
Alexander Makarov
31e1afc15f Renamed TwigSimpleFileLoader into FileLoader 2014-06-19 21:07:41 +04:00
Alexander Makarov
0ec2e2e3cd Fixed changelog 2014-06-19 20:56:43 +04:00
Alexander Makarov
e6d5af03e2 Merge pull request #3878 from dapatrese/3877-twig-lexer-options-exception
Fixes Twig lexerOptions throwing exception (#3877)
2014-06-19 20:54:47 +04:00
Alexander Makarov
d3391ed5f7 Updated twig extension changelog 2014-06-19 18:59:43 +04:00
Alexander Makarov
c84b3e0efd Merge pull request #3767 from grachov/patch-1
Twig extensions were added twice
2014-06-19 18:53:59 +04:00
Klimov Paul
7e823f0972 Docs about Sphinx Gii generator added 2014-06-19 13:27:54 +03:00
Klimov Paul
b85074a2bc Sphinx Gii generator created 2014-06-19 13:23:33 +03:00
Klimov Paul
bb1a964cb8 Fixed multiple entries of base migration in history for MongoDB 2014-06-19 11:28:32 +03:00
Klimov Paul
5f8524652d Docs about mongodb migration usage adjusted 2014-06-19 10:46:06 +03:00
Klimov Paul
d011675b77 mongodb/CHANGELOG updated 2014-06-18 18:02:03 +03:00
Klimov Paul
3253bf316c Data manipulation methods added to yii\mongodb\Migration 2014-06-18 17:59:19 +03:00
Klimov Paul
407ce75880 yii\mongodb\console\controllers\MigrateController created 2014-06-18 17:46:20 +03:00
Klimov Paul
3d7a91e12b yii\mongodb\Migration created 2014-06-18 17:13:16 +03:00
Klimov Paul
c3ffce2178 Issue #3778 added to mongodb/CHANGELOG 2014-06-18 15:38:53 +03:00
Thiago Talma
59c981c832 Update CHANGELOG.md 2014-06-16 22:01:48 -03:00
patrick
48f941dac7 Fixes Twig lexerOptions throwing exception (#3877) and adds test for lexerOptions 2014-06-15 13:15:36 +02:00
Qiang Xue
a6d4fc83c0 Merge pull request #3864 from creocoder/yii-bootstrap-bootstrapthemeasset-comment-fix
BootstrapThemeAsset comment fix
2014-06-13 21:54:14 -04:00
Alexander Kochetov
6809b18cca BootstrapThemeAsset comment fix 2014-06-14 03:48:55 +04:00
Qiang Xue
6b799d392d Fixes #3358: Removed automatic CSRF meta tag generation by View. Added Html::csrfMetaTags() and its call to main layout files 2014-06-13 10:04:48 -04:00
Klimov Paul
00ac4f7648 Added a debug toolbar panel for MongoDB 2014-06-13 15:57:28 +03:00
Carsten Brandt
20483e25db added reference link to SQL error code
[ci skip]
2014-06-12 15:11:48 +02:00