summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/active-controls/protected
AgeCommit message (Collapse)Author
2014-08-22Fixed some testcases (replaced script by TClientScript)David
(part of f35d4339 on master)
2014-08-21Ported all tests from Selenium1 (RC) to Selenium2 (WebDriver) using a ↵Fabio Bas
compatibility layer (cherry picked from commit 82774aa0a41562a325f31c901584ec01c8238573) Conflicts: tests/FunctionalTests/active-controls/tests/AutoCompleteTestCase.php tests/FunctionalTests/active-controls/tests/CustomTemplateTestCase.php tests/FunctionalTests/tickets/tests/Ticket220TestCase.php tests/FunctionalTests/tickets/tests/Ticket719TestCase.php tests/FunctionalTests/tickets/tests/Ticket769TestCase.php tests/FunctionalTests/validators/tests/DataTypeValidatorTestCase.php
2014-08-21Ensure all tests have a proper doctype and html structure, to avoid ↵Fabio Bas
browser's quirks mode (cherry picked from commit a0d6864093cf13a96dafa8a47b5c43891b2b864f) Conflicts: tests/FunctionalTests/active-controls/protected/pages/ActivePanelTest.page tests/FunctionalTests/active-controls/protected/pages/PostLoadingTest.page
2014-08-21Removed TJavascriptLogger from demos and testsFabio Bas
Any browser’s development tool is way better, and it stops exceptions from being catched by the browser’s console (cherry picked from commit 0a136fe37491281ada5084b6eb5a72d4ca8d948a)
2013-09-22Phing: added target for phpunit+seleniumFabio Bas
Functional tests were using an old selenium RC version. Ported them to use phpunit + selenium; next: opensauce
2013-09-13Don't gitignore assets/ and protected/runtime/ directories in tests and demo ↵Fabio Bas
apps; gitignore only their contents The directories needs to exists in order for demos and tests to run correctly
2012-07-12standardize the use of unix eol; use svn properties to enforce native eolctrlaltca
2012-04-14more tests fixingctrlaltca@gmail.com
2010-02-15Merge from r2765 (and some others) 3.1Christophe.Boulain
Added TActiveTableRow QST page Corrected an uninitialized array in TScaffoldBase
2010-02-14Merge Branches & Trunkgodzilla80@gmx.net
/trunk:r2680,2692,2707-2736 /branches/3.1:r2682-2686,2694-2702,2705,2738-2762
2009-04-08Fixed Issue#136Christophe.Boulain
2008-11-08Issue#36: Refactored TRatingList/TActiveRatingList, and added some docs.Christophe.Boulain
2008-09-24Added TActiveDatePickertof
2007-09-28fixed test case.xue
2007-06-09added functional test for TActiveHiddenFieldcarl
2007-04-22Typo in TAutoCompletewei
2007-04-02safari passes most testswei
2007-04-02Fixed #585, #586wei
2007-03-31add inplacetext onkeypress suggestionswei
2007-03-31Fixed http://www.pradosoft.com/forum/index.php/topic,7089.0/topicseen.htmlwei
2007-03-30Fixed #507 and update other active controls.wei
2007-03-26update tests for radio button, update ajax3.js (null post values are ignored)wei
2007-02-16Minor fix to let Ticket488TestCase pass correctlyknut
2007-01-25Fixed #502wei
2007-01-17add dynamic callback repeater test.wei
2007-01-06Update docs.wei
2007-01-04Add chat demo and tutorial.wei
2007-01-03Update active controls to use http response body for application data.wei
2006-12-13Fixed #488.wei
2006-12-09Fixed #433, #384, #439, #477, #435, #422, #401, #359. Add more class docs ↵wei
for sqlmap.
2006-12-05load the inlineeditor textbox in client side onload.wei
2006-12-04propage changes to OnError and OnSuccess for validators ClientSide.wei
2006-10-21session view state callback test.wei
2006-10-21update ajax callback to be quequedwei
2006-10-19BC BREAK: Changed Validator property names:wei
- Validators ClientSide.OnSuccess becomes ClientSide.OnValidationSuccess, - Validators ClientSide.OnError becomes ClientSide.OnValidationError, - Validators OnSuccess event becomes OnValidationSuccess. - Validators OnError event becomes OnValidationError.
2006-10-18fixed onFailure and onSuccess in TInPlaceTextBoxwei
2006-10-08Fixed #414, #411, #415wei
2006-10-06fixed #410 #412wei
2006-10-01Fixed #350 and #148, Add TActiveRatingList, should remove TRatingList from ↵wei
WebControls.
2006-09-30Fixed #403wei
2006-09-23Fixed #383wei
2006-09-16Fixed #340wei
2006-09-16Fixed #360wei
2006-09-16Fixed #363wei
2006-09-16Test for ticket #364wei
2006-09-15Defer render() calls in callback event handler to a later stage.wei
2006-09-10Changed TCallbackEventParameter::Parameter to ↵wei
TCallbackEventParameter::CallbackParameter Add TActiveButton and TActiveCheckBox quickstart docs.
2006-09-02Fixed #355wei
2006-09-01resolve adodb defined clashes, add TCallbackClientScript::fireEvent()wei
2006-09-01Add TActiveCustomValidatorwei