summaryrefslogtreecommitdiff
path: root/framework
AgeCommit message (Collapse)Author
2012-03-25Reworked 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-25added $assoc and $depth parameters to TJavascript::jsonDecode()ctrlaltca@gmail.com
2012-03-24patch for #393 + updated docsctrlaltca@gmail.com
2012-03-24Committer 2nd part of patch for #391ctrlaltca@gmail.com
2012-03-24committed alternative patch for #181ctrlaltca@gmail.com
2012-03-23Fixed #390 and #391ctrlaltca@gmail.com
2012-03-19Droppped 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-28Fix naming misconception in THttpSession:regenerateGODZilla0480@gmail.com
2012-02-16fixed TActiveList* controls when globalization's charset is not utf8ctrlaltca@gmail.com
2012-02-14further SqlMap optimizations; refs #337ctrlaltca@gmail.com
2012-02-14applied proposed patch for #389ctrlaltca@gmail.com
2012-02-12patch for #386ctrlaltca@gmail.com
2012-02-12patch for #388ctrlaltca@gmail.com
2012-02-12patch for #387ctrlaltca@gmail.com
2012-02-11cleaning away unused converters from phpDocumentorctrlaltca@gmail.com
2012-02-11additional patch for #382ctrlaltca@gmail.com
2012-02-09patch for #382ctrlaltca@gmail.com
2012-02-05Make validators' FocusOnError play nice with TCheckBoxList and TRadioButtonListctrlaltca@gmail.com
2012-02-02Added some dirty js code to get dropcontainer-relative offset for onDrop ↵ctrlaltca@gmail.com
events of draggable controls
2012-02-01fix: css registration upon callback was missing some files from getting renderedctrlaltca@gmail.com
2012-01-29fix #383ctrlaltca@gmail.com
2012-01-28some fixes related to build scripts, now the "dist" task completes successfullyctrlaltca@gmail.com
2012-01-25TJsonService: use TJavaScript::jsonEncode() instead of the old, slower TJSON ↵ctrlaltca@gmail.com
class
2012-01-25patched #379ctrlaltca@gmail.com
2012-01-25controls.js sems to depend on effects.js, updated packages.phpctrlaltca@gmail.com
2012-01-25fix for #381ctrlaltca@gmail.com
2012-01-23little improvement to TReCaptcha; refs #345, patch by gaborctrlaltca@gmail.com
2012-01-18fixed #380 (TCustomValidator's ControlToValidate should be optional); added ↵ctrlaltca@gmail.com
a quickstart example, updated 2 tests that were broken + HISTORY
2012-01-12avoid a js warning in iectrlaltca@gmail.com
2012-01-11respect visibility state when updating activecontrols during an ajax callbackctrlaltca@gmail.com
2011-12-23small fix in TPanelctrlaltca@gmail.com
2011-12-21TLogger: fixed filterByControl method; added timestamp parameter; added ↵ctrlaltca@gmail.com
deleteLogs() method; refs #237
2011-12-21fix for #91; fixed TActiveCustomvalidator's behaviour and demo (more ↵ctrlaltca@gmail.com
discussion in the ticket)
2011-12-21fixed #66ctrlaltca@gmail.com
2011-12-21fix #314ctrlaltca@gmail.com
2011-12-19committed patch from #378ctrlaltca@gmail.com
2011-12-06fix for #377ctrlaltca@gmail.com
2011-12-05reverted r2801, r2803, r2829's madness.ctrlaltca@gmail.com
2011-12-03Added documentation for TWebControlDecorator (fixes #259);ctrlaltca@gmail.com
Added missing bits to have TWebControlDecorator actually works.
2011-12-02fixed tiny_mce's md5 file; updated HISTORYctrlaltca@gmail.com
2011-12-02TApplication: don't forget to initialize TGlobalization with its default ↵ctrlaltca@gmail.com
values when it gets created (fixes #375)
2011-11-28committed proposed adjustement from #235ctrlaltca@gmail.com
2011-11-22TCaptcha: publish images with image/png content-typectrlaltca@gmail.com
2011-11-19fixed #354ctrlaltca@gmail.com
2011-11-19fix for #35ctrlaltca@gmail.com
2011-11-173-in-1 bugfix commit:ctrlaltca@gmail.com
1) TErrorHandler: avoid an error when trying to hide the file path of a lambda function 2) TSecurityManager: avoid a race condition when first generating the encryptionkey or the validationkey 3) TActiveFileUpload: urlencode the base64'ed token since it can contain the "+" character (otherway it would be traslated to a space)
2011-11-15updated tinyMCE to 3.4.7ctrlaltca@gmail.com
2011-11-15dirty test patch for #372, open for commentsctrlaltca@gmail.com
2011-11-13reverted r2751 to fix #283: if a service is defined in applicaton.xml, we ↵ctrlaltca@gmail.com
should start it even from a TShellApplication; testcased #200 too
2011-11-12fix for #284ctrlaltca@gmail.com