Quick Search:

Line History

line history graph

Show Arbitrary Diff

From to

Supports revisions and tags.

History

cake 472 181 trunk 1140 682 637 516 471 tag:RC1 1126 sitesoverproject 1130 639 tag:test 1124 tag:3.0 beta 1133

latest revision Branch trunk

1140 annotated / raw | Diffs: previous, other | Lines: 464 ( +1, -1 )

Created: 2010-08-09 15:27:43 -0500 (2 years 9 months ago) | Author: rbp | Changeset: 1140

added $name to all controllers. needed for tests.

1104 annotated / raw | Diffs: previous, other | Lines: 464 ( +8, -8 )

Created: 2010-07-24 16:14:11 -0500 (2 years 9 months ago) | Author: rbp | Changeset: 1104

improved error messages.

Tags: 3.0 RC2

1094 annotated / raw | Diffs: previous, other | Lines: 464 ( +8, -7 )

Created: 2010-07-24 12:49:47 -0500 (2 years 9 months ago) | Author: rbp | Changeset: 1094

now impossible to run tests if no testscripts uploaded

1043 annotated / raw | Diffs: previous, other | Lines: 463 ( +1, -0 )

Created: 2010-07-21 09:41:59 -0500 (2 years 9 months ago) | Author: jpp | Changeset: 1043

Changed redirect to view instead of edit

1031 annotated / raw | Diffs: previous, other | Lines: 462 ( +1, -1 )

Created: 2010-07-17 16:15:29 -0500 (2 years 10 months ago) | Author: pvk | Changeset: 1031

added validation for all models

1014 annotated / raw | Diffs: previous, other | Lines: 462 ( +47, -37 )

Created: 2010-07-17 14:50:52 -0500 (2 years 10 months ago) | Author: pvk | Changeset: 1014

added check so you can't input empty file in importFromCSV function

1011 annotated / raw | Diffs: previous, other | Lines: 452 ( +3, -1 )

Created: 2010-07-17 14:26:47 -0500 (2 years 10 months ago) | Author: pvk | Changeset: 1011

you can't run nested requirement if there are no nested requirements

1009 annotated / raw | Diffs: previous, other | Lines: 450 ( +1, -0 )

Created: 2010-07-17 13:51:08 -0500 (2 years 10 months ago) | Author: pvk | Changeset: 1009

now checks nested combinations

1004 annotated / raw | Diffs: previous, other | Lines: 449 ( +3, -1 )

Created: 2010-07-17 08:14:04 -0500 (2 years 10 months ago) | Author: rbp | Changeset: 1004

Applied patch from Vilmos Somogyi. Thanks a million!
The patch updates alot of viewers with focus on consistent interface and messages. Also includes a sweet sticky footer.

Fixed bug in requirements/reorder where if you were running strict DB you would get SQL errors

989 annotated / raw | Diffs: previous, other | Lines: 447 ( +3, -0 )

Created: 2010-07-17 05:55:17 -0500 (2 years 10 months ago) | Author: pvk | Changeset: 989

minor fix to importFromCSV function... now set parent_id = 0, if it is a requirement

978 annotated / raw | Diffs: previous, other | Lines: 444 ( +51, -9 )

Created: 2010-07-16 18:45:40 -0500 (2 years 10 months ago) | Author: pvk | Changeset: 978

added checks for nested requirements

949 annotated / raw | Diffs: previous, other | Lines: 402 ( +1, -1 )

Created: 2010-07-16 10:54:08 -0500 (2 years 10 months ago) | Author: rbp | Changeset: 949

checker had a revival.

947 annotated / raw | Diffs: previous, other | Lines: 402 ( +1, -1 )

Created: 2010-07-16 10:23:28 -0500 (2 years 10 months ago) | Author: rbp | Changeset: 947

removed reference to checker component. deleted update plugin

944 annotated / raw | Diffs: previous, other | Lines: 402 ( +14, -82 )

Created: 2010-07-16 08:52:15 -0500 (2 years 10 months ago) | Author: jpp | Changeset: 944

Scheduler now work as a component.
Added backward compatible BRUnit to javalibs.

930 annotated / raw | Diffs: previous, other | Lines: 470 ( +5, -24 )

Created: 2010-07-16 04:21:46 -0500 (2 years 10 months ago) | Author: pvk | Changeset: 930

Added $name to the controller.

913 annotated / raw | Diffs: previous, other | Lines: 489 ( +67, -0 )

