vcl4php-svn Mailing List for VCL for PHP (Page 8)
Brought to you by:
ttm
You can subscribe to this list here.
| 2007 |
Jan
|
Feb
|
Mar
|
Apr
(8) |
May
(33) |
Jun
(15) |
Jul
(6) |
Aug
(16) |
Sep
(22) |
Oct
(10) |
Nov
(2) |
Dec
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2008 |
Jan
|
Feb
(24) |
Mar
(12) |
Apr
(17) |
May
(2) |
Jun
(7) |
Jul
(2) |
Aug
(2) |
Sep
(3) |
Oct
(2) |
Nov
(2) |
Dec
(4) |
| 2009 |
Jan
|
Feb
|
Mar
(2) |
Apr
|
May
|
Jun
(4) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2010 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(6) |
Oct
(3) |
Nov
(3) |
Dec
|
| 2012 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2014 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
| 2016 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
(1) |
Dec
|
|
From: <pac...@pa...> - 2007-05-23 04:27:20
|
1. An exception is thrown when the component on the form inherits from the Pen class. I modified the exception throw in classes.inc.php to show me the class name : "'Cannot unserialize a component Pen without an owner'" Just drop a shape control on a form and run to test this. 2. The new ajax parameter passing seems to have disrupted ajax calls. Haven't had time to investigate why. Property not found errors. Rolled back to v41 in the meantime. Are there ant changes to ajax.js to accommodate the component list? -----Original Message----- From: vcl...@li... [mailto:vcl...@li...] On Behalf Of tt...@us... Sent: Tuesday, 22 May 2007 11:20 p.m. To: vcl...@li... Subject: [vcl4php-svn] SF.net SVN: vcl4php: [42] trunk/vcl Revision: 42 http://vcl4php.svn.sourceforge.net/vcl4php/?rev=42&view=rev Author: ttm Date: 2007-05-22 04:19:46 -0700 (Tue, 22 May 2007) |
|
From: <tt...@us...> - 2007-05-22 11:19:47
|
Revision: 42
http://vcl4php.svn.sourceforge.net/vcl4php/?rev=42&view=rev
Author: ttm
Date: 2007-05-22 04:19:46 -0700 (Tue, 22 May 2007)
Log Message:
-----------
+Added global var $checkduplicatenames to make component creation faster by avoiding checking of naming when components are added to an owner
+Optimized loading of forms by not reading .xml.php if the form is already on the session
+Added support for serializing persistent child properties
+Moved dumpJSEvent to Component class to allow non-visible components to generate javascript events
+Added a third parameter to ajaxCall to allow specify which components to get updated by the ajax request
+Modified readNamePath to behave correctly even with Persistent descendants
+Added a default application name so you can specify different application domains so they live together on the same session
+Now, the restore_session parameter doesn't work if the request is an ajax request, so the session is not restored
+Added UseAjaxDebug property to pages, so it turns on/off ajax debugging
+Added UsePixelTrans property to Layout objects, so you can specify if it generates transparent pixels or not
Modified Paths:
--------------
trunk/vcl/classes.inc.php
trunk/vcl/controls.inc.php
trunk/vcl/forms.inc.php
trunk/vcl/graphics.inc.php
trunk/vcl/packages/standard.package.php
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <tt...@us...> - 2007-05-17 17:44:50
|
Revision: 41
http://vcl4php.svn.sourceforge.net/vcl4php/?rev=41&view=rev
Author: ttm
Date: 2007-05-17 10:44:52 -0700 (Thu, 17 May 2007)
Log Message:
-----------
+Added Columns property to DBGrid, so now the component is able to specify different properties for each column or to specify which columns are going to be shown, still need to make some work on this, but enough to be used
+Columns property needs a native editor to be edited inside the IDE, which will be available on the next update
+Added ReadOnly property to DBGrid to prevent user edit its contents
+Added FixedColumns property to DBGrid, to allow you set the number of columns at the left that will be fixed and won't scroll horizontally
+Added MySQL native set of components
Modified Paths:
--------------
trunk/vcl/dbgrids.inc.php
trunk/vcl/grids.inc.php
trunk/vcl/packages/database.package.php
Added Paths:
-----------
trunk/vcl/mysql.inc.php
trunk/vcl/packages/mysql.package.php
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <tt...@us...> - 2007-05-17 17:39:07
|
Revision: 40
http://vcl4php.svn.sourceforge.net/vcl4php/?rev=40&view=rev
Author: ttm
Date: 2007-05-17 10:39:03 -0700 (Thu, 17 May 2007)
Log Message:
-----------
+Added jquery support (http://jquery.com/) and added a sample component that uses it, called JQSlider
Added Paths:
-----------
trunk/vcl/jquery/
trunk/vcl/jquery/images/
trunk/vcl/jquery/images/next.gif
trunk/vcl/jquery/images/prev.gif
trunk/vcl/jquery/jquery.accessible-news-slider.js
trunk/vcl/jquery/jquery.inc.php
trunk/vcl/jquery/jquery.js
trunk/vcl/jquery/jquery.package.php
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <tt...@us...> - 2007-05-14 15:25:47
|
Revision: 39
http://vcl4php.svn.sourceforge.net/vcl4php/?rev=39&view=rev
Author: ttm
Date: 2007-05-14 08:25:42 -0700 (Mon, 14 May 2007)
Log Message:
-----------
+Fixed a problem reported in the forum regarding items with < and > on the ComboBox
http://www.qadram.com/vcl4php/forums/viewtopic.php?t=243
Modified Paths:
--------------
trunk/vcl/stdctrls.inc.php
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <tt...@us...> - 2007-05-10 16:59:09
|
Revision: 38
http://vcl4php.svn.sourceforge.net/vcl4php/?rev=38&view=rev
Author: ttm
Date: 2007-05-10 09:59:11 -0700 (Thu, 10 May 2007)
Log Message:
-----------
+Added PEAR DataGrid sample
Modified Paths:
--------------
trunk/website/samples/ParentProperties/ParentProperties.dsk
trunk/website/samples/Templates/TemplateSample.dsk
Added Paths:
-----------
trunk/website/samples/PEAR/
trunk/website/samples/PEAR/DataGrid/
trunk/website/samples/PEAR/DataGrid/DataGridSample.dsk
trunk/website/samples/PEAR/DataGrid/DataGridSample.phprj
trunk/website/samples/PEAR/DataGrid/datagrid_sample.php
trunk/website/samples/PEAR/DataGrid/datagrid_sample.xml.php
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <tt...@us...> - 2007-05-10 09:58:57
|
Revision: 37
http://vcl4php.svn.sourceforge.net/vcl4php/?rev=37&view=rev
Author: ttm
Date: 2007-05-10 02:58:58 -0700 (Thu, 10 May 2007)
Log Message:
-----------
+Documentation improvements and fixes
Modified Paths:
--------------
trunk/vcl/chart.inc.php
trunk/vcl/checklst.inc.php
trunk/vcl/classes.inc.php
trunk/vcl/controls.inc.php
trunk/vcl/forms.inc.php
trunk/vcl/menus.inc.php
trunk/vcl/stdctrls.inc.php
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <tt...@us...> - 2007-05-07 19:29:53
|
Revision: 36
http://vcl4php.svn.sourceforge.net/vcl4php/?rev=36&view=rev
Author: ttm
Date: 2007-05-07 12:29:53 -0700 (Mon, 07 May 2007)
Log Message:
-----------
+Fixed wrong parameter passing to drawLine method in Canvas class, SourceForge tracker #1704234
Modified Paths:
--------------
trunk/vcl/graphics.inc.php
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <tt...@us...> - 2007-05-07 19:25:42
|
Revision: 35
http://vcl4php.svn.sourceforge.net/vcl4php/?rev=35&view=rev
Author: ttm
Date: 2007-05-07 12:25:44 -0700 (Mon, 07 May 2007)
Log Message:
-----------
+Fixed badspelling of "multi", it was "mulit", fixed now, SourceForge Tracker #1709747
Modified Paths:
--------------
trunk/vcl/stdctrls.inc.php
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <tt...@us...> - 2007-05-07 19:20:59
|
Revision: 34
http://vcl4php.svn.sourceforge.net/vcl4php/?rev=34&view=rev
Author: ttm
Date: 2007-05-07 12:20:55 -0700 (Mon, 07 May 2007)
Log Message:
-----------
+Added Checked property (not design time yet) to allow you check/set the checked status of each item on the CheckListBox, this adds also persistance to this component. SourceForge Tracker #1711395
Modified Paths:
--------------
trunk/vcl/checklst.inc.php
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <tt...@us...> - 2007-05-07 15:13:40
|
Revision: 33
http://vcl4php.svn.sourceforge.net/vcl4php/?rev=33&view=rev
Author: ttm
Date: 2007-05-07 08:13:42 -0700 (Mon, 07 May 2007)
Log Message:
-----------
+Partially fixed SourceForge tracker #1712224, LabeledEdit and TextField now recover the value from the stream to set the property
Modified Paths:
--------------
trunk/vcl/comctrls.inc.php
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <tt...@us...> - 2007-05-07 14:31:39
|
Revision: 32
http://vcl4php.svn.sourceforge.net/vcl4php/?rev=32&view=rev
Author: ttm
Date: 2007-05-07 07:31:35 -0700 (Mon, 07 May 2007)
Log Message:
-----------
+MainMenu and RichEdit now work well with ajaxCall as they implement dumpForAjax SourceForge tracker #1712370
+Added unserialize procedures to the ajax request
Modified Paths:
--------------
trunk/vcl/comctrls.inc.php
trunk/vcl/forms.inc.php
trunk/vcl/menus.inc.php
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <tt...@us...> - 2007-05-06 12:48:54
|
Revision: 31
http://vcl4php.svn.sourceforge.net/vcl4php/?rev=31&view=rev
Author: ttm
Date: 2007-05-06 05:48:54 -0700 (Sun, 06 May 2007)
Log Message:
-----------
+Fix to allow controls using common.js functions to be rendered inside templates, like MainMenu
Modified Paths:
--------------
trunk/vcl/forms.inc.php
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <tt...@us...> - 2007-05-06 12:24:35
|
Revision: 30
http://vcl4php.svn.sourceforge.net/vcl4php/?rev=30&view=rev
Author: ttm
Date: 2007-05-06 05:24:32 -0700 (Sun, 06 May 2007)
Log Message:
-----------
+Added allowserialize method to Component class to allow component developers filter which properties will get stored on the session
+Fix on the check of the IsMaster property to make it work properly
+QWidget containers now check for Visible property to filter out which controls to show inside
Modified Paths:
--------------
trunk/vcl/classes.inc.php
trunk/vcl/forms.inc.php
trunk/vcl/stdctrls.inc.php
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <tt...@us...> - 2007-05-04 12:05:25
|
Revision: 29
http://vcl4php.svn.sourceforge.net/vcl4php/?rev=29&view=rev
Author: ttm
Date: 2007-05-04 05:05:26 -0700 (Fri, 04 May 2007)
Log Message:
-----------
+Fixed problem rendering controls inside a template
Modified Paths:
--------------
trunk/vcl/forms.inc.php
trunk/vcl/smartytemplate.inc.php
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <tt...@us...> - 2007-05-03 21:52:50
|
Revision: 28
http://vcl4php.svn.sourceforge.net/vcl4php/?rev=28&view=rev
Author: ttm
Date: 2007-05-03 14:52:49 -0700 (Thu, 03 May 2007)
Log Message:
-----------
+Fixed QC #44801, DateTimePicker shows OK inside any QWidget descendant, in fact, all controls must work now
Modified Paths:
--------------
trunk/vcl/extctrls.inc.php
trunk/vcl/jscalendar/calendar.php
trunk/vcl/stdctrls.inc.php
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <tt...@us...> - 2007-05-03 14:08:28
|
Revision: 27
http://vcl4php.svn.sourceforge.net/vcl4php/?rev=27&view=rev
Author: ttm
Date: 2007-05-03 07:08:30 -0700 (Thu, 03 May 2007)
Log Message:
-----------
+SourceForge tracker #1697053, now PageControl recovers the current page from the POST stream
Modified Paths:
--------------
trunk/vcl/comctrls.inc.php
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <tt...@us...> - 2007-05-03 13:21:42
|
Revision: 26
http://vcl4php.svn.sourceforge.net/vcl4php/?rev=26&view=rev
Author: ttm
Date: 2007-05-03 06:21:42 -0700 (Thu, 03 May 2007)
Log Message:
-----------
+Fixed QC #43563, LabeledEdit works inside QWidget descendants as children
+Added isdefined function to common.js to allow check if a javascript variable is defined or not
+Added addOtherChildren to QWidget to allow controls to add new items to the parent
Modified Paths:
--------------
trunk/vcl/comctrls.inc.php
trunk/vcl/js/common.js
trunk/vcl/stdctrls.inc.php
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <tt...@us...> - 2007-05-03 11:28:43
|
Revision: 25
http://vcl4php.svn.sourceforge.net/vcl4php/?rev=25&view=rev
Author: ttm
Date: 2007-05-03 04:28:44 -0700 (Thu, 03 May 2007)
Log Message:
-----------
+Fix QC #44362, now PageControl it works well with ajax requests as it implements dumpForAjax to modify the control instead create a new one
+Fix problem with ajax requests in which controls that use init and preinit to initialize themselves didn't work
Modified Paths:
--------------
trunk/vcl/comctrls.inc.php
trunk/vcl/forms.inc.php
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <tt...@us...> - 2007-05-03 10:50:46
|
Revision: 24
http://vcl4php.svn.sourceforge.net/vcl4php/?rev=24&view=rev
Author: ttm
Date: 2007-05-03 03:50:47 -0700 (Thu, 03 May 2007)
Log Message:
-----------
+Fixed QC #44783, CheckBox checked state must be updated only if a POST has been made, because if not, cannot be set to checked in design-time
Modified Paths:
--------------
trunk/vcl/stdctrls.inc.php
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <tt...@us...> - 2007-05-02 20:00:03
|
Revision: 23
http://vcl4php.svn.sourceforge.net/vcl4php/?rev=23&view=rev
Author: ttm
Date: 2007-05-02 13:00:04 -0700 (Wed, 02 May 2007)
Log Message:
-----------
+RAID #248401 - Fixed ' rendering on IE
Modified Paths:
--------------
trunk/vcl/nusoap/class.wsdl.php
trunk/vcl/nusoap/nusoap.php
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <tt...@us...> - 2007-05-02 19:55:11
|
Revision: 22
http://vcl4php.svn.sourceforge.net/vcl4php/?rev=22&view=rev
Author: ttm
Date: 2007-05-02 12:55:12 -0700 (Wed, 02 May 2007)
Log Message:
-----------
+Fixed Limit property of table to allow full browsing of data
Modified Paths:
--------------
trunk/website/samples/SimpleManagementAndJS/simplemanagementandjs.xml.php
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <tt...@us...> - 2007-05-02 19:35:05
|
Revision: 21
http://vcl4php.svn.sourceforge.net/vcl4php/?rev=21&view=rev
Author: ttm
Date: 2007-05-02 12:35:06 -0700 (Wed, 02 May 2007)
Log Message:
-----------
+Added to the distro to show the readme.txt the first module when the project opens RAID #248529
Added Paths:
-----------
trunk/website/samples/ECommerceExample/ECommerceExample.dsk
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <tt...@us...> - 2007-05-02 19:30:26
|
Revision: 20
http://vcl4php.svn.sourceforge.net/vcl4php/?rev=20&view=rev
Author: ttm
Date: 2007-05-02 12:30:22 -0700 (Wed, 02 May 2007)
Log Message:
-----------
+Added link to return to main page, RAID #248580
Modified Paths:
--------------
trunk/website/samples/Inheritance/page2.php
trunk/website/samples/Inheritance/page2.xml.php
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <tt...@us...> - 2007-05-02 14:11:38
|
Revision: 19
http://vcl4php.svn.sourceforge.net/vcl4php/?rev=19&view=rev
Author: ttm
Date: 2007-05-02 07:11:35 -0700 (Wed, 02 May 2007)
Log Message:
-----------
+Fixed tracker #1710182, CheckBox Enabled property
Modified Paths:
--------------
trunk/vcl/stdctrls.inc.php
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|