Quick Search:

jump to detailed chart | hide Line History

Line Count Graph

Constraint

Branch:
Author:
Tag:
Date: help

Calendar

November 2008
Sun Mon Tue Wed Thu Fri Sat
      1(1)
23(515)4(1)56(4)7(8)8
9(29)10(151)11(19)12(2)1314(296)15
16(1)17(6)1819202122
23242526272829
30      
Jan Feb Mar Apr
May(579) Jun(435) Jul(1.5K) Aug(264)
Sep(209) Oct(579) Nov(1K) Dec
Years:

Directory Properties

  • svn:ignore = .cache .settings .project

Changelog

12680 by oreales on 17 November 2008, 09:51:13 -0800 (3 days ago) Make Review "ZF-4946
Added tests to check encoding of arrays, objects and XML using Zend_Json_Expr"

tests/Zend/JsonTest.php 12680 history download (+112 -37) diffs

12679 by oreales on 17 November 2008, 09:50:31 -0800 (3 days ago) Make Review "ZF-4946
Added some conditionals for perfomance. Only try to replace back Zend_Json_Expr when internal arrays count > 0
_proccessXml modified to allow new Zend_Json_Expr in fromXml method.
debugging t…

library/Zend/Json.php 12679 history download (+42 -11) diffs

12673 by thomas on 17 November 2008, 00:17:07 -0800 (3 days ago) Make Review INCUBATOR: Zend_Filter
- added new encrypt filter
- added new decrypt filter
- added new decrypt file filter

library/Zend/Filter/File/Decrypt.php 12673 history download (+84) new

library/Zend/Filter/Encrypt.php 12673 history download (+175) new

library/Zend/Filter/Decrypt.php 12673 history download (+65) new

library/Zend/Filter/File/Encrypt.php 12673 history download (+6 -125) diffs

12672 by thomas on 16 November 2008, 13:02:01 -0800 (4 days ago) Make Review INCUBATOR: Zend_Filter_File
- added a new encryption filter

library/Zend/Filter/File/Encrypt.php 12672 history download (+203) new

12657 by oreales on 14 November 2008, 11:07:14 -0800 (6 days ago) Make Review ZF-4946 Refactoring Zend_Json to allow Javascript Expressions

library/Zend/Exception.php 12657 history download (+30) new

12656 by oreales on 14 November 2008, 11:06:41 -0800 (6 days ago) Make Review ZF-4946 Refactoring Zend_Json to allow Javascript Expressions

tests/Zend/Json/Server/RequestTest.php 12656 history download (+268) new

tests/Zend/Json/Server/ErrorTest.php 12656 history download (+160) new

tests/Zend/Json 12656 history download (+0) new

tests/Zend/Json/Server/Smd/ServiceTest.php 12656 history download (+355) new

tests/Zend/Json/Server/AllTests.php 12656 history download (+70) new

… 10 more files in changeset.
12655 by oreales on 14 November 2008, 11:04:23 -0800 (6 days ago) Make Review ZF-4946 - Refactoring Zend_Json to allow Zend_Json_Expr
Added Some Zend_Json files related to

library/Zend/Json/Server/Response.php 12655 history download (+247) new

library/Zend/Json/Expr.php 12655 history download (+80) new

library/Zend/Json/Encoder.php 12655 history download (+431) new

library/Zend/Json/Server/Request 12655 history download (+0) new

library/Zend/Json/Server 12655 history download (+0) new

… 14 more files in changeset.
12641 by ralph on 14 November 2008, 00:41:07 -0800 (6 days ago) Make Review ZF-4012
- Fixed zf.php to utilize incubator paths
- Added unit tests for Reflection and CodeGenerator

tests/Zend/Tool 12641 history download (+0) new

tests/Zend/Tool/CodeGenerator 12641 history download (+0) new

tests/Zend/Tool/CodeGenerator/Php 12641 history download (+0) new

tests/Zend/Tool/CodeGenerator/Php/Docblock 12641 history download (+0) new

