Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-08-09 | Removed PHP 7 from travis because of missing xdebug | David | |
2015-08-09 | Fix travis setup | David | |
2015-08-09 | added PHP 5.6 to travis | David | |
2015-08-08 | More test fixes | David | |
2015-08-06 | Fix tests | David | |
work around stale references by explicitly waiting | |||
2015-08-06 | try fixing travis | David | |
2015-08-06 | update composer.lock | David | |
nette has generated an deprecation warning on PHP 5.6: PHP Deprecated: iconv_set_encoding(): Use of iconv.internal_encoding is deprecated in vendor/nette/nette/Nette/loader.php on line 29 | |||
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-07-08 | update phpunit-selenium in order to support newer selenium-server | David | |
versions https://github.com/giorgiosironi/phpunit-selenium/issues/315 | |||
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 | extended quichstart tutorial for TJuiControl option changes during callback | Jens Klaer | |
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-08 | Fixed quickstart sample for RpcService | David | |
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-29 | Views - AR Classes Update Documentation 100% | Daniel Sampedro B. | |
2015-01-28 | Views -AR Classes Update Documentation 50% | Daniel | |
2015-01-28 | raising update views-ar functions to TTemplateControl | Daniel | |
2015-01-27 | Scaffolding 20% | Daniel | |
2015-01-17 | Merge pull request #544 from plachance/issue-543 | ctrlaltca | |
Fix issue #543. | |||
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-11-21 | Removed Word of Warning | David | |
The migration to GitHub has been done more than one year ago, I think it is not longer necessary to warn. | |||
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 | |