Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yii2
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Rotua Panjaitan
yii2
Commits
59977e34
Commit
59977e34
authored
Mar 07, 2012
by
Alexander Makarov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
and some more todos
parent
4509d9da
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
todo.md
todo.md
+5
-3
No files found.
todo.md
View file @
59977e34
-
logging
-
logging
*
WebTarget
*
WebTarget
*
ProfileTarget
*
ProfileTarget
*
Toolbar ?
-
base
-
base
*
error/exception handling
*
error/exception handling
*
Convert all PHP errors into exceptions, remove YII_ENABLE_ERROR_HANDLER and error handler (?)
*
Convert all PHP errors into exceptions, remove YII_ENABLE_ERROR_HANDLER and error handler (?)
*
module
*
module
-
Module should be able to define its own configuration including routes. Application should be able to overwrite it.
*
application
*
application
*
http exception
*
http exception
*
security
*
security
...
@@ -49,6 +49,7 @@
...
@@ -49,6 +49,7 @@
-
web: TBD
-
web: TBD
*
get/setFlash() should be moved to session component
*
get/setFlash() should be moved to session component
*
support optional parameter in URL patterns
*
support optional parameter in URL patterns
*
Response object.
-
gii
-
gii
*
move generation API out of gii, provide yiic commands to use it. Use same templates for gii/yiic.
*
move generation API out of gii, provide yiic commands to use it. Use same templates for gii/yiic.
*
i18n variant of templates
*
i18n variant of templates
...
@@ -63,4 +64,5 @@
...
@@ -63,4 +64,5 @@
-
widgets
-
widgets
*
if we're going to supply default ones, these should generate really unique IDs. This will solve a lot of AJAX-nesting problems.
*
if we're going to supply default ones, these should generate really unique IDs. This will solve a lot of AJAX-nesting problems.
-
Make sure type hinting is used when components are passed to methods
-
Make sure type hinting is used when components are passed to methods
-
Decouple controller from application (by passing web application instance to controller and if not passed, using Yii::app())?
-
Decouple controller from application (by passing web application instance to controller and if not passed, using Yii::app())?
\ No newline at end of file
-
Decouple view renderer from controller so it can be used separately (useful for sending emails from console etc.)
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment