Qiang Xue
f473abe17f
Fixes #1405 : fixed disambiguation of relation names generated by gii.
11 years ago
Qiang Xue
a5e3c00d75
replaced inheritdoc tags.
11 years ago
Panagiotis Moustafellos
2ff8ac3d61
fixed PhpDoc by swapping to {@inheritdoc}
11 years ago
Qiang Xue
542477c323
typo fix.
11 years ago
Qiang Xue
6992cc2c73
Fixes #1196 .
11 years ago
KiTE
c5ee83bffb
Fixed gii after merge #1184
11 years ago
slavcodev
ecc557ef92
Refactor all models to new rules format
11 years ago
slavcodev
3cdd78cafe
Fix rules generator
11 years ago
Qiang Xue
4b49a31f57
minor fix to gii
11 years ago
Carsten Brandt
07391b6dc1
fixed wrong relation class name in gii model generator
...
fixes #1146
11 years ago
Qiang Xue
0515d32bdf
Fixes #1146 : Gii generates wrong relation.
11 years ago
Qiang Xue
c4bb668b90
moved gii and debug to extensions.
11 years ago
Alexander Makarov
986a8b0ca4
Fixes #1105 : better validation for Gii model generator
11 years ago
resurtm
4cb1a26477
Fixes #1104 . Model generator table names auto complete.
11 years ago
Gudz Taras
5b1ba04a9d
Fixes #1063
11 years ago
Gudz Taras
9c5ba231a1
Fixes issue #1063 : Fatal Error while getting value from ActiveRelation generated by Gii
11 years ago
Alexander Makarov
1f6a823073
Short array syntax
11 years ago
Qiang Xue
38c0b197f9
Fixes #916 : generation of class name from table name has problem.
11 years ago
Qiang Xue
8c9dadf362
Fixed DB validation handling for model generator.
11 years ago
Qiang Xue
95c2674609
hint fix.
11 years ago
Qiang Xue
7150524e33
Finished model generator.
11 years ago
Qiang Xue
c835f17d1f
finished rule generation for model generator.
11 years ago
Qiang Xue
28423486f1
model generator WIP
11 years ago
Qiang Xue
95bc36c2e6
refactored generators.
11 years ago
Qiang Xue
48e3739b21
model generator WIP
11 years ago
Qiang Xue
2a152cb555
model generator WIP
11 years ago
Qiang Xue
8ea5858d0d
refactored gii.
11 years ago
Qiang Xue
dccb10d109
model generator WIP
11 years ago
Qiang Xue
054b6f5818
Finished controller code generator.
11 years ago
Qiang Xue
208a274364
gii WIP
11 years ago
Qiang Xue
1896dd1707
gii WIP
11 years ago
Qiang Xue
94e4c076eb
gii WIP
11 years ago
Qiang Xue
f72105166c
reorganized the main repo to satisfy PSR-0.
12 years ago
Qiang Xue
fb5993af40
Fixes issue #251 : changed the signature of t() to be the same as v1.1
12 years ago
Qiang Xue
0d814fa523
Moved "framework" to "iii".
12 years ago
Zander Baldwin
4be9e195c2
Add Newlines
...
Appended newlines to every PHP document that did not have a newline as the last character in the file.
12 years ago
Qiang Xue
7de94d7fe9
Implemented optimistic locking for AR.
12 years ago
Qiang Xue
4fdaab3560
updated file header.
12 years ago
Alexander Makarov
2d5db95149
More on error handling:
...
- Correct exit code for require errors in CLI mode. It was 0 even in case of error.
- Solved handling fatals and displaying custom error template w/o output buffering.
- If XDEBUG is available, error screen will display trace (implementation inspired by Kohana and Nette).
- Added ErrorException to store/display type of the error and user-friendly messages.
- Fatals are still logged in PHP log.
- Turned off native display_errors since we're now catching all errors.
- Added reserving memory (256kb) . Can be removed safely. In case of removal we're losing only memory exhausted error when allocating last very small chunk of memory.
- Properly handled errors in __toString (exception can't be thrown in this case).
- In the YII_DEBUG===false mode it's bad to display exception name even in page title.
- In the YII_DEBUG===true mode it's still useful to get user-friendly message additionally to exception name.
12 years ago
Qiang Xue
3c1452e84b
Changed the separator of message category.
12 years ago
Qiang Xue
54ee8c44a0
refactored exceptions.
...
I18N WIP.
12 years ago
Qiang Xue
398ac25456
added UserException.
12 years ago
Qiang Xue
761a9f4472
exception cleanup.
12 years ago
Qiang Xue
9165a1592a
cleanup.
12 years ago
Qiang Xue
8e05e6e62d
changed copyright line.
12 years ago
Qiang Xue
28af29248b
w
14 years ago
Qiang Xue
2390da8ca3
w
14 years ago
Qiang Xue
3ba68632b2
finished Vector.
14 years ago