summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-06-10Fixed typoJens Klaer
2016-05-31Fix #597Fabio Bas
2016-05-17Implement TControl::__isset() to check for sub controlsFabio Bas
Fix #594
2016-05-17Merge pull request #593 from pradosoft/formctrlaltca
Serialize all inputs to catch inputs outside <form>
2016-05-11Serialize all inputs to catch nuts outside <form>Fabio Bas
2016-05-11Partially revert cc53959ac5ba3e786f3d6ad3403919b82c52fa42 to fix #592Fabio Bas
2016-05-09Merge pull request #591 from emkael/masterctrlaltca
Support for hyphenated attributes via <prop:*></prop:*> template syntax
2016-05-08Support for hyphenated attributes via <prop:*></prop:*> template syntaxemkael
2016-04-20Constructor parent call to allow TStyle behaviorsJens Klaer
2016-04-19Site demo: add urls for external resourcesFabio Bas
2016-04-19Fixed a couple dates3.3.1Fabio Bas
2016-04-19More on 3.3.1Fabio Bas
2016-04-19Prepare for 3.3.1 releaseFabio Bas
2016-04-19Don't throw an error when trying to autoload a not-existing classFabio Bas
related #582
2016-04-12Doc update for #587Fabio Bas
2016-04-12Merge pull request #587 from emkael/masterctrlaltca
PHP7 compatibility fixes
2016-04-12Removing MySQL I18N MessageSource, as mysql_* functions are gone from PHP7emkael
2016-04-12New-style constructors replacement for leftover PHP4-style constructorsemkael
2016-04-12Removing regex modifier deleted from PHP7emkael
2016-04-08Merge pull request #586 from pradosoft/fix_585ctrlaltca
Possible fix for #585
2016-04-08Possible fix for #585Fabio Bas
2016-04-06Merge pull request #584 from pradosoft/fix_581ctrlaltca
Fix tracking of localfile path in TActiveFileUpload
2016-04-06Possibly fix #581Fabio Bas
2016-04-06Merge pull request #583 from pradosoft/autoloadctrlaltca
Remove fatal error on autoload fail
2016-04-06Remove fatal error on autoload failFabio Bas
2016-04-04Merge pull request #579 from pradosoft/fix_562ctrlaltca
Added TClientStyleSheet::PradoStyles
2016-04-04Merge pull request #578 from pradosoft/scrutinizerctrlaltca
Misc code fixes suggested by Scrutinizer
2016-03-30Added TClientStyleSheet::PradoStyles - fix #562Fabio Bas
2016-03-29rename __getZappableSleepProps to _getZappableSleepPropsFabio Bas
2016-03-29Updated pradolite.phpFabio Bas
2016-03-29Removed deprecated codeFabio Bas
2016-03-29Dropped unused benchmark scriptFabio Bas
2016-03-29Fixed 10 "critical" issues found by scrutinizerFabio Bas
* create function => closures * removed var_dump from tests
2016-03-29partially revert cc53959ac5ba3e786f3d6ad3403919b82c52fa42; fix #577Fabio Bas
2016-03-29Fix suggestion display for dynamically-created, initially-hidden TJuiControlFabio Bas
2016-03-29Js: Prado.Element.focus: wait for all callbacks to finish before focusing ↵Fabio Bas
the element
2016-03-29Ported / fixed most old testsFabio Bas
2016-03-29Js: restored 100ms delay on Prado.Element.focusFabio Bas
2016-03-25TRecaptcha2: small fixFabio Bas
2016-03-25Removed simpletest and moved all tests in the unit treeFabio Bas
Tests are executed now, but a lot of them need fixing.
2016-03-24Added TReCaptcha2 and wrote doc; fix #560Fabio Bas
2016-03-24Fix #540Fabio Bas
2016-03-23Avoid double error reportFabio Bas
2016-03-23belated happy new yearFabio Bas
2016-03-23updated historyFabio Bas
2016-03-10TActiveCheckBoxList 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-03-06Add some deprecation noticesFabio Bas
2016-03-06Activecontrols: avoid updating client side if the value didn't changeFabio Bas
Fix #399
2016-03-06Revert part of #553; fix #574Fabio Bas
2016-02-29Merge pull request #572 from pradosoft/travisctrlaltca
Travis: run on trusty