Quick Search:

hide Line History

Line Count Graph

Constraint

Branch:
Author:
Tag:
Date: help

Sort: path | last-commit | first-commit Sub Directories

Changelog

495 by shinya on 08 October 2008, 09:46:52 -0500 (44 days ago) Added missing messages in other locales (pt-BR and fr-FR are not translated yet)

trunk/src/locale/fr-FR/selenium-ide.dtd 495 history download (+2 -0) diffs

trunk/src/locale/ja-JP/selenium-ide.dtd 495 history download (+2 -0) diffs

trunk/src/locale/pt-BR/selenium-ide.dtd 495 history download (+2 -0) diffs

494 by gyrm on 30 September 2008, 10:34:38 -0500 (52 days ago) Casing of method name changed.

trunk/src/content/formats/groovy-rc.js 494 history download (+1 -1) diffs

493 by gyrm on 29 September 2008, 23:55:31 -0500 (52 days ago) Add example of screenshot setting to Groovy formatter.

trunk/src/content/formats/groovy-rc.js 493 history download (+1 -0) diffs

492 by gyrm on 28 September 2008, 23:37:47 -0500 (54 days ago) Implement JUnit suite formatter. It would be nice to give the option of also exporting all included tests along with the suite ...

trunk/src/content/formats/java-rc.js 492 history download (+26 -1) diffs

491 by gyrm on 28 September 2008, 14:04:49 -0500 (54 days ago) Cut over last commit to use to_kwargs() instead of manually constructing the arguments string.

trunk/src/content/treeView.js 491 history download (+6 -4) diffs

490 by gyrm on 28 September 2008, 09:22:18 -0500 (54 days ago) Rollup arguments should be intelligently pre-populated.

trunk/src/content/treeView.js 490 history download (+23 -0) diffs

489 by gyrm on 27 September 2008, 21:59:29 -0500 (55 days ago) Add in support for suite export to formatter languages (thanks Simon). The implementation for each formatter will come later.

trunk/src/content/editor.js 489 history download (+5 -0) diffs

trunk/src/content/format.js 489 history download (+51 -0) diffs

trunk/src/content/formats/java-rc.js 489 history download (+10 -0) diffs

trunk/src/content/selenium-ide-common.xul 489 history download (+3 -0) diffs

trunk/src/content/testSuite.js 489 history download (+9 -0) diffs

… 1 more file in changeset.
488 by gyrm on 26 September 2008, 13:07:34 -0500 (56 days ago) Fix a couple of issues with the Groovy formatter.

trunk/src/content/formats/groovy-rc.js 488 history download (+2 -2) diffs

487 by gyrm on 19 September 2008, 10:40:18 -0500 (2 months 2 days ago) Set default timeout at top of Groovy formatted testcase.

trunk/src/content/formats/groovy-rc.js 487 history download (+14 -11) diffs

trunk/src/content/formats/remoteControl.js 487 history download (+2 -1) diffs

486 by gyrm on 18 September 2008, 23:56:09 -0500 (2 months 2 days ago) Remove option to set variable name for Groovy format, because the testcase needs 'selenium'.

trunk/src/content/formats/groovy-rc.js 486 history download (+0 -2) diffs

485 by gyrm on 18 September 2008, 23:45:20 -0500 (2 months 2 days ago) Groovy format support for *AndWait commands.

trunk/src/content/formats/formatCommandOnlyAdapter.js 485 history download (+4 -0) diffs

trunk/src/content/formats/groovy-rc.js 485 history download (+33 -2) diffs

trunk/src/content/formats/remoteControl.js 485 history download (+1 -1) diffs

484 by dfabulich on 10 September 2008, 23:19:05 -0500 (2 months 11 days ago) [SIDE-251] Formatter fails to translate special Selenese variable ${nbsp}

trunk/src/content/formats/cs-rc.js 484 history download (+4 -0) diffs

trunk/src/content/formats/java-rc.js 484 history download (+4 -0) diffs

trunk/src/content/formats/perl-rc.js 484 history download (+4 -0) diffs

trunk/src/content/formats/php-rc.js 484 history download (+4 -0) diffs

trunk/src/content/formats/python-rc.js 484 history download (+4 -0) diffs

… 3 more files in changeset.
483 by dfabulich on 10 September 2008, 23:07:22 -0500 (2 months 11 days ago) testng reverses the order of assertions (actual, expected) instead of (expected, actual)

trunk/src/content/formats/java-rc-testng.js 483 history download (+9 -0) diffs

482 by gyrm on 07 September 2008, 19:17:08 -0500 (2 months 14 days ago) Add Groovy format.

trunk/src/content/format.js 482 history download (+1 -0) diffs

trunk/src/content/formats/groovy-rc.js 482 history download (+178) new

481 by gyrm on 07 September 2008, 08:31:09 -0500 (2 months 14 days ago) Restore white background on tabs.

trunk/src/skin/classic/help-view.css 481 history download (+1 -0) diffs

