Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-10-11 | fix for a TDatePicker bug reported on the forum by ClaCS (default date ↵ | ctrlaltca@gmail.com | |
doesn't consider FromYear and UpToYear values) | |||
2011-10-11 | TActiveFileUpload: 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-10-02 | little doc update | ctrlaltca@gmail.com | |
2011-10-02 | added workaround for #342 | ctrlaltca@gmail.com | |
2011-10-02 | Added TReCaptcha control (ticket #345) and added a notice about the lack of ↵ | ctrlaltca@gmail.com | |
security of TCaptcha (ticket #344) | |||
2011-10-02 | some documentation update on trunk/ | ctrlaltca@gmail.com | |
2011-09-29 | Test patch for #366: use a <div> instead of a <span> around the <table> of a ↵ | ctrlaltca@gmail.com | |
TActiveDataGrid to ensure W3C validation (<span> is an inline element and is not allowed to contain a block element like <table>) | |||
2011-09-22 | fix for #203 | ctrlaltca@gmail.com | |
2011-09-20 | small fix to previous commit | ctrlaltca@gmail.com | |
2011-09-20 | patch for #363: dropping clientscripts.php | ctrlaltca@gmail.com | |
2011-09-13 | fix for a small regression introduced in r2888, noticed in #181 | ctrlaltca@gmail.com | |
2011-09-06 | TCallbackResponseAdapter: avoid to flush empty boundaries (this caused all ↵ | ctrlaltca@gmail.com | |
the <!--//X-PRADO-XXX--> tags to be outputted once for each flushOutput() call) | |||
2011-09-06 | workaround for #363 | ctrlaltca@gmail.com | |
2011-08-30 | Fixed Issue#362 | GODZilla0480@gmail.com | |
2011-08-30 | reverted r3032, please look ticket #362 | ctrlaltca@gmail.com | |
2011-08-28 | Add method getHeaders to THttpRequest & THttpResponse | GODZilla0480@gmail.com | |
2011-08-28 | Modify TThemeManager to allow custom subclassing of TTheme | GODZilla0480@gmail.com | |
2011-08-28 | Add methods quoteTableName, quoteColumnName, quoteColumnAlias to TDbMetaData ↵ | GODZilla0480@gmail.com | |
& TDbConnection and add TDbConnection:getDbMetaData [TODO: customize TOracleMetaData] | |||
2011-08-28 | Modify TActiveRecordConfig & TActiveRecordManager to allow custom ↵ | GODZilla0480@gmail.com | |
subclassing of System.Data.ActiveRecord.TActiveRecordManager & System.Data.ActiveRecord.TActiveRecordGateway | |||
2011-08-28 | Modifiy TTemplate::parseAttributes to allow definition of "HTML5 Custom Data ↵ | GODZilla0480@gmail.com | |
Attributes (data-*)" e.g Attributes.data-custom-value="foobar" | |||
2011-08-19 | fix for #356 | ctrlaltca@gmail.com | |
2011-08-19 | small fix related to #301 | ctrlaltca@gmail.com | |
2011-08-19 | fix for #361 | ctrlaltca@gmail.com | |
2011-07-28 | applied the "delayed callback" patch for TActiveDatePicker (ticker #265) | ctrlaltca@gmail.com | |
2011-07-27 | fix for #265 + disable wheel event for TActiveDatePicker to avoid callback ↵ | ctrlaltca@gmail.com | |
floods | |||
2011-07-24 | applied patch for #353 | ctrlaltca@gmail.com | |
2011-07-21 | added Gabor's HtmlArea registration patch (fixes #351) | ctrlaltca@gmail.com | |
2011-07-20 | fix #350 | ctrlaltca@gmail.com | |
2011-07-18 | missed a file in r3018, sorry | ctrlaltca@gmail.com | |
2011-07-17 | TSecurityManager: remove additional right padding added by mcrypt_decrypt | ctrlaltca@gmail.com | |
TSecurityManagerTest: loop through different string length to take account of mcrypt's block cipher padding TAPCCacheTest: fixed static member usage THttpRequestTest: fixed testRequestWithUrlMapping test | |||
2011-07-16 | test patch for #179 | ctrlaltca@gmail.com | |
2011-07-16 | patch for #349 | ctrlaltca@gmail.com | |
2011-07-16 | fix for #343 (reworked r2915 to be more backcompatible on clientside) | ctrlaltca@gmail.com | |
2011-07-16 | TActivecustomvalidator _must_ have EnableClientScript=true | ctrlaltca@gmail.com | |
2011-07-16 | applied prado-lazyload-in-callbacks-patch (ticket #348) | ctrlaltca@gmail.com | |
2011-07-06 | fix for #341 | ctrlaltca@gmail.com | |
2011-07-03 | Rewoked TAccordion (fixes #340); added AnimationDuration parameter, added ↵ | ctrlaltca@gmail.com | |
example in quickstart. | |||
2011-07-02 | reworked the patch for #103 so that it actually fixes the use of ↵ | ctrlaltca@gmail.com | |
TActiveCustomValidator with normal Postback controls (like TButton) | |||
2011-06-26 | test patch for #243 | ctrlaltca@gmail.com | |
2011-06-26 | applied serialization optimization patch (337) | ctrlaltca@gmail.com | |
2011-06-25 | reapplied patch for #106 since it seems like it's playing fine now. | ctrlaltca@gmail.com | |
2011-06-25 | quick patch for #338 | ctrlaltca@gmail.com | |
2011-06-25 | added documentation for TFlushOutput | ctrlaltca@gmail.com | |
2011-06-25 | applied further "progressive rendering" patches (#235) | ctrlaltca@gmail.com | |
added TFlushOutput component fixed THtmlarea quickstart demo | |||
2011-06-25 | Added two methods for getting array elements out of TPriorityList above and ↵ | javalizard | |
below a specific priority, with inclusion. Added TPriorityMap and test cases. | |||
2011-06-24 | merged 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-20 | some fixes on tests | 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) | |||
2011-06-20 | docs updates | ctrlaltca@gmail.com | |
2011-06-20 | fixed encoding of spanish translation of quickstart demo | ctrlaltca@gmail.com | |