Created: 2010-07-14 16:13:37 -0500 (2 years 10 months ago) | Author: pvk | Changeset: 913

Import from CSV function

910 annotated / raw | Diffs: previous, other | Lines: 422 ( +13, -43 )

Created: 2010-07-14 12:13:23 -0500 (2 years 10 months ago) | Author: pvk | Changeset: 910

you can now run entire project. but no checks are done

903 annotated / raw | Diffs: previous, other | Lines: 452 ( +11, -7 )

Created: 2010-07-14 07:54:52 -0500 (2 years 10 months ago) | Author: rbp | Changeset: 903

checkJavaServer is now cached.
removed duration from individual cache::write as it was not supported (apparently). Instead set default duration to 1 week
added tic and toc functions to bootstrap.php. Usage:
tic('name');
code to be measured;
toc('name');
will result in
name: <time code took>

867 annotated / raw | Diffs: previous, other | Lines: 448 ( +7, -3 )

Created: 2010-07-12 10:25:50 -0500 (2 years 10 months ago) | Author: rbp | Changeset: 867

added the specific error messages instead of the 'stateofthesystem reports errors'

855 annotated / raw | Diffs: previous, other | Lines: 444 ( +2, -2 )

Created: 2010-07-12 07:01:25 -0500 (2 years 10 months ago) | Author: rbp | Changeset: 855

results are now found on site_id passed along instead of grabbed from session
started reports functionality

783 annotated / raw | Diffs: previous, other | Lines: 444 ( +0, -1 )

Created: 2010-03-22 04:01:56 -0500 (3 years 1 month ago) | Author: pvk | Changeset: 783

removed some debug stuff

775 annotated / raw | Diffs: previous, other | Lines: 445 ( +3, -1 )

Created: 2010-03-19 04:54:00 -0500 (3 years 2 months ago) | Author: pvk | Changeset: 775

you can now add a requirement without a parent

766 annotated / raw | Diffs: previous, other | Lines: 443 ( +2, -1 )

Created: 2010-03-17 08:54:20 -0500 (3 years 2 months ago) | Author: pvk | Changeset: 766

fixed BR-271

756 annotated / raw | Diffs: previous, other | Lines: 442 ( +7, -3 )

Created: 2010-03-16 06:46:01 -0500 (3 years 2 months ago) | Author: rbp | Changeset: 756

fixes http://jira.openqa.org/browse/BR-262
removed debug info from sortable_tree.js
removed 'following' from activity stream

753 annotated / raw | Diffs: previous, other | Lines: 438 ( +0, -3 )

Created: 2010-03-15 08:03:44 -0500 (3 years 2 months ago) | Author: pvk | Changeset: 753

app_model.php: if no projectid is set, set it to 0 in DB
browser.php: fixed BR-281
operatingsystem.php: fixed BR-279

748 annotated / raw | Diffs: previous, other | Lines: 441 ( +0, -2 )

Created: 2010-03-12 08:38:29 -0600 (3 years 2 months ago) | Author: rbp | Changeset: 748

added uservoice tab to layouts/green.ctp.

734 annotated / raw | Diffs: previous, other | Lines: 443 ( +3, -5 )

Created: 2010-03-11 07:42:51 -0600 (3 years 2 months ago) | Author: pvk | Changeset: 734

Added more charts

729 annotated / raw | Diffs: previous, other | Lines: 445 ( +3, -1 )

Created: 2010-03-09 07:57:44 -0600 (3 years 2 months ago) | Author: rbp | Changeset: 729

requirements/testlabview.ctp now orders testcases the same way as the tree does. The "xx time ago" under history in testcases/testlabview.ctp (under the icon) is now removed as it was completely wrong.
Added notdone icon to requirements/testlabview.ctp and testcases/testlabview.ctp and a little text saying 'Not done' instead of the simple gray background

727 annotated / raw | Diffs: previous, other | Lines: 443 ( +3, -53 )

Created: 2010-03-08 10:53:51 -0600 (3 years 2 months ago) | Author: pvk | Changeset: 727

Moved chart logic to a component

726 annotated / raw | Diffs: previous, other | Lines: 493 ( +49, -0 )

Created: 2010-03-08 08:55:43 -0600 (3 years 2 months ago) | Author: pvk | Changeset: 726

Started working on charts

682 annotated / raw | Diffs: previous, other | Lines: 444 ( +6, -1 )

