- 02 Jun, 2013 2 commits
- 28 May, 2013 1 commit
-
-
Qiang Xue authored
-
- 26 May, 2013 1 commit
-
-
Carsten Brandt authored
- update composer json to chosse right path - set vendorPath in application config if not default
-
- 22 May, 2013 1 commit
-
-
Qiang Xue authored
-
- 11 May, 2013 3 commits
-
-
Qiang Xue authored
-
Benjamin Wöster authored
-
Benjamin Wöster authored
-
- 10 May, 2013 2 commits
-
-
Carsten Brandt authored
app is resposible for setting time zone, so it should also do the fixing. + documentation about the behavior. issue #210 and #209
-
Benjamin Wöster authored
set application timezone early in application constructor, set default of UTC if no timezone is configured at all (not in app config nor in php.ini)
-
- 09 May, 2013 3 commits
-
-
Qiang Xue authored
-
Alexander Kochetov authored
-
Alexander Kochetov authored
-
- 08 May, 2013 1 commit
-
-
Qiang Xue authored
-
- 05 May, 2013 1 commit
-
-
Qiang Xue authored
-
- 26 Apr, 2013 1 commit
-
-
Qiang Xue authored
-
- 19 Apr, 2013 1 commit
-
-
Alexander Makarov authored
-
- 18 Apr, 2013 2 commits
-
-
Alexander Makarov authored
-
Qiang Xue authored
-
- 16 Apr, 2013 2 commits
- 14 Apr, 2013 1 commit
-
-
Qiang Xue authored
-
- 13 Apr, 2013 1 commit
-
-
Qiang Xue authored
-
- 12 Apr, 2013 1 commit
-
-
Qiang Xue authored
-
- 11 Apr, 2013 1 commit
-
-
Qiang Xue authored
-
- 10 Apr, 2013 3 commits
- 27 Mar, 2013 1 commit
-
-
Qiang Xue authored
-
- 25 Mar, 2013 2 commits
- 23 Mar, 2013 1 commit
-
-
Qiang Xue authored
-
- 21 Mar, 2013 1 commit
-
-
Qiang Xue authored
-
- 11 Mar, 2013 1 commit
-
-
Qiang Xue authored
-
- 04 Mar, 2013 2 commits
- 03 Mar, 2013 1 commit
-
-
Qiang Xue authored
Finished SecurityHelper.
-
- 19 Feb, 2013 1 commit
-
-
Alexander Makarov authored
- Refactored checking for fatal error. - Suppressed errors in exception handler in case of fatal errors.
-
- 12 Feb, 2013 1 commit
-
-
Alexander Makarov authored
- 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.
-
- 11 Feb, 2013 1 commit
-
-
Alexander Makarov authored
-