Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-25 | Reworked the patch for #391; now a TComponent-based controls can contain ↵ | ctrlaltca@gmail.com | |
methods prefixed by "js" to indicate that those methods can receive raw javascript. Such methods can be called both in a xss-safe, javascript-encoded way: $xxx->Property="yyy" and in a raw-javascript way: $xxx->jsProperty="zzz". Patch by gabor, documentation is on the way | |||
2012-03-25 | added $assoc and $depth parameters to TJavascript::jsonDecode() | ctrlaltca@gmail.com | |
2012-03-24 | Committer 2nd part of patch for #391 | ctrlaltca@gmail.com | |
2012-03-23 | Fixed #390 and #391 | ctrlaltca@gmail.com | |
2012-03-19 | Droppped php 5.2 support, require 5.3.3 (rc1 was breaking php 5.2 support ↵ | ctrlaltca@gmail.com | |
because of a broken change in TJavaScript::jsonEncode(), but nobody noticed in a month; previous php 5.3 version are broken) Droppped TJSON, not needed anymore Name this 3.2-rc2 (to distinguish problems from users caused by this change) | |||
2012-02-12 | patch for #387 | ctrlaltca@gmail.com | |
2012-02-11 | additional patch for #382 | ctrlaltca@gmail.com | |
2012-02-09 | patch for #382 | ctrlaltca@gmail.com | |
2011-09-20 | patch for #363: dropping clientscripts.php | ctrlaltca@gmail.com | |
2011-06-25 | reapplied patch for #106 since it seems like it's playing fine now. | ctrlaltca@gmail.com | |
2011-06-20 | updated year information on all framework sources where possible (Copyright ↵ | ctrlaltca@gmail.com | |
© 2005-2008 PradoSoft => Copyright © 2005-2011 PradoSoft) | |||
2009-11-01 | merged quotestring utf8 patch ... see ↵ | rojaro | |
http://www.pradosoft.com/forum/index.php?topic=11700.msg51530;topicseen#msg51530 | |||
2009-03-04 | Reverting changes of revision 2612, since this introduced a new bug. | Christophe.Boulain | |
2009-02-23 | Fixed Issue#106 | Christophe.Boulain | |
2009-02-23 | Fixed Issue#87 | Christophe.Boulain | |
2008-10-21 | removed all trailing ?> | qiang.xue | |
2008-07-30 | updated copyright | knut | |
2008-07-30 | fixed #890 | knut | |
2008-01-03 | fix for #774. | xue | |
2007-12-24 | TDataFieldAccessor now supports chained property access without getters. | xue | |
TJavaScript::encode() will encode data as a list if integer indices are detected. | |||
2007-12-20 | revert the previous change. | xue | |
2007-12-20 | fix for integer-indexed js encode. | xue | |
2007-10-30 | fixed a bug in TJavaScript | xue | |
2006-09-07 | Add $Id$ for SVN | wei | |
2006-08-27 | Merge from 3.0 branch till 1350. | xue | |
2006-05-02 | Adding more work on ActiveControls. | wei | |
2006-04-27 | merge from 3.0 branch till 978. | xue | |
2006-04-25 | Merge from 3.0 branch till 967. | xue | |
2006-02-22 | fixed an encoding bug in TJavaScript. | xue | |
2006-02-22 | fixed broken TJavaScript. | wei | |
2006-02-22 | Remove empty string values from javascript encoding | wei | |
2006-02-20 | Code cleanup and added some documentation. | xue | |
2006-02-20 | TPage::setFocus is working. | xue | |
2006-02-18 | cleaning up TClientScriptManager. | xue | |
2006-02-18 | client script reorganization. | xue | |