Commit Graph

1396 Commits

Author SHA1 Message Date
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
Alexander Makarov
11cded9b7c Fixed Sphinx schema 2014-05-07 22:02:47 +04:00
Alexander Makarov
5cb243025a Merge branch 'master' 2014-05-07 04:04:49 +04:00
Alexander Makarov
b1d94e5c95 Removed unnecessary instance check, fixed Sphinx schema 2014-05-07 04:04:44 +04:00
Alexander Makarov
edc92a86df Added missing changelog line for mongodb fix 2014-05-07 03:11:34 +04:00
Alexander Makarov
3af22ece0a Fixed mongodb to use non-deprecated method of determining if there's an active connection 2014-05-07 01:19:54 +04:00
Carsten Brandt
676b366928 adjusted elasticsearch extension to version 1.0 of ES
breaking changes.
2014-05-06 18:14:32 +02:00
Carsten Brandt
76b3d89d83 Merge branch 'master' of github.com:yiisoft/yii2
* 'master' of github.com:yiisoft/yii2: (43 commits)
  `BaseActiveRecord::findAll()` comment fix
  Fixes #2913: RBAC `DbManager` is now initialized via migration
  [NL] Removed app.php
  [NL] brought translations up to date
  Fix for comparing numeric attributes in JavaScript
  Better Gii caption english
  Fix for comparing numeric attributes in JavaScript
  HHVM compatibility Fixes for Yii 2 Console Application
  Rough creation of a doc style guide
  typo
  Finished Edits
  Edited up to Active Record
  renamed chapter to section [skip ci]
  Catalan translation
  Edited up through "I18N"
  Cleaned Up
  updated guide toc [skip ci]
  Update concept-behaviors.md
  Fixed wrong links [skip ci]
  Fixed document for multisort in BaseArrayHelper
  ...
2014-05-06 16:00:45 +02:00
Carsten Brandt
c3fe4aa0fd @inheritdoc from interfaces and params 2014-05-06 15:59:52 +02:00
it3rmit
91a1c95962 Fixing the issue #3292
This change fixes the issue #3292. The details were mentioned in the comments to the issue.
2014-05-06 16:43:17 +03:00
Kartik Visweswaran
cb4638883b Better Gii caption english 2014-05-06 12:50:26 +05:30