Alexander Makarov
bee82b29ad
Fixed URL parsing so it's now properly giving 404 for URLs like ` http://example.com//////site/about `
11 years ago
Alexander Makarov
dc45de127c
Added --prefer-dist to all docs
...
1. It results in much smaller download and takes less disk space (25MB instead of 180MB for yii-basic + dependencies).
2. It requires less utilities to be installed (no VCS binaries required).
3. It takes less time to install dependencies.
11 years ago
Qiang Xue
c56647ff4c
Merge pull request #1757 from nineinchnick/1476_session_handler
...
Add handler property to yii\web\Session
11 years ago
Qiang Xue
f2fb7de5f4
fixes #1803 .
11 years ago
Carsten Brandt
9968098e8a
fixed getSecureConnection after #1800
...
and 7ba6a06300
11 years ago
Alexander Makarov
c702dacfda
Changelog update
11 years ago
Alexander Makarov
c4ff009e0f
Merge pull request #1798 from zhuravljov/patch-1
...
Fixed label attributes in BaseHtml
11 years ago
Alexander Makarov
4bbd844b23
fixes #1796
11 years ago
Alexander Makarov
7ba6a06300
Fixed code style and comparison
11 years ago
Alexander Makarov
f880bb190c
Merge pull request #1800 from ginus/patch-1
...
fix when $_SERVER['HTTPS'] is "ON"
11 years ago
ginus
e92934e612
fix when $_SERVER['HTTPS'] is "ON"
...
when $_SERVER['HTTPS'] is "ON" it doesn't work well
11 years ago
Carsten Brandt
13849e755d
minor fixes to api doc template
...
also ignore tests and vendor
11 years ago
Carsten Brandt
c9baa5309f
updated composer.json
11 years ago
Carsten Brandt
831f7c4253
fixed broken link for contants in api doc
11 years ago
Qiang Xue
8173b16433
added apidoc to composer.json.
11 years ago
Qiang Xue
52c9256396
Merge pull request #1784 from yiisoft/api-doc-generator
...
api doc generator
11 years ago
Carsten Brandt
5eed149f24
fixed links in phpdoc
11 years ago
Carsten Brandt
c7c4d3c075
final cleanup apidoc generator
11 years ago
KiTE
2daa5e9135
Fixed label attributes in BaseHtml
11 years ago
Carsten Brandt
2245a7e36d
short array syntax
11 years ago
Carsten Brandt
82f7937ade
readme for apidoc
11 years ago
Carsten Brandt
5ede58fef6
finished the property feature
11 years ago
Carsten Brandt
53b3198dec
add exceptions to method docs
11 years ago
Carsten Brandt
55f9111f47
markdown support and links
11 years ago
Carsten Brandt
b9c1eff373
fixed javascript
11 years ago
Carsten Brandt
c02a60018f
Merge branch 'master' into api-doc-generator
...
* master: (27 commits)
fixed div/0 issue in console progress bar
console HelpController use correct script name
support table aliases for ActiveQuery::joinWith().
guides fixed/improved
CS fix
improved fixture controller
Added back border to debugger toolbar.
#1788 info about retaining the default scenario
fixes #1606
Default name and title added to GitHub auth client.
added classes to grid, list and detail view
fixed basic app travis
debugging travis
debugging travis
added debug toolbar background to have line separators
fixed paths in travis.yml
reverted 1e4c1eca10
to get a working debug toolbar
fixed issue with too long th columns in debugger
enabled acceptance tests for basic application
run basic app functional tests within the main repo test chain
...
11 years ago
Carsten Brandt
f7e00887d6
restructured apidoc templates
11 years ago
Qiang Xue
795a09c27a
Fixes #1791 : joinWithRelation using table alias.
11 years ago
Carsten Brandt
a4f8e82898
Merge pull request #1795 from Ragazzo/basic_readme_fix
...
fixed readme
11 years ago
Mark
af36c72023
fixed readme
11 years ago
Carsten Brandt
4d99677f07
fixed div/0 issue in console progress bar
11 years ago
Carsten Brandt
60db9518f0
console HelpController use correct script name
11 years ago
Carsten Brandt
5982544678
finished render command, added cli script
11 years ago
Carsten Brandt
81aea73067
finished offline template with all information
11 years ago
Qiang Xue
f8938a2b12
Merge pull request #1793 from Ragazzo/fixture_controller_improved
...
improved fixture controller
11 years ago
Qiang Xue
7897754044
Merge pull request #1794 from Ragazzo/docs_improved
...
guides fixed/improved
11 years ago
Qiang Xue
1654381a3a
support table aliases for ActiveQuery::joinWith().
11 years ago
Mark
f9cc750e1a
guides fixed/improved
11 years ago
Mark
2eb91acefd
CS fix
11 years ago
Mark
3814c5c3ef
improved fixture controller
11 years ago
Qiang Xue
e050aeacf1
Added back border to debugger toolbar.
11 years ago
Carsten Brandt
9691866594
Merge pull request #1789 from docsolver/patch-2
...
Info about retaining the default scenario
11 years ago
Carsten Brandt
8495be76c0
renamed item -> type
11 years ago
Carsten Brandt
b494493482
ensure methods, properties and events to be unique
11 years ago
Carsten Brandt
da1617340d
finished offline template summaries
11 years ago
Vincent
e990be9394
#1788 info about retaining the default scenario
11 years ago
Carsten Brandt
3eaf0021c0
fixes #1606
11 years ago
Klimov Paul
135a191cc6
Default name and title added to GitHub auth client.
11 years ago
Carsten Brandt
3d59b19a21
added classes to grid, list and detail view
...
to allow specific styling
also fixed an issue with gridview sort indicator css.
fixes #1000
11 years ago
Carsten Brandt
d84aac09de
fixed basic app travis
...
fixes #1744
11 years ago