Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-24 | Committer 2nd part of patch for #391 | ctrlaltca@gmail.com | |
2012-03-23 | Fixed #390 and #391 | ctrlaltca@gmail.com | |
2012-02-14 | applied proposed patch for #389 | ctrlaltca@gmail.com | |
2012-02-09 | patch for #382 | ctrlaltca@gmail.com | |
2012-02-05 | Make validators' FocusOnError play nice with TCheckBoxList and TRadioButtonList | ctrlaltca@gmail.com | |
2012-01-28 | some fixes related to build scripts, now the "dist" task completes successfully | ctrlaltca@gmail.com | |
2012-01-23 | little improvement to TReCaptcha; refs #345, patch by gabor | ctrlaltca@gmail.com | |
2012-01-18 | fixed #380 (TCustomValidator's ControlToValidate should be optional); added ↵ | ctrlaltca@gmail.com | |
a quickstart example, updated 2 tests that were broken + HISTORY | |||
2011-12-23 | small fix in TPanel | ctrlaltca@gmail.com | |
2011-12-21 | fix #314 | ctrlaltca@gmail.com | |
2011-12-19 | committed patch from #378 | ctrlaltca@gmail.com | |
2011-12-06 | fix for #377 | ctrlaltca@gmail.com | |
2011-12-03 | Added documentation for TWebControlDecorator (fixes #259); | ctrlaltca@gmail.com | |
Added missing bits to have TWebControlDecorator actually works. | |||
2011-11-22 | TCaptcha: publish images with image/png content-type | 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 | removed TClientScriptLoader missed in r3039. Updated documentation | ctrlaltca@gmail.com | |
2011-10-21 | fixes #368 + documentation-only addition to TDropDownList, other changes are ↵ | ctrlaltca@gmail.com | |
due to line ending | |||
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-08-19 | fix for #356 | ctrlaltca@gmail.com | |
2011-07-21 | added Gabor's HtmlArea registration patch (fixes #351) | ctrlaltca@gmail.com | |
2011-07-16 | fix for #343 (reworked r2915 to be more backcompatible on clientside) | 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-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 | fixed 3 obvious bugs | ctrlaltca@gmail.com | |
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-16 | Merged a bit TPager's view style with TDataGridPager's one adding first/last ↵ | ctrlaltca@gmail.com | |
buttons to TDataGridPagerStyle | |||
2011-06-13 | fixed #279 | rojaro | |
2011-06-08 | added accordion control from #213 | ctrlaltca@gmail.com | |
2011-06-01 | upported recent documentation changes from branch/3.1 to trunk/ | ctrlaltca@gmail.com | |
2011-06-01 | up-ported fix for #311 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-15 | patch for #58 | ctrlaltca@gmail.com | |
2011-05-15 | TTabPanel: correctly calculate the current active TTabView index when one or ↵ | ctrlaltca@gmail.com | |
more items are not visible; ensure at least one TTabView is always visible, also if the current one has just being hidden. fixes #324 | |||
2011-05-15 | miscellanea: synced THtmlArea languages and plugins list with the current ↵ | ctrlaltca@gmail.com | |
version of TinyMCE; small fix for unittest ticket#439 | |||
2011-05-04 | Issue 234: | uacaman | |
Controls now honor THttpResponse configured HtmlWriterType. | |||
2011-04-28 | fixed #16 | rojaro | |
2011-01-21 | fixed #305 | rojaro | |
2010-09-10 | moved TListItemCollection class from TListControl.php to separate class file ↵ | rojaro | |
in collections to fix #276 | |||
2010-09-02 | fixed #286 | rojaro | |
2010-08-18 | fixed #277 | rojaro | |
2010-04-22 | TWebControlDecoration docs tweaked. | javalizard | |
2010-04-21 | Added Property to define if the templates in the decorator need to use the ↵ | javalizard | |
page state. Fixes Issue 262 | |||
2010-04-18 | Switched the Page to getPage() | javalizard | |
2010-04-18 | Adds a property to ensure an id is rendered. Also adds the creation of ↵ | javalizard | |
TWebControlDecorator. It also accounts for the render blocker in TWebControl. Adds an alternate render path when decorators are present. Adds the TWebControlDecorator class. Now skins can define their own surrounding tag html and templates instead of having to code every page. |