5205eabe3e
prepare for next release.
2014-09-28 01:44:31 -04:00
d2b864da84
prepare for 2.0.0-rc release.
2014-09-27 21:59:54 -04:00
6b353bb5df
added documentation about #5175
2014-09-27 22:09:33 +02:00
222f9ddfad
added missing documentation about the NOT operator in Query
...
fixes #5147
2014-09-24 12:53:33 +02:00
1e5c48957d
composer.json tabs -> spaces
2014-09-22 17:37:19 +02:00
e40fd9d623
added branch alias to composer.json
2014-09-22 17:26:21 +02:00
45a748a2d4
added asset path info to apidoc composer.json
...
fixes #5104 , fixes #5101
2014-09-18 23:13:01 +02:00
9885aac0ae
Removed unused "use" statements
2014-09-07 15:56:06 +04:00
22d247ba70
Update README.md
2014-09-05 15:12:13 +02:00
73cb5f8aac
changed syntax for referencing the guide in apidoc
...
New syntax:
```
[link to guide](guide:file-name.md)
[link to guide](guide:file-name.md#subsection)
```
fixes #4719
2014-09-05 14:59:22 +02:00
00ca1cb4b3
Fixes #4914
2014-09-04 03:27:13 +04:00
67fc152bae
Remove the focus on the search field
2014-08-19 21:59:59 +04:00
67c5894b2b
Fixed copyright year in batch files
2014-08-17 18:55:24 +04:00
88d38b7820
Fixes #4501 : Renamed the constant YII_PATH
to YII2_PATH
2014-08-14 22:17:05 -04:00
7736853837
property code style extensions
2014-07-30 00:40:46 +02:00
1c414caace
Improved checks where substr_compare is used, replaced more substr + comapre cases with substr_compare
2014-07-30 02:15:08 +04:00
65d08423c7
Safer checks for apidoc renderer
2014-07-24 20:16:16 +04:00
07f01bcf2b
Used substr_compare instead of substr when we don't care about result
2014-07-23 16:37:49 +04:00
fd8828cfb4
resolved naming conflict in apidoc
2014-06-28 01:25:10 +02:00
6578cfbdab
updated phpdoc and classmap
2014-06-25 18:24:23 +02:00
10dc407a3c
implemented markdown parsing for console command description
...
issue #746
2014-06-25 18:05:29 +02:00
0c14f47f9a
Fixes #3793 : Changed inline autocomplete hints style to get more IDEs support
2014-06-20 17:40:00 +04:00
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
3f5e6e9b7e
ensure guide PDF compiles with russian characters
2014-06-10 13:00:30 +02:00
75b1f4818c
improved HTML guide navigation
2014-06-10 00:09:40 +02:00
d7a251bbec
Removed unused imports, added missing phpdoc
2014-05-30 11:55:17 +06:00
0f4817005f
finished PDF support for guide
...
added class references (current version without hyperlink)
2014-05-28 17:20:24 +02:00
fd461a9eec
better listings in guide pdf
2014-05-28 14:12:06 +02:00
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
6647709113
generate PDF file chapters from README.md structure
2014-05-26 18:36:44 +02:00
d52299baa2
first approach to a PDF guide
2014-05-26 18:05:40 +02:00
85f49e0cfe
fixed apidoc short description
...
fixes #2797
2014-05-25 22:29:31 +02:00
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
e1b4777021
fixes Yii source path
...
fixes #3551
2014-05-23 13:18:29 +02:00
c67c491053
fixed apidoc inherit
2014-05-11 12:15:03 +02:00
c3fe4aa0fd
@inheritdoc
from interfaces and params
2014-05-06 15:59:52 +02:00
39a2e1efd7
adjusted guide renderer to new guide structure
2014-05-04 07:04:43 +02:00
6c4046da49
defer loading of search index in api doc
...
fixes #3289
2014-04-30 23:18:36 +02:00
cb8100d76f
improved apidoc property detection
...
do not allow empty property name
fixes #3297
2014-04-30 22:04:22 +02:00
23866f67a0
improved usability for the apidoc search
2014-04-26 14:30:31 +02:00
0a86091984
use mb_ string functions to truncate description
2014-04-25 05:06:13 +02:00
97e13d82e7
renamed jssearch
2014-04-25 04:41:07 +02:00
5f77cb97c5
added search form to api docs
2014-04-25 04:06:07 +02:00
fe14f0c5e3
fixed all the PHPdoc in extensions
2014-04-23 03:25:11 +02:00
c7c708d454
Removed unused imports
2014-04-17 15:35:09 +04:00
f4c38faf74
prepare for next release.
2014-04-13 21:22:29 -04:00
8bbcff70db
prepare for 2.0.0-beta release.
2014-04-13 17:58:59 -04:00
c6e1a2f02f
Merge branch 'master' of github.com:yiisoft/yii2
...
* 'master' of github.com:yiisoft/yii2: (79 commits)
Refactored app bootstrap logic.
Update authorization.md
Fixes #3052 : Fixed the issue that cache dependency data is not reused when `reusable` is set true
start debug logging only if debug runs when bootstrap.
Update finnish translation
Add ODBC support to yii\db\Connection
updated error handler and requirement checker links.
fixed broken API links [skip ci]
added more doc [skip ci]
update class map.
Fixes #2034 : Added `ContentNegotiator` to support response format and language negotiation
renamed attributes to attributeNames in model
updated phpdoc
Removed `Application::preload` in favor of `Application::bootstrap`
Update module-debug.md
Update model.md
Fixes
Update basics.md
typo fix [skip ci]
Added `HtmlResponseFormatter` and `JsonResponseFormatter`
...
2014-04-10 22:22:36 +02:00
3c400dbca8
fixed file PHPdoc
...
issue #3026
2014-04-10 22:10:59 +02:00
0b29c9607d
fixed broken API links [skip ci]
2014-04-09 22:22:49 -04:00