summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/active-controls
AgeCommit message (Collapse)Author
2014-08-22Fix failing test casesDavid
because of timing issues (cherry picked from commit 6c6c4821c5a28df7d80cc414a7cf64025859c194)
2014-08-22Fixed some testcases (replaced script by TClientScript)David
(part of f35d4339 on master)
2014-08-22Ported 2 failing functionaltestsFabio Bas
(cherry picked from commit b438554637e082544d2288e5c3654448c2f53683)
2014-08-21Started cleaning tests' selenium2 compatibility layerFabio Bas
(cherry picked from commit 4ce02f6973aa40c313364b5ff7990f2244309790) Conflicts: tests/FunctionalTests/tickets/tests/Ticket220TestCase.php tests/FunctionalTests/tickets/tests/Ticket719TestCase.php tests/FunctionalTests/tickets/tests/Ticket769TestCase.php tests/FunctionalTests/validators/tests/CompareValidatorTestCase.php tests/FunctionalTests/validators/tests/DataTypeValidatorTestCase.php tests/FunctionalTests/validators/tests/DatePickerTestCase.php
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)
2014-08-21Fixed some function tests; start working on porting them to Selenium2 interfaceFabio Bas
(cherry picked from commit 5d9f6fc77131d75e6c73a7e57df8d967b6b09215) Conflicts: tests/FunctionalTests/validators/tests/DatePickerTestCase.php
2013-09-28More functional test portingFabio Bas
2013-09-27More functional tests portingFabio Bas
2013-09-24Ported some failing functional tests to phpunit+seleniumFabio Bas
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
2012-04-13Minor regression fix in TAutoComplete's js;ctrlaltca@gmail.com
Fixed ActiveDropDownListtestCase, added a dummy selenium.css to avoid a 404 error while debugging test cases
2011-06-20some fixes on testsctrlaltca@gmail.com
2011-05-11Small fix for a regression introduced in r2888 (TActiveDatePicker was broken ↵ctrlaltca@gmail.com
if InputMode="DropDownList" ) Testcase for ActiveDatePicker have been updated (it was checking for year 2005 in the datepicker, now it checks for date('Y')+1)
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 #665.xue
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-01fix image button, update functional test cases for operawei