------------------------------------------------------------------------ r178 | ttm | 2007-10-04 17:56:50 +0200 (Thu, 04 Oct 2007) | 23 lines +Bug fixed for components inside qwidgets, to find their corresponding hidden fields +Bug fixed on SpeedButton using GroupIndex +Bug fixed with language .xml.php files, now it works correctly with the optimization to don't load .xml.php twice if not needed. +Added dumpFormItems, so non-visible components are able now to dump code inside the form tag +Fixed a problem with namespacing storing components for the form, now it uses the whole form namepath +Fixed problem with Clock component, now is correctly aligned +Fixed problem with ProgressBar, Position property must not have a default value +Fixed problem on LabeledEdit, now events are also attached to the label part +DBGrid columns now can have a sorttype, for numeric data +Font property removed from DBGrid +Fixed problem using Params and Limit properties on databases +Database::DoConnect now it returns a boolean value with the result of the operation +Dataset __get and __set have been redesigned to give first priority to properties, because if a table had a field called "Name", that caused an error +GroupBox::Hint now is working +Bevel bsSpace now works OK in design-time +Timer::OnTimer event now is able to raise ajaxCall, there was a bug generating the javascript event +Bug fixed on GridLayout, RowLayout and ColLayout regarding generated code, an extra _outer div now is resized correctly +PopupMenu::OnClick now is working correctly +MySQLDatabase::tables() method now returns the right results +Label now it doesn't try to remove existing links from a caption if Link property is used +ComboBox, ListBox now work well with integer key values on the items property ------------------------------------------------------------------------ r176 | ttm | 2007-09-26 19:03:42 +0200 (Wed, 26 Sep 2007) | 1 line +Recordcount for MySQLDataSet has been implemented and test for it has been added ------------------------------------------------------------------------ r175 | ttm | 2007-09-21 11:32:25 +0200 (Fri, 21 Sep 2007) | 4 lines +Fixed problem using properties containing " when generating html and javascript code in several components +Added RootNodeCaption property to TreeView +Fixed problem with Hidden property in qwidgets, it wasn't working correctly inside the IDE ------------------------------------------------------------------------ r174 | ttm | 2007-09-19 17:38:42 +0200 (Wed, 19 Sep 2007) | 5 lines +Fixed problem with generating javascript events, two components pointing to the same event, generated two functions with the same name +Added functions to designide.inc.php to allow you add controls to be used when dropping from the dataexplorer +Added Directionality property to Page component +CustomMemo and CustomEdit now have a property called FilterInput to allow the user to decide if the input is going to be filtered or not +Input class now have a way to disable filtering easily ------------------------------------------------------------------------ r173 | ttm | 2007-09-11 01:30:26 +0200 (Tue, 11 Sep 2007) | 1 line +Added Icon property to Page component, to specify the icon to show on the address bar and bookmarks ------------------------------------------------------------------------ r172 | ttm | 2007-09-11 00:19:10 +0200 (Tue, 11 Sep 2007) | 1 line +Fixed problem that made use two PopupMenu controls in the same form don't work, SourceForge #1781186 ------------------------------------------------------------------------ r171 | ttm | 2007-09-10 23:45:51 +0200 (Mon, 10 Sep 2007) | 1 line +readFieldCount and readFields now check if the resultset is assigned before returning a value, readFieldCount return 0 if resultset is not assigned and readFields return an empty array ------------------------------------------------------------------------ r170 | ttm | 2007-09-10 23:40:33 +0200 (Mon, 10 Sep 2007) | 1 line +Removed the reference from the function MetaIndexes ------------------------------------------------------------------------ r169 | ttm | 2007-09-10 23:05:06 +0200 (Mon, 10 Sep 2007) | 1 line +Modified method inSession to work with the current object ------------------------------------------------------------------------ r168 | ttm | 2007-09-10 13:48:14 +0200 (Mon, 10 Sep 2007) | 6 lines +Added public Hidden property to Control base class +Added public Attributes property to Control base class +Added Hidden to several controls +CompleteTrans on IB controls, now return the proper value, RAID #254290 +extractjscript function modified to parse better js, by jonathan benedicto +Updated version to 1.5, which is going to be the next release ------------------------------------------------------------------------ r167 | ttm | 2007-09-07 12:40:04 +0200 (Fri, 07 Sep 2007) | 1 line +Fixed SourceForge #1783842, RadioButton can have a numeric group specifier right now. ------------------------------------------------------------------------ r166 | ttm | 2007-09-07 12:08:18 +0200 (Fri, 07 Sep 2007) | 1 line +Added OnBeforeAjaxProcess and OnAfterAjaxProcess events to Page component ------------------------------------------------------------------------ r165 | ttm | 2007-09-07 11:02:22 +0200 (Fri, 07 Sep 2007) | 5 lines +Modified again writeSQL method, it was working well before, but unserialize must not emit a warning +Modified QWidget generation of children, now returns are processed correctly, so components like Memo show correctly +Finished test of SQL property +Added test to Memo to check for correct code generation inside qwidgets when Lines property contains returns ------------------------------------------------------------------------ r164 | ttm | 2007-09-06 17:39:16 +0200 (Thu, 06 Sep 2007) | 1 line +writeSQL for Query, MySQLQuery and IBQuery has been redesigned so you can now assign a plain string to the SQL property ------------------------------------------------------------------------ r163 | ttm | 2007-09-06 16:24:10 +0200 (Thu, 06 Sep 2007) | 1 line +Removed qooxdoo setoveflow call, because that prevented edit controls to show the cursor ------------------------------------------------------------------------ r162 | ttm | 2007-09-06 12:34:18 +0200 (Thu, 06 Sep 2007) | 1 line +Fixed sourceforge report #1787891, it was just the setting of the Level for treenodes, always were 1, now is set properly ------------------------------------------------------------------------ r161 | ttm | 2007-09-06 12:02:50 +0200 (Thu, 06 Sep 2007) | 1 line +Added jonathan benedicto patch to make EPropertyNotFound exception more user-friendly ------------------------------------------------------------------------ r160 | ttm | 2007-09-06 11:07:54 +0200 (Thu, 06 Sep 2007) | 1 line +Added new type of layout REL_XY_LAYOUT by marco tamanti ------------------------------------------------------------------------ r159 | ttm | 2007-09-06 10:32:40 +0200 (Thu, 06 Sep 2007) | 7 lines +Events must return null as default value and must be assigned initially to null, so some changes have been done in all the library +Modified serialize to check properly default values, to don't store different values from the default one +Added uses to readAccessibility on Component class to get the define defined +Removed protected specifier from some default methods, as they must be always public +Fix to the Append method, it was using a constant instead a variable +Added @ to the session_start on the rpc/rpc.inc.php file, to prevent warnings to be shown on tests +CustomEdit::writeText now uses CharCase setting to change the text when is set ------------------------------------------------------------------------ r158 | ttm | 2007-09-06 10:27:57 +0200 (Thu, 06 Sep 2007) | 6 lines +Removed test readAccessibility from unused places +Removed test getAction from button as that property is not still implemented +Implemented readAccessibility on test_component.inc.php as it should +Added test_inSession to test_component.inc.php +Fixed some tests on test_dbgrid.inc.php for events like jsOnRowChanged, to test for the default value +Fixed tests on test_pagecontrol.inc.php removing calls to read ------------------------------------------------------------------------ r157 | hexdump | 2007-09-05 16:47:41 +0200 (Wed, 05 Sep 2007) | 1 line added some more tests ------------------------------------------------------------------------ r156 | hexdump | 2007-09-05 12:47:36 +0200 (Wed, 05 Sep 2007) | 1 line Tests fixed and added to the new changes/functionality added. ------------------------------------------------------------------------ r155 | ttm | 2007-09-05 10:41:52 +0200 (Wed, 05 Sep 2007) | 1 line +Fix for the datamodule problem, when a component linked a property to a component on another form/datamodule, after a refresh, the restoration of the link was incorrect. ------------------------------------------------------------------------ r154 | ttm | 2007-09-02 16:58:14 +0200 (Sun, 02 Sep 2007) | 1 line +Tag for 1.2 to match Delphi for PHP update 2 ------------------------------------------------------------------------ r153 | ttm | 2007-09-02 16:56:38 +0200 (Sun, 02 Sep 2007) | 1 line +Updated documentation ------------------------------------------------------------------------ r152 | ttm | 2007-08-29 19:19:09 +0200 (Wed, 29 Aug 2007) | 1 line +Updated documentation ------------------------------------------------------------------------ r151 | ttm | 2007-08-28 17:47:25 +0200 (Tue, 28 Aug 2007) | 1 line +Lot of documentation improvements ------------------------------------------------------------------------ r150 | ttm | 2007-08-24 13:09:53 +0200 (Fri, 24 Aug 2007) | 1 line +Added more documentation ------------------------------------------------------------------------ r149 | ttm | 2007-08-23 13:50:30 +0200 (Thu, 23 Aug 2007) | 2 lines +Added more documentation +Fixed a problem in session handling, when a property is going to be serialized, if the current value is the default one, is unset from the session to allow toggle properties correctly ------------------------------------------------------------------------ r148 | ttm | 2007-08-21 15:48:16 +0200 (Tue, 21 Aug 2007) | 3 lines +Added more @see tags +Added @example tags to link with samples +Fixed problem with Canvas, PaintBox, Shape and Bevel, in which PaintBox wasn't rendering the right code to allow Canvas draw correctly ------------------------------------------------------------------------ r147 | ttm | 2007-08-20 16:29:27 +0200 (Mon, 20 Aug 2007) | 1 line +Added @link tags to documentation ------------------------------------------------------------------------ r146 | ttm | 2007-08-20 13:12:05 +0200 (Mon, 20 Aug 2007) | 1 line +Fixed problem with regexp on email validation ------------------------------------------------------------------------ r145 | ttm | 2007-08-20 12:52:48 +0200 (Mon, 20 Aug 2007) | 1 line +Improved documentation ------------------------------------------------------------------------ r144 | ttm | 2007-08-19 17:42:37 +0200 (Sun, 19 Aug 2007) | 1 line +Improved documentation ------------------------------------------------------------------------ r143 | ttm | 2007-08-17 12:45:24 +0200 (Fri, 17 Aug 2007) | 2 lines +Fixed jsval.js problem validating email addresses +Updated documentation ------------------------------------------------------------------------ r142 | ttm | 2007-08-13 09:45:39 +0200 (Mon, 13 Aug 2007) | 1 line +Documentation updates ------------------------------------------------------------------------ r141 | ttm | 2007-08-10 15:20:45 +0200 (Fri, 10 Aug 2007) | 4 lines +Source code documentation greatly improved +Removed unused classes and files +Fix on jscalendar/calendar.js to allow the calendar popup everything else +xajax fix to allow it update controls even inside qwidgets ------------------------------------------------------------------------ r140 | ttm | 2007-08-07 17:20:53 +0200 (Tue, 07 Aug 2007) | 3 lines +Now DBGrid generates correctly the columns +Fixed problem with session storing on the first request with restore_session=1 +Fixed problem with PaintBox on IE ------------------------------------------------------------------------ r139 | ttm | 2007-08-03 16:53:15 +0200 (Fri, 03 Aug 2007) | 2 lines +SmartyTemplate temp dir now falls back to /tmp instead c:\temp +Charset fix ------------------------------------------------------------------------ r137 | ttm | 2007-08-02 18:33:31 +0200 (Thu, 02 Aug 2007) | 7 lines +Fixed warnings in ADODB_ibase driver +Fixed problem with label of LabeledEdit +DBGrid now shows correctly strings with \ +Added Charset property to Database +Fixed bug with empty line when dumping dtd +Frame component completed by adding missing properties and documentation +Fixed problem in listbox and ComboBox with UTF-8 ------------------------------------------------------------------------ r136 | hexdump | 2007-07-31 13:35:06 +0200 (Tue, 31 Jul 2007) | 1 line some more fixes ------------------------------------------------------------------------ r135 | hexdump | 2007-07-31 13:29:16 +0200 (Tue, 31 Jul 2007) | 1 line this file is now build from scratch through insertibdump.php ------------------------------------------------------------------------ r134 | hexdump | 2007-07-31 13:28:13 +0200 (Tue, 31 Jul 2007) | 1 line new fixes to test system to let user create interbase database wherever he wants. ------------------------------------------------------------------------ r133 | hexdump | 2007-07-31 09:53:25 +0200 (Tue, 31 Jul 2007) | 1 line some more fixes to the bat. ------------------------------------------------------------------------ r132 | hexdump | 2007-07-31 09:50:28 +0200 (Tue, 31 Jul 2007) | 1 line new bat adding "file not exist" checking for all executables used. ------------------------------------------------------------------------ r131 | hexdump | 2007-07-30 17:48:59 +0200 (Mon, 30 Jul 2007) | 1 line new fixes to the batching tests scripts ------------------------------------------------------------------------ r129 | ttm | 2007-07-30 17:06:37 +0200 (Mon, 30 Jul 2007) | 1 line +Added icon for the upload component ------------------------------------------------------------------------ r128 | ttm | 2007-07-30 17:05:45 +0200 (Mon, 30 Jul 2007) | 4 lines +Now CompleteTrans return a value +Fixed problem with SQL property in IBX and MySQL controls +Added icons for formvalidator +Added smarty as an asset of the Page component ------------------------------------------------------------------------ r127 | maiki69 | 2007-07-30 17:00:48 +0200 (Mon, 30 Jul 2007) | 1 line modified tests ------------------------------------------------------------------------ r126 | hexdump | 2007-07-30 16:44:06 +0200 (Mon, 30 Jul 2007) | 2 lines mysql database configuration ------------------------------------------------------------------------ r125 | hexdump | 2007-07-30 16:42:23 +0200 (Mon, 30 Jul 2007) | 1 line fixes and addings to allow authomatic creation of interbase database. ------------------------------------------------------------------------ r124 | maiki69 | 2007-07-30 11:37:25 +0200 (Mon, 30 Jul 2007) | 2 lines modified "test_dbpaginator.inc.php" and "test_mysqldatabase.inc.php". ------------------------------------------------------------------------ r123 | hexdump | 2007-07-30 10:50:27 +0200 (Mon, 30 Jul 2007) | 1 line fixes for all connection parameters. Now it uses the ones in the configuration files. ------------------------------------------------------------------------ r122 | hexdump | 2007-07-30 10:08:19 +0200 (Mon, 30 Jul 2007) | 1 line fixes again to the configuration files ------------------------------------------------------------------------ r121 | hexdump | 2007-07-30 09:55:56 +0200 (Mon, 30 Jul 2007) | 2 lines fixes on configuration files ------------------------------------------------------------------------ r120 | hexdump | 2007-07-30 09:46:45 +0200 (Mon, 30 Jul 2007) | 1 line configuration files for mysql & interbase ------------------------------------------------------------------------ r119 | hexdump | 2007-07-27 17:40:02 +0200 (Fri, 27 Jul 2007) | 1 line new service test ------------------------------------------------------------------------ r118 | maiki69 | 2007-07-27 17:35:01 +0200 (Fri, 27 Jul 2007) | 1 line added "test_richedit.inc.php" and modified "test_customrichedit.inc.php". ------------------------------------------------------------------------ r117 | maiki69 | 2007-07-27 17:26:45 +0200 (Fri, 27 Jul 2007) | 1 line Modified ("test_datasource.inc.php"). ------------------------------------------------------------------------ r116 | maiki69 | 2007-07-27 17:00:25 +0200 (Fri, 27 Jul 2007) | 1 line modified test_service.inc.php ------------------------------------------------------------------------ r115 | hexdump | 2007-07-27 17:00:03 +0200 (Fri, 27 Jul 2007) | 1 line data sourcetest ------------------------------------------------------------------------ r114 | hexdump | 2007-07-27 16:54:34 +0200 (Fri, 27 Jul 2007) | 1 line DB classes tested. This tests are really weak. They all must be reviewed after fixing some properties and methods in vcl. ------------------------------------------------------------------------ r113 | maiki69 | 2007-07-27 14:14:39 +0200 (Fri, 27 Jul 2007) | 1 line modified test_dbgrid.inc.php ------------------------------------------------------------------------ r112 | maiki69 | 2007-07-27 14:13:22 +0200 (Fri, 27 Jul 2007) | 1 line modified test ("DBGridTest"). ------------------------------------------------------------------------ r111 | maiki69 | 2007-07-27 14:03:14 +0200 (Fri, 27 Jul 2007) | 1 line modified tests. ------------------------------------------------------------------------ r110 | hexdump | 2007-07-27 12:21:35 +0200 (Fri, 27 Jul 2007) | 1 line ------------------------------------------------------------------------ r109 | hexdump | 2007-07-27 10:58:10 +0200 (Fri, 27 Jul 2007) | 1 line new tests for mysql Database and other fixes ------------------------------------------------------------------------ r108 | maiki69 | 2007-07-26 18:05:51 +0200 (Thu, 26 Jul 2007) | 1 line modified some tests. ------------------------------------------------------------------------ r107 | maiki69 | 2007-07-26 17:02:19 +0200 (Thu, 26 Jul 2007) | 1 line modified tests ("test_customradiogroup.inc.php" and test_radiogroup.inc.php). ------------------------------------------------------------------------ r106 | maiki69 | 2007-07-26 16:37:54 +0200 (Thu, 26 Jul 2007) | 1 line added new test_dbgrid.inc.php ------------------------------------------------------------------------ r105 | maiki69 | 2007-07-25 13:49:38 +0200 (Wed, 25 Jul 2007) | 1 line added new test (test_dataset.inc.php) and modifified (test_customlistview.inc.php) ------------------------------------------------------------------------ r104 | hexdump | 2007-07-25 13:15:15 +0200 (Wed, 25 Jul 2007) | 1 line Some changes to bats. moved mail.php out of the tests directory, and added a new helper bat called helper.bat ------------------------------------------------------------------------ r103 | hexdump | 2007-07-25 11:57:50 +0200 (Wed, 25 Jul 2007) | 1 line fixed lota include paths to make them fit the new test folder structure. ------------------------------------------------------------------------ r102 | maiki69 | 2007-07-25 11:29:52 +0200 (Wed, 25 Jul 2007) | 1 line ------------------------------------------------------------------------ r101 | hexdump | 2007-07-25 11:16:06 +0200 (Wed, 25 Jul 2007) | 1 line Evertything fixed now to avoid file locks. ------------------------------------------------------------------------ r100 | hexdump | 2007-07-25 11:08:12 +0200 (Wed, 25 Jul 2007) | 1 line New directory structure changed to avoid file locks when running tests. For example, .bat file running svn, when svn tries to overwrite them, a lock occurs and svn won?\194?\180t sync all other files that haven?\194?\180t been downloaded yet. ------------------------------------------------------------------------ r99 | hexdump | 2007-07-25 11:00:39 +0200 (Wed, 25 Jul 2007) | 1 line New interbase test + dumps provided for testing interbase and mysql database managers. ------------------------------------------------------------------------ r98 | maiki69 | 2007-07-25 10:20:27 +0200 (Wed, 25 Jul 2007) | 1 line Modified test_dbpaginator.inc.php in tested_linkclick(); ------------------------------------------------------------------------ r97 | maiki69 | 2007-07-24 17:16:08 +0200 (Tue, 24 Jul 2007) | 1 line added fixes in the auto-tests ------------------------------------------------------------------------ r96 | maiki69 | 2007-07-24 16:24:12 +0200 (Tue, 24 Jul 2007) | 1 line added new test ("test_dbpaginator.inc.php"). ------------------------------------------------------------------------ r95 | hexdump | 2007-07-24 15:23:18 +0200 (Tue, 24 Jul 2007) | 1 line Batch files will be moved to another dir, to prevent problems with locked (batches itself) files. ------------------------------------------------------------------------ r94 | hexdump | 2007-07-24 14:36:30 +0200 (Tue, 24 Jul 2007) | 1 line mysqldatabase test fix ------------------------------------------------------------------------ r93 | hexdump | 2007-07-24 14:35:39 +0200 (Tue, 24 Jul 2007) | 1 line New batch files, with database support ------------------------------------------------------------------------ r92 | hexdump | 2007-07-24 14:10:18 +0200 (Tue, 24 Jul 2007) | 1 line Some tests have been added. ------------------------------------------------------------------------ r91 | hexdump | 2007-07-24 14:09:23 +0200 (Tue, 24 Jul 2007) | 1 line ------------------------------------------------------------------------ r90 | hexdump | 2007-07-24 11:46:07 +0200 (Tue, 24 Jul 2007) | 1 line ------------------------------------------------------------------------ r89 | maiki69 | 2007-07-23 18:08:47 +0200 (Mon, 23 Jul 2007) | 1 line added new tests ------------------------------------------------------------------------ r88 | maiki69 | 2007-07-23 13:57:45 +0200 (Mon, 23 Jul 2007) | 2 lines added new test. ------------------------------------------------------------------------ r87 | maiki69 | 2007-07-23 12:49:49 +0200 (Mon, 23 Jul 2007) | 1 line added new test ------------------------------------------------------------------------ r86 | hexdump | 2007-07-23 12:13:55 +0200 (Mon, 23 Jul 2007) | 1 line Fixed a bug that made linux batching crash (segmentation fault). ------------------------------------------------------------------------ r85 | hexdump | 2007-07-23 11:22:15 +0200 (Mon, 23 Jul 2007) | 1 line Changed path to vcl.inc.php in the require_once to the correct ones, some reverted to previous state and mainly all fixed to point to use php include_path path. ------------------------------------------------------------------------ r84 | hexdump | 2007-07-23 10:37:19 +0200 (Mon, 23 Jul 2007) | 1 line ------------------------------------------------------------------------ r82 | maiki69 | 2007-07-19 17:57:06 +0200 (Thu, 19 Jul 2007) | 1 line fixes to the testing scripts ------------------------------------------------------------------------ r81 | hexdump | 2007-07-19 17:20:53 +0200 (Thu, 19 Jul 2007) | 1 line script fix to make it automatic test compliant ------------------------------------------------------------------------ r80 | maiki69 | 2007-07-19 17:18:26 +0200 (Thu, 19 Jul 2007) | 1 line ------------------------------------------------------------------------ r79 | maiki69 | 2007-07-19 17:17:30 +0200 (Thu, 19 Jul 2007) | 1 line test scripts fixes ------------------------------------------------------------------------ r78 | maiki69 | 2007-07-19 16:30:17 +0200 (Thu, 19 Jul 2007) | 1 line Some more test scripts + fixes ------------------------------------------------------------------------ r77 | maiki69 | 2007-07-19 16:13:01 +0200 (Thu, 19 Jul 2007) | 1 line Some test scripts fixes + additions ------------------------------------------------------------------------ r76 | ttm | 2007-07-19 16:03:28 +0200 (Thu, 19 Jul 2007) | 8 lines +Fixed problem firing init() so you can freely modify the components property +Fixed problem reading inherited pages +Applied Jonathan Benedicto patch for a problem with a previous patch to cache childnames +Fixed problem with readNamePath as that was causing problems with inherited pages +Added Charset property to IBDatabase +Added icons for new components +Modified javascript extraction routine by Jonathan Benedicto ------------------------------------------------------------------------ r75 | maiki69 | 2007-07-19 15:55:20 +0200 (Thu, 19 Jul 2007) | 1 line added new scripts for auto-testing and email reporting ------------------------------------------------------------------------ r74 | maiki69 | 2007-07-19 13:18:56 +0200 (Thu, 19 Jul 2007) | 1 line tests edited to fit the new automatic test checking protocol ------------------------------------------------------------------------ r73 | hexdump | 2007-07-19 13:16:27 +0200 (Thu, 19 Jul 2007) | 1 line Tests edited to fit the new automatic test checking protocol. ------------------------------------------------------------------------ r72 | maiki69 | 2007-07-19 12:01:24 +0200 (Thu, 19 Jul 2007) | 1 line ------------------------------------------------------------------------ r71 | ttm | 2007-07-18 12:41:12 +0200 (Wed, 18 Jul 2007) | 4 lines +Added mail.php to send test results to an specific email address +Modified php.ini to increase memory limit and to remove filter extension, as it's not needed in php 5.2 +Added run_and_mail.bat, which performs the full testing process +Modified run_php_tests.bat to run all test_*.php in the current folder ------------------------------------------------------------------------ r70 | maiki69 | 2007-07-17 18:15:13 +0200 (Tue, 17 Jul 2007) | 1 line new tests and changes ------------------------------------------------------------------------ r69 | hexdump | 2007-07-17 18:13:54 +0200 (Tue, 17 Jul 2007) | 1 line just some changes ------------------------------------------------------------------------ r68 | hexdump | 2007-07-17 18:06:34 +0200 (Tue, 17 Jul 2007) | 1 line Renamed to lowercase ------------------------------------------------------------------------ r67 | hexdump | 2007-07-17 18:05:37 +0200 (Tue, 17 Jul 2007) | 1 line New MySQLDataBaseTest build (not completed) ------------------------------------------------------------------------ r66 | hexdump | 2007-07-17 15:50:00 +0200 (Tue, 17 Jul 2007) | 1 line ------------------------------------------------------------------------ r65 | ttm | 2007-07-09 17:43:44 +0200 (Mon, 09 Jul 2007) | 3 lines +Patches from Jonathan Benedicto to improve speed and fix sessions problems +Fixed renderer for DBGrid ------------------------------------------------------------------------ r64 | ttm | 2007-07-09 16:23:15 +0200 (Mon, 09 Jul 2007) | 1 line +Patch by Tiago Lima Trinidad, added to Window component the following JavaScript events: OnResize, OnMove, OnMinimize, OnRestore and OnMaximize. ------------------------------------------------------------------------ r63 | ttm | 2007-07-09 16:12:13 +0200 (Mon, 09 Jul 2007) | 1 line +Added ListView functional code by Chris Buergi ------------------------------------------------------------------------ r61 | ttm | 2007-06-11 15:20:41 +0200 (Mon, 11 Jun 2007) | 4 lines +Now, filtering which ajax objects you want to update, is faster and it works for components inside other controls +A small change to allow you use templates and master pages +OnShowHeader now works with templates ------------------------------------------------------------------------ r60 | ttm | 2007-06-10 13:19:56 +0200 (Sun, 10 Jun 2007) | 4 lines +Added an extra conversion for dumpForAjax and RichEdit to process correctly \r\n +Fix a problem serializing unnamed components, like SmartyTemplate +Added property AsSpecialChars to RichEdit to allow you select if the input is going to be processed or not +Fixed problem on UnSafeRaw filter as the constant it was wrong ------------------------------------------------------------------------ r59 | ttm | 2007-06-10 11:57:55 +0200 (Sun, 10 Jun 2007) | 1 line +readEndForm now checks for isform in a better place and also checks for the showfooter property ------------------------------------------------------------------------ r58 | ttm | 2007-06-10 11:14:44 +0200 (Sun, 10 Jun 2007) | 1 line +Panel now generates the right style to allow you modify the caption properties ------------------------------------------------------------------------ r57 | ttm | 2007-06-10 11:04:30 +0200 (Sun, 10 Jun 2007) | 1 line +Tables generated by DBRepeater now have a different ID than the main Table that holds all the repeater ------------------------------------------------------------------------ r56 | ttm | 2007-06-10 01:04:13 +0200 (Sun, 10 Jun 2007) | 1 line +Added two new properties to DateTimePicker, showstime and ifFormat ------------------------------------------------------------------------ r55 | ttm | 2007-06-10 00:34:14 +0200 (Sun, 10 Jun 2007) | 1 line +Fixed problem when creating top menus without subitems, blank square over it was generated ------------------------------------------------------------------------ r54 | ttm | 2007-06-09 12:39:52 +0200 (Sat, 09 Jun 2007) | 1 line +Escaped \ are treated correctly on dumpChildrenControls ------------------------------------------------------------------------ r53 | ttm | 2007-06-09 12:34:16 +0200 (Sat, 09 Jun 2007) | 5 lines +Added booltostr to rtl.inc.php +Modified Polygon functions on Canvas +Added clear and paint to Canvas +Added ajax support to PaintBox ------------------------------------------------------------------------ r52 | ttm | 2007-06-09 10:46:27 +0200 (Sat, 09 Jun 2007) | 1 line +Changed VCL version to 1.2 to get it ready for a stable release ------------------------------------------------------------------------ r51 | ttm | 2007-06-09 10:44:07 +0200 (Sat, 09 Jun 2007) | 1 line +Canvas Polygon methods have been fully written ------------------------------------------------------------------------ r50 | ttm | 2007-06-09 10:37:24 +0200 (Sat, 09 Jun 2007) | 1 line +Extra check added when trying to get the image size to know if the file exists or not ------------------------------------------------------------------------ r49 | ttm | 2007-06-09 10:30:19 +0200 (Sat, 09 Jun 2007) | 3 lines +New patches contributed by developers have been added, AUTHORS file updated +StoredProc component now is able to handle execution of stored procedures for non-fetchable database types +Removed some commented lines ------------------------------------------------------------------------ r48 | ttm | 2007-06-08 19:56:03 +0200 (Fri, 08 Jun 2007) | 1 line +Response object used to return the ajax response now is global ------------------------------------------------------------------------ r47 | ttm | 2007-06-08 15:59:09 +0200 (Fri, 08 Jun 2007) | 5 lines +Added more authors to the AUTHORS file +Fixes by fabwiz to make ajax work with templates +Now the XY_LAYOUT generates also _outer divs +Fixed a problem selection the validation type on the form validator object ------------------------------------------------------------------------ r45 | ttm | 2007-05-30 16:17:26 +0200 (Wed, 30 May 2007) | 1 line +Added more column properties support ------------------------------------------------------------------------ r44 | ttm | 2007-05-24 11:55:49 +0200 (Thu, 24 May 2007) | 1 line +New component, FormValidator, which uses javascript to validate a form ------------------------------------------------------------------------ r43 | ttm | 2007-05-23 16:42:33 +0200 (Wed, 23 May 2007) | 3 lines +Fixed problem with controls using Pen and Brush, error with serialization +Added Binary and BinaryType properties to the Image component, so is able to show images stored on blob fields on databases ------------------------------------------------------------------------ r42 | ttm | 2007-05-22 13:19:46 +0200 (Tue, 22 May 2007) | 11 lines +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 ------------------------------------------------------------------------ r41 | ttm | 2007-05-17 19:44:52 +0200 (Thu, 17 May 2007) | 5 lines +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 ------------------------------------------------------------------------ r40 | ttm | 2007-05-17 19:39:03 +0200 (Thu, 17 May 2007) | 1 line +Added jquery support (http://jquery.com/) and added a sample component that uses it, called JQSlider ------------------------------------------------------------------------ r39 | ttm | 2007-05-14 17:25:42 +0200 (Mon, 14 May 2007) | 2 lines +Fixed a problem reported in the forum regarding items with < and > on the ComboBox http://www.qadram.com/vcl4php/forums/viewtopic.php?t=243 ------------------------------------------------------------------------ r37 | ttm | 2007-05-10 11:58:58 +0200 (Thu, 10 May 2007) | 2 lines +Documentation improvements and fixes ------------------------------------------------------------------------ r36 | ttm | 2007-05-07 21:29:53 +0200 (Mon, 07 May 2007) | 1 line +Fixed wrong parameter passing to drawLine method in Canvas class, SourceForge tracker #1704234 ------------------------------------------------------------------------ r35 | ttm | 2007-05-07 21:25:44 +0200 (Mon, 07 May 2007) | 1 line +Fixed badspelling of "multi", it was "mulit", fixed now, SourceForge Tracker #1709747 ------------------------------------------------------------------------ r34 | ttm | 2007-05-07 21:20:55 +0200 (Mon, 07 May 2007) | 1 line +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 ------------------------------------------------------------------------ r33 | ttm | 2007-05-07 17:13:42 +0200 (Mon, 07 May 2007) | 1 line +Partially fixed SourceForge tracker #1712224, LabeledEdit and TextField now recover the value from the stream to set the property ------------------------------------------------------------------------ r32 | ttm | 2007-05-07 16:31:35 +0200 (Mon, 07 May 2007) | 2 lines +MainMenu and RichEdit now work well with ajaxCall as they implement dumpForAjax SourceForge tracker #1712370 +Added unserialize procedures to the ajax request ------------------------------------------------------------------------ r31 | ttm | 2007-05-06 14:48:54 +0200 (Sun, 06 May 2007) | 1 line +Fix to allow controls using common.js functions to be rendered inside templates, like MainMenu ------------------------------------------------------------------------ r30 | ttm | 2007-05-06 14:24:32 +0200 (Sun, 06 May 2007) | 3 lines +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 ------------------------------------------------------------------------ r29 | ttm | 2007-05-04 14:05:26 +0200 (Fri, 04 May 2007) | 1 line +Fixed problem rendering controls inside a template ------------------------------------------------------------------------ r28 | ttm | 2007-05-03 23:52:49 +0200 (Thu, 03 May 2007) | 1 line +Fixed QC #44801, DateTimePicker shows OK inside any QWidget descendant, in fact, all controls must work now ------------------------------------------------------------------------ r27 | ttm | 2007-05-03 16:08:30 +0200 (Thu, 03 May 2007) | 1 line +SourceForge tracker #1697053, now PageControl recovers the current page from the POST stream ------------------------------------------------------------------------ r26 | ttm | 2007-05-03 15:21:42 +0200 (Thu, 03 May 2007) | 3 lines +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 ------------------------------------------------------------------------ r25 | ttm | 2007-05-03 13:28:44 +0200 (Thu, 03 May 2007) | 2 lines +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 ------------------------------------------------------------------------ r24 | ttm | 2007-05-03 12:50:47 +0200 (Thu, 03 May 2007) | 1 line +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 ------------------------------------------------------------------------ r23 | ttm | 2007-05-02 22:00:04 +0200 (Wed, 02 May 2007) | 1 line +RAID #248401 - Fixed ' rendering on IE ------------------------------------------------------------------------ r19 | ttm | 2007-05-02 16:11:35 +0200 (Wed, 02 May 2007) | 1 line +Fixed tracker #1710182, CheckBox Enabled property ------------------------------------------------------------------------ r18 | ttm | 2007-05-02 15:49:12 +0200 (Wed, 02 May 2007) | 1 line +Fix on the Order property of tables, thanks to totem: http://www.qadram.com/vcl4php/forums/viewtopic.php?t=66 ------------------------------------------------------------------------ r17 | ttm | 2007-05-02 15:43:59 +0200 (Wed, 02 May 2007) | 1 line +Fixed a problem with the styles, sourceforge tracker #1698943 ------------------------------------------------------------------------ r16 | ttm | 2007-05-02 12:59:17 +0200 (Wed, 02 May 2007) | 2 lines +Documentation changes by terry +Prevent DateTimePicker to generate twice jscalendar inclusions ------------------------------------------------------------------------ r15 | ttm | 2007-04-27 10:39:16 +0200 (Fri, 27 Apr 2007) | 1 line +Fixed position generation for GroupBox children ------------------------------------------------------------------------ r14 | ttm | 2007-04-26 16:20:59 +0200 (Thu, 26 Apr 2007) | 1 line +Added registerAsset calls for the missing folders to make work correctly the Deployment Wizard ------------------------------------------------------------------------ r13 | ttm | 2007-04-26 11:26:25 +0200 (Thu, 26 Apr 2007) | 1 line +Changes by Jonathan Benedicto on the Layer rendering, including add this capability to Smarty Templates ------------------------------------------------------------------------ r12 | ttm | 2007-04-25 18:16:49 +0200 (Wed, 25 Apr 2007) | 2 lines +Documentation updates +Upload component ------------------------------------------------------------------------ r10 | cbuergi | 2007-04-17 21:19:58 +0200 (Tue, 17 Apr 2007) | 4 lines * Fixed ImageList::readImageByID() so it returns the correct image location * Fixed and updated TreeView. It is now using TreeNode for nodes. If old code is used to add/modify tree nodes in array notation then have a look at TreeView::convertPureArrayToTreeNodes(). ------------------------------------------------------------------------ r9 | ttm | 2007-04-17 16:44:35 +0200 (Tue, 17 Apr 2007) | 2 lines -Removed Font and Color properties for the MainMenu component, as qooxdoo Toolbar widget is not able to use it +Added fix to the smartytemplate.inc.php to detect the environment and set the right temp folder ------------------------------------------------------------------------ r8 | ttm | 2007-04-12 18:13:12 +0200 (Thu, 12 Apr 2007) | 2 lines +Added basic PEAR structure +Added PearDataGrid component to show data in tabular format ------------------------------------------------------------------------ r7 | ttm | 2007-04-12 16:34:54 +0200 (Thu, 12 Apr 2007) | 2 lines +Fix: CustomQuery::SQL property now accepts arrays properly +NuSOAP modified to work well on PHP 5.2.1, soapclient class already exists ------------------------------------------------------------------------ r6 | ttm | 2007-04-12 16:28:00 +0200 (Thu, 12 Apr 2007) | 1 line +Added global var to specify if properties are html_decoded when read from the .xml.php ------------------------------------------------------------------------ r5 | ttm | 2007-04-05 15:53:38 +0200 (Thu, 05 Apr 2007) | 2 lines +Fixed problem with PHP 5.2.1, the Input Filter extension is out of beta and function for filter data was changed to a new name, so Input object now takes that into account +Fixed problem with vcl-bin folder, so now the alias is set to be a root alias, easier to configure on deployment ------------------------------------------------------------------------ r4 | ttm | 2007-04-05 15:19:32 +0200 (Thu, 05 Apr 2007) | 1 line Updated documentation ------------------------------------------------------------------------ r2 | ttm | 2007-04-02 17:50:16 +0200 (Mon, 02 Apr 2007) | 1 line Initial Import ------------------------------------------------------------------------