summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-08-09Removed PHP 7 from travis because of missing xdebugDavid
2015-08-09Fix travis setupDavid
2015-08-09added PHP 5.6 to travisDavid
2015-08-08More test fixesDavid
2015-08-06Fix testsDavid
work around stale references by explicitly waiting
2015-08-06try fixing travisDavid
2015-08-06update composer.lockDavid
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-21Fix setting class behavior propertiesJens Klaer
- allow setting class behavior properties for classes deriving from tcomponent only - properties need to be prefixed with 'set'
2015-07-08Use Prado::createComponent instead of new for PagesDavid
This allows to use a custom Prado::createComponent as an hook for dependency injection containers
2015-07-08update phpunit-selenium in order to support newer selenium-serverDavid
versions https://github.com/giorgiosironi/phpunit-selenium/issues/315
2015-06-01Allow class behavior setter on templatesJens 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-29Removed empty constructor not calling parentJens Klaer
Parent constructor in TComponent needs to be called for behaviors to work.
2015-05-20extended quichstart tutorial for TJuiControl option changes during callbackJens Klaer
2015-05-20made TJuiControl options changeable during callbackJens 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-20viewstate tracking with custom pagestate tracker classJens 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-08Fixed quickstart sample for RpcServiceDavid
2015-04-07Fix TReCaptcha::regenerateTokenDavid
via Forum see http://www.pradosoft.com/forum/index.php?topic=17436.msg65686
2015-04-06Fix TReCaptcha ValidationDavid
It seems like captchaready is fired too soon, when recaptcha is not yet ready. Use jquery delegated events to work around this.
2015-03-11TJuiDialogDavid
2015-02-18Fix #545David
Return the created CallbackRequest on Prado.Callback and Prado.JuiCallback
2015-02-18Fix #546David
Added TAccordion specific exception messages
2015-01-29Views - AR Classes Update Documentation 100%Daniel Sampedro B.
2015-01-28Views -AR Classes Update Documentation 50%Daniel
2015-01-28raising update views-ar functions to TTemplateControlDaniel
2015-01-27Scaffolding 20%Daniel
2015-01-17Merge pull request #544 from plachance/issue-543ctrlaltca
Fix issue #543.
2015-01-16Fix issue #543.Patrice Lachance
2015-01-13Added some doc; refs #541Fabio Bas
2015-01-13Fix #541Fabio Bas
2014-12-21Fix WSAT DetailDaniel Sampedro B.
2014-12-15Attending some important David suggestions.Daniel
2014-12-15Attending some important David suggestions.Daniel
2014-11-21TJuiAutoComplete multiselection + quickstart docDavid
implemented Separator, minChars and Frequency properties, added the related quickstart parts
2014-11-21Removed Word of WarningDavid
The migration to GitHub has been done more than one year ago, I think it is not longer necessary to warn.
2014-10-24Scaffolding 15%Daniel
2014-10-24Scaffolding 12%Daniel
2014-10-23Scaffolding 10%Daniel
2014-10-23Fix #539Fabio Bas
TErrorHandler: let THttpResponse handle http status codes
2014-10-23Fix #538David
2014-10-22Scaffolding 5%Daniel
2014-10-21update client script docsDaniel
2014-10-21preparing scaffolding detailsDaniel
2014-10-21Merge remote-tracking branch 'origin/wsat'Daniel Sampedro B
2014-10-20finished the first stept of prado scaffoldingDaniel
2014-10-20finished the first stept of prado scaffoldingDaniel
2014-10-20adding bootstrap 3.Daniel
2014-10-20Completed tryToUpdateView and tryToUpdateAR.Daniel
2014-10-19function tryToUpdateView 1st version completed.Daniel
2014-10-17Adding functions to update view controls and AR objects automagicaly...Daniel
2014-10-17Adding functions to update view controls and AR objects automagicaly...usrcampusoft07