Carsten Brandt
b59b77cd4f
added timeZone property to i18n formatter
...
fixed #1021
11 years ago
Carsten Brandt
d3a181c674
fixed controllerMap docs in Module
...
fixes #1541
11 years ago
Qiang Xue
d3a450f5fd
doc fix.
11 years ago
Qiang Xue
63640db65c
Added `Widget::autoIdPrefix` to support prefixing automatically generated widget IDs
11 years ago
Alexander Makarov
66e5be7f7f
Widget IDs are now always unique no matter if it's the same request or new one
11 years ago
Carsten Brandt
85b5c75b61
doc style
11 years ago
egorpromo
5156cc14ce
More docs
11 years ago
Qiang Xue
eab7e4a21a
Added $formName to Model::load().
11 years ago
Carsten Brandt
2c9a8b910f
make null format look nice by default
11 years ago
Qiang Xue
fec58f4e29
Fixes #1472 : set event sender if possible.
11 years ago
Qiang Xue
cb4a8c764c
Refactored validators.
11 years ago
Carsten Brandt
83273382a7
changed order of preloading components and extensions
...
load extensions before preloading components to have aliases set for
extensions like debug module.
11 years ago
Qiang Xue
73442fb12a
doc fix.
11 years ago
Qiang Xue
c7c13a6693
Added concrete http exception classes.
11 years ago
Qiang Xue
dd9facceed
Added $key parameter to several methods in grid view.
11 years ago
Qiang Xue
a5e3c00d75
replaced inheritdoc tags.
11 years ago
Qiang Xue
323008b177
Fixes #1296 : stricter check of dashes in route.
11 years ago
Qiang Xue
a1f7f8bcbe
Fixes #1335 : support view extension fallback
11 years ago
Qiang Xue
d6f97ff4c1
Added Application::getMail().
11 years ago
Carsten Brandt
83527e85ca
made Model::attributes() non static again
...
- allows to have dynamic definition of attributes depended on the
instance
- there was no real need for it to be static. Places that used it static
have been refactored.
fixes #1318
11 years ago
Qiang Xue
1fe7f5aaf8
Fixes #1335 : findLayoutFile() should respect View::defaultExtension.
11 years ago
Alexander Makarov
af778d1a13
Fixed actions() docs where alias was used to refer to class
11 years ago
Kamil
7e12ae5767
fix issue #1315
11 years ago
Qiang Xue
1b504be650
Fixes #1323 : Added View::defaultExtension.
11 years ago
Panagiotis Moustafellos
2ff8ac3d61
fixed PhpDoc by swapping to {@inheritdoc}
11 years ago
Qiang Xue
4b353c7bce
Fixes #1297 : CSRF not generated on error pages
11 years ago
Qiang Xue
e4e376ba28
fixed test break.
11 years ago
Qiang Xue
858326c074
Fixed test break.
11 years ago
Qiang Xue
039ed688cf
Fixes #1301 : fixed scenario generation when there are "except" scenarios.
11 years ago
Qiang Xue
337b1b08b5
Fixes #1298 : supporting route with trailing slash.
11 years ago
Qiang Xue
210cbda732
Fixes #1296 : stricter check of dashes in route.
11 years ago
Carsten Brandt
cb4504a10f
refactored Model and redis AR to allow drop of RecordSchema
11 years ago
Sergey Gonimar
ff92af3f0b
Fix doc
11 years ago
Carsten Brandt
f3ab5d999b
encode email in Formatter
...
avoid XSS with emails in format "Carsten Brandt <mail@cebe.cc>"
11 years ago
Qiang Xue
c6ecf4f2de
Fixed public property naming.
11 years ago
Qiang Xue
d2e5f2c507
Fixes #1234 : use dash instead of underscore to separate language and country in locale id.
11 years ago
Qiang Xue
49da1b4aad
Fixes #1225 : doc fix.
11 years ago
egorpromo
4d720389c3
It is more obviouse what to pass in trigger() method
11 years ago
Qiang Xue
684ee633f7
removed unneeded check.
11 years ago
Qiang Xue
c7ff329e3c
doc fix.
11 years ago
Qiang Xue
2f8ee2a8b0
typo fix.
11 years ago
Carsten Brandt
539e233d9c
massive improvement on class documentation
...
- added example code for application components
- added missing short description
[ci skip]
11 years ago
slavcodev
2adcd16e0d
Update phpDoc
11 years ago
slavcodev
3ff8f10d11
Add array conversion on creating validator
11 years ago
slavcodev
1c2489a3dc
Using only arrays in rules instead comma-separated string
11 years ago
slavcodev
b0b1c27c85
Fix phpDoc var tag format
11 years ago
Taras Gudz
2617dfbaf3
Removed links to non-existent things phpDocs [skip ci]
11 years ago
Taras Gudz
9b95a81b0c
Fixed the rest phpDocs [skip ci]
11 years ago
Carsten Brandt
913eb62294
updated phpdoc and fixed generator read/write-only annotation
11 years ago
Alexander Makarov
927e9dddb4
Refactored View
11 years ago