summaryrefslogtreecommitdiff
path: root/framework/Web/UI/ActiveControls/TActiveFileUpload.php
AgeCommit message (Collapse)Author
2015-12-07Fix #558Fabio Bas
2014-02-02Fix #498Fabio Bas
2014-01-06Removed all @version $Id comments: they were managed by svn and are useless ↵Fabio Bas
with git
2013-04-24Update to 3.2.1Ciro Mattia Gonano
2012-11-14fix #427ctrlaltca
2012-06-01committed additional patch for #235ctrlaltca
2012-05-19fix #402ctrlaltca
2012-01-28some fixes related to build scripts, now the "dist" task completes successfullyctrlaltca@gmail.com
2011-12-21fix #314ctrlaltca@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-10-11TActiveFileUpload: fix when 2 TActiveFileUpload are present in the same page ↵ctrlaltca@gmail.com
and one of them in inside 2 (o more) nested templates (refs #90)
2011-07-16patch for #349ctrlaltca@gmail.com
2011-06-25applied further "progressive rendering" patches (#235)ctrlaltca@gmail.com
added TFlushOutput component fixed THtmlarea quickstart demo
2009-11-02added missing package description in TActiveFileUploadrojaro
2009-11-01merged fix for proper errorhandling when the size of the uploaded file ↵rojaro
exceeds the limit see http://www.pradosoft.com/forum/index.php?topic=11850.0
2009-09-30merged patch from ctrlaltca which fixes the 'TActiveFileUpload is not ↵rojaro
"thread safe"' issue #90
2009-04-14Fixed Issue#135 - Add AutoPostBack property to TActiveFileUploadChristophe.Boulain
2008-12-22Issue 79carlgmathisen
2008-10-29#38/[835] and removal of ?>carlgmathisen
2008-10-24Added TActiveFileUploadChristophe.Boulain