Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-20 | Constructor parent call to allow TStyle behaviors | Jens Klaer | |
2016-04-06 | Possibly fix #581 | Fabio Bas | |
2016-04-04 | Merge pull request #579 from pradosoft/fix_562 | ctrlaltca | |
Added TClientStyleSheet::PradoStyles | |||
2016-03-30 | Added TClientStyleSheet::PradoStyles - fix #562 | Fabio Bas | |
2016-03-29 | rename __getZappableSleepProps to _getZappableSleepProps | Fabio Bas | |
2016-03-29 | Removed deprecated code | Fabio Bas | |
2016-03-25 | TRecaptcha2: small fix | Fabio Bas | |
2016-03-24 | Added TReCaptcha2 and wrote doc; fix #560 | Fabio Bas | |
2016-03-23 | belated happy new year | Fabio Bas | |
2016-03-10 | TActiveCheckBoxList cannot be updated during callback, if it was initially ↵ | unknown | |
empty, since the surrounding span with the control id is not even rendered if there are no items. To allow this, always force the span to be rendered for TActiveCheckBoxList. | |||
2016-02-25 | Applied some misc optimizations to class serialization | Fabio Bas | |
Avoid saving in the page state the values of class variables if they’re still the default. Reduces page state size, based on the work initiated in 8dc9d4f7d49bcbeaf4998baf74a4f4459967c1f0 | |||
2015-12-20 | allow client class override for THtmlArea4, too | Fabio Bas | |
2015-12-16 | allow client class override for THtmlArea | Jens Klaer | |
2015-12-07 | Move urls from pradosoft.com to github's project page; drop unmaintained ↵ | Fabio Bas | |
quickstart tutorial translations | |||
2015-11-07 | Prepare for release: update (c) year to 2015, version to 3.3 | Fabio Bas | |
2015-10-22 | extended ISurroundable to provide the surrounding tag in addition to the id | Jens Klaer | |
- ISurroundable introducing getSurroundingTag(), adjusted controls implementing the interface - TActiveDataGrid/TActiveRepeater now support changing the container tag to avoid invalid html in specific situations - revised corresponding quickstart demos | |||
2015-09-04 | added width and height properties for convenience | Jens Klaer | |
2015-08-18 | TButton now supports using input or button for the tag name | Jens Klaer | |
the tag name used to render the TButton can now be changed by setting the property ButtonTag (defaults to input) using an enumerable class. this is especially useful when styling buttons using bootstrap along with prado. | |||
2015-04-07 | Fix TReCaptcha::regenerateToken | David | |
via Forum see http://www.pradosoft.com/forum/index.php?topic=17436.msg65686 | |||
2015-04-06 | Fix TReCaptcha Validation | David | |
It seems like captchaready is fired too soon, when recaptcha is not yet ready. Use jquery delegated events to work around this. | |||
2015-02-18 | Fix #546 | David | |
Added TAccordion specific exception messages | |||
2014-04-20 | Fix #515 | Fabio Bas | |
2014-04-12 | Recaptcha controls converted to jQuery | gnits | |
Prototype-style calls replaced with jQuery-style calls | |||
2014-03-26 | Fix #506 | Fabio Bas | |
2014-03-25 | Fix #504 | Fabio Bas | |
2014-02-27 | TRatingList: try harder to find the Caption control | Fabio Bas | |
TRatingList uses a loose method to find its caption control, searching it by id within the page. If the element is not found in the page, try to find it inside the TRatingList’s NamingContainer | |||
2014-02-12 | Dropped Markdown for Parsedown | Fabio Bas | |
2014-01-29 | Avoid dependency loop between TRadioButton and TRadioButtonList | Fabio Bas | |
2014-01-10 | Optimization: avoid duplicate creation of T*CheckBoxList, T*RadioButtonList ↵ | Fabio Bas | |
js items | |||
2014-01-10 | Ported TRatingList | Fabio Bas | |
2014-01-10 | Fixed AutoPostback of TImageButton, TCheckBoxList, TRadioButtonList | Fabio Bas | |
2014-01-06 | Removed all @version $Id comments: they were managed by svn and are useless ↵ | Fabio Bas | |
with git | |||
2014-01-06 | Happy 2014! | Fabio Bas | |
2013-11-21 | Ported TSlider | Fabio Bas | |
2013-11-21 | Fixed a bug in TDatePicker rendering an unused TTextBox | Fabio Bas | |
2013-10-24 | More work on ajax | Fabio Bas | |
2013-10-24 | More ajax-related porting | Fabio Bas | |
Initial implementation of ajax error handling Fixed ajax modifications of select and checkboxes Partially ported TJavascriptLogger (used in tests) | |||
2013-09-30 | Fix use of TCallbackOptions with TActiveCheckBoxList, ↵ | Fabio Bas | |
TActiveRadioButtonList, TActiveRatingList | |||
2013-09-11 | Merge up to r3319 | Ciro Mattia Gonano | |
2013-07-24 | Upgrade to newly released 3.2.23.2.2 | Ciro Mattia Gonano | |
2013-04-24 | Update to 3.2.1 | Ciro Mattia Gonano | |
2013-01-25 | backported r3265 to trunk/ | ctrlaltca | |
2013-01-19 | bumped year to 2013, integrated recent changes from branch/3.2 | ctrlaltca | |
2013-01-07 | backported r3243 to trunk/ | ctrlaltca | |
2013-01-06 | backported r3241 to trunk/ | ctrlaltca | |
2013-01-06 | backported r3236 to trunk/ | ctrlaltca | |
2012-12-28 | Recommitted r3135 that got inadvertently reverted in r3159; fixes #394, #428 | ctrlaltca | |
2012-08-06 | patch for #419 | ctrlaltca | |
2012-07-12 | removed ?> from php files | ctrlaltca | |
2012-07-12 | standardize the use of unix eol; use svn properties to enforce native eol | ctrlaltca | |