Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-07-19 | Merge pull request #525 from david0/issue-524 | ctrlaltca | |
Convert encoding of all values inside an array before json_serialize | |||
2014-07-19 | Fix 526 | Fabio Bas | |
2014-07-10 | Convert encoding of all values inside an array before json_serialize (Fixes ↵ | David | |
#524) | |||
2014-07-10 | Testcase for Issue #524 | David | |
2014-07-10 | Added new test case directory for github issues; added test case for #504 | Fabio Bas | |
2014-05-26 | Fixed regression in previous commit | Fabio 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-11 | Better way for callbacks to get form object | Fabio Bas | |
by drigolin: http://www.pradoframework.com/forum/index.php?action=post;topic=17374.0 | |||
2014-04-27 | Merge pull request #521 from david0/fix-issue-520 | ctrlaltca | |
IE7+IE8 compatibility (fixes #520) | |||
2014-04-25 | IE7+IE8 compatibility (fixes #520) | David | |
2014-04-25 | re fix #246 | Fabio Bas | |
2014-04-21 | TJuiProgressBar | Fabio Bas | |
2014-04-21 | TJuiControlAdapter: guess value datatype before passing it to clientside | Fabio Bas | |
2014-04-21 | Ported 2 failing functionaltests | Fabio Bas | |
2014-04-21 | Fixed #516 , added test case | Fabio Bas | |
2014-04-20 | Fix #515 | Fabio Bas | |
2014-04-15 | Fix #519 | Fabio Bas | |
2014-04-14 | Fixed TDatePicker validation | Fabio Bas | |
2014-04-14 | Added missing "static" keywords in TGettext; fix #518 | Fabio Bas | |
2014-04-12 | Merge pull request #517 from gnits/master | ctrlaltca | |
Recaptcha jQuery fix & TXmlDocument adjustment | |||
2014-04-12 | Recaptcha controls converted to jQuery | gnits | |
Prototype-style calls replaced with jQuery-style calls | |||
2014-04-11 | TXmlDocument::buildElement visibility changed | gnits | |
This allows derived classes to override the method's implementation | |||
2014-04-11 | Added missing method in TJuiAutoComplete; refs #514 | Fabio Bas | |
2014-04-03 | Respect ButtonCssClass property in TActivePager. fix #511 | Fabio Bas | |
2014-04-02 | Merge pull request #510 from mcinp/master | ctrlaltca | |
change Quickstart Demo to reflect prado-cli.php move to /bin | |||
2014-04-02 | Update CommandLine.page | mcinp | |
prado-cli.php moved to /bin | |||
2014-04-02 | Update HelloWorld.page | mcinp | |
prado-cli.php moved to /bin | |||
2014-03-27 | Merge pull request #507 from gnits/master | ctrlaltca | |
Fix for tab control removing all extra css classes from tabs | |||
2014-03-27 | Fix for tab control removing all extra css classes from tabs | gnits | |
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-26 | Fix #502 | Fabio Bas | |
2014-03-26 | Fix #506 | Fabio Bas | |
2014-03-25 | More selenium2 tests porting | Fabio Bas | |
2014-03-25 | Added new test case directory for github issues; added test case for #504 | Fabio Bas | |
2014-03-25 | Fix #504 | Fabio Bas | |
2014-03-12 | Merge pull request #501 from david0/issue-499 | ctrlaltca | |
Fix: avoid unnecessary scrolling | |||
2014-03-12 | Fix: avoid unnecessary scrolling | David | |
2014-03-05 | Started cleaning tests' selenium2 compatibility layer | Fabio Bas | |
2014-02-28 | Ported all tests from Selenium1 (RC) to Selenium2 (WebDriver) using a ↵ | Fabio Bas | |
compatibility layer | |||
2014-02-27 | TRatingList: try harder to find the Caption control | Fabio 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-25 | Ensure all tests have a proper doctype and html structure, to avoid ↵ | Fabio Bas | |
browser's quirks mode | |||
2014-02-24 | Cross-browser tests | Fabio Bas | |
2014-02-24 | IE fixes | Fabio Bas | |
2014-02-19 | Update local tests path | Fabio Bas | |
2014-02-19 | Fix test for firefox | Fabio Bas | |
2014-02-19 | Avoid 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-12 | Added quickstart doc for TMarkdown | Fabio Bas | |
2014-02-12 | Dropped Markdown for Parsedown | Fabio Bas | |
2014-02-12 | Fixed TAutoComplete | Fabio Bas | |
2014-02-10 | More tests porting | Fabio Bas | |
2014-02-10 | Ported some tests to jQuery | Fabio Bas | |
2014-02-08 | Fixed CustomTemplate test | Fabio Bas | |