change_log 3.8 KB
Newer Older
Tatuya Kamada's avatar
Tatuya Kamada committed
1 2 3
2009-04-30 Tatuya
* add a field 'row_css_method' according as the Listbox.

Vincent Desmares's avatar
Vincent Desmares committed
4 5 6
2009-03-24
* add proxy role to Base_clearCache because worklist are cached.

Kazuhiko Shiozaki's avatar
Kazuhiko Shiozaki committed
7 8 9
2009-03-19 Mohamadou
* add functional tests for erp5_ooo_import .

Fabien Morin's avatar
Fabien Morin committed
10 11
2008-10-01 fabien
* redefine Selenium.prototype.doType function in user-extensions.js. This is made to be able to test file upload.
12
* move all things used by other ui_test in erp5_ui_test_core framework
Fabien Morin's avatar
Fabien Morin committed
13

Yusei Tahara's avatar
Yusei Tahara committed
14 15 16
2008-08-29 yusei
* Replace N_ with translateString.

Rafael Monnerat's avatar
Rafael Monnerat committed
17 18 19
2008-06-17 rafael
* Access Tab has your own scripts to handle preference.

Jérome Perrin's avatar
Jérome Perrin committed
20 21 22
2008-06-16 jerome
* Stop calling BTZuite_setPreference in test and add a docstring to explain its purpose.

Yusei Tahara's avatar
Yusei Tahara committed
23 24 25
2008-06-16 yusei
* Update listbox_zuite/testRedirect for recent changes of domain tree rendering.

Kazuhiko Shiozaki's avatar
Kazuhiko Shiozaki committed
26 27 28
2008-06-13 kazuhiko
* modify tests according to the changes of domain tree rendering.

Nicolas Delaby's avatar
Nicolas Delaby committed
29 30 31
2008-06-10 nicolas
* test custom Relation Form Dialog

32 33 34
2008-05-14 rafael
* Initial zuite for access tab

Jérome Perrin's avatar
Jérome Perrin committed
35 36 37
2008-05-13 jerome
* Initial zuite for matrixbox

Jérome Perrin's avatar
Jérome Perrin committed
38 39 40
2008-02-22 jerome
* Add Zuite_setBaseUrl script which will be called before tests by test runner to set the erp5_ui_test_base_url property, and uses this in templates instead of portal ID.

Kazuhiko Shiozaki's avatar
Kazuhiko Shiozaki committed
41 42 43
2008-02-21 kazuhiko
* Add lines_field_zuite.

Yoshinori Okuji's avatar
Yoshinori Okuji committed
44 45 46
2007-10-30 yo
* Set pricing_interaction_workflow to Foo Line.

Fabien Morin's avatar
Fabien Morin committed
47 48 49
2007-10-09 Fabien
* add setPreferredListboxListModeLineCount(10) to ListBoxZuite_reset to diplay the correct lines number

Yusei Tahara's avatar
Yusei Tahara committed
50 51
2007-10-02 Yusei
* Fix planingbox test name.
52

Kazuhiko Shiozaki's avatar
Kazuhiko Shiozaki committed
53
2007-09-04 Kazuhiko
54
* use portal_url.getPortalObject().absolute_url() instead of portal_url.getPortalPath() for better virtual host support.
Kazuhiko Shiozaki's avatar
Kazuhiko Shiozaki committed
55

Yusei Tahara's avatar
Yusei Tahara committed
56 57 58
2007-02-13 rafael
* Add planningbox_field_zuite.

Yoshinori Okuji's avatar
Yoshinori Okuji committed
59 60 61
2007-02-13 yo
* Add datetime_field_zuite.

Yoshinori Okuji's avatar
Yoshinori Okuji committed
62 63 64
2006-12-12 yo
* Add integer_field_zuite.

Sebastien Robin's avatar
Sebastien Robin committed
65 66 67
2006-11-13 Seb
* Add testWorklist

Yoshinori Okuji's avatar
Yoshinori Okuji committed
68 69 70
2006-11-09 yo
* Add testReportTreeWithStatMethod.

71 72 73
2006-11-07 Kevin
* New listbox redirection tests.

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

77 78 79
2006-09-15 Kevin
* Add new test to check that redirections triggered by the listbox are ok.

80 81 82 83
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
84 85 86
2006-09-08 Seb
* Define a new variable so we can user ${base_url} instead of /erp5/

87 88 89 90
2006-08-14 jerome
* More tests for workflow transitions / dialog forms
* Tests for Prev / Next button from selection

91 92 93 94
2006-08-12 jerome
* Add foo_workflow for Foo objects
* Add tests for passing workflow transitions

Yoshinori Okuji's avatar
Yoshinori Okuji committed
95 96 97
2006-08-02 yo
* Check for an empty report tree.

Christophe Dumez's avatar
Christophe Dumez committed
98
2006-07-31 chris
99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117
* 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
118

Yoshinori Okuji's avatar
Yoshinori Okuji committed
119 120 121 122
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.

123 124 125
2006-07-19 jerome
* add user-extension.js for Selenium extensions

Yoshinori Okuji's avatar
Yoshinori Okuji committed
126 127 128
2006-07-18 yo
* Add a test for listbox with dynamically generated domains.

129 130 131
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
132 133 134
2006-07-17 yo
* Add testMetaTypes.

Yoshinori Okuji's avatar
Yoshinori Okuji committed
135 136 137 138
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
139 140 141
2006-07-12 yo
* Add missing properties to Listbox_setPropertyList.

Yoshinori Okuji's avatar
Yoshinori Okuji committed
142
2006-06-30 yo
Yusei Tahara's avatar
Yusei Tahara committed
143
* initial version