Created: 2010-02-19 08:06:07 -0600 (3 years 2 months ago) | Author: rbp | Changeset: 682

fixed direct links: they now also uses the servername and port in the database.

Branch point for: tag:RC1

Tags: RC1

681 annotated / raw | Diffs: previous, other | Lines: 439 ( +6, -6 )

Created: 2010-02-19 06:54:16 -0600 (3 years 2 months ago) | Author: rbp | Changeset: 681

fixed bug where chdir(substring mess) didn't work.

665 annotated / raw | Diffs: previous, other | Lines: 439 ( +5, -6 )

Created: 2010-02-13 09:18:10 -0600 (3 years 3 months ago) | Author: olleolleolle | Changeset: 665

PHP5 instance vars marked public instead of PHP4-style "var".
Removed ending ?> markers.

637 annotated / raw | Diffs: previous, other | Lines: 440 ( +14, -7 )

Created: 2010-02-04 09:29:26 -0600 (3 years 3 months ago) | Author: jpp | Changeset: 637

When you delete a test case or requirement it will now appropriately delete any schedules it was associated with.

Branch point for: sitesoverproject

630 annotated / raw | Diffs: previous, other | Lines: 433 ( +0, -1 )

Created: 2010-01-27 06:13:56 -0600 (3 years 3 months ago) | Author: olleolleolle | Changeset: 630

Got rid of "var $name" in most files.

617 annotated / raw | Diffs: previous, other | Lines: 434 ( +77, -64 )

Created: 2010-01-07 06:38:41 -0600 (3 years 4 months ago) | Author: jpp | Changeset: 617

no comment

611 annotated / raw | Diffs: previous, other | Lines: 421 ( +5, -2 )

Created: 2009-12-19 08:31:28 -0600 (3 years 5 months ago) | Author: rbp | Changeset: 611

jeppe and visti please look at these changes as they are quite important.
Added max_input_time to state of the system. It fixes a reported bug with the loadbalancer stopping after x amount of time (x being max_input_time)
Added 24 hour view caching to the news controller.
Added complete viewer caching to testlabs_controller and projects_controller. It's now lightning fast!
Added afterSave/afterDelete to command.php, test.php and requirement.php which deletes the above mentioned cached views. That way you are never presented out of date views.
Added caching of getStatus() in test.php.
Added afterSave to command.php which deletes above mentioned cache of getStatus().

600 annotated / raw | Diffs: previous, other | Lines: 418 ( +47, -0 )

Created: 2009-12-18 05:54:34 -0600 (3 years 5 months ago) | Author: pvk | Changeset: 600

requirement copy function

570 annotated / raw | Diffs: previous, other | Lines: 371 ( +1, -1 )

Created: 2009-12-16 07:10:42 -0600 (3 years 5 months ago) | Author: jpp | Changeset: 570

Minor fix, wrong function call

568 annotated / raw | Diffs: previous, other | Lines: 371 ( +4, -5 )

Created: 2009-12-16 07:03:09 -0600 (3 years 5 months ago) | Author: jpp | Changeset: 568

Copied to: versions/3.0 RC 1/app/controllers/requirements_controller.php 569

Added support for scheduling a requirement.

Better UI for requirement patch supplied by Joe Kepley, thanks for him.

567 annotated / raw | Diffs: previous, other | Lines: 372 ( +66, -46 )

Created: 2009-12-16 06:31:03 -0600 (3 years 5 months ago) | Author: jpp | Changeset: 567

temporary fix for ralle and visti's enjoyment

564 annotated / raw | Diffs: previous, other | Lines: 352 ( +48, -1 )

Created: 2009-12-04 06:25:01 -0600 (3 years 5 months ago) | Author: pvk | Changeset: 564

You can now copy a requirement

541 annotated / raw | Diffs: previous, other | Lines: 305 ( +31, -18 )

Created: 2009-11-06 07:37:54 -0600 (3 years 6 months ago) | Author: pvk | Changeset: 541

Now only the owner (or an admin) of a requirement can edit the requirement, same goes for testcases. The owner or an admin can also assign another person as owner

516 annotated / raw | Diffs: previous, other | Lines: 292 ( +2, -3 )

Created: 2009-10-22 05:51:23 -0500 (3 years 6 months ago) | Author: pvk | Changeset: 516

added owner to a testcase

Branch point for: tag:test

Tags: test

