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
ec59da15
Commit
ec59da15
authored
Aug 16, 2012
by
Alexander Makarov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc fixes
parent
9b5e870a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
5 deletions
+4
-5
todo.md
todo.md
+0
-1
upgrade.md
upgrade.md
+4
-4
No files found.
todo.md
View file @
ec59da15
...
...
@@ -10,7 +10,6 @@
*
type conversion rules
*
CompareValidator::clientValidateAttribute(): search for "CHtml::activeId"
*
FileValidator, UniqueValidator, ExistValidator, DateValidator: TBD
*
consider merging UniqueValidator and ExistValidator and using a NOT property: array('!exist', …)
*
when getting errors from getErrors it will be good to have which validator (at least type) failed exactly.
-
built-in console commands
+
api doc builder
...
...
upgrade.md
View file @
ec59da15
...
...
@@ -17,7 +17,7 @@ General upgrade instructions
-
Replace 'framework' dir with the new one or point Git to a fresh
release tag and checkout.
-
Check if everything is OK, if not — revert to previous stable version and post
issues to
[
Yii issue tracker
](
https://github.com/yiisoft/yii/issues
)
.
issues to
[
Yii issue tracker
](
https://github.com/yiisoft/yii
2
/issues
)
.
Upgrading from v1.1.x
...
...
@@ -31,9 +31,9 @@ Upgrading from v1.1.x
-
The root alias
`@yii`
now represents the framework installation directory.
In 1.x, this is named as
`system`
. We also removed
`zii`
root alias.
-
Object serves as the base class that supports properties. And Component
extends
from
Object
and supports events and behaviors. Behaviors declared in
Component::behaviors()
are attached on demand.
-
`Object`
serves as the base class that supports properties. And
`Component`
extends
from
`Object`
and supports events and behaviors. Behaviors declared in
`Component::behaviors()`
are attached on demand.
-
`CList`
is renamed to
`Vector`
, and
`CMap`
is renamed to
`Dictionary`
.
Other collection classes are dropped in favor of SPL classes.
...
...
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