tests/Zend/Tool/CodeGenerator/Php/_files 12641 history download (+0) new

… 22 more files in changeset.
12639 by ralph on 14 November 2008, 00:14:25 -0800 (6 days ago) Make Review ZF-4012
- Preparing incubator for Zend Tool
- Cleaning out old Zend_Build files

bin/zf.bat 12639 history deleted

bin/zf.php 12639 history deleted

bin/zf.sh 12639 history deleted

12638 by ralph on 14 November 2008, 00:12:46 -0800 (6 days ago) Make Review ZF-4012
- Preparing incubator for Zend Tool
- Cleaning out old Zend_Build files

tests/Zend/Build 12638 history deleted

tests/Zend/Build/Resource 12638 history deleted

tests/Zend/Build/Resource/_files 12638 history deleted

tests/Zend/Build/Resource/_files/config1.xml 12638 history deleted

tests/Zend/Build/Resource/_files/config2.xml 12638 history deleted

… 85 more files in changeset.
12587 by ralph on 12 November 2008, 09:21:41 -0800 (8 days ago) Make Review ZF-3072
- Altered TestUtil/Db2.php to be able to accept driver_options via the TestConfiguration.php

tests/Zend/Db/TestUtil/Db2.php 12587 history download (+0 -2) diffs

12584 by ralph on 12 November 2008, 08:48:48 -0800 (8 days ago) Make Review ZF-3072
- TestHelper.php path fixed for full standard branch checkout
- Fixes options for supplying path to trunk

tests/TestHelper.php 12584 history download (+1 -1) diffs

12575 by ralph on 11 November 2008, 14:23:28 -0800 (9 days ago) Make Review ZF-3072
- Added Db Testing utilities to Incubator
- Cleaned up Zend_Db_Adapter_Db2
- Added Db2 TestConiguration section

tests/Zend/Db/TestUtil/Db2.php 12575 history download (+165) new

tests/Zend/Db/Adapter/Db2Test.php 12575 history download (+214) new

library/Zend/Db/Adapter/Db2.php 12575 history download (+150 -150) diffs

tests/TestConfiguration.php.dist 12575 history download (+19 -0) diffs

tests/Zend/Db/TestUtil/Common.php 12575 history download (+478) new

… 2 more files in changeset.
12543 by norm2782 on 11 November 2008, 01:06:34 -0800 (9 days ago) Make Review Added Zend_Feed_Reader_Entry_Abstract. Added comments, refactored a bit and fixed some coding standards stuff.

library/Zend/Feed/Reader/Entry/Dc.php 12543 history download (+112 -60) diffs

library/Zend/Feed/Reader/Feed/Abstract.php 12543 history download (+82 -64) diffs

library/Zend/Feed/Reader/Entry/Abstract.php 12543 history download (+114) new

library/Zend/Feed/Reader/Entry/Rss.php 12543 history download (+153 -57) diffs

library/Zend/Feed/Reader/Entry/Atom.php 12543 history download (+65 -121) diffs

… 7 more files in changeset.
12542 by matthew on 10 November 2008, 21:45:05 -0800 (9 days ago) Make Review REVIEW: promoted Zend_File_Transfer filters and validators to trunk

tests/Zend/Validate/File/_files/testsize.mo 12542 history deleted

tests/Zend/Validate/File/ExcludeExtensionTest.php 12542 history deleted

tests/Zend/Validate/File/HashTest.php 12542 history deleted

tests/Zend/Validate/File/ExtensionTest.php 12542 history deleted

tests/Zend/Validate/File/Sha1Test.php 12542 history deleted

… 42 more files in changeset.
12540 by matthew on 10 November 2008, 21:18:33 -0800 (9 days ago) Make Review REVIEW: Reviewed Zend_File_Transfer filter and validator changes and ensured BC

documentation/manual/en/module_specs/Zend_File_Transfer-Migration.xml 12540 history download (+4 -3) diffs

