summaryrefslogtreecommitdiff
path: root/framework/Web/UI/ActiveControls/TDraggable.php
AgeCommit message (Collapse)Author
2015-08-11Fixed class usage casesDavid
Class names are not case sensitive but file names are if you are running on an case sensitive file systems. Since class names map to file names, they need to be used case sensitive.
2015-08-11Fix TProperyValue::ensureEnum and some unit tests class namesDavid
2015-07-11Added missing use statements in frameworkDavid
2015-01-21Add namespace: ActiveControls, JuiControlsFabio Bas
2015-01-20one class per file: framework/Web/UI/ActiveControlsFabio Bas
2014-01-06Removed all @version $Id comments: they were managed by svn and are useless ↵Fabio Bas
with git
2013-07-24Upgrade to newly released 3.2.23.2.2Ciro Mattia Gonano
2013-04-24Update to 3.2.1Ciro Mattia Gonano
2013-01-19bumped year to 2013, integrated recent changes from branch/3.2ctrlaltca
2012-07-12happy new yearctrlaltca
2012-06-01committed additional patch for #235ctrlaltca
2011-06-25applied further "progressive rendering" patches (#235)ctrlaltca@gmail.com
added TFlushOutput component fixed THtmlarea quickstart demo
2011-06-24merged in the patch for progressive rendering from #235; unit tests doesn't ↵ctrlaltca@gmail.com
evidence any regression, but of course more proper testing is needed
2011-06-20removed useless calls to empty contructor; reverted some additional ↵ctrlaltca@gmail.com
undocumented changes; upported the "cgi workaround" to trunk/; large (fake) changeset are due to mixed cr/crlf used previously
2011-05-25fixed last blocking error related to the build script. it completes ↵ctrlaltca@gmail.com
successfully now
2010-02-22Merged /branches/3.1:r2773 into trunkChristophe.Boulain
2010-02-18Update TDraggable::revert property to accept "failure" valueChristophe.Boulain
2009-11-02added missing package descriptionrojaro
2009-10-02Enhancement on drag & drop controls.Christophe.Boulain
2008-10-13Added drag and drop componentstof