savvot
a5506e64a2
yii\redis\ActiveRecord::deleteAll() refactoring - no need to write to socket 2 times when nothing found
2014-06-05 21:16:13 +02:00
savvot
4866ce3cbb
yii\redis\ActiveRecord::deleteAll() refactoring - no need to write to socket 2 times when nothing found
2014-06-05 21:01:15 +02:00
Klimov Paul
bcf71310cb
Typo fixed
2014-06-05 15:07:29 +03:00
Klimov Paul
6cdd40e9ad
Extra tab symbol removed
2014-06-05 15:04:41 +03:00
Klimov Paul
2a98bb3014
Docs for Sphinx extension updated
2014-06-05 15:01:08 +03:00
Klimov Paul
e4b1f4e9f0
Docs for Sphinx extension updated
2014-06-05 13:09:46 +03:00
Klimov Paul
8bb3e07c82
Merge branch 'master' of github.com:yiisoft/yii2
2014-06-05 11:47:07 +03:00
Klimov Paul
603127712b
Escaping of the special characters at 'MATCH' statement reworked
2014-06-05 11:46:35 +03:00
Carsten Brandt
59b9065cec
ES: fixed issue with storing empty records
...
fixes #3587
2014-06-04 17:56:42 +02:00
Carsten Brandt
ea6d7bb403
added CHANGELOG for #3693
2014-06-04 17:37:26 +02:00
Carsten Brandt
fd31e08021
fixed breaking Gii preview when file is unchanged
...
fixes #3693
2014-06-04 17:24:01 +02:00
Carsten Brandt
3e4ec22004
update changelog
...
[ci skip]
2014-06-04 14:33:07 +02:00
Klimov Paul
05e63b9b8f
Merge branch 'master' of github.com:yiisoft/yii2
2014-06-04 10:57:13 +03:00
Klimov Paul
804aded508
yii\sphinx\Connection::escapeMatchValue() fixed
2014-06-04 10:56:33 +03:00
Carsten Brandt
d8c5595458
refactored gii enum dropdown generator
...
PR #3676
2014-06-04 09:53:09 +02:00
Carsten Brandt
6da2eebf34
Merge pull request #3676 from enigmatix/master
...
Added ability to generate dropdown from Enum field
2014-06-04 09:08:12 +02:00
Carsten Brandt
a643bde5d5
improved gii input filter, fixes #3689
2014-06-04 09:03:31 +02:00
Joel Small
25fa2f2df9
Formatting changes to new enum field
2014-06-04 08:45:48 +09:30
Klimov Paul
62fdaeec6a
Extra quote escaping at yii\sphinx\Connection::escapeMatchValue() fixed
2014-06-03 16:46:03 +03:00
Klimov Paul
adb36e42c4
Usage of yii\db\Expression for the 'MATCH' statement fixed
2014-06-03 15:58:02 +03:00
Klimov Paul
3f001aeed0
Escaping of the special characters at 'MATCH' statement added
2014-06-03 13:47:15 +03:00
Joel Small
e636174992
Added ability to generate dropdown from Enum field
...
Alternatively, if statement could be: if(substr($column->dbType, 0, 4) === 'enum'), however expected implemented option to be more robust across other database formats.
Created after followup on this issue: https://github.com/yiisoft/yii/issues/292#issuecomment-44780779
2014-06-03 08:32:40 +09:30
Klimov Paul
243f0134c9
OpenId return URL comparison advanced to prevent url encode problem
2014-05-30 12:55:28 +03:00
Alexander Makarov
d7a251bbec
Removed unused imports, added missing phpdoc
2014-05-30 11:55:17 +06:00
Carsten Brandt
0f4817005f
finished PDF support for guide
...
added class references (current version without hyperlink)
2014-05-28 17:20:24 +02:00
Carsten Brandt
fd461a9eec
better listings in guide pdf
2014-05-28 14:12:06 +02:00
Carsten Brandt
3ff2e4e3f3
improved PDF version of the guide
...
- better title page,
- book style,
- improved internal linking using labels and references
2014-05-28 13:29:24 +02:00
Klimov Paul
984bb9874f
list of predefined Auth clients updated
2014-05-28 11:11:20 +03:00
Alexander Makarov
ea45113d0f
Fixes #3292 : Fixed dropdown widgets rendering incorrect HTML
2014-05-27 14:07:05 +04:00
Alexander Makarov
5470bf6a5f
Merge branch 'patch-2' of github.com:it3rmit/yii2 into it3rmit-patch-2
2014-05-27 14:04:49 +04:00
Carsten Brandt
6647709113
generate PDF file chapters from README.md structure
2014-05-26 18:36:44 +02:00
Carsten Brandt
d52299baa2
first approach to a PDF guide
2014-05-26 18:05:40 +02:00
Carsten Brandt
d75f0c7288
removed @link tags from apidoc and replaced with markdown
2014-05-25 22:29:31 +02:00
Carsten Brandt
85f49e0cfe
fixed apidoc short description
...
fixes #2797
2014-05-25 22:29:31 +02:00
Carsten Brandt
e899406494
improved docs about application and module namespace
...
fixes #3539
2014-05-23 19:14:36 +02:00
Carsten Brandt
b7e493fca0
Tabs to spaces to be consistent
...
```
vendor/bin/indent --spaces -r framework/
vendor/bin/indent --tabs -r . --pattern=*.json
vendor/bin/indent --spaces -r . --pattern=*.md
vendor/bin/indent --spaces -r . --pattern=yii.*.js
vendor/bin/indent --spaces -r . --pattern=*.css
```
2014-05-23 16:58:21 +02:00
Carsten Brandt
e1b4777021
fixes Yii source path
...
fixes #3551
2014-05-23 13:18:29 +02:00
Borales
fda64b4b8f
[WIP] #3527 Fixing spaces
2014-05-22 11:53:24 +03:00
Borales
2e7ae3801e
[WIP] #3527 Improving Elasticsearch extension
2014-05-22 11:40:33 +03:00
Klimov Paul
1641e057a9
VarDumper::export() applied over framework.
2014-05-20 16:35:12 +03:00
Carsten Brandt
d622442acf
improved debugger on handling unreadable files
...
issue #3494
2014-05-17 14:43:47 +02:00
Qiang Xue
95cf5f396f
Merge pull request #3476 from lynicidn/patch-2
...
simple fix #3461
2014-05-14 23:33:03 -04:00
Thiago Talma
69385ad195
Control checkbox in the preview window.
2014-05-14 20:44:20 -03:00
lynicidn
2eb9f1920a
simple fix #3461
...
without check
2014-05-15 02:27:39 +04:00
Carsten Brandt
6982842202
allow non-lowercase package names
...
fixes #3438
2014-05-12 01:36:46 +02:00
Carsten Brandt
c67c491053
fixed apidoc inherit
2014-05-11 12:15:03 +02:00
Qiang Xue
58967f13a2
guide WIP [skip ci]
2014-05-10 19:16:14 -04:00
Qiang Xue
cd162d9b9b
added missing hint [skip ci]
2014-05-10 16:00:20 -04:00
Paul Klimov
47960e8f0b
Fix a typo
2014-05-09 15:35:14 +03:00
Paul Klimov
aa34d3121d
VKontakte OAuth support added
2014-05-09 13:39:54 +03:00