forked from zendframework/zendframework
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README-DEV.txt
78 lines (69 loc) · 1.92 KB
/
README-DEV.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
During the namespace conversion, do the following:
% cd working
% php ../tools/phptools/bin/php-namespacer.php \
> -m./ -l=../library/ -p=Zend -o=./tmp/library -d=Zend/<component name>
Check the changes, and merge them into the trunk. Then make the unit
tests pass.
Checklist:
First pass
[X] Zend_Exception
[X] Zend_Version
[X] Zend_Loader
[X] Including pluginloader, resource loader, etc.
[X] Zend_Registry
[X] Zend_Config
[X] Zend_Debug
[X] Zend_Log
Would need to ignore Firebug writer for now, and potentially Db writer
[X] Zend_Cache
[X] Zend_Locale
[X] Zend_Date
[X] Zend_Translate
[X] Zend_TimeSync
[X] Zend_Measure
[X] Zend_Currency
Second pass:
[X] Zend_Filter
skip Input at first
[X] Zend_Validate
skip Validate_Db at first
do [X] Zend_Filter_Input at this time
[X] Zend_Uri
Third pass:
[X] Zend_Server
[X] Zend_Http
Fourth pass:
THE FOLLOWING IN ANY ORDER (except where indicated):
[X] Zend_Json
[X] Zend_Crypt -> [X] Zend_Oauth, [X] Zend_XmlRpc
[X] Zend_Acl
[ ] Zend_Reflection
[ ] Zend_CodeGenerator
[X] Zend_Console
[X] Zend_Dom
[ ] Zend_Gdata
[ ] Zend_InfoCard
[ ] Zend_Ldap
[ ] Zend_Mime -> [ ] Zend_Mail
[ ] Zend_Markup
[X] Zend_Memory -> [X] Zend_Pdf -> [X] Zend_Barcode
[ ] Zend_Db (except Firebug profiler) -> [ ] Zend_Feed, [ ] Zend_Queue
[X] Zend_Text -> [X] Zend_ProgressBar -> [X] Zend_File
[ ] Zend_Search
[ ] Zend_Service_Abstract -> [ ] Zend_Rest_Client, [ ] Zend_Service_ReCaptcha -> [ ] Zend_Captcha
[ ] Zend_Soap
[X] Zend_Tag
[ ] Zend_Service_*
[ ] Zend_Session -> [ ] Zend_Auth -> [ ] Zend_Amf -> [ ] Zend_Serializer
Fifth pass:
All together:
[ ] Zend_Controller, [ ] Zend_View, [ ] Zend_Layout, [ ] Zend_Rest_Route/Controller
Sixth pass:
[ ] Zend_Wildfire (and all Firebug related sub-components)
[ ] Zend_OpenId
[ ] Zend_Form -> [ ] Zend_Dojo
[ ] Zend_Navigation
[ ] Zend_Paginator
[ ] Zend_Test
Seventh (and last) pass:
[ ] Zend_Application -> [ ] Zend_Tool