515 annotated / raw | Diffs: previous, other | Lines: 293 ( +1, -1 )

Created: 2009-10-21 16:35:21 -0500 (3 years 6 months ago) | Author: pvk | Changeset: 515

Added owner to a requirement
added modified date on the testscript
When creating a project it will make the dirs for php and java, plus copying the java libs needed

499 annotated / raw | Diffs: previous, other | Lines: 293 ( +20, -0 )

Created: 2009-10-15 17:53:52 -0500 (3 years 7 months ago) | Author: rbp | Changeset: 499

Added GPLv3 to all files. A million other changes. Pray to the allmighty this works.

498 annotated / raw | Diffs: previous, other | Lines: 273 ( +6, -0 )

Created: 2009-10-15 08:35:52 -0500 (3 years 7 months ago) | Author: rbp | Changeset: 498

Cleaned up the stateOfTheSystem and forces a check of stateOfTheSystem before allowing running tests. Should save users and us a lot of headache.

471 new/copied annotated / raw | Diffs: previous, other | Lines: 267 ( +267, -0 )

Created: 2009-09-09 06:12:25 -0500 (3 years 8 months ago) | Author: jpp | Changeset: 471

Copied from: branches/cake/app/controllers/requirements_controller.php 441

no comment

latest revision Branch cake

472 deleted | Lines: 0 ( +0, -267 )

Created: 2009-09-09 06:15:59 -0500 (3 years 8 months ago) | Author: jpp | Changeset: 472

Moved to trunk

441 annotated / raw | Diffs: previous, other | Lines: 267 ( +1, -0 )

Created: 2009-08-23 08:50:11 -0500 (3 years 8 months ago) | Author: rbp | Changeset: 441

Copied to: trunk/app/controllers/requirements_controller.php 471

no comment

440 annotated / raw | Diffs: previous, other | Lines: 266 ( +14, -2 )

Created: 2009-08-21 09:34:12 -0500 (3 years 8 months ago) | Author: rbp | Changeset: 440

updated cakephp. cleaned up alot. added echelon and installer. added remote login. added direct link.

433 annotated / raw | Diffs: previous, other | Lines: 254 ( +1, -0 )

Created: 2009-08-14 09:01:38 -0500 (3 years 9 months ago) | Author: rbp | Changeset: 433

added datepicker js libary
created selftest_controller. it creates a selftest project, and creates a testcase for each function in bromine.
Worked on the query builder. It's coming along nicely

415 annotated / raw | Diffs: previous, other | Lines: 253 ( +5, -2 )

Created: 2009-07-21 04:57:57 -0500 (3 years 9 months ago) | Author: pvk | Changeset: 415

Now also show timestamp in requirements/testlabview.ctp

412 annotated / raw | Diffs: previous, other | Lines: 250 ( +0, -1 )

Created: 2009-07-17 07:35:43 -0500 (3 years 10 months ago) | Author: rbp | Changeset: 412

added ability to run a testcase
gave up on trying to fix project tree messing up: Removed fixed width for details tab

406 annotated / raw | Diffs: previous, other | Lines: 251 ( +0, -1 )

Created: 2009-07-15 10:26:51 -0500 (3 years 10 months ago) | Author: rbp | Changeset: 406

bugfix: nodes did not have browser information in testlabsview due to recursive=-1

405 annotated / raw | Diffs: previous, other | Lines: 252 ( +6, -3 )

Created: 2009-07-15 10:20:35 -0500 (3 years 10 months ago) | Author: rbp | Changeset: 405

Optimization of getLastInCombination. Took forever. Still pretty slow though, but alot faster. Added tic and toc timer functions

401 annotated / raw | Diffs: previous, other | Lines: 249 ( +13, -2 )

Created: 2009-07-15 07:40:48 -0500 (3 years 10 months ago) | Author: rbp | Changeset: 401

added logging feature of users actions (echelon) enable in app_controller.php
tests/view.ctp and suites/view.ctp now show test logfiles output
Bugfix: testcases not always draggable

368 annotated / raw | Diffs: previous, other | Lines: 238 ( +9, -3 )

Created: 2009-07-09 06:12:07 -0500 (3 years 10 months ago) | Author: rbp | Changeset: 368

Almost useable version of Bromine.
Lots of changes to viewers mostly.

353 annotated / raw | Diffs: previous, other | Lines: 232 ( +1, -1 )

Created: 2009-06-22 08:14:48 -0500 (3 years 10 months ago) | Author: rbp | Changeset: 353

fixed requirements results table status bug

350 annotated / raw | Diffs: previous, other | Lines: 232 ( +15, -4 )

Created: 2009-06-22 06:58:15 -0500 (3 years 10 months ago) | Author: rbp | Changeset: 350

Bugfixes for table view of testcases/combinations status. Error messages concerning running requirements added.

343 annotated / raw | Diffs: previous, other | Lines: 221 ( +5, -8 )

Created: 2009-06-18 09:32:40 -0500 (3 years 11 months ago) | Author: rbp | Changeset: 343

Added a graphing library. Changed the way results are displayed. all changes are under testlabs

341 annotated / raw | Diffs: previous, other | Lines: 224 ( +15, -1 )

Created: 2009-06-17 08:57:20 -0500 (3 years 11 months ago) | Author: rbp | Changeset: 341

ajax loader while tests being executed
testlabs only shows results from relevant sitetotest.

337 annotated / raw | Diffs: previous, other | Lines: 210 ( +1, -1 )

Created: 2009-06-17 07:34:16 -0500 (3 years 11 months ago) | Author: bromine | Changeset: 337

Added sitetotest and select project to header. runrctests now uses the sitetotest selected.

332 annotated / raw | Diffs: previous, other | Lines: 210 ( +55, -62 )

Created: 2009-06-16 05:18:12 -0500 (3 years 11 months ago) | Author: bromine | Changeset: 332

able to run a requirement and partly view statuses of testruns. see localhost/requirements and localhost/testlabs

330 annotated / raw | Diffs: previous, other | Lines: 217 ( +106, -4 )

Created: 2009-06-12 10:30:13 -0500 (3 years 11 months ago) | Author: bromine | Changeset: 330

no comment

317 annotated / raw | Diffs: previous, other | Lines: 115 ( +1, -0 )

Created: 2009-04-21 14:27:02 -0500 (4 years ago) | Author: rbp | Changeset: 317

Fixed the no redirection bug. Don't EVER extend 'Component'
The bug was that the menu component extended Component which has a bugged beforeRedirect method it seems.

316 annotated / raw | Diffs: previous, other | Lines: 114 ( +2, -2 )

Created: 2009-04-13 14:26:59 -0500 (4 years 1 month ago) | Author: rbp | Changeset: 316

Created in place editor for testcasesteps

309 annotated / raw | Diffs: previous, other | Lines: 114 ( +4, -0 )

Created: 2009-04-03 06:30:16 -0500 (4 years 1 month ago) | Author: Bromine | Changeset: 309

added results controller
added the combo stuff in DB
delete the tests dir in webroot. Due to coalition with tests controller. Should be named /testscripts

305 annotated / raw | Diffs: previous, other | Lines: 110 ( +0, -2 )

Created: 2009-04-02 06:24:25 -0500 (4 years 1 month ago) | Author: pvk | Changeset: 305

Now you can dynamic change a testcase when you are in the tree viewer

302 annotated / raw | Diffs: previous, other | Lines: 112 ( +22, -2 )

Created: 2009-03-28 17:40:55 -0500 (4 years 1 month ago) | Author: rbp | Changeset: 302

major ui update. check /requirements.

300 annotated / raw | Diffs: previous, other | Lines: 92 ( +6, -1 )

Created: 2009-03-27 07:09:43 -0500 (4 years 1 month ago) | Author: bromine | Changeset: 300

Still the req/testcases drag'n drop ui stuff.

298 annotated / raw | Diffs: previous, other | Lines: 87 ( +2, -1 )

Created: 2009-03-23 06:03:31 -0500 (4 years 1 month ago) | Author: bromine | Changeset: 298

requirements/index.ctp now also show testcases. Not finished.

279 annotated / raw | Diffs: previous, other | Lines: 86 ( +1, -191 )

Created: 2009-02-16 04:40:04 -0600 (4 years 3 months ago) | Author: bromine | Changeset: 279

Cleaning up and created a todo site

273 annotated / raw | Diffs: previous, other | Lines: 276 ( +172, -147 )

Created: 2009-02-14 15:23:59 -0600 (4 years 3 months ago) | Author: bromine | Changeset: 273

Finished the loadbalancing function. Just needs to integrate it with Visti's testrunner function. Nice...

271 annotated / raw | Diffs: previous, other | Lines: 251 ( +167, -0 )

