id
int64
1
6.5k
bug_id
int64
2.03k
426k
summary
stringlengths
9
251
description
stringlengths
1
32.8k
report_time
stringlengths
19
19
report_timestamp
int64
1B
1.39B
status
stringclasses
6 values
commit
stringlengths
7
9
commit_timestamp
int64
1B
1.39B
files
stringlengths
25
32.8k
project_name
stringclasses
6 values
3,808
124,570
Bug 124570 Preview from toolbar always shows first report opened in session
I am testing BIRT 2.0 RC2 and am running into a problem where Preview (from the toolbar) in the Web Viewer will only show the first report I opened in a session. To reproduce the problem: 1. Start BIRT 2.0 RC2, create a project and import the attached two designs into the project. 2. Open Product Catalog and then click...
2006-01-19 20:42:34
1,137,720,000
resolved fixed
4667037
1,137,740,000
viewer/org.eclipse.birt.report.viewer/src/org/eclipse/birt/report/viewer/utilities/WebViewer.java
Birt
3,809
124,458
Bug 124458 [Smoke]Data in list is only previewed the first data by Web View
Details: [Smoke]Data in list is only previewed the first data by Web View Setp: 1.New a sample datasource and dataset 2.Insert a list and drop a data from dataset to detail rows 3.Preview with Web View Actual result: It only preview the first data in each rows.
2006-01-19 04:31:41
1,137,660,000
closed fixed
8f74a99
1,137,680,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/ListItemExecutor.java
Birt
3,810
124,336
Bug 124336 Template report items corrupt report design
Steps: 1-Create a new blank report 2-Drop an element on the report (any element will do: label, chart, ...) 3-Right click and choose create template report item 4-Enter a description and click OK 5-Double click on the element (it reverts to a simple report item) 6- Perform steps 3 to 5 several times 7- The report only ...
2006-01-18 12:24:39
1,137,610,000
closed fixed
56b5d41
1,137,650,000
model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/command/TemplateCommand.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/writer/ModuleWriter.java
Birt
3,811
124,260
Bug 124260 [regression]Pre-define style "report" won't take effect in PDF
Steps to reproduce: 1.Add a label in the report 2.New a pre-define style "report", set font color to red, size to large 3.Preview the report in PDF Actual result: The style is not applied to the report Expected result: The style is applied to the report
2006-01-18 02:26:05
1,137,570,000
closed fixed
46de788
1,137,650,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/ReportExecutor.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/presentation/PageRegion.java
Birt
3,812
124,251
Bug 124251 the data cann't been exported.
Description: the data cann't been exported. Steps to reproduce: 1. new a report 2. new a datasource and a data set(DS_A) 3. use an external library 4. drag a table to the report layout from the imported library 5. insert an another table into the layout of the report and bind the data set(DS_A) 6. preview in the 'Web V...
2006-01-18 01:21:23
1,137,570,000
closed fixed
b3d5472
1,137,640,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/DataExtractionTask.java
Birt
3,813
124,430
Bug 124430 [Smoke][Regression][RCP]Library explorer keep gray even you add library file in Preferences.
Description: Library explorer keep gray even you add library file in Preferences. Steps to reproduce: 1. New several library files and add them through Window-->Preferences menu. 2. New a report and open Library Explorer view. Expected result: Library files display inside it. Actual result: It is gray with nothing insi...
2006-01-18 21:43:39
1,137,640,000
closed fixed
8ba1a06
1,137,640,000
UI/org.eclipse.birt.report.designer.ui.lib.explorer/src/org/eclipse/birt/report/designer/ui/lib/explorer/LibraryExplorerView.java
Birt
3,814
110,178
Bug 110178 All report queries are being executed twice.
If i turn on JDBC driver logging (using p6spy), i can see that every report query seems to be executed twice, even though each dataset is used only once? This is almost doubling the time it takes to generate the report. I would really appreciate a patch for this before the 2.0 release. Thanks.
2005-09-21 10:04:48
1,127,310,000
resolved fixed
5094621
1,137,570,000
data/org.eclipse.birt.report.data.oda.jdbc/src/org/eclipse/birt/report/data/oda/jdbc/Statement.java
Birt
3,815
124,066
Bug 124066 in context menu, insert chart is not translated into chinese
steps to reproduce: - create a report (chinese env.) - right click in the layout to bring up the context menu expected behavior: - insert chart should be translated into chinese. actual behavior: - insert chart was not translated into chinese.
2006-01-16 22:34:21
1,137,470,000
closed fixed
14b69e5
1,137,570,000
UI/org.eclipse.birt.report.designer.ui.lib.explorer/src/org/eclipse/birt/report/designer/ui/lib/explorer/LibraryExplorerView.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/providers/SchematicContextMenuProvider.java
Birt
3,816
124,238
Bug 124238 Grid without data binding will throw npe and break report.
In GridItemExecutor the following line of code will throw npe if there is no result set: IResultIterator rsIterator = ( ( DteResultSet ) rset ).getResultIterator( ); Need a null check. This is very serious, it will break reports with grids that don't have data binding. I consider this a showstopper for the 2.0 release.
2006-01-17 20:47:57
1,137,550,000
resolved fixed
43a2a4f
1,137,550,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/GridItemExecutor.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/script/internal/RowData.java
Birt
3,817
123,722
Bug 123722 Java based scripting -> getExpressionValue(int i) of IRowData returns unreasonable value
public void onPrepare( IRow row, IReportContext reportContext ) { try { row.setBookmark( "\"row-bookmark\"" ); System.out.println( row.getBookmark( ) ); } catch ( Exception e ) { e.printStackTrace( ); } } public void onCreate(IRowInstance rowInstance, IReportContext reportContext) { try { IRowData rowData = rowInstance...
2006-01-13 01:18:08
1,137,130,000
closed fixed
c332d32
1,137,530,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/GridItemExecutor.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/ListItemExecutor.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/ListingElementExecutor.java en...
Birt
3,818
123,840
Bug 123840 Incorrect use of static fields in NEvaluator and FilterPassController
Data Engine classes org.eclipse.birt.data.engine.script.NEvaluator and FilterPassController (used for top-n and bottom-n filter process) use static class fields to store proessing data. This is not multi-thread safe. If there are concurrent requests running in the same JVM (even if they use different instances of DataE...
2006-01-13 17:17:07
1,137,190,000
resolved fixed
54d8c65
1,137,480,000
data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/script/FilterPassController.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/script/NEvaluator.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/script/ScriptEvalUtil.java
Birt
3,819
123,705
Bug 123705 ClassCastException when trying to cast IReportContext.getHttpServletRequest() to HttpServletRequest
When scripting in Java, I try to get the http servlet request. IReportContext.getHttpServletRequest() returns an object, which by inspection seems to implement javax.servlet.HttpServletRequest. But I get a ClassCastException when trying to cast the object to a HttpServletRequest. The java project with the event handler...
2006-01-12 21:00:49
1,137,120,000
resolved fixed
9788c15
1,137,470,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/EngineConstants.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/ExecutionContext.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/script/internal/ScriptExecutor.java
Birt
3,820
123,036
Bug 123036 Data in a reprot is doubly stored
We currently stored data twice. Once in the content stream, once by DtE. The instance stored by content stream should not be there.
2006-01-08 17:06:51
1,136,760,000
resolved fixed
5b44626
1,137,470,000
data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/ResultIterator.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/document/RDLoad.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/document/RDSave.java
Birt
3,821
123,939
Bug 123939 [Smoke][Regression]Drill through link doesn't work in pdf.
Description: Drill through link doesn't work in pdf. Steps to reproduce: 1. View attached design file url.rptdesign in html/pdf, click the drill though link in the last three image. Result: Drill through link doesn't work in pdf. Some links in html also don't work.
2006-01-16 04:52:57
1,137,410,000
closed fixed
a3103af
1,137,420,000
engine/org.eclipse.birt.report.engine.emitter.pdf/src/org/eclipse/birt/report/engine/emitter/pdf/PDFEmitter.java
Birt
3,822
123,723
Bug 123723 I18n Problem
null
2006-01-13 01:22:23
1,137,130,000
closed fixed
cc7f7e8
1,137,190,000
viewer/org.eclipse.birt.report.viewer/src/org/eclipse/birt/report/viewer/utilities/WebViewer.java
Birt
3,823
123,736
Bug 123736 Underline, linethrough, overline doesn't work for chart font.
Description: Underline, linethrough, overline doesn't work for chart font. Steps to teproduce: 1. Add a style, set its font. 2. Tick "underline", "linethrough" and "overline". 3. Preview. Font setting doesn't work.
2006-01-13 04:10:12
1,137,140,000
closed fixed
e3afd8d
1,137,180,000
chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/factory/Generator.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/util/ChartUtil.java
Birt
3,824
123,701
Bug 123701 Edit JDBC DataSet unresponsive when database has many tables
I am using a JDBC DataSet to access an Oracle database. When I try to edit the JDBC DataSet to edit the query, the interface becomes unresponsive for several minutes, as BIRT is trying to retrieve the names of all the tables, views and stored procedures from all the schemas (and there are many schemas). After the dialo...
2006-01-12 20:39:26
1,137,120,000
resolved fixed
50ccb69
1,137,150,000
data/org.eclipse.birt.report.data.oda.jdbc.ui/src/org/eclipse/birt/report/data/oda/jdbc/ui/editors/SQLDataSetEditorPage.java
Birt
3,825
123,727
Bug 123727 the 'Top N' and 'Buttom N' do not work
Description: the 'Top N' and 'Buttom N' do not work Steps to reproduce: 1. new a report 2. new a datasource and a dataset 3. creat a report parameter, 4. drag a chart to the layout, In chart dialogue, click the 'select data' tab and click the button 'filters'. 5. set two filters condition, one is used the 'Top N' funct...
2006-01-13 02:07:14
1,137,140,000
closed fixed
7d440a1
1,137,150,000
data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/script/FilterPassController.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/script/NEvaluator.java
Birt
3,826
123,734
Bug 123734 org.eclipse.birt.report.tests.engine unit test failed in daily build 20060113
org.eclipse.birt.report.tests.engine unit test failed. Please see attached.
2006-01-13 04:05:11
1,137,140,000
closed fixed
5b8d16a
1,137,150,000
testsuites/org.eclipse.birt.report.tests.engine/src/org/eclipse/birt/report/tests/engine/api/RenderTaskTest.java testsuites/org.eclipse.birt.report.tests.engine/src/org/eclipse/birt/report/tests/engine/api/ReportDocumentTest.java
Birt
3,827
122,722
Bug 122722 [Regression]One more number appear in iid on html
Details: One more number appear in iid on html Setp: 1.Run attached file with ReportRunner Actual result: Golden:iid="/11" Result:iid="/10/11"
2006-01-05 02:10:39
1,136,450,000
closed fixed
f808d8b6
1,137,150,000
engine/org.eclipse.birt.report.engine.emitter.html/src/org/eclipse/birt/report/engine/emitter/html/HTMLReportEmitter.java
Birt
3,828
123,708
Bug 123708 A new Date() appears in a generated report between a Text element and a Table element
A new Date() appears in a generated report between a Text element and a Table element. I did not observe this behavior before the 20060112 build. For example, using the 20051230 build, the date did not appear between the HTML text block and the table that follows it in the report. The date that appears in the generated...
2006-01-12 21:49:21
1,137,120,000
resolved fixed
863bf54
1,137,150,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/presentation/Page.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/presentation/PageRegion.java
Birt
3,829
123,559
Bug 123559 Interval can't be set on scripted data
Description: Interval can't be set on scripted data Steps to reproduce: 1.New a sample data source and a data set with table "ORDERS" 2.New a table binding with the data set 3.Add a group on the table, goupkey->row["ORDERDATE"].getFullYear() Interval->Interval, range->1 4.Preview Expected result: The data is grouped by...
2006-01-12 01:53:13
1,137,050,000
closed fixed
cfeebd7
1,137,140,000
data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/i18n/ResourceConstants.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/ComputedColumnHelper.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/PreparedQuery.java
Birt
3,830
123,568
Bug 123568 Can not evaluate new Date(String).getDate()
Description: Add a computed column named "a", set its type to "Date", and set its expression as "new Date("1/1/2002")". Pull the computed column "a" to the layout, and change the expression to "row["a"].getDate()", error pops up. Error message: iO3EI OU iIo: -Data OO iIo: 81 iIo 0 : data.engine.BirtException ( 1 I IeI ...
2006-01-12 03:11:17
1,137,050,000
closed fixed
e980b4a
1,137,140,000
data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/ResultClass.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/ResultIterator.java
Birt
3,831
123,576
Bug 123576 Data can't be retrieved when exporting data
Description: Data can't be retrieved when exporting data Steps to reproduce: 1.Preview the attached file in Web Viewer 2.Exported the data in table Expected result: The data is exported as a CSV file Actual result: No data is retrieved
2006-01-12 04:57:21
1,137,060,000
closed fixed
9c18cb1
1,137,130,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/DataExtractionTask.java
Birt
3,832
122,850
Bug 122850 Table/list should not be able to be inserted in Master Page mode.
Description: Table/list should not be able to be inserted in Master Page mode. Steps to reproduce: 1. New a report and transfer to Master Page mode. 2. New a datasource and dataset 3. Drag a list/table to page header/footer, bind it to dataset and drag some columns inside. 4. Save and preview Expected result: Insert li...
2006-01-05 21:38:01
1,136,520,000
closed fixed
18bf723
1,137,120,000
model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/elements/SemanticError.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/validators/MasterPageContextContainmentValidator.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/validators/Table...
Birt
3,833
123,038
Bug 123038 Change order of BIRT streams
Currenlty, birt streams have no order. For example, the version number is stored at the very end of the file! Need to exert some ordering.
2006-01-08 17:10:18
1,136,760,000
resolved fixed
fa40038
1,137,120,000
core/org.eclipse.birt.core/src/org/eclipse/birt/core/archive/ArchiveUtil.java core/org.eclipse.birt.core/src/org/eclipse/birt/core/archive/FileArchiveWriter.java core/org.eclipse.birt.core/src/org/eclipse/birt/core/archive/IDocArchiveWriter.java core/org.eclipse.birt.core/src/org/eclipse/birt/core/archive/IStreamSorter...
Birt
3,834
123,523
Bug 123523 Previewing a scripted data set mapped to a java event handler throws NPE
When previewing a scripted data set we try to get a class loader from the ExecutionContext. (See ScriptExecutor.getClassUsingCustomClassPath). The context will be null in this case. The reason for using the context is to use cached class loaders when possible. Need to use some other mechanism to get the class loader if...
2006-01-11 18:56:12
1,137,020,000
resolved fixed
c3e3536
1,137,110,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/element/IReportItem.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/element/IRow.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/eventadapter/ScriptedData...
Birt
3,835
123,219
Bug 123219 Export data in attached file which has a table covers multiple page will throw exception.
Description: Export data in attached file which has a table covers multiple page will throw exception. Steps to reproduce: 1. Preview attached design file in viewer. 2. Select the table and click Export Data Expected result: No errors. Actual result: Exception Exception in: ReportEngineService.getMetaData( )
2006-01-10 05:12:49
1,136,890,000
closed fixed
e02aa33
1,137,060,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/DataExtractionTask.java
Birt
3,836
123,388
Bug 123388 Set html text, preivew in pdf, incorrectly.
Html text, preivew in pdf, incorrectly. Steps: 1.Drag a text into layout 2.Edit the text: <html>Our records indicate that several invoices are now past due. Below is a listing of outstanding invoices tatalling. Please let us know when we can expect receipt of these or if you have question or concerns. For a direct line...
2006-01-11 02:09:13
1,136,960,000
closed fixed
1c5801c
1,137,060,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/parser/EngineIRVisitor.java
Birt
3,837
123,545
Bug 123545 DateTimeSpan not working properly in Edit Data Set
i cannot use the following script in Edit Data Set, DateTimeSpan.addDate(row["SHIPPEDDATE"], 0, 0, 10) seps to reproduce: - open the attached report design - go to Data Explorer - open Edit Data Set - Preview Results expected behavior: - the above script is executed. actual behavior: - errors were thrown.
2006-01-11 23:08:43
1,137,040,000
closed fixed
9026c3c
1,137,060,000
data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/DataEngineImpl.java
Birt
3,838
123,035
Bug 123035 Serialize primitive types, hashmaps and other Java classes not using Java serialization method
If you take a look at the serialized engine output, we frequently see java classes appearing. I see String class; I see PageHint class; I see Hashmap classes. All of these should be gone so that BIRT document is independent of any Java-based class serialization. DtE team will move primitive type serialization to BIRT.C...
2006-01-08 17:05:07
1,136,760,000
resolved fixed
8c0b1b8
1,137,050,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/DataExtractionTask.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/data/dte/AbstractDataEngine.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/data/dte/DataGenerationEngine.java ...
Birt
3,839
123,550
Bug 123550 Unit test has errors on 20060112
Please see attached file.
2006-01-12 00:06:14
1,137,040,000
closed fixed
92f30c9
1,137,050,000
UI/org.eclipse.birt.report.designer.tests/test/org/eclipse/birt/report/designer/internal/ui/util/UIUtilUITest.java UI/org.eclipse.birt.report.designer.tests/test/org/eclipse/birt/report/designer/tests/ITestConstants.java UI/org.eclipse.birt.report.designer.tests/test/org/eclipse/birt/report/designer/ui/SimpleUITest.jav...
Birt
3,840
123,540
Bug 123540 Smoke[Regression]: NPE is thrown out in property editor.
Description: NPE is thrown out in property editor. Steps to reproduce: 1. Install BIRT RCP build. 2. Kick off Eclipse. 3. NPE is thrown out. java.lang.NullPointerException at org.eclipse.birt.report.designer.core.model.SessionHandleAdapter.getMediator(SessionHandleAdapter.java:263) at org.eclipse.birt.report.designer.c...
2006-01-11 22:17:07
1,137,040,000
closed fixed
b972438
1,137,040,000
UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/core/model/SessionHandleAdapter.java UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/core/model/schematic/HandleAdapterFactory.java
Birt
3,841
123,406
Bug 123406 Add geLocaltStringProperty in GroupElementHandle and GroupPropertyHandle
Please refer to 123405. GUI need a way to get the local setting of given property because current getStringPropery method will return inherited value if there are no local value.
2006-01-11 05:52:25
1,136,980,000
resolved fixed
7860389
1,137,030,000
model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/GroupElementHandle.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/GroupPropertyHandle.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/SimpleGroupElementHandle.java
Birt
3,842
123,044
Bug 123044 Preview attached file in PDF and the page break in the first item didn't happen.
null
2006-01-08 21:25:04
1,136,770,000
closed fixed
ce7cd3f
1,136,980,000
engine/org.eclipse.birt.report.engine.emitter.pdf/src/org/eclipse/birt/report/engine/emitter/pdf/PDFEmitter.java
Birt
3,843
123,207
Bug 123207 PropertyHandle items cannot be moved down
Use the property handle to move down the item. It seems not work.
2006-01-10 03:06:34
1,136,880,000
closed fixed
3d66621
1,136,960,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/PropertyHandleTableViewer.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/activity/AbstractElementCommand.java
Birt
3,844
122,854
Bug 122854 There is redundant columns in "available columns" list in "export data" dialog.
Description: There is redundant columns in "available columns" list in "export data" dialog. Steps to reproduce: 1. Preview attached design in web viewer. 2. Select the table and click on "export" button. 3. There is a "detail" column name in "available columns" list which is not data set column.
2006-01-05 21:42:46
1,136,520,000
closed fixed
1dcd377
1,136,880,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/DataExtractionTask.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/data/dte/ReportQueryBuilder.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/ir/Report.java
Birt
3,845
122,656
Bug 122656 URL builder improvement - usability issue
Currently the URL builder don't display the available target bookmarks. This makes it difficult to use especially if the report is designed by some one else. See attched UI mockup with the suggested improvement: URL builder will display the available target bookmarks for internal bookmark link and drill through links. ...
2006-01-04 13:54:13
1,136,400,000
resolved fixed
3e2c1be
1,136,880,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/HyperlinkBuilder.java
Birt
3,846
123,174
Bug 123174 inappropriate column header when inserting a table group
steps to reproduce: - create a table, bind it to an existing data set - insert a table group, e.g. row["CUSTOMERNUMBER"] - drag some data into table detail row - preview report expected behavior: - the column header should be the name of the column actual behavior: - the column header was expr. row["CUSTOMERNUMBER"]
2006-01-09 21:05:41
1,136,860,000
closed fixed
62d51cc
1,136,880,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/GroupDialog.java
Birt
3,847
123,042
Bug 123042 When do some operation on the data drive manager, the eclipse may be broken.
Description: When do some operation on the data drive manager, the eclipse may be broken. Steps to reproduce: 1. new a JDBC data resource, and click the "Manage drivers" 2. delete a Jar file , and click "OK" 3. click the "Manage drivers" , add the deleted Jar File and click "OK" 4. click the "Manage drivers" and click ...
2006-01-08 21:10:23
1,136,770,000
closed fixed
10127f9
1,136,810,000
data/org.eclipse.birt.report.data.oda.jdbc.ui/src/org/eclipse/birt/report/data/oda/jdbc/ui/dialogs/JdbcDriverManagerDialog.java data/org.eclipse.birt.report.data.oda.jdbc.ui/src/org/eclipse/birt/report/data/oda/jdbc/ui/util/JdbcToolKit.java
Birt
3,848
122,412
Bug 122412 Need a scroll bar to display the full description in expression builder
Description: Need a scroll bar to display the full description in expression builder Step to reproduce: 1.Open the expression builder, choose BIRT JS Object->Total Expected result: All the methods and description could be displayed.Since we can't resize the dialog of expression builder, a scroll bar is needed Actual re...
2005-12-30 22:41:18
1,136,000,000
closed fixed
1072333
1,136,790,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/ExpressionBuilder.java
Birt
3,849
123,034
Bug 123034 Move primitive type serialization to BIRT.core
Move primitive type serialization/deserialization to BIRT.core. Engine needs to use them too.
2006-01-08 17:01:40
1,136,760,000
resolved fixed
e7f39b2
1,136,780,000
core/org.eclipse.birt.core/src/org/eclipse/birt/core/util/IOUtil.java
Birt
3,850
122,941
Bug 122941 Group interval range resets to 1
1. Create a group based on orders.orderNumber. 2. Specify an interval range of 100. 3. Do not check "Use fixed base value for interval" 4. Preview the report. Report groups on every order number. 5. Open the group editor. The interval range is set to 1.
2006-01-06 13:36:13
1,136,570,000
resolved fixed
a5051a5
1,136,780,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/GroupDialog.java
Birt
3,851
122,869
Bug 122869 Drag a parameter from data explorer view into a table in library, a new parameter is created automatically.
Description:Drag a parameter from data explorer view into a table in library, a new parameter is created automatically. Steps to reproduce: 1. Add a cascading parameter and a table in a library file. 2. Drag a parameter from data explorer view into a table cell in layout editor. 3. Find that a new parameter was added i...
2006-01-06 01:24:33
1,136,530,000
closed fixed
93200c8
1,136,780,000
UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/util/DEUtil.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/ExpressionTreeSupport.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/palette/BasePa...
Birt
3,852
122,687
Bug 122687 Libraries dont appear to allow background colors on tables to be used
If I create a table and set the background color to blue in my library and then drag the table from the library to the report the background color does not go with it.
2006-01-04 16:50:03
1,136,410,000
resolved fixed
9395499
1,136,770,000
model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/core/DesignElement.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/core/StyledElement.java
Birt
3,853
122,480
Bug 122480 It is difficult to edit the properties of a library root element with Property Editor
Open a library. The Property Editor shows the properties of the library's root element. Click on any item in the Data Explorer, Palette, or Outline. The Property Editor shows the appropriate properties or is blank. Click on the library root element in the Outline. The Property Editor blanks. Click on the dark gray area...
2006-01-02 19:21:26
1,136,250,000
closed fixed
7ae6129
1,136,520,000
UI/org.eclipse.birt.report.designer.ui.lib/src/org/eclipse/birt/report/designer/internal/lib/editparts/LibraryReportDesignEditPart.java
Birt
3,854
122,561
Bug 122561 Java event handler class is loaded multiple times
It appears that a Java event handler class is loaded twice for every time that an event is fired that requires the handler class. You would expect that the class is loaded once per Engine session. To reproduce, create a Java project in the workspace, set it to depend on the org.eclipse.birt.report.engine project, and d...
2006-01-03 15:33:11
1,136,320,000
resolved fixed
b900dee
1,136,500,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/IRowData.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/eventadapter/CellEventAdapter.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/eventadapter/RowEve...
Birt
3,855
122,365
Bug 122365 In data set dialog, add parameter first then edit query, parameter value will be cleared out.
Description: In data set dialog, add parameter first then edit query, parameter value will be cleared out. Steps to reproduce: 1. Add a data set. 2. In data set dialog, add a parameter. 3. Edit query and use this parameter. 4. Preview in data set dialog, it works. 5. Change to "parameter" page, its value is cleared out...
2005-12-29 23:40:44
1,135,920,000
closed fixed
5eb1936
1,136,460,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/PropertyHandleTableViewer.java
Birt
3,856
122,577
Bug 122577 Library Explorer does not refresh after creating or changing a library
1. Open the Library Explorer view. Create a library. Expected: The library appears in Library Explorer. Actual: The library does not appear in Library Explorer until you re-open Eclipse. 2. Open the Library Explorer view. Open an existing library. Change the library. For example, change the title, or add a report item....
2006-01-03 19:55:16
1,136,340,000
resolved fixed
b06fe9f
1,136,450,000
UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/core/runtime/GUIException.java UI/org.eclipse.birt.report.designer.ui.lib.explorer/src/org/eclipse/birt/report/designer/ui/lib/explorer/LibraryExplorerViewPage.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/i...
Birt
3,857
122,584
Bug 122584 Cascading parameter values can't be displayed properly in html viewer.
Description: Cascading parameter values can't be displayed properly in html viewer. Steps to reproduce: 1. Preview attached design file in html viewer. 2. Click on "change parameter" button in html viewer. 3. Select the first parameter value and expect that the second parameter value in the same cascading parameter gro...
2006-01-03 22:30:58
1,136,350,000
closed fixed
e5c6ee0
1,136,450,000
core/org.eclipse.birt.core/src/org/eclipse/birt/core/data/DataTypeUtil.java
Birt
3,858
122,177
Bug 122177 Add input for IntervalBase to Group Editor
BIRT model's group definition has one important property: IntervalBase (see GroupHandle.setIntervalBase). This property controls how interval-based grouping picks the range of its initial group, and is an important part of range-based grouping. BIRT designer's Group Details editor should allow user to edit IntervalBase...
2005-12-27 17:14:41
1,135,720,000
resolved fixed
8b6ff42
1,136,440,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/GroupDialog.java
Birt
3,859
122,702
Bug 122702 Smoke[regression]: Template file can't be published.
Description: Template file can't be published. Steps to reproduce: 1. Create a template file. 2. Publish it and click on "OK" button in "publish" window. 3. Error message "PublishTemplateAction.wizard.message" pops up.
2006-01-04 21:21:22
1,136,430,000
closed fixed
811907b
1,136,430,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/actions/PublishTemplateAction.java
Birt
3,860
120,975
Bug 120975 Provide option to disable the master page for HTML reports
null
2005-12-14 19:29:52
1,134,610,000
resolved fixed
5aa9b5d
1,136,420,000
viewer/org.eclipse.birt.report.viewer/src/org/eclipse/birt/report/viewer/ViewerPlugin.java viewer/org.eclipse.birt.report.viewer/src/org/eclipse/birt/report/viewer/utilities/WebViewer.java
Birt
3,861
122,666
Bug 122666 Performance enhancement for RandomAccessFile
The readInt method for RandomAccessFile makes 4 calls to system, and the calls are not buffered.
2006-01-04 15:24:35
1,136,410,000
resolved fixed
15d5b13
1,136,420,000
core/org.eclipse.birt.core/src/org/eclipse/birt/core/archive/RAFileInputStream.java
Birt
3,862
122,581
Bug 122581 Available columns are not displayed properly when export data.
Description: Available columns are not displayed properly when export data. Steps to reproduce: 1. Preview attached design file in html. 2. Select the first table and export it. 3. In "export data" dialog, Available columns are not displayed properly.
2006-01-03 21:09:27
1,136,340,000
closed fixed
f180298
1,136,410,000
viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/soapengine/api/Column.java viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/soapengine/endpoint/BirtViewerAPI.java
Birt
3,863
122,423
Bug 122423 Support page range in RenderTask
Support page range in render task. For PDF format, simply log a message saying range is not supported if a range is specified, and still output whole report. For HTML format, support page range in the form of "1,2,5-10" + "All". The code should check if there is range set. If so, parse it and form a range and output th...
2005-12-31 10:40:44
1,136,040,000
resolved fixed
bafc863
1,136,370,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IRenderTask.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/RenderTask.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/RunAndRenderTask.java engine/org.eclipse.birt....
Birt
3,864
122,300
Bug 122300 "NaN" is displayed when select value from an invalid column in data set filter page.
Description: "NaN" is displayed when select value from an invalid column in data set filter page. Steps to reproduce: 1. Add filter in data set dialog. 2. Add Expression "row["account_nm"]/row["Test"]", operator "equals", then select values, it displayed "NaN". Strange. See attached design file.
2005-12-29 04:06:07
1,135,850,000
closed fixed
2be6b93
1,136,360,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/util/ExpressionUtility.java
Birt
3,865
122,212
Bug 122212 Cancel the action of creating a chart, then delete a data set, it still refers to the non-existent chart.
Description: Cancel the action of creating a chart, then delete a data set, it still refers to the non-existent chart. Steps to reproduce: 1. Create a data source and related data set. 2. Add a chart and select a data set in chart dialog. 3. Cancel creating chart action. 4. Delete the data set from data explorer view. ...
2005-12-28 00:52:47
1,135,750,000
closed fixed
119ea96
1,136,360,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/actions/BaseInsertMenuAction.java
Birt
3,866
122,110
Bug 122110 Template can't publish to the path which is the same as create path
Details: Template can't publish to the path which is the same as create path Setp: 1.Open a report design and set windows-preferences-template-template folder to c:\test. 2.New a template in c:\test 3.Publish template to template folder Actual result: Template folder can't publish, and this error lead to a new report c...
2005-12-27 02:18:38
1,135,670,000
closed fixed
99abed9
1,136,350,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/actions/PublishTemplateAction.java
Birt
3,867
121,287
Bug 121287 Post BIRT M3 build: Edit Group Dialog does not present expression builder for Group On
In Edit Group dialog, there is no expression builder for the Group On field. In order to support multi-pass aggregation, the expression builder is needed to specify an expression to group on.
2005-12-16 16:57:17
1,134,770,000
resolved fixed
00d2505
1,136,350,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/GroupDialog.java
Birt
3,868
122,045
Bug 122045 Template should show blank preview when there is no image
Create a template but do not associate an image with it. Place the template in the templates directory. Now, create a new report design. On the second page of the New Report dialog, select the template that has no image. Actual result: The preview appears as a white rectangle with a small red square in the top left. Ex...
2005-12-23 20:02:12
1,135,390,000
closed fixed
3bcaa4b
1,136,350,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/wizards/WizardTemplateChoicePage.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/IReportGraphicConstants.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/ReportP...
Birt
3,869
122,306
Bug 122306 TOC on group won't be displayed
Description: TOC on group won't be displayed Steps to reproduce: 1.Add a sample datasource and a data with table "CUSTOMERS" 2.Add a table binding with data set 3.Add a group on the table and set the toc expression to "Group" 4.Preview in HTML Expected result: TOC "Group" will be displayed on the TOC pane Actual result...
2005-12-29 06:46:39
1,135,860,000
closed fixed
db89e3c
1,136,340,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/data/dte/ReportQueryBuilder.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/parser/EngineIRVisitor.java
Birt
3,870
122,003
Bug 122003 Could not export data properly
Description: Using a flatfile dataset in the report, there are a lot of columns name missed when exporting data. Steps to reproduce: 1.Using the attached flatfile to create datasource and dataset. 2.Pull the dataset to the layout and preview in html. 3.Click "Export data" in the toolbar and select all the columns to ex...
2005-12-23 09:02:43
1,135,350,000
closed fixed
74b65c4
1,136,340,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/ResultMetaData.java
Birt
3,871
122,289
Bug 122289 [Smoke][Regression][SPM-Linux WS]Item can't be dropped to layout from library
Details: Item can't be dropped to layout from library Setp: 1.New a library and insert a label 2.New a report design and use library 3.Drop label from library explorer to layout Actual results: Nothing is dropped into layout. Not only use library in outline, but also in library explorer is no effect. But when I drop th...
2005-12-29 03:06:57
1,135,840,000
closed fixed
3d32a8f
1,135,850,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/util/UIUtil.java
Birt
3,872
122,221
Bug 122221 Space in text can't be previewed properly in PDF.
Description: Space in text can't be previewed properly in PDF. Steps to reproduce: Drag a text element to editor. Type two rows data. In second row, type several spaces ahead. Preview the report in PDF. The space in text can not preview
2005-12-28 02:41:16
1,135,760,000
closed fixed
b58cc16
1,135,840,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/ReportExecutor.java
Birt
3,873
121,273
Bug 121273 Script modification of style properties does not work for data item
Create a report with a lable and a data item. In the onCreate method for both items, put this.style.color="red" The label item works, but the data item does not.
2005-12-16 15:10:35
1,134,760,000
resolved fixed
efa78d5
1,135,830,000
data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/DataEngineImpl.java
Birt
3,874
122,165
Bug 122165 Publish template action should warn before overwriting existing template
Publish a template to the templates folder. Make a change to the template. Publish it again. Expected result: Warning dialog that you are about to overwrite the existing template. (Similar to File->Save As warning when overwriting an existing file.) Actual result: The template just gets written without a warning.
2005-12-27 14:40:11
1,135,710,000
closed fixed
b975ef5
1,135,830,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/actions/PublishTemplateAction.java
Birt
3,875
122,173
Bug 122173 Can't drag and drop a data set column to report design layout editor
With 20051227's build, I can't bind a data set column to a table cell by drag & drop it from data explorer. This is a show stopper that we need to have it fixed.
2005-12-27 16:21:04
1,135,720,000
resolved fixed
624c6ec
1,135,830,000
UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/util/DNDUtil.java
Birt
3,876
122,117
Bug 122117 [RCP]Library name keeps the same when creating a new one.
Description: [RCP]Library name keeps the same when creating a new one. Steps to reproduce: 1. Create a new library file. 2. Its default name is always "new_library.rptlibrary".
2005-12-27 02:49:59
1,135,670,000
closed fixed
d219e55
1,135,830,000
UI/org.eclipse.birt.report.designer.ui.lib/src/org/eclipse/birt/report/designer/ui/wizards/NewLibraryWizard.java
Birt
3,877
122,283
Bug 122283 [Smoke][Regression][SPM-Linux WS]Item in library can't be used when include library from library explorer
Details: Item in library can't be used when include library from library explorer Step: 1.New a library and Insert a label. 2.Open a report design 3.Open the library exploer in report and use the library 4.Drop the library label from library explorer into layout Actual results: Expection pop up. If use the library from...
2005-12-28 22:00:53
1,135,830,000
closed fixed
c4093a0
1,135,830,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/ImportLibraryDialog.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/util/UIUtil.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/views/...
Birt
3,878
121,954
Bug 121954 Error pops up when bind a dataset without any record with Chart
Description: If there is a dataset returned no records, bind with chart, then error occurs. Steps to reproduce: 1.Create a datasource and dataset. Set filter to make return no record. 2.Pull a chart to the layout, bind with the dataset, error occurs. Error log: : + report : report 0 : data.engine.LoadReportDocumentErro...
2005-12-22 22:16:31
1,135,310,000
closed fixed
5855912
1,135,820,000
chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/factory/DataRowExpressionEvaluatorAdapter.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/factory/IDataRowExpressionEvaluator.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/internal/factory/SqlDataRowEvaluator.java c...
Birt
3,879
122,068
Bug 122068 [Smoke][Regression]Exception thrown out when preview Chart
New a report, create a regular chart and preview. Though the chart image is generated, a ClassCastException is thrown out. The handle here actually is an ExtendedItemHandle, not an ImageHandle. ------------------------------------------------------------------------ There are errors on the report page: - There are erro...
2005-12-25 22:31:45
1,135,570,000
closed fixed
28b0c94
1,135,810,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/element/IDesignElement.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/instance/IImageInstance.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/instance/IS...
Birt
3,880
112,218
Bug 112218 Preference dialog does not open in I20051011-0920
There are unresolvecd compilation errors in the preference dialog. This errors prevent the preference dialog from opening in I20051011-0920. I'm investigating how this happened, and I've requested a rebuild.
2005-10-11 10:42:18
1,129,040,000
resolved fixed
d3b7c73
1,135,760,000
chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/reportitem/ChartReportItemImpl.java
Birt
3,881
122,203
Bug 122203 No refresh when creating a template report item in masterpage header/footer
Description: No refresh when creating a template report item in masterpage header/footer Steps to reproduce: 1.Switch to masterpage, put a text in the masterpage header 2.Convert the elements in masterpage header/footer to template report item Expected result: Both the elements in masterpage header/footer are converted...
2005-12-27 23:46:49
1,135,750,000
closed fixed
b2cd38f
1,135,760,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/editparts/AreaEditPart.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/editparts/ReportElementEditPart.java
Birt
3,882
122,195
Bug 122195 Smoke-Regression:Eclispe 3.0: Can not create template report item.
Smoke:Eclispe 3.0: Can not create template report item. Steps: 1.Drag a label into layout 2.Select the label, right clight the mouse, select "Create Template Report Item..." 3.Click "Ok" button Actual Results: 1.System throws exception org.eclipse.birt.report.designer.core.runtime.GUIException: Caused by java.lang.Null...
2005-12-27 22:44:44
1,135,740,000
closed fixed
111fab3
1,135,750,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/figures/LabelFigure.java
Birt
3,883
122,077
Bug 122077 Set visibility for the item inside a table which extends from a library, its setting doesn't work.
Descirption: Set visibility for the item inside a table which extends from a library, its setting doesn't work. Steps to reproduce: 1. Extend a table from library to report design file. 2. Select a label in the table and set its visibility, hide element in html/pdf. 3. Preview in html/pdf. it is still visibile.
2005-12-26 02:01:50
1,135,580,000
closed fixed
ced45b0
1,135,750,000
model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/writer/ModuleWriter.java
Birt
3,884
122,105
Bug 122105 the schema should be added as 'schemaname.Procedurename' when use the stored procedure.
Description: the schema should be added as 'schemaname.Procedurename' when use the stored procedure. Steps to reproduce: 1. create a new report 2. create a data source and a data set on the store procedure 3. In the window "Edit data set", drag a store procedure to the QueryText Expected Results: The stored procedure n...
2005-12-27 01:14:50
1,135,660,000
closed fixed
882857a
1,135,670,000
data/org.eclipse.birt.report.data.oda.jdbc.ui/src/org/eclipse/birt/report/data/oda/jdbc/ui/editors/SQLDataSetEditorPage.java data/org.eclipse.birt.report.data.oda.jdbc/src/org/eclipse/birt/report/data/oda/jdbc/CallStatement.java
Birt
3,885
119,566
Bug 119566 Support template items in page header/footer
Currently you can't create template report items inside a page header/footer. This should be fixed.
2005-12-06 23:19:59
1,133,930,000
resolved fixed
374a9b2
1,135,660,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/views/actions/CreatePlaceHolderAction.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/core/DesignElement.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/parser/SimpleMasterPageSt...
Birt
3,886
121,871
Bug 121871 Support intellisense for global varible "report" in both expression builder and script editor
Currently expression builder already provide intellisense support for static objects (both BIRT and standard javaScript object). However, it doesn't support intellisene for "report". Even with the class structure displayed in the expression builder, it is quite difficult to figure out how to use the report varible with...
2005-12-22 05:40:39
1,135,250,000
verified fixed
018ed60
1,135,650,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/IReportGraphicConstants.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/ExpressionBuilder.java
Birt
3,887
121,956
Bug 121956 Data set binding status is not consistent in layout editor and property editor view.
Description: Data set binding status is not consistent in layout editor and property editor view. Steps to reproduce: 1. Drag a table from library into a report layout editor. 2. Enable property editor view. 3. change to "binding". Data set can be edited here. 4. Right click on the table and find that "edit data set bi...
2005-12-22 22:27:15
1,135,310,000
closed fixed
1b6b5e5
1,135,650,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/actions/EditBindingAction.java
Birt
3,888
121,864
Bug 121864 Report element can't be deleted
Description: Report element can't be deleted Steps to reproduce: 1.Open the attached design file 2.Delete the table/parameters/dataset/datasource Expected result: The element can be deleted Actual result: They can't be deleted
2005-12-22 04:29:52
1,135,240,000
closed fixed
8bfd438
1,135,580,000
model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/command/ContentCommand.java
Birt
3,889
102,436
Bug 102436 Date/time value not stored correctly in report design
null
2005-06-30 22:59:38
1,120,190,000
resolved fixed
2412c8e
1,135,580,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/ParameterDialog.java
Birt
3,890
121,988
Bug 121988 [Smoke][SPM-Linux WS]Template cannot publish to temple folder
Details: Template cannot publish to temple folder Setp: 1.New a template. 2.Insert a label and input "label1", right click and select Create Template Report Item 3.Save and Publish to temple folder Actual result: An error pop up Error.DesignFileException.SYNTAX_ERROR - 1 errors found! 1.) org.eclipse.birt.report.model....
2005-12-23 05:04:13
1,135,330,000
closed fixed
10c8ccf
1,135,570,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/util/UIUtil.java
Birt
3,891
122,040
Bug 122040 Incorrect labels on New Template dialog
Choose File->New Choose Template in the list of BIRT file types. New Template appears. Select a folder and type a file name. Choose Next. The next page has the following problems: 1. The subtitle is: Set Report Property The subtitle should be: Set Template Properties 2. The first label is: Dispaly name The label should...
2005-12-23 19:01:32
1,135,380,000
closed fixed
d99dacb
1,135,570,000
UI/org.eclipse.birt.report.designer.ui.ide/src/org/eclipse/birt/report/designer/ui/ide/wizards/NewReportWizard.java UI/org.eclipse.birt.report.designer.ui.ide/src/org/eclipse/birt/report/designer/ui/ide/wizards/NewTemplateWizard.java UI/org.eclipse.birt.report.designer.ui.ide/src/org/eclipse/birt/report/designer/ui/ide...
Birt
3,892
121,852
Bug 121852 Drag theme in library1 to library2 will cause BirtException.
Description: Drag theme in library1 to library2 will cause BirtException. Steps to reproduce: 1. New a library lib1, add a theme theme1. 2. New a library lib2, use lib1 in lib2 then theme1 appeared in lib2's theme directory. 3. Modify lib1 to add another theme2. 4. Refresh lib1 then drag theme2 from lib1 to lib2 Result...
2005-12-22 03:31:26
1,135,240,000
closed fixed
d4f51ce
1,135,560,000
UI/org.eclipse.birt.report.designer.ui.lib.explorer/src/org/eclipse/birt/report/designer/ui/lib/explorer/dnd/LibraryDragListener.java
Birt
3,893
121,109
Bug 121109 Bad Data Source and Data Set Javascript event handlers are ignored
Open a report design, open any Data Set's Script editor. Type in an invalid Javascript for the "beforeOpen" method, for example, " { ". Preview a report that uses that Data Set. The report executes normally. No error is shown. Apparently Report Engine ignored the bad Javascript code. It's only when you run the report i...
2005-12-15 15:08:12
1,134,680,000
resolved fixed
6e54ed3
1,135,380,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/script/internal/DtEScriptExecutor.java
Birt
3,894
121,111
Bug 121111 Bad event handler class name does not cause an error
Open a report design, open any Data Set's Property editor. Type in an invalid Java class name for the "Event Handler Class" property, say "aaa". Preview a report that uses that Data Set. The report executes normally. No error is shown. Event handlers are an integral part of a report design, and if a script handler clas...
2005-12-15 15:14:48
1,134,680,000
resolved fixed
c0422a1
1,135,380,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/adapter/ModelDteApiAdapter.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/GetParameterDefinitionTask.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/RenderTask.java eng...
Birt
3,895
121,974
Bug 121974 Can't evaluate global expressions when ResultIterator is not in the iteration loop
For global expressions, such as {params["p1"]},{new DateTime()}, it should always be available and evaluatable within the birt scripting environment. Currently, Dte scriptExpresson has three types: BEFORE_FIRST_ROW, AFTER_LAST_ROW, ON_EACH_ROW. But in fact BEFORE_FIRST_ROW only works when the cursor is just to enter th...
2005-12-23 02:50:51
1,135,320,000
closed fixed
51c480e
1,135,370,000
data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/PreparedQuery.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/ResultIterator.java
Birt
3,896
121,873
Bug 121873 Can't load birt classes in report item script
In report item script functions, i.e. onCreate(), onRender(), try writing some javascript code to use birt classes which are in plugins that are not explicitly depended on by the Viewer(for example, org.eclipse.birt.chart.util.CDateTime in birt.chart.engine plugin), Exception will be thrown out. This is because Viewer ...
2005-12-22 05:50:28
1,135,250,000
closed fixed
ed5c5fe
1,135,340,000
viewer/org.eclipse.birt.report.viewer/src/org/eclipse/birt/report/viewer/ViewerPlugin.java viewer/org.eclipse.birt.report.viewer/src/org/eclipse/birt/report/viewer/utilities/ViewerClassPathHelper.java viewer/org.eclipse.birt.report.viewer/src/org/eclipse/birt/report/viewer/utilities/WebappAccessor.java
Birt
3,897
121,524
Bug 121524 Border is still displayed in the layout after delete the style
Description: Border is still displayed in the layout after delete the style Steps to reproduce: 1.New a style with background color: yellow, border{solid,red,10pixels} 2.Add a table and apply the style to the table (see the attachement) 3.Delete the style Expected result: All style disappear Actual result: Border is st...
2005-12-20 01:50:26
1,135,060,000
closed fixed
7a3f7e1
1,135,330,000
model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/command/BackRefRecord.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/command/ElementBackRefRecord.java
Birt
3,898
121,019
Bug 121019 Java based scripting -> TextItemInstance/setText, getText does not work properly
textItemInstance.setText( "Actuate Shanghai" ); System.out.println( textItemInstance.getText( ) ); after executing the codes above, i got "text/template". expected behavior: - Actuate Shanghai actual behavior: - text/template
2005-12-15 04:03:17
1,134,640,000
closed fixed
33ba196
1,135,310,000
UI/org.eclipse.birt.report.debug.ui/src/org/eclipse/birt/report/debug/internal/ui/launcher/DebugStartupClass.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/IReportContext.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/instance/IImageIns...
Birt
3,899
121,269
Bug 121269 Allow displaying HTML source for debugging
With the new AJAX-based viewer, one can no longer see the HTML source of the page. This is extremely inconvenient for debugging engine problems, because there is not an easy way to see the HTML source code. This might fall into the category an enhancement, but since it significantly reduces other people's work efficien...
2005-12-16 14:38:39
1,134,760,000
resolved fixed
4e9bd97
1,135,300,000
viewer/org.eclipse.birt.report.viewer/src/org/eclipse/birt/report/viewer/utilities/WebViewer.java
Birt
3,900
109,350
Bug 109350 output parameter should display in data set dialog.
details output parameter should display in edit data set dialog. steps to reproduce: when call the stored procedure from Oracle database, the query result has been stored in output parameter as an object. While in query result page, there is no data returned actual result: output parameter should display in edit data s...
2005-09-12 23:03:14
1,126,580,000
resolved fixed
126b0c4
1,135,260,000
data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/odaconsumer/ResultSet.java data/org.eclipse.birt.report.data.oda.jdbc/src/org/eclipse/birt/report/data/oda/jdbc/CallStatement.java
Birt
3,901
121,815
Bug 121815 NullPointerException when undo a delete action.
Description: NullPointerException when undo a delete action. Steps to reproduce: 1. Attached is a grid/table/list nest report, select the outer grid and press delete button. 2. Press Ctrl+Z Expected result: The deleted items are recovered without exception. Actual result: java.lang.NullPointerException at org.eclipse.b...
2005-12-21 22:31:17
1,135,220,000
closed fixed
a7fc92e
1,135,240,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/editparts/GridEditPart.java
Birt
3,902
121,170
Bug 121170 get column label from meta data object should return some user recognizable strings
Calling IMetaData.getColumnLabel() before/after data extraction have different results. The labels returned before extraction are null, while the ones after extraction are recognizable strings. Since the labels need to be displayed to the end user before doing the extraction, getcolumnlabel before extraction should als...
2005-12-16 00:36:30
1,134,710,000
closed fixed
165fa76
1,135,230,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/DataExtractionTask.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/DataIterator.java
Birt
3,903
121,174
Bug 121174 Bookmark url is not correct.
null
2005-12-16 01:00:09
1,134,710,000
resolved fixed
efde2e5
1,135,220,000
viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/soapengine/api/UpdateContent.java viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/soapengine/endpoint/BirtSoapBindingStub.java viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt...
Birt
3,904
121,682
Bug 121682 Exception throws when export data from table containing highlight/map.
Description: Exception throws when export data from attached report. Steps to reproduce: 1. I add a table which has a group, a highlight rule and a map rule in group row. 2. Preview the report attached. 3. Export the data in table. Expected result: Data are exported. Actual result: Exception in: ReportEngineService.get...
2005-12-21 00:30:57
1,135,140,000
closed fixed
fccbc9a
1,135,220,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/DataExtractionTask.java
Birt
3,905
121,687
Bug 121687 Exception throws when export data in table which inside a grid cell.
Description: Exception throws when export data in table which inside a grid cell. Steps to reproduce: 1. insert a grid. 2. insert one table to one grid cell. 3. insert another table to the other grid cell. 4. export data in two tables. Expected result: Data are exported. Actual result: Exception in: ReportEngineService...
2005-12-21 01:10:36
1,135,150,000
closed fixed
45aac06
1,135,160,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/DataExtractionTask.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/ir/Report.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/parser/EngineIRVisitor.java
Birt
3,906
104,592
Bug 104592 Spanish label on Edit Parameter is truncated
Spanish translation for "Selection values:" on Edit Parameter is truncated. Please check attached bitmap file for detail. "Set default" button is also truncated, but it's a duplicate of 104584.
2005-07-20 18:18:31
1,121,900,000
closed fixed
4aa4d16
1,135,160,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/ParameterDialog.java
Birt
3,907
121,352
Bug 121352 The data set binding property cannot be retrieved in report preview layout
In report preview page, the datasource/dataset property binding lists cannot be retrieved. The dataset binding can not work correctly in layout preview because it's value cannot get from the binding list. But in the data set edit page, the binding value can be got. You can refer to the attachment.
2005-12-19 00:32:43
1,134,970,000
closed fixed
6a3ed59
1,135,150,000
model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/command/ContentRecord.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/command/ContentReplaceRecord.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/core/DesignElement.java model/org.eclipse.birt.re...
Birt