change_log 2.28 KB
Newer Older
Kazuhiko Shiozaki's avatar
Kazuhiko Shiozaki committed
1 2 3
2007-09-04 Kazuhiko
* use absolute_url_path instead of getPortalPath for better virtual host support.

Yoshinori Okuji's avatar
Yoshinori Okuji committed
4 5 6
2007-02-13 yo
* Add datetime_field_zuite.

Yoshinori Okuji's avatar
Yoshinori Okuji committed
7 8 9
2006-12-12 yo
* Add integer_field_zuite.

Sebastien Robin's avatar
Sebastien Robin committed
10 11 12
2006-11-13 Seb
* Add testWorklist

Yoshinori Okuji's avatar
Yoshinori Okuji committed
13 14 15
2006-11-09 yo
* Add testReportTreeWithStatMethod.

16 17 18
2006-11-07 Kevin
* New listbox redirection tests.

Aurel's avatar
Aurel committed
19 20 21
2006-11-02 aurel
* Call sleep while waiting for activities thus we  reduce cpu and mysql usage to let activities run

22 23 24
2006-09-15 Kevin
* Add new test to check that redirections triggered by the listbox are ok.

25 26 27 28
2006-09-09 jerome
* Add a form that shows a multi relation field and a relation field for Foo.
* A few more tests for relation fields.

Sebastien Robin's avatar
Sebastien Robin committed
29 30 31
2006-09-08 Seb
* Define a new variable so we can user ${base_url} instead of /erp5/

32 33 34 35
2006-08-14 jerome
* More tests for workflow transitions / dialog forms
* Tests for Prev / Next button from selection

36 37 38 39
2006-08-12 jerome
* Add foo_workflow for Foo objects
* Add tests for passing workflow transitions

Yoshinori Okuji's avatar
Yoshinori Okuji committed
40 41 42
2006-08-02 yo
* Check for an empty report tree.

Christophe Dumez's avatar
Christophe Dumez committed
43
2006-07-31 chris
44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62
* Added tests for dependency handling in usiness template install

2006-07-31 jerome
* Add a new suite "relation_field_zuite"
* Add checkPortalStatusMessage to user-extensions.js

2006-07-27 yo
* Add a new suite "check_box_field_zuite".
* Add my_frozen to Foo_view.

2006-07-26 Kevin
* Test form_dialog Action List Rendering.
* Extract PortalType_addAction delete part to new PortalType_deleteAction script.

2006-07-26 yo
* Test a validation error with an editable float field in a listbox.

2006-07-26 yo
* Add a new suite "document_zuite".
Yoshinori Okuji's avatar
Yoshinori Okuji committed
63

Yoshinori Okuji's avatar
Yoshinori Okuji committed
64 65 66 67
2006-07-19 yo
* Fix testReportTree, since the default is "Hide" but not "Show" in report tree mode.
* Add testDynamicReportTree which tests dynamically generated domains with report tree mode.

68 69 70
2006-07-19 jerome
* add user-extension.js for Selenium extensions

Yoshinori Okuji's avatar
Yoshinori Okuji committed
71 72 73
2006-07-18 yo
* Add a test for listbox with dynamically generated domains.

74 75 76
2006-07-17 jerome
* Added incomplete tests suite for page templates. For now, only checks that page templates use actions slots correctly.

Yoshinori Okuji's avatar
Yoshinori Okuji committed
77 78 79
2006-07-17 yo
* Add testMetaTypes.

Yoshinori Okuji's avatar
Yoshinori Okuji committed
80 81 82 83
2006-07-12 yo
* Do not reset selections if not present in ListBoxZuite_reset.
* Accept keyword parameters in ListBox_setPropertyList.

Yoshinori Okuji's avatar
Yoshinori Okuji committed
84 85 86
2006-07-12 yo
* Add missing properties to Listbox_setPropertyList.

Yoshinori Okuji's avatar
Yoshinori Okuji committed
87
2006-06-30 yo
Yoshinori Okuji's avatar
Yoshinori Okuji committed
88
* initial version