Thread: [Phphtmllib-devel] SF.net SVN: phphtmllib:[3162] trunk/phphtmllib/CHANGELOG
Status: Beta
Brought to you by:
hemna
From: <he...@us...> - 2008-10-06 22:14:32
|
Revision: 3162 http://phphtmllib.svn.sourceforge.net/phphtmllib/?rev=3162&view=rev Author: hemna Date: 2008-10-06 22:14:22 +0000 (Mon, 06 Oct 2008) Log Message: ----------- FENumberInRange Modified Paths: -------------- trunk/phphtmllib/CHANGELOG Modified: trunk/phphtmllib/CHANGELOG =================================================================== --- trunk/phphtmllib/CHANGELOG 2008-10-06 22:13:32 UTC (rev 3161) +++ trunk/phphtmllib/CHANGELOG 2008-10-06 22:14:22 UTC (rev 3162) @@ -8,6 +8,7 @@ version 3.0.3 - DEVTBD + Added a prompt in the ProjectGenerator to ask to include DataBase support while creating a new project. + - fixed a bug with the label rendering for FENumberInRange version 3.0.2 - 03/18/08 - fixed a bug with RequestBuilder::get_url() when a RequestBuilder::set_file() was called. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <he...@us...> - 2008-10-06 23:23:39
|
Revision: 3167 http://phphtmllib.svn.sourceforge.net/phphtmllib/?rev=3167&view=rev Author: hemna Date: 2008-10-06 23:18:46 +0000 (Mon, 06 Oct 2008) Log Message: ----------- DBDataObjectTemplateGenerator issue Modified Paths: -------------- trunk/phphtmllib/CHANGELOG Modified: trunk/phphtmllib/CHANGELOG =================================================================== --- trunk/phphtmllib/CHANGELOG 2008-10-06 23:17:53 UTC (rev 3166) +++ trunk/phphtmllib/CHANGELOG 2008-10-06 23:18:46 UTC (rev 3167) @@ -9,6 +9,8 @@ + Added a prompt in the ProjectGenerator to ask to include DataBase support while creating a new project. - fixed a bug with the label rendering for FENumberInRange + - fixed an issue in DBDataObjectTemplateGenerator that was trying to generate a get_id() method which is + marked as final in the parent class. version 3.0.2 - 03/18/08 - fixed a bug with RequestBuilder::get_url() when a RequestBuilder::set_file() was called. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <he...@us...> - 2009-01-26 02:31:29
|
Revision: 3204 http://phphtmllib.svn.sourceforge.net/phphtmllib/?rev=3204&view=rev Author: hemna Date: 2009-01-26 02:31:26 +0000 (Mon, 26 Jan 2009) Log Message: ----------- SVG fixes Modified Paths: -------------- trunk/phphtmllib/CHANGELOG Modified: trunk/phphtmllib/CHANGELOG =================================================================== --- trunk/phphtmllib/CHANGELOG 2008-11-21 18:29:55 UTC (rev 3203) +++ trunk/phphtmllib/CHANGELOG 2009-01-26 02:31:26 UTC (rev 3204) @@ -12,6 +12,7 @@ - fixed an issue in DBDataObjectTemplateGenerator that was trying to generate a get_id() method which is marked as final in the parent class. + Added DBDataObject Iterator support. + - Fixes to SVG classes to make them work in php5. version 3.0.2 - 03/18/08 - fixed a bug with RequestBuilder::get_url() when a RequestBuilder::set_file() was called. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <he...@us...> - 2009-12-01 17:57:52
|
Revision: 3316 http://phphtmllib.svn.sourceforge.net/phphtmllib/?rev=3316&view=rev Author: hemna Date: 2009-12-01 17:57:38 +0000 (Tue, 01 Dec 2009) Log Message: ----------- added Daemon info Modified Paths: -------------- trunk/phphtmllib/CHANGELOG Modified: trunk/phphtmllib/CHANGELOG =================================================================== --- trunk/phphtmllib/CHANGELOG 2009-12-01 06:08:48 UTC (rev 3315) +++ trunk/phphtmllib/CHANGELOG 2009-12-01 17:57:38 UTC (rev 3316) @@ -13,6 +13,7 @@ marked as final in the parent class. + Added DBDataObject Iterator support. - Fixes to SVG classes to make them work in php5. + + Changed Daemon class to use the new Log class. removed PEAR references as well version 3.0.2 - 03/18/08 - fixed a bug with RequestBuilder::get_url() when a RequestBuilder::set_file() was called. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <he...@us...> - 2010-01-12 19:58:09
|
Revision: 3322 http://phphtmllib.svn.sourceforge.net/phphtmllib/?rev=3322&view=rev Author: hemna Date: 2010-01-12 19:58:03 +0000 (Tue, 12 Jan 2010) Log Message: ----------- some updates Modified Paths: -------------- trunk/phphtmllib/CHANGELOG Modified: trunk/phphtmllib/CHANGELOG =================================================================== --- trunk/phphtmllib/CHANGELOG 2010-01-12 19:57:04 UTC (rev 3321) +++ trunk/phphtmllib/CHANGELOG 2010-01-12 19:58:03 UTC (rev 3322) @@ -14,6 +14,9 @@ + Added DBDataObject Iterator support. - Fixes to SVG classes to make them work in php5. + Changed Daemon class to use the new Log class. removed PEAR references as well + + added support to disable controller request debug output + 2 on objects that provide the controller_debug_allowed() method. + + added hostname port support in RequestBuilder version 3.0.2 - 03/18/08 - fixed a bug with RequestBuilder::get_url() when a RequestBuilder::set_file() was called. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |