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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PSDI Army
yii2
Commits
4509d9da
Commit
4509d9da
authored
Mar 06, 2012
by
Alexander Makarov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
more todo items
parent
f62a68f3
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
6 deletions
+10
-6
todo.md
todo.md
+5
-1
upgrade.md
upgrade.md
+5
-5
No files found.
todo.md
View file @
4509d9da
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
*
CompareValidator::clientValidateAttribute(): search for "CHtml::activeId"
*
CompareValidator::clientValidateAttribute(): search for "CHtml::activeId"
*
FileValidator, UniqueValidator, ExistValidator, DateValidator: TBD
*
FileValidator, UniqueValidator, ExistValidator, DateValidator: TBD
*
consider merging UniqueValidator and ExistValidator and using a NOT property.
*
consider merging UniqueValidator and ExistValidator and using a NOT property.
-
console command support
-
console command support
[
DONE
]
-
built-in console commands
-
built-in console commands
+
api doc builder
+
api doc builder
*
support for markdown syntax
*
support for markdown syntax
...
@@ -59,5 +59,8 @@
...
@@ -59,5 +59,8 @@
*
ability to manage scripts order (store these in a vector?)
*
ability to manage scripts order (store these in a vector?)
*
http://ryanbigg.com/guides/asset_pipeline.html, http://guides.rubyonrails.org/asset_pipeline.html, use content hash instead of mtime + directory hash.
*
http://ryanbigg.com/guides/asset_pipeline.html, http://guides.rubyonrails.org/asset_pipeline.html, use content hash instead of mtime + directory hash.
-
Requirement checker
-
Requirement checker
-
Optional configurable input filtering in request
-
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
-
Decouple controller from application (by passing web application instance to controller and if not passed, using Yii::app())?
\ No newline at end of file
upgrade.md
View file @
4509d9da
...
@@ -10,14 +10,14 @@ for both A and B.
...
@@ -10,14 +10,14 @@ for both A and B.
General upgrade instructions
General upgrade instructions
---------------------------
---------------------------
-
-
Make a backup.
-
Make a backup.
-
Clean up your 'assets' folder.
-
Clean up your 'assets' folder.
-
Replace 'framework' dir with the new one or point
SVN
to a fresh
-
Replace 'framework' dir with the new one or point
Git
to a fresh
release
and update
.
release
tag and checkout
.
-
Check if everything is OK, if not — revert
from backup
and post
-
Check if everything is OK, if not — revert
to previous stable version
and post
issues to
Yii issue tracker
.
issues to
[
Yii issue tracker
](
https://github.com/yiisoft/yii/issues
)
.
Upgrading from v1.1.x
Upgrading from v1.1.x
...
...
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