summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-10-20finished the first stept of prado scaffoldingDaniel
2014-10-20finished the first stept of prado scaffoldingDaniel
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
2014-10-10Merge pull request #536 from primetimesolutions/feature/readme_additionsctrlaltca
added sections for demo, testing and contributing
2014-10-09added sectiosn for demo, testing and contributingJohn Hirbour
2014-10-02Update README.mdctrlaltca
2014-09-04Fix #531David
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-08-25Quickstart german translation part 1David
2014-08-22Fix failing test casesDavid
because of timing issues
2014-08-06Fix depending.in badgeDavid
2014-08-05Fix System.Data test casesDavid
2014-08-05Disable coverage measurement for PHP 5.3 testsDavid
In order to avoid segfaulting tests
2014-07-30Fixed test case for issue 524David
2014-07-30Fixed Validation.setErrorMessageDavid
2014-07-23Fix #528David
2014-07-22fix #527Fabio Bas
2014-07-19Merge pull request #525 from david0/issue-524ctrlaltca
Convert encoding of all values inside an array before json_serialize
2014-07-19Fix 526Fabio Bas
2014-07-10Convert encoding of all values inside an array before json_serialize (Fixes ↵David
#524)
2014-07-10Testcase for Issue #524David
2014-07-10Added new test case directory for github issues; added test case for #504Fabio Bas
2014-05-26Fixed regression in previous commitFabio Bas
TCallback exposes no real object in the page DOM, so the new method to find the form introduced with the previous commit needs to have a proper fallback to the old method.
2014-05-11Better way for callbacks to get form objectFabio Bas
by drigolin: http://www.pradoframework.com/forum/index.php?action=post;topic=17374.0
2014-04-27Merge pull request #521 from david0/fix-issue-520ctrlaltca
IE7+IE8 compatibility (fixes #520)
2014-04-25IE7+IE8 compatibility (fixes #520)David
2014-04-25re fix #246Fabio Bas
2014-04-21TJuiProgressBarFabio Bas
2014-04-21TJuiControlAdapter: guess value datatype before passing it to clientsideFabio Bas
2014-04-21Ported 2 failing functionaltestsFabio Bas
2014-04-21Fixed #516 , added test caseFabio Bas
2014-04-20Fix #515Fabio Bas
2014-04-15Fix #519Fabio Bas
2014-04-14Fixed TDatePicker validationFabio Bas
2014-04-14Added missing "static" keywords in TGettext; fix #518Fabio Bas
2014-04-12Merge pull request #517 from gnits/masterctrlaltca
Recaptcha jQuery fix & TXmlDocument adjustment
2014-04-12Recaptcha controls converted to jQuerygnits
Prototype-style calls replaced with jQuery-style calls
2014-04-11TXmlDocument::buildElement visibility changedgnits
This allows derived classes to override the method's implementation
2014-04-11Added missing method in TJuiAutoComplete; refs #514Fabio Bas
2014-04-03Respect ButtonCssClass property in TActivePager. fix #511Fabio Bas
2014-04-02Merge pull request #510 from mcinp/masterctrlaltca
change Quickstart Demo to reflect prado-cli.php move to /bin
2014-04-02Update CommandLine.pagemcinp
prado-cli.php moved to /bin
2014-04-02Update HelloWorld.pagemcinp
prado-cli.php moved to /bin
2014-03-27Merge pull request #507 from gnits/masterctrlaltca
Fix for tab control removing all extra css classes from tabs
2014-03-27Fix for tab control removing all extra css classes from tabsgnits
TTabControl's client-side wrapper has previously wiped out all extra classes from tab views. Behaviour changed to reflect that of the elementClicked()'s.
2014-03-26Fix #502Fabio Bas
2014-03-26Fix #506Fabio Bas
2014-03-25More selenium2 tests portingFabio Bas