Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-07-12 | happy new year | ctrlaltca | |
2012-07-12 | Doc fix: it's ActiveControl.EnableUpdate, not ActiveControl.EnabledUpdate ↵ | ctrlaltca | |
(continue) | |||
2012-07-12 | Doc fix: it's ActiveControl.EnableUpdate, not ActiveControl.EnabledUpdate | ctrlaltca | |
2012-07-07 | Missed an include in previous commit | ctrlaltca | |
2012-07-07 | fix #414 | ctrlaltca | |
2012-07-07 | fix #413 | ctrlaltca | |
2012-06-12 | TBaseActiveControl: permit the use of prefixes (Page, Parent, ..) when ↵ | ctrlaltca | |
setting the CallbackOptions property (refs #374) | |||
2012-06-12 | TBaseActiveControl: fix documentation and exception message | ctrlaltca | |
2012-06-01 | removed a spurious ?> | ctrlaltca | |
2012-06-01 | committed additional patch for #235 | ctrlaltca | |
2012-06-01 | TActiveClientScript: remove scripts from the page after the browser ↵ | ctrlaltca | |
evaluated them | |||
2012-05-29 | Removed ajax rendering from TClientScript since it was a not-backward ↵ | ctrlaltca | |
compatible change. Added a TActiveClientScript control instead | |||
2012-05-19 | fix #402 | ctrlaltca | |
2012-05-18 | fix #401 | ctrlaltca | |
2012-05-15 | TActiveDatePicker's default value for the AutoPostBack property should be ↵ | ctrlaltca | |
true (both for backward compatibility and coherence with other active controls) | |||
2012-05-11 | fix for a small regression related to #181 | ctrlaltca | |
2012-05-10 | fix for #399, addresses ratings.js and inlineeditor.js | ctrlaltca | |
2012-04-14 | more tests fixing | ctrlaltca@gmail.com | |
2012-04-14 | When rendering the <span> used as a placeholder for an invisible ↵ | ctrlaltca@gmail.com | |
activecontrol, set its style to display:none to ensure it's considered not-visible by clientside javascript | |||
2012-04-01 | TActiveListBox missed to include TActiveListControlAdapter | 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-01-28 | some fixes related to build scripts, now the "dist" task completes successfully | ctrlaltca@gmail.com | |
2012-01-25 | fix for #381 | ctrlaltca@gmail.com | |
2012-01-11 | respect visibility state when updating activecontrols during an ajax callback | ctrlaltca@gmail.com | |
2011-12-21 | fix for #91; fixed TActiveCustomvalidator's behaviour and demo (more ↵ | ctrlaltca@gmail.com | |
discussion in the ticket) | |||
2011-12-21 | fix #314 | ctrlaltca@gmail.com | |
2011-11-17 | 3-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-15 | dirty test patch for #372, open for comments | ctrlaltca@gmail.com | |
2011-11-09 | fix #371 | ctrlaltca@gmail.com | |
2011-10-31 | TActiveMultiView: don't render the clientiside if the active view did not ↵ | ctrlaltca@gmail.com | |
change; fixed example in quickstart TMultiView: added missing parameter in error message | |||
2011-10-21 | fixes #368 + documentation-only addition to TDropDownList, other changes are ↵ | ctrlaltca@gmail.com | |
due to line ending | |||
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-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-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-08-19 | fix for #361 | ctrlaltca@gmail.com | |
2011-07-16 | patch for #349 | 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-06-25 | applied further "progressive rendering" patches (#235) | ctrlaltca@gmail.com | |
added TFlushOutput component fixed THtmlarea quickstart demo | |||
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 | updated year information on all framework sources where possible (Copyright ↵ | ctrlaltca@gmail.com | |
© 2005-2008 PradoSoft => Copyright © 2005-2011 PradoSoft) | |||
2011-06-20 | removed 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-06-02 | upported to trunk/ last doc changes, everything should be fine now | ctrlaltca@gmail.com | |
2011-06-02 | upported documentation changes to trunk/ | ctrlaltca@gmail.com | |
2011-06-02 | merged documentation changes from branch/3.1 to trunk/ | ctrlaltca@gmail.com | |
2011-06-01 | upported recent documentation changes from branch/3.1 to trunk/ | ctrlaltca@gmail.com | |
2011-05-25 | fixed last blocking error related to the build script. it completes ↵ | ctrlaltca@gmail.com | |
successfully now | |||
2011-05-20 | added missing TLiteralColumn counterpart to TActiveDataGrid: class ↵ | ctrlaltca@gmail.com | |
TActiveLiteralColumn | |||
2011-05-10 | fixed #316 | rojaro | |