Created: 2009-02-13 09:29:30 -0600 (4 years 3 months ago) | Author: bromine | Changeset: 271

Started a loadbalancer function.

262 annotated / raw | Diffs: previous, other | Lines: 84 ( +11, -2 )

Created: 2009-02-02 16:04:25 -0600 (4 years 3 months ago) | Author: bromine | Changeset: 262

New design. We really need a UI wizard... because we aren't
New tree-view for Requirements and sub-requirements
set security-level to medium. Sorts out alot of session clearing bugs
Did some work on manage_acl. Needs more work.

260 annotated / raw | Diffs: previous, other | Lines: 75 ( +1, -1 )

Created: 2009-01-29 06:14:07 -0600 (4 years 3 months ago) | Author: bromine | Changeset: 260

Ajax reorder testcasesteps system. Needs more work.

259 annotated / raw | Diffs: previous, other | Lines: 75 ( +2, -1 )

Created: 2009-01-28 09:19:45 -0600 (4 years 3 months ago) | Author: Bromine | Changeset: 259

Made upload function. Create directory structure under webroot/tests to tests

255 annotated / raw | Diffs: previous, other | Lines: 74 ( +10, -7 )

Created: 2009-01-27 08:20:57 -0600 (4 years 3 months ago) | Author: Bromine | Changeset: 255

Added menus, fixed viewers, made enum work, startet on file uploadtest_controller.php

238 annotated / raw | Diffs: previous, other | Lines: 71 ( +7, -4 )

Created: 2009-01-10 18:39:50 -0600 (4 years 4 months ago) | Author: bromine | Changeset: 238

testing...

234 annotated / raw | Diffs: previous, other | Lines: 68 ( +4, -7 )

Created: 2009-01-10 17:20:16 -0600 (4 years 4 months ago) | Author: bromine | Changeset: 234

All controllers are rebaked. 11/1/2009

227 annotated / raw | Diffs: previous, other | Lines: 71 ( +2, -2 )

Created: 2008-11-21 08:02:06 -0600 (4 years 5 months ago) | Author: bromine | Changeset: 227

The $needsproject variable now also determines if the model uses beforeFind / beforeSave logic.

225 annotated / raw | Diffs: previous, other | Lines: 71 ( +2, -1 )

Created: 2008-11-18 07:49:29 -0600 (4 years 6 months ago) | Author: bromine | Changeset: 225

Created extra authorization for the project part of Bromine. Add "var $needsproject=true;" or "var $needsproject=array('method1','method2',...);" to a controller to include this extra authorization in it, or for specific methods. See requirements_controller.php and tabs_controller.php for examples. See app_controller.php for the authorize code part.

181 new annotated / raw | Lines: 70 ( +70, -0 )

Created: 2008-10-09 05:40:11 -0500 (4 years 7 months ago) | Author: bromine | Changeset: 181

hmmm testing

latest revision Branch sitesoverproject

1130 deleted | Lines: 0 ( +0, -441 )

Created: 2010-08-08 07:47:13 -0500 (2 years 9 months ago) | Author: rbp | Changeset: 1130

no comment

640 annotated / raw | Diffs: previous, other | Lines: 441 ( +4, -3 )

Created: 2010-02-09 03:10:27 -0600 (3 years 3 months ago) | Author: rbp | Changeset: 640

First groundwork for new structure of sites over projects. Still needs alot of work

639 new annotated / raw | Diffs: previous, other | Lines: 440 ( +0, -0 )

Created: 2010-02-09 03:08:19 -0600 (3 years 3 months ago) | Author: rbp | Changeset: 639

made a copy

latest revision Branch tag:3.0 beta

1133 new annotated / raw | Lines: 267 ( +267, -0 )

Created: 2010-08-08 07:59:49 -0500 (2 years 9 months ago) | Author: rbp | Changeset: 1133

no comment

Tags: 3.0 beta

latest revision Branch tag:RC1

1126 deleted | Lines: 0 ( +0, -444 )

Created: 2010-08-08 07:45:44 -0500 (2 years 9 months ago) | Author: rbp | Changeset: 1126

no comment

Tags: RC1 3.0 RC1

latest revision Branch tag:test

1124 deleted | Lines: 0 ( +0, -292 )

Created: 2010-08-08 07:43:53 -0500 (2 years 9 months ago) | Author: rbp | Changeset: 1124

no comment

Tags: test