Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-09-15 | small fixes for clientside validation | Jens Klaer | |
2015-09-04 | added width and height properties for convenience | Jens Klaer | |
2015-08-27 | update bootstrap from v3.2.0 to v3.3.5 | Jens Klaer | |
2015-08-21 | support options minwidth and minheight in TJuiDialog | 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-08-18 | fix behavior methods on templates | Jens Klaer | |
2015-08-11 | TActiveCheckBoxList not obeying AutoPostBack="false" | Jens Klaer | |
2015-08-10 | Fixed prototype to jquery leftover | Jens Klaer | |
2015-07-21 | Fix setting class behavior properties | Jens Klaer | |
- allow setting class behavior properties for classes deriving from tcomponent only - properties need to be prefixed with 'set' | |||
2015-07-08 | Use Prado::createComponent instead of new for Pages | David | |
This allows to use a custom Prado::createComponent as an hook for dependency injection containers | |||
2015-06-01 | Allow class behavior setter on templates | Jens Klaer | |
if a class behavior is attached to a control used on a template, behavior setter could not be called since the parse method did not recognize the method. | |||
2015-05-29 | Removed empty constructor not calling parent | Jens Klaer | |
Parent constructor in TComponent needs to be called for behaviors to work. | |||
2015-05-20 | made TJuiControl options changeable during callback | Jens Klaer | |
- TJuiControlOptions are now stored in viewstate and tracked by the new TJuiCallbackPageStateTracker class extending the default viewstate tracker class - TJuiCallbackPageStateTracker registers endscripts automatically for each changed option for the clientside changes, added some normalized getter for that | |||
2015-05-20 | viewstate tracking with custom pagestate tracker class | Jens Klaer | |
- made tracker class customizable through setter, leaving old TCallbackPageStateTracker as default - changed visibility for the tracked control in TCallbackPageStateTracker to protected so deriving tracker classes can access it | |||
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-03-11 | TJuiDialog | David | |
2015-02-18 | Fix #545 | David | |
Return the created CallbackRequest on Prado.Callback and Prado.JuiCallback | |||
2015-02-18 | Fix #546 | David | |
Added TAccordion specific exception messages | |||
2015-01-28 | raising update views-ar functions to TTemplateControl | Daniel | |
2015-01-27 | Scaffolding 20% | Daniel | |
2015-01-16 | Fix issue #543. | Patrice Lachance | |
2015-01-13 | Added some doc; refs #541 | Fabio Bas | |
2015-01-13 | Fix #541 | Fabio Bas | |
2014-12-21 | Fix WSAT Detail | Daniel Sampedro B. | |
2014-12-15 | Attending some important David suggestions. | Daniel | |
2014-12-15 | Attending some important David suggestions. | Daniel | |
2014-11-21 | TJuiAutoComplete multiselection + quickstart doc | David | |
implemented Separator, minChars and Frequency properties, added the related quickstart parts | |||
2014-10-24 | Scaffolding 15% | Daniel | |
2014-10-24 | Scaffolding 12% | Daniel | |
2014-10-23 | Scaffolding 10% | Daniel | |
2014-10-23 | Fix #539 | Fabio Bas | |
TErrorHandler: let THttpResponse handle http status codes | |||
2014-10-23 | Fix #538 | David | |
2014-10-22 | Scaffolding 5% | Daniel | |
2014-10-21 | update client script docs | Daniel | |
2014-10-21 | preparing scaffolding details | Daniel | |
2014-10-21 | Merge remote-tracking branch 'origin/wsat' | Daniel Sampedro B | |
2014-10-20 | finished the first stept of prado scaffolding | Daniel | |
2014-10-20 | finished the first stept of prado scaffolding | Daniel | |
2014-10-20 | adding bootstrap 3. | Daniel | |
2014-10-20 | Completed tryToUpdateView and tryToUpdateAR. | Daniel | |
2014-10-19 | function tryToUpdateView 1st version completed. | Daniel | |
2014-10-17 | Adding functions to update view controls and AR objects automagicaly... | Daniel | |
2014-10-17 | Adding functions to update view controls and AR objects automagicaly... | usrcampusoft07 | |
2014-09-04 | Fix #531 | David | |
Since PHP 5.3.3 the default value for session.use_only_cookies is 1, so we need to set that to 0 when CookieMode is "None" | |||
2014-07-30 | Fixed Validation.setErrorMessage | David | |
2014-07-23 | Fix #528 | David | |
2014-07-22 | fix #527 | Fabio Bas | |
2014-07-19 | Merge pull request #525 from david0/issue-524 | ctrlaltca | |
Convert encoding of all values inside an array before json_serialize | |||
2014-07-19 | Fix 526 | Fabio Bas | |