summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2014-03-25Added new test case directory for github issues; added test case for #504Fabio Bas
2014-03-25Fix #504Fabio Bas
2014-03-12Merge pull request #501 from david0/issue-499ctrlaltca
Fix: avoid unnecessary scrolling
2014-03-12Fix: avoid unnecessary scrollingDavid
2014-03-05Started cleaning tests' selenium2 compatibility layerFabio Bas
2014-02-28Ported all tests from Selenium1 (RC) to Selenium2 (WebDriver) using a ↵Fabio Bas
compatibility layer
2014-02-27TRatingList: try harder to find the Caption controlFabio Bas
TRatingList uses a loose method to find its caption control, searching it by id within the page. If the element is not found in the page, try to find it inside the TRatingList’s NamingContainer
2014-02-25Ensure all tests have a proper doctype and html structure, to avoid ↵Fabio Bas
browser's quirks mode
2014-02-24Cross-browser testsFabio Bas
2014-02-24IE fixesFabio Bas
2014-02-19Update local tests pathFabio Bas
2014-02-19Fix test for firefoxFabio Bas
2014-02-19Avoid an exception loop on callback error when headers have already been ↵Fabio Bas
sent; send error trace in the body, since headers are limited in size
2014-02-12Added quickstart doc for TMarkdownFabio Bas
2014-02-12Dropped Markdown for ParsedownFabio Bas
2014-02-12Fixed TAutoCompleteFabio Bas
2014-02-10More tests portingFabio Bas
2014-02-10Ported some tests to jQueryFabio Bas
2014-02-08Fixed CustomTemplate testFabio Bas
2014-02-08Fixed TActivePanel testFabio Bas
2014-02-08Fixed TActiveRatingListFabio Bas
2014-02-08Javascript fixes + workaround for old internet explorer < 9Fabio Bas
2014-02-08Removed duplicated codeFabio Bas
2014-02-08Quickstart documentation for InteractionsFabio Bas
2014-02-08TJuiSortable eventsFabio Bas
2014-02-08TJuiSelectable eventsFabio Bas
2014-02-08TJuiResizable eventsFabio Bas
2014-02-08Misc TJuiControlAdapter fixesFabio Bas
2014-02-06Implemented basic support for callback events for JUI controls; ↵Fabio Bas
TJuiDraggable and TJuiDroppable examples
2014-02-02fix datepicker positioningFabio Bas
2014-02-02Updated jQuery to 1.11, jQueryUi to 1.10.4Fabio Bas
2014-02-02Rebuild pradolite.phpFabio Bas
2014-02-02Fix #498Fabio Bas
2014-01-29Restored Prado.Element.focus()Fabio Bas