trunk/src/skin/classic/rollup-view.css 481 history download (+1 -0) diffs

trunk/src/skin/classic/ui-view.css 481 history download (+1 -0) diffs

480 by dfabulich on 06 September 2008, 15:17:57 -0500 (2 months 15 days ago) Fix import

trunk/src/content/formats/java-rc-testng.js 480 history download (+1 -1) diffs

479 by dfabulich on 05 September 2008, 20:47:41 -0500 (2 months 16 days ago) working on 1.0-beta-3-SNAPSHOT (so I can temporarily depend on it in rc-xlator)

trunk/src/pom.xml 479 history download (+1 -1) diffs

478 by dfabulich on 05 September 2008, 20:44:34 -0500 (2 months 16 days ago) fixing broken unit tests

trunk/src/content/tests/unit/format-tests.html 478 history download (+4 -11) diffs

477 by dfabulich on 05 September 2008, 19:48:53 -0500 (2 months 16 days ago) More work on SIDE-250.  Fixing escaped commas by unsafely unescaping them.

trunk/src/content/formats/remoteControl.js 477 history download (+1 -1) diffs

476 by dfabulich on 05 September 2008, 16:30:17 -0500 (2 months 16 days ago) [SIDE-250] Eliminating EqualsArray; now seleniumEquals just joins the array with a comma and does a string comparison (possibly with pattern matching)

trunk/src/content/formats/cs-rc.js 476 history download (+4 -8) diffs

trunk/src/content/formats/java-rc.js 476 history download (+4 -8) diffs

trunk/src/content/formats/perl-rc.js 476 history download (+4 -13) diffs

trunk/src/content/formats/php-rc.js 476 history download (+4 -8) diffs

trunk/src/content/formats/python-rc.js 476 history download (+4 -8) diffs

… 2 more files in changeset.
475 by dfabulich on 04 September 2008, 10:33:42 -0500 (2 months 17 days ago) minor changes to support rhino

trunk/src/content/tools.js 475 history download (+2 -2) diffs

trunk/src/content/xhtml-entities.js 475 history download (+1 -1) diffs

474 by dfabulich on 04 September 2008, 01:01:57 -0500 (2 months 17 days ago) adding a testng translator

trunk/src/content/format.js 474 history download (+2 -1) diffs

trunk/src/content/formats/java-rc-testng.js 474 history download (+20) new

473 by gyrm on 03 September 2008, 23:52:04 -0500 (2 months 17 days ago) Patch for adding existing testcases to test suites (from Simon Kreusel). SIDE-229.

trunk/src/content/application.js 473 history download (+14 -0) diffs

trunk/src/content/editor.js 473 history download (+3 -0) diffs

trunk/src/content/selenium-ide-common.xul 473 history download (+5 -0) diffs

trunk/src/locale/en-US/selenium-ide.dtd 473 history download (+1 -0) diffs

472 by dfabulich on 28 August 2008, 04:50:39 -0500 (2 months 24 days ago) adding custom proxy settings for builder

trunk/src/custom-proxy-settings.xml 472 history download (+9) new

471 by gyrm on 01 August 2008, 10:16:56 -0500 (3 months 20 days ago) Fix SIDE-165 - from Simon.

trunk/src/content/formats/remoteControl.js 471 history download (+1 -1) diffs

470 by gyrm on 27 July 2008, 11:10:12 -0500 (3 months 25 days ago) Create branch for RC bridge experiment.

branches/rc-link 470 history download (+0) new/copied

branches/rc-link/BUILDING 470 history download (+16) new/copied

branches/rc-link/build.properties.sample 470 history download (+1) new/copied

branches/rc-link/build.xml 470 history download (+123) new/copied

branches/rc-link/chrome.manifest 470 history download (+11) new/copied

… 185 more files in changeset.
469 by gyrm on 02 July 2008, 23:45:35 -0500 (4 months 19 days ago) Update to reflect merge of ui-element into Core.

trunk/src/content/debugger.js 469 history download (+0 -4) diffs

trunk/src/content/editor.js 469 history download (+1 -8) diffs

trunk/src/content/locatorBuilders.js 469 history download (+5 -0) diffs

trunk/src/content/optionsDialog.xul 469 history download (+0 -4) diffs

trunk/src/content/preferences.js 469 history download (+0 -3) diffs

… 11 more files in changeset.
468 by shinya on 03 June 2008, 09:14:25 -0500 (5 months 18 days ago) release 1.0 beta2

website/src/main/webapp/index.html 468 history download (+2 -2) diffs

website/src/main/webapp/meta.xml 468 history download (+12 -0) diffs

467 by shinya on 03 June 2008, 09:07:41 -0500 (5 months 18 days ago) set version

trunk/src/pom.xml 467 history download (+1 -1) diffs

466 by shinya on 03 June 2008, 01:29:02 -0500 (5 months 18 days ago) Fixed chrome.manifest for production

trunk/src/production/chrome.manifest 466 history download (+1 -1) diffs

earlier earlier | later later