library/Zend/Validate/File/MimeType.php 12540 history download (+15 -13) diffs

library/Zend/Validate/File/FilesSize.php 12540 history download (+40 -17) diffs

library/Zend/Validate/File/Extension.php 12540 history download (+20 -24) diffs

library/Zend/Validate/File/Count.php 12540 history download (+10 -2) diffs

… 10 more files in changeset.
12533 by matthew on 10 November 2008, 14:07:37 -0800 (10 days ago) Make Review TESTING: Added missing tests to incubator; fixed issues with IsCompressed/IsImage finfo/magic detection; minor CS fixes to Rename filter

tests/Zend/Validate/File/AllTests.php 12533 history download (+30 -0) diffs

tests/Zend/Validate/File/Md5Test.php 12533 history download (+212) new

tests/Zend/Validate/File/Sha1Test.php 12533 history download (+212) new

library/Zend/Filter/File/Rename.php 12533 history download (+3 -2) diffs

library/Zend/Validate/File/IsCompressed.php 12533 history download (+1 -1) diffs

… 5 more files in changeset.
12531 by matthew on 10 November 2008, 13:29:03 -0800 (10 days ago) Make Review TESTING: add placeholder for testing Rename file filter

tests/Zend/Filter/_files/_testDir2/.placeholder 12531 history download (+0) new

12530 by thomas on 10 November 2008, 13:07:16 -0800 (10 days ago) Make Review INCUBATOR Zend_File_Transfer
- added testfiles from trunk to run tests independently

tests/Zend/Validate/File/_files/testsize2.mo 12530 history download (+0) new

tests/Zend/Validate/File/_files/testsize.mo 12530 history download (+0) new

tests/Zend/Validate/File/_files/picture.jpg 12530 history download (+0) new

tests/Zend/Validate/File/_files 12530 history download (+0) new

tests/Zend/Validate/File/_files/testsize4.mo 12530 history download (+0) new

… 3 more files in changeset.
12528 by matthew on 10 November 2008, 13:01:22 -0800 (10 days ago) Make Review TESTS: Added AllTests for Zend_Validate_File component

tests/Zend/Validate/File/AllTests.php 12528 history download (+119) new

12521 by thomas on 10 November 2008, 11:46:04 -0800 (10 days ago) Make Review INCUBATOR Zend_File_Transfer
- added missing Zend_Config acceptance

tests/Zend/Validate/File/HashTest.php 12521 history download (+2 -2) diffs

tests/Zend/Validate/File/ExistsTest.php 12521 history download (+210) new

library/Zend/Validate/File/MimeType.php 12521 history download (+7 -1) diffs

library/Zend/Validate/File/Exists.php 12521 history download (+198) new

library/Zend/Validate/File/Count.php 12521 history download (+1 -1) diffs

… 1 more file in changeset.
12518 by matthew on 10 November 2008, 09:31:14 -0800 (10 days ago) Make Review DOCUMENTATION: nest Zend_Service_Twitter docs; add Z_S_T docs to manual.xml.in; remove manual.xml (should never be checked in)

documentation/manual/en/module_specs/Zend_Service_Twitter.xml 12518 history download (+6 -2) diffs

documentation/manual/en/manual.xml 12518 history deleted

documentation/manual/en/module_specs/Zend_Service_Twitter_Search.xml 12518 history download (+13 -10) diffs

documentation/manual/en/manual.xml.in 12518 history download (+1 -5) diffs

12497 by dasprid on 10 November 2008, 08:13:36 -0800 (10 days ago) Make Review Promoted Zend_Text_Table to standard/trunk

tests/Zend/Text/Figlet/StandardAlignRight.figlet 12497 history deleted

tests/Zend/Text/Figlet 12497 history deleted

tests/Zend/Text 12497 history deleted

tests/Zend/Text/AllTests.php 12497 history deleted

tests/Zend/Text/Figlet/StandardRightToLeftAlignRight.figlet 12497 history deleted

… 22 more files in changeset.