12689
by beberlei on
18 November 2008, 07:17:22 -0800
(55 hours ago)
Laboratory Zend_Pdf Refactoring - View Helper prototype rewrite, TODO: Move plugin loader from page to document or even a static registry level in Zend_Pdf.
12686
by beberlei on
18 November 2008, 05:28:49 -0800
(56 hours ago)
Refactoring Prototype of Zend_Pdf:
1. Add Default Page Options on Zend_Pdf Level. Zend_Pdf::newPage applies default option to each new page, when set. 2. View Helper Pattern for Zend_Pdf_Page where a…
12685
by beberlei on
18 November 2008, 05:26:38 -0800
(56 hours ago)
Refactoring Prototype of Zend_Pdf:
1. Add Default Page Options on Zend_Pdf Level. Zend_Pdf::newPage applies default option to each new page, when set. 2. View Helper Pattern for Zend_Pdf_Page where a…
12335
by ralph on
06 November 2008, 10:51:35 -0800
(14 days ago)
ZF-4012 - Fixed issues with Zend_Tool_Project contexts not being able to be found - Removed the ZendL_View directory
12283
by ralph on
04 November 2008, 10:27:13 -0800
(16 days ago)
ZF-4012: - Refactored RPC -> Framework - Refactored Zend_Tool_CodeGenerator behavior for default values - Implemented fluent interface in CLI Endpoint - Others listed in yahoo mailing list: http://te…
12038
by kokx on
20 October 2008, 12:10:34 -0700
(31 days ago)
Made a start with refactoring Zend_TextParser to Zend_Markup and made a new start with the BBcode parser.
11978
by ralph on
15 October 2008, 13:01:14 -0700
(36 days ago)
ZF-4012: - Updated ZendL_Tool_Rpc_Endpoint_Cli to have a help system - Removed Tool.php as an include_path match - Created an enpoint registry so provides can access response request objects
11311
by ralph on
09 September 2008, 11:19:18 -0700
(2 months 11 days ago)
ZF-4012 - Fixes for the Zend_Tool Project Structure context responsible for copying ZF library to the ZF project.
11308
by ralph on
09 September 2008, 09:33:37 -0700
(2 months 11 days ago)
ZF-4012 - Changed the IncludePathLoader to only load from non-relative paths.
11276
by dasprid on
07 September 2008, 07:37:40 -0700
(2 months 13 days ago)
Added finish() method to Zend_ProgressBar and adapters and updated demo accordingly