issue_id
int64
2.03k
426k
title
stringlengths
9
251
body
stringlengths
1
32.8k
status
stringclasses
6 values
after_fix_sha
stringlengths
7
7
updated_files
stringlengths
29
34.1k
project_name
stringclasses
6 values
repo_url
stringclasses
6 values
repo_name
stringclasses
6 values
language
stringclasses
1 value
issue_url
null
before_fix_sha
null
pull_url
null
commit_datetime
timestamp[us, tz=UTC]
report_datetime
timestamp[us, tz=UTC]
129,569
Bug 129569 HCG_BIDI: Undesirable order of BiDI chars in Query window
This is BiDI specific defect. It is similar to another defect in which similar problem is reported for Expression Builder dialog. However in this defect we are talking about context of Query screen in the Edit Data Set dialog. Capital characters used in the examples below stay for BiDi (Hebrew or Arabic) characters. 1....
closed fixed
07ef0e7
["data/org.eclipse.birt.report.data.oda.jdbc.ui/src/org/eclipse/birt/report/data/oda/jdbc/ui/editors/SQLDataSetEditorPage.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-04-25T09:35:48Z
2006-02-27T14:20:00Z
137,917
Bug 137917 ImageHandle add setFile method.
According to new Resource Deployment Specification, image builder add a new image type 'File', so ImageHandle should add 'setFile' method as other type methods such as 'setURI'.
resolved fixed
dc12ab6
["model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/ImageHandle.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-04-25T07:43:07Z
2006-04-21T11:46:40Z
136,815
Bug 136815 Provide convenience methods to access ODA data provider info
Provide additional convenience (short-cut) methods to access ODA data provider info. This helps to make it easier for an ODA consumer application to access related info through encapsulated methods.
closed fixed
416ae82
["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/odaconsumer/Driver.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-04-25T04:13:53Z
2006-04-14T07:33:20Z
132,937
Bug 132937 Report didn't refresh when the virtual parent was deleted in the included library
Steps to reproduce: 1.New a library"LibA" and a table "table1" 2.New a report including the library 3.Drag LibA.table1 in the report 4.Delete the table in the library 5.Refresh the report Expected result: The extended table won't display in the layout Actual result: The extended table is still in the layout till reopen...
closed fixed
329fb6d
["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/views/actions/RefreshModuleHandleAction.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-04-25T02:18:49Z
2006-03-23T02:13:20Z
134,479
Bug 134479 Edit in XML Source cannot be reflected in Layout.
Description: Edit in XML Source cannot be reflected in Layout. Steps to reproduce: 1. New a report parameter with default value "value1" and save 2. Click XML Source, delete <property name="defaultValue">value1</property> and save. 3. Back to Layout, open parameter edit dialog Expected result: Default value is empty. A...
closed fixed
dfa4683
["UI/org.eclipse.birt.report.designer.ui.editors.schematic/src/org/eclipse/birt/report/designer/ui/editors/pages/ReportLayoutEditorFormPage.java", "UI/org.eclipse.birt.report.designer.ui.editors.schematic/src/org/eclipse/birt/report/designer/ui/editors/pages/ReportMasterPageEditorFormPage.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-04-25T01:59:07Z
2006-04-03T10:26:40Z
134,988
Bug 134988 [regression]Available items in Query didn't change when change data source in Edit Data Set Dialog.
Description: Available items in Query didn't change when change data source in Edit Data Set Dialog. Steps to reproduce: 1. New two different data sources. 2. New a dataset, change data source, view Available Items in Query pane. Expected result: Available Items in Query pane changed according to new Data source. Actua...
closed fixed
66a8b25
["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/data/ui/property/AbstractPropertyDialog.java", "data/org.eclipse.birt.report.data.oda.jdbc.ui/src/org/eclipse/birt/report/data/oda/jdbc/ui/editors/SQLDataSetEditorPage.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-04-24T10:09:50Z
2006-04-05T09:40:00Z
131,465
Bug 131465 Fetching date from MySQL returns bogus values
1) In MySQL I have a table with a column of type integer (Year int(11). 2) I run the following SQL statement SELECT date_format(makedate(year, 1), "%Y") FROM census c 3) Which returns the following 1980 1990 2000 4) When I run the same query inside a data set I get the following: 31 39 38 30 31 39 39 30 32 30 30 30 Thi...
resolved fixed
6309563
["data/org.eclipse.birt.report.data.oda.jdbc/src/org/eclipse/birt/report/data/oda/jdbc/ResultSetMetaData.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-04-24T05:12:22Z
2006-03-12T19:00:00Z
132,805
Bug 132805 Set descending to outer group will affect inner group.
Description: Set descending to outer group will affect inner group. Steps to reproduce: 1. New a sample datasource and dataset from orders. 2. Drag the dataset to Layout. 3. Add a group on ordernumber, interval 10, descending. 4. Add another group on orderdate, interval day 2, ascending. 5. Preview. Expected result: Da...
closed fixed
20a739f
["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/transform/group/GroupCalculationUtil.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/expression/ColumnReferenceExpression.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/QueryExecutor.java", "data/org.ecl...
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-04-21T10:40:57Z
2006-03-22T09:33:20Z
136,939
Bug 136939 Bad heading on dialog box Edit Data Source
In BIRT 2.1RC0 build. This might be a DTP issue. I don't know. To reproduce: Edit a data source. Expected: The title of the Edit Data Source dialog is: Edit a data source Actual: The title of the Edit Data Source dialog is: Create a new data source
resolved fixed
852b0ce
["data/org.eclipse.birt.report.data.oda.jdbc.ui/src/org/eclipse/birt/report/data/oda/jdbc/ui/profile/JDBCSelectionPageHelper.java", "data/org.eclipse.birt.report.data.oda.jdbc.ui/src/org/eclipse/birt/report/data/oda/jdbc/ui/profile/JDBCSelectionWizardPage.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-04-21T10:08:29Z
2006-04-16T20:40:00Z
137,896
Bug 137896 org.eclipse.birt.core unit test failed in daily build 20060421
org.eclipse.birt.core unit test failed in daily build 20060421. Please see the attachment for details. Two errors (drop 2) in it were caused by the wrong file full path created by data team. Please have a look: testReadFromFile Error test\org\eclipse\birt\core\data\input\testData1.txt (The system cannot find the path s...
closed fixed
7a34cdf
["core/org.eclipse.birt.core/src/org/eclipse/birt/core/data/ExpressionUtil.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-04-21T09:42:00Z
2006-04-21T09:00:00Z
136,966
Bug 136966 When set an alias on a column, the column can not be used in the cascading parameter
Description: When set an alias on a column, the column can not be used in the cascading parameter Steps to reproduce: 1. new a datasource and a dataset 2. set an alias on a column 3. new a cascading parameter, set the column with an alias as the values column Actual result: the column can not be used in the cascading p...
closed fixed
cac3d2a
["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/CascadingParametersDialog.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-04-21T08:15:56Z
2006-04-17T07:46:40Z
137,464
Bug 137464 apply a filter on a Join dataset in chart editor's select data page, the data preview part is not refresh
Description: use the attach file.When apply a filter on a Join dataaset in chart editor's select data page, the data preview part is not refresh. Step to reproduce: 1. open the attach file 2. creat a chart and choose select data page 3. use the Jiondataset and set the X Y series 4. chilck a filter with row["Data Set1::...
closed fixed
23c0d7e
["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/PreparedJointDataSourceQuery.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-04-21T07:37:05Z
2006-04-19T09:46:40Z
137,116
Bug 137116 row[0] % 2 Equal to 0 no longer works
In 2.0, I applied this highlight condition -- row[0] % 2 Equal to 0 -- to generate a report with alternating row colors. When I run the report in 2.1 RC 0, I get the following error -- "There are errors evaluating script "row[0] % 2".
resolved fixed
544074a
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/data/dte/NativeRowObject.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-04-21T07:13:02Z
2006-04-18T00:26:40Z
136,807
Bug 136807 [Regression]Preview embedded image with web view will effect other way to preview
Details: [Regression]Preview embedded image with web view will effect other way to preview Step: 1.New a library and insert a embedded image. 2.New a report design and use the library. 3.Drop the image form library into layout. 4.Preview with HTML/PDF. 5.Preview with web view. 6.Preview with HTML/PDF. Actual result: In...
closed fixed
eba453d
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/impl/ImageContent.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/script/internal/instance/ImageInstance.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-04-21T03:45:48Z
2006-04-14T07:33:20Z
137,130
Bug 137130 The cascading parameter does not work when a column name includes double quotation marks
Description: The cascading parameter does not work when a column name includes double quotation marks Steps to reproduce: 1. download the report design file 2. change the flat file path to the related position 3. save and preview. Actual result: The cascading parameter can not retrieve the data.
closed fixed
5145e70
["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/QueryResults.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-04-20T12:15:01Z
2006-04-18T03:13:20Z
137,149
Bug 137149 Setting an alias on a column belonging to the scripted datasource, an error is thrown out
Description: Setting an alias on a column belonging to the scripted datasource, an error is thrown out Steps to reproduce: 1. new a scripted datasource and create a dataset based on it 2. set an alias on some column 3. Save and preview Actual Results: Error0 : Error.ScriptEvaluationError ( 50 time(s) ) detail : org.ecl...
closed fixed
b20da37
["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/PreparedScriptDSQuery.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-04-20T09:23:22Z
2006-04-18T06:00:00Z
136,270
Bug 136270 Group's data binding column can only be used by the group itself
If you add some data binding columns to a group, these columns can only be used by this group itself. It should has a way to make the child can use the parent group's data binding column.
closed fixed
e191f39
["UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/util/DEUtil.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-04-20T07:15:28Z
2006-04-12T05:33:20Z
136,045
Bug 136045 the display name does not work
Description: the display name does not work Steps to reproduce: 1. new a datasource and a dataset 2. In the window 'Edit dataset'. click the tab 'Output columns' 3. set a display name on a column Actual result: The display name does not work, however, it is still the column name
closed fixed
0eabd45
["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dnd/InsertInLayoutUtil.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-04-20T06:20:07Z
2006-04-11T04:33:20Z
136,256
Bug 136256 Enhance the message builder
Please see the spec attached in 133995 for detail.
closed fixed
6641c59
["UI/org.eclipse.birt.report.designer.ui.editors/src/org/eclipse/birt/report/designer/internal/ui/editors/LibraryProvider.java", "UI/org.eclipse.birt.report.designer.ui.ide/src/org/eclipse/birt/report/designer/internal/ui/ide/adapters/LibraryProvider.java", "UI/org.eclipse.birt.report.designer.ui.lib.explorer/src/org/e...
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-04-20T05:56:36Z
2006-04-12T02:46:40Z
137,444
Bug 137444 Can not preview the old file with PDF
Details: Can not preview the old file with PDF Please run the attached file with PDF, it can not preview. But HTML and web view is no problem.
closed fixed
c9b8551
["engine/org.eclipse.birt.report.engine.emitter.pdf/src/org/eclipse/birt/report/engine/emitter/pdf/PDFEmitter.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-04-20T05:09:48Z
2006-04-19T07:00:00Z
136,770
Bug 136770 Cannot view report document from web viewer
null
resolved fixed
f32b213
["viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/utility/ParameterAccessor.java", "viewer/org.eclipse.birt.report.viewer/src/org/eclipse/birt/report/viewer/utilities/WebViewer.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-04-19T09:34:29Z
2006-04-13T23:13:20Z
132,837
Bug 132837 The APT doc should be under the Java Development User Guide
I20060321-1210 The APT doc should be under the Java Development User Guide instead of being a standalone entry in the help system.
resolved fixed
2ab41f4
["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/editparts/ReportDesignEditPart.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-04-19T08:14:07Z
2006-03-22T15:06:40Z
135,192
Bug 135192 [Regression] Maximum number of rows in data set preview doesn't work for script data source.
Description: Maximum number of rows in data set preview doesn't work for script data source. Steps to reproduce: 1. Create a script data source and create a related data set. 2. Set maximum number of rows in preferences. Expected result: it works as setting. Actual result: maximum number of rows setting doesn't take ef...
closed fixed
7e93c99
["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/preferences/DateSetPreferencePage.java", "data/org.eclipse.birt.report.data.oda.jdbc.ui/src/org/eclipse/birt/report/data/oda/jdbc/ui/preference/DateSetPreferencePage.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-04-19T06:37:10Z
2006-04-06T02:20:00Z
136,801
Bug 136801 Chart bind joint data set, data type change incorrectly.
Chart bind joint data set, data type change incorrectly. Steps: Data source: sample DB Data set1: select * from customers Data set2: select * from employees Data set3: left join: data set1 and data set2 1.Create a chart 2.Open chart builder, go to "Select Data" tab, select Use data set: data set3 Actual Results: 1.NPE ...
closed fixed
a2d7c86
["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/DataSetCacheManager.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/PreparedJointDataSourceQuery.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-04-18T09:42:01Z
2006-04-14T07:33:20Z
136,823
Bug 136823 Data in master page can't be retrieved in Web Viewer
Steps to reproduce: 1.New a sample data source and a data set with table "CUSTOMERS" 2.Add a grid in master page header 3.Add a data in the grid and add a data column binding "dataSetRow["CUSTOMERNUMBER"]" Expected result: Data can be retrieved correctly Actual result: There are errors on the report page: - There are e...
closed fixed
1ffa90d
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/internal/document/v2/ReportContentLoaderV2.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-04-18T07:28:18Z
2006-04-14T10:20:00Z
136,141
Bug 136141 Prepared statements not properly cleaned up.
After designing a JDBC query in a report design, I opened the DataSetEditor and choose "Preview Results". There are a number of warnings that came up in the Console indicating there are prepared statements not properly managed or cleaned up. Apr 11, 2006 8:23:04 AM org.eclipse.birt.data.engine.executor.DataSource close...
resolved fixed
434ef04
["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/DataSource.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/DataSourceQuery.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/DataEngineImpl.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/d...
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-04-17T12:53:32Z
2006-04-11T15:40:00Z
132,966
Bug 132966 special problem of reopen the eclipse
Description: It's a very .I'm afraid I can't descript it propertily.But only can show the step to reproduce. Step to reproduce: 1.please open the all files attached or you can open a workspace which more than 3 *.rptdesigns in it. 2.and then be sure they are opened in layout veiw(be sure there are at least there report...
closed fixed
50fa25d
["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/editparts/ReportDesignEditPart.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-04-17T08:12:31Z
2006-03-23T10:33:20Z
124,501
Bug 124501 need uninstall of jst.utility facet
The jst.utility facet needs an uninstall delegate. Without it, it is not possible to deselect this facet and select/install the Dynamic Web Module facet on an existing project.
closed fixed
2bf3fb5
["UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/core/model/schematic/TableHandleAdapter.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-04-17T06:09:37Z
2006-01-19T17:00:00Z
136,893
Bug 136893 Preview Report repeats first line for all entries
Overview Description: Report repeats the first entry 122 times, instead of generating 122 different entries. Steps to Reproduce: (1.) Start Eclipse, and switch to the Report Design perspective. (2.) Create a new BIRT project. File > New > Project... Business Intelligence and Reporting Tools/Report Project (3.) Create a...
verified fixed
d7d8805
["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dnd/InsertInLayoutUtil.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-04-15T06:46:19Z
2006-04-15T00:13:20Z
136,821
Bug 136821 Data can't be added to master page
Steps to reproduce: 1.Drag a data from palette to master page header Expected result: The data is added into master page header Actual result: org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.ClassCastException) at org.eclipse.swt.SWT.error(SWT.java:3374) at org.eclipse.swt.SWT.error(SWT.java:3297) a...
closed fixed
2352efb
["UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/util/DEUtil.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-04-14T09:45:38Z
2006-04-14T10:20:00Z
134,660
Bug 134660 [RCP]Layout got tricky view when refreshing
Steps to reproduce: 1.New a library, add a label and a text 2.New a report, extend lib.label and lib.text 3.Modify the content of label in library 4.Refresh the report Actual result: Only a label in the layout view but outline view is ok. Switch to XML Source, the code is library file(see the screenshot)
closed fixed
6fa4e6e
["UI/org.eclipse.birt.report.designer.ui.rcp/src/org/eclipse/birt/report/designer/ui/editors/RCPMultiPageReportEditor.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-04-14T03:38:40Z
2006-04-04T05:53:20Z
131,250
Bug 131250 Parameter value set in runtime should be kept until close the preview viewer.
Description: Parameter value set in runtime should be kept until close the preview viewer. Steps to reproduce: 1. New a parameter p1 without default value, drag it to Layout. 2. Define bookmark to p1. 3. Insert a label behind p1, set pageBreakBefore to always, hyperlink to p1 bookmark. 4. Preview in Web Viewer and inpu...
closed fixed
a8d6eb1
["viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/context/ViewerAttributeBean.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-04-14T02:50:15Z
2006-03-10T03:06:40Z
136,279
Bug 136279 Structure and table datatypes should be hidden.
Description: Structure and table datatype should be hidden. Steps to reproduce: In table data binding, I saw structure and table two datatypes. They are not supported now, so they should be removed.
closed fixed
e41aa1e
["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/wizards/WizardTemplateChoicePage.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/adapter/ModelDteApiAdapter.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/ModuleH...
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-04-14T02:26:49Z
2006-04-12T05:33:20Z
136,553
Bug 136553 [regression]Preview error when set invalid group interval.
Description: Preview error when set invalid group interval. Steps to reproduce: 1. Insert a table 2. Add a group on number column, set interval to Year,1 3. Preview 4. Edit group on string column set interval to Prefix,1 5. Preview Expected result: Error msg about invalid group interval. Actual result: Error happened w...
closed fixed
7dc3d8d
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/data/dte/DataGenerationEngine.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/data/dte/DataPresentationEngine.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/data/dte/DteDataEngin...
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-04-13T11:04:45Z
2006-04-13T06:33:20Z
136,522
Bug 136522 [Regression]DateTime parameter can't be drag to the layout
Steps to reproduce: 1.New a date time parameter 2.Drag it to the layout Actual result: A BIRT exception occurred. Plug-in Provider:Eclipse.org Plug-in Name:BIRT Model Plug-in ID:org.eclipse.birt.report.model Version:2.1.0.N20060412-2230 Error Code:Error.PropertyValueException.CHOICE_NOT_FOUND Error Message:The choice v...
closed fixed
1947ea5
["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dnd/InsertInLayoutUtil.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-04-13T09:13:27Z
2006-04-13T03:46:40Z
136,402
Bug 136402 Data binding feature - Expression builder bug
In the following 2 scenarios the expression builder does not behave as expected. 1) Invoked from data binding tab - Create a table report item, bind it to a dataset. - Go to the binding tab - Add a new data binding column - Invoke the expression builder to enter the expression. Current behavior - The expresssion builde...
resolved fixed
1b95e2a
["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dnd/InsertInLayoutUtil.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/BindingExpressionProvider.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-04-13T08:17:45Z
2006-04-12T19:26:40Z
135,790
Bug 135790 ClassCastException in RowData.
ClassCastException is thrown in RowData line 81(IBaseExpression expr = ( IBaseExpression ) valueExpressions.get( index - 1 );).
resolved fixed
7246d39
["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/instance/ICellInstance.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/instance/IReportEl...
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-04-13T08:10:26Z
2006-04-10T03:33:20Z
136,074
Bug 136074 Filter editor needs to support column binding
In the Fitler tab of property editor for table/chart, Expression only shows dataset column, rather than column binding. Since column binding is supported for filter of table/chart, this is supposed to show the column binding.
resolved fixed
46f9fda
["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/views/attributes/providers/FilterModelProvider.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/views/attributes/providers/SortingModelProvider.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-04-13T06:19:06Z
2006-04-11T10:06:40Z
136,246
Bug 136246 [regression]Export data exported error column name.
Description: Export data exported error column name. Steps to reproduce: 1. export data in a table, select several columns. Expected result: Selected column name and data are exported. Actual result: No matter what columns you selected, exported columns name always display columns beginning from the first, and then the...
closed fixed
a69e6f0
["viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/ReportEngineService.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-04-13T05:25:37Z
2006-04-12T02:46:40Z
136,296
Bug 136296 Set the filter function -between on the 'datatime' data type, an error is thrown out
Description: Set the filter operator-between on the 'datatime' data type, an error is thrown out Steps to reproduce: 1. new a sample datasource 2. input "select * from CLASSICMODELS.ORDERS " in the query text 3. add a filter expression: row["ORDERDATE"] Operator: between value1: "Feb 11, 2003 12:00:00 AM" Value2: "Apr ...
closed fixed
a4534d5
["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/expression/ExprEvaluateUtil.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/ExecutorHelper.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-04-12T11:42:11Z
2006-04-12T08:20:00Z
131,649
Bug 131649 Designer generates wrong column reference expression for inner table
Open the attached report design (test1.rptdesign). This design uses a 2-level table to list offices and their employees. It runs fine. Now imagine that the designer wants to append a country name suffix to each employee name (e.g., "Diane Merphy / USA"). To do this double click on the inner list's Data Item to edit its...
resolved fixed
ed523f2
["UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/core/IReportElementConstants.java", "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/editors/schematic...
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-04-12T09:24:55Z
2006-03-14T04:20:00Z
136,241
Bug 136241 [regression]Preview template in web viewer and pdf didn't get correct effect.
Description: Preview template items in web viewer and pdf didn't get correct effect. Steps to reproduce: 1. Create template items. 2. Preview in Web Viewer and pdf. Expected result: Same effect as in html. Actual result: In web viewer, see only blank box. In pdf, blank page.
closed fixed
fdeec5c
["model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/command/ContentCommand.java", "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/core/DesignElement.java", "model/org.eclipse....
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-04-12T07:53:36Z
2006-04-12T02:46:40Z
135,821
Bug 135821 Can't change data binding column when reverting from a template report item to a repot item
Steps to reproduce: 1.New a data with data binding column "a = 'abc'" 2.Select the data and convert it to a template report item 3.Double click the data Expected result: In the pop-up data binding window, a tick box lists on the left Actual result: No tick box on the left(see the screenshot). That means user can't chan...
closed fixed
8367321
["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/util/ElementBuilderFactory.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-04-12T03:48:48Z
2006-04-10T09:06:40Z
135,825
Bug 135825 Chart bind join data set, NPE will thrown out.
Chart bind join data set, NPE will thrown out. Steps: 1.Create a joint data set 2.Create a chart, open Chart Builder, go to "Select Data" tab 3.Select the joint data set Actual Results: 1.NPE will thrown out at: org.eclipse.birt.chart.ui.swt.wizard.TaskSelectData.switchDataSet(TaskSelectData.java:505) org.eclipse.birt....
closed fixed
ba0d153
["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/DataSetCacheManager.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/DataSourceAndDataSet.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-04-11T10:38:15Z
2006-04-10T09:06:40Z
136,067
Bug 136067 [Smoke][Linux-AS]:Url Redirector dialog, have no Drill-Through item
[Smoke][Linux-AS]:Url Redirector dialog, have no Drill-Through item Steps: 1.Drag a label into layout 2.Open Property Editor Viewer, select Hyperlink, click "..." button 3.Open Url Redirector dialog Actual Results 1.Url Redirector dialog, there is not Drill-Through item Expected Results 1.Url Redirector dialog, there i...
closed fixed
2a25a22
["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/HyperlinkBuilder.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-04-11T10:14:21Z
2006-04-11T07:20:00Z
136,027
Bug 136027 [Smoke]the report with a gounp can not preview
Description: the report with a gounp can not preview Steps to reproduce: 1. new a datasource and a dataset 2. drag the dataset to the layout 3. Add a group on the table. save and preview. Actual result: "Error happened while running the report" is appeared.
closed fixed
fe41084
["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/GroupDialog.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-04-11T10:08:40Z
2006-04-11T01:46:40Z
135,848
Bug 135848 Set a row to Y series, then delete the row, error message shoule be pop up.
Set a row to Y series, then delete the row, error message shoule be pop up. Steps: 1.Create a bar chart 2.Open Chart Builder, go to "Select Data" tab, select a data set, click "Data Binding..." button, add a new row["a"] 3.Set row["a"] to Y series 4.Then click "Data Binding..." button, delete row["a"] 5.Click "Finish" ...
closed fixed
0e60494
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/data/dte/NativeRowObject.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-04-11T09:28:27Z
2006-04-10T11:53:20Z
135,265
Bug 135265 Paste to a wrong column
Steps to reproduce: 1.Open the attached file 2.Choose the column[2] which contains a label , copy and paste to column[3] Expected result: It will be pasted to column[3] Actual result: It is pasted to column[4] The related bug is #103448
closed fixed
89aa795
["model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/ColumnBandAdapter.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/ColumnBandCopyAction.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/ModuleHandle.java", "model/org.eclipse.bi...
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-04-11T08:42:38Z
2006-04-06T13:26:40Z
134,444
Bug 134444 Locale setting lost when change current page with internal bookmark
Description: Locale setting lost when change current page with internal bookmark Steps to reproduce: 1. Insert two labels 2. Add bookmark in the first label 3. In the second label,set internal bookmark link to the first label, set page-break-before to always. 4. In preference, set Locale to a different locale. 5. Previ...
closed fixed
75ba80e
["viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/ReportEngineService.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/ViewerHTMLActionHandler.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-04-11T07:22:52Z
2006-04-03T04:53:20Z
135,840
Bug 135840 "Value of this data item" selection in map and highlight is no effect
Details: "Value of this data item" selection in map and highlight is no effect Step: 1. New a datasource and dataset 2. Add a table and binding all the column. 3. Add a data item in detail row. 4. Add a map of the data item. Select the value and open the list. Select "Value of this data item" Actual result: No effect w...
closed fixed
b5e2d15
["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/HighlightRuleBuilder.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/MapRuleBuilder.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-04-11T07:18:38Z
2006-04-10T09:06:40Z
135,497
Bug 135497 Data Type is not correct when "Generate All" for Data item
Description: Create a sample datasource and dataset. Insert a data into layout, bind with the dataset.Click "Generate All" to get the Data Binding columns, but the displayed data type is not consistent with the actual one.
closed fixed
e71d834
["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/editparts/ImageEditPart.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/tools/ReportCreationTool.java", "UI/org.eclipse.birt.report.designer.ui/sr...
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-04-11T07:05:08Z
2006-04-07T08:53:20Z
135,465
Bug 135465 [smoke]An error occurred when new a casading Parameter
Description: An error occurred when new a casading Parameter Step to reproduce: 1.new a sample db data source and data set 2.New a cascading parameter group, named "gp1", 3.select the data set, then create two cascading parameters, one is row["customernumber"], named p1; the other is row["customername"] Actual result; ...
closed fixed
3298e74
["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/CascadingParametersDialog.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-04-11T06:43:27Z
2006-04-07T06:06:40Z
134,488
Bug 134488 Set page break for table inside list group header will cause data display error.
Description: Set page break for table inside list group header will cause data display error. Steps to reproduce: 1. Insert a list with a group 2. Insert a table to list group header 3. Set page-break-before to always to table. 4. Preview in web viewer/html/pdf. See attached report. Expected result: Data display correc...
closed fixed
9163896
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/internal/document/v2/ReportContentLoaderV2.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-04-11T05:55:20Z
2006-04-03T10:26:40Z
135,462
Bug 135462 [Smoke][regression]Group can not be created.
Description: Group can not be created. Steps to reproduce: 1. new a data source and data set 2. Insert a table, bind it to dataset. 3. Add a group for table Result: org.eclipse.jface.util.Assert$AssertionFailedException: null argument; at org.eclipse.jface.util.Assert.isNotNull(Assert.java:149) at org.eclipse.jface.uti...
closed fixed
31a5f4b
["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/ParameterBindingDialog.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/ParameterBindingPage.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report...
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-04-10T09:22:59Z
2006-04-07T06:06:40Z
135,778
Bug 135778 There is an error when the data item has no binding data set
Data item can have no binding data set, if it happens, it indicates it only use the basic Java Script function such as new Date(). At this moment, the data of data item is not stored in report document by DtE, which only supports these data items which has binding data set.
resolved fixed
8053e8e
["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/transform/CachedResultSet.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/transform/group/GroupCalculationUtil.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/PreparedDataSourceQuery.java", "data...
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-04-10T04:13:55Z
2006-04-10T03:33:20Z
134,632
Bug 134632 SVG chart visibility interaction does not work correctly.
null
closed fixed
065da12
["chart/org.eclipse.birt.chart.device.svg/src/org/eclipse/birt/chart/device/svg/EventHandlers.java", "chart/org.eclipse.birt.chart.device.svg/src/org/eclipse/birt/chart/device/svg/SVGInteractiveRenderer.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-04-07T16:21:19Z
2006-04-03T21:33:20Z
131,011
Bug 131011 Support running query based on report document data
Data Engine should support running a query based on data set and expression data stored in a report document. This bugzilla entry serves as a repository for design docs and notes related to this feature.
resolved fixed
5ec5d7f
["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/api/querydefn/BaseTransform.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/cache/SortSpec.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/transform/group/GroupBy.java", "data/org.eclipse.birt.data/sr...
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-04-07T12:07:03Z
2006-03-09T02:06:40Z
135,490
Bug 135490 Error occurs when Preview Results of Inner Join datasets
Description: Create a sample datasource and dataset, and then create a Joint dataset. Error occurs when preview results in the data set dialog. Steps to reproduce: 1.Create a sample datasource, and a dataset with sql statement "select * from CLASSICMODELS.CUSTOMERS". 2.Create a Joint dataset, the left and right dataset...
closed fixed
8028687
["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/jointdataset/JoinConditionMatchUnit.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/jointdataset/JoinConditionMatcher.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-04-07T10:45:16Z
2006-04-07T08:53:20Z
135,474
Bug 135474 [Smoke]Data in computed columns can't be read
Details: Data in computed columns can't be read Step: 1. New a datasource and dataset 2. Add a computed columns and input some wore in Expression. 3. Drop the table into layout and preview. Actual result: The column of computed columns only preview undefined.
closed fixed
1deaf32
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/data/dte/NativeRowObject.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-04-07T10:20:15Z
2006-04-07T08:53:20Z
134,948
Bug 134948 [Regression]Store procedure and output parameter doesn't work in Web Viewer
Description: Store procedure and output parameter doesn't work in Web Viewer Steps to reproduce: 1. Preview attached report in Web Viewer/html/pdf, which called store procedure in dataset and used output parameter to output value. Result: Preview in Web Viewer will display errors: Error0 : data.engine.InValidExpr ( 1 t...
closed fixed
761141d
["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/document/RDSave.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-04-07T08:06:05Z
2006-04-05T06:53:20Z
135,254
Bug 135254 "Test connection" should be disabled after cancelling "Manage Drivers" window
Steps to reproduce: 1.New a JDBC data source 2.Before enter Driver class/URL, notice that "Test Connection" is disabled 3.Click "Manage Drivers", and then cancel it Expected result: "Test Connection" is disabled Actual result: "Test Connection" is enabled
closed fixed
8ae8960
["data/org.eclipse.birt.report.data.oda.jdbc.ui/src/org/eclipse/birt/report/data/oda/jdbc/ui/profile/JDBCSelectionPageHelper.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-04-07T07:16:02Z
2006-04-06T13:26:40Z
135,439
Bug 135439 JDBC database drivers are placed under both JDBC and Viewer plugin folder
steps to reproduce: - create a report - import JDBC database driver - check both JDBC and Viewer plugin folder expected behavior: - drivers are copied to JDBC plugin folder actual behavior: - drivers were copyied to both JDBC and Viewer plugin folders
closed fixed
c4e72ab
["data/org.eclipse.birt.report.data.oda.jdbc.ui/src/org/eclipse/birt/report/data/oda/jdbc/ui/util/JarFile.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-04-07T06:46:54Z
2006-04-07T03:20:00Z
134,949
Bug 134949 Themes nest in other library
Details: Themes nest in other library Step: 1. Library A use LibraryB, and Library B has a themes 2. Report design use Library A 3. I open the Library tree of A in library explorer and drop the themes from B into layout. Actual result: It pop up an error message and said that the library namespace "B" exists already. E...
closed fixed
e471ee0
["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/views/attributes/providers/ChoiceSetFactory.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-04-07T05:16:48Z
2006-04-05T06:53:20Z
134,954
Bug 134954 Library can't be removed
Steps to reproduce: 1.New a report "a.rptdesign" 2.New a library which is not in the same fold with report, saying "../test/lib.rptlibrary" 3.Report includes the library 4.Remove the library Expected result: The library is removed Actual result: Open XMLSource, the included library structure is still there.
closed fixed
c273bef
["model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/command/LibraryCommand.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-04-06T09:15:26Z
2006-04-05T06:53:20Z
134,485
Bug 134485 [regression] fail to preview a report with deployed XML data source
steps to reproduce: - create a XML data source (.xml file) and deploy it to tomcat server - create a report using the XML data source - preview the report expected results: - report is rendered. actual results: - exception thrown out. org.eclipse.birt.data.engine.core.DataException: Cannot open the connection for the d...
closed fixed
e701a88
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/adapter/ModelDteApiAdapter.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-04-06T08:13:29Z
2006-04-03T10:26:40Z
134,944
Bug 134944 Page footer displays in wrong place when preview in Web Viewer.
Description: Page footer displays in wrong place when preview in html. Steps to reproduce: 1. New sample source and dataset from customers. 2. Drag dataset to layout. 3. Insert content to master page footer. 4. Preview in web viewer Expected result: Page footer displays at the end of the report. Actual result: Page foo...
closed fixed
6b5d4dc
["engine/org.eclipse.birt.report.engine.emitter.html/src/org/eclipse/birt/report/engine/emitter/html/HTMLReportEmitter.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-04-06T04:03:07Z
2006-04-05T04:06:40Z
134,445
Bug 134445 [linux] scroll bars are required in Hyperlink Options
steps to reproduce: - create a report - insert a label - edit its hyperlink - select Drill-through - notice the dialog box expected behavior: - the user is able to choose all options actual behavior: - the user could only format the target report in HTML as PDF option was inivisible. it seemed that it's limited by the ...
closed fixed
997fe3f
["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/HyperlinkBuilder.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-04-06T03:26:56Z
2006-04-03T04:53:20Z
134,671
Bug 134671 Legend title is displayed incorrectly.
Legend title is displayed incorrectly. Steps: 1.Import the attached report design file 2.Preview Actual Results: 1.Legend title is "Company", but displayed as "=Company" Expected Results: 1.Legend title is displayed correctly.
closed fixed
9c1577e
["chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/render/BaseRenderer.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-04-05T15:15:23Z
2006-04-04T05:53:20Z
133,999
Bug 133999 Background image won't apply to the column
Steps to reproduce: 1.New a table with some labels 2.Choose one column, apply a style with background image Expected result: Background image will be applied to the column Actual result: Background image didn't apply to the column in layout, but preview is ok
closed fixed
682c38b
["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/layer/TableGridLayer.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/actions/ApplyStyleMenuAction.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-04-05T07:46:08Z
2006-03-30T06:26:40Z
132,786
Bug 132786 Value2 should be cleaned after convert operator from between to equal in highlight rule.
Description: Value2 should be cleaned after convert operator from between to equal in highlight rule. Steps to reproduce: 1. Insert a data. 2. Set highlight rule in Property Editor. 2 between 1 and 3, color blue. 3. Save the report 4. Modify highlight rule, change to 1 equal 1, color blue. 5. Save the report, see gener...
closed fixed
ea978d1
["model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/HighlightRuleHandle.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-04-05T04:57:40Z
2006-03-22T06:46:40Z
134,464
Bug 134464 Set an alias on a column of the join dataset, an error is thrown out
Description: Set an alias on a column of the join dataset, an error is thrown out Steps to reproduce: 1. new a report 2. new two dataset and create a join dataset on the two datasets 3. set an alias on a column on the dataset 4. drag the joint dataset to the layout, add a filter row["a"]>10 on the table 5. save and pre...
closed fixed
4693675
["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/PreparedJointDataSourceQuery.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-04-05T04:12:55Z
2006-04-03T07:40:00Z
134,651
Bug 134651 the joint data set can not be created
Description: the joint data set can not be created. Steps to reproduce: 1. new a report 2. new a dataset 3. new a jointdataset. Actual result: The jointdataset can not be built. rg.eclipse.swt.SWTException: Failed to execute runnable (java.lang.NullPointerException) at org.eclipse.swt.SWT.error(SWT.java:3349) at org.ec...
closed fixed
fec1dcc
["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/PreparedJointDataSourceQuery.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-04-04T07:26:45Z
2006-04-04T03:06:40Z
134,040
Bug 134040 Row should not has page break property in Property Editor now.
Description: Row should not has page break property in Property Editor now. Steps to reproduce: 1. Insert a grid/table, select one row. 2. Set pageBreak properties Expected result: Row should not has page break property in Property Editor. Actual result: Page break can be set to row in Property Editor but cannot be sav...
closed fixed
5d5cf7d
["UI/org.eclipse.birt.report.designer.ui.ide/src/org/eclipse/birt/report/designer/internal/ui/ide/propertyeditor/IDECategoryProviderFactory.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-04-04T07:00:52Z
2006-03-30T09:13:20Z
134,216
Bug 134216 [regression] add a report item to library does not work properly
steps to reproduce: - create a library - add report items, say label - add 1st label - add 2nd laebl expected behavior: - everytime i drag a label to Outline->ReportItems, the label will be added actual behavior: - for the 1st label, it worked out fine - for the 2nd label, i had to drag a label twice to complete the op...
closed fixed
4d27a13
["UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/core/DesignerConstants.java", "UI/org.eclipse.birt.report.designer.ui.lib/src/org/eclipse/birt/report/designer/internal/lib/editparts/LibraryReportDesignEditPart.java", "UI/org.eclipse.birt.report.designer.ui.lib/src/org/eclipse/birt/report...
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-04-04T05:29:06Z
2006-03-31T07:26:40Z
134,465
Bug 134465 JDBC DataSource->sampledb.Driver can not be finished.
Steps: 1. Create a data source, select JDBC DataSource 2. Click next 3. Select org.eclipse.birt.report.data.oda.sampledb.Driver (Classic Models Inc. SampleDB Driver) 4. Test connection(Success) The dialog can not be finished("Finish" button is still gray out)
closed fixed
e6fc5a7
["data/org.eclipse.birt.report.data.oda.jdbc.ui/src/org/eclipse/birt/report/data/oda/jdbc/ui/profile/JDBCSelectionPageHelper.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-04-03T09:58:44Z
2006-04-03T07:40:00Z
134,229
Bug 134229 [smoke][regression] fail to export data as csv format
steps to reproduce: - use the attached report - preview in web viewer - export data - select data - click on OK expected behavior: - data is exported (as csv format) actual behavior: - nothing happened
closed fixed
bd04a36
["viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/servlet/ViewerServlet.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-04-03T06:45:32Z
2006-03-31T07:26:40Z
133,780
Bug 133780 Execution sequence of valueExpr(DataItem) and onCreate() is not correct.
In the attached design. There is a DataItem in the table footer that I used to do a sum of the "Amount" column. In the test, I write the onCreate() method as: params["amount"]=Total.sum(row["AMOUNT"]); It passes the aggregation value to a parameter. In the "valueExpr" I write as: "AMOUNT:" + params["amount"] The expres...
closed fixed
40fb875
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/DataItemExecutor.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/ImageItemExecutor.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/TextItemExecutor.java...
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-04-03T06:15:17Z
2006-03-29T05:26:40Z
131,008
Bug 131008 Support Result Set Column Binding in Data Engine
We will expand the concept of Data Binding to include binding of columns/expression. When a data set is bound to a table or data item, the user must define a set of Bound Data Columns. Each bound column has a name which must be unique within the binding set, a data type, and an expression which is defined based on the ...
resolved fixed
83c61e1
["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/CandidateQuery.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/DataSourceQuery.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/cache/CacheRequest.java", "data/org.eclipse.birt.data/src/org/ec...
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-04-02T18:24:33Z
2006-03-09T02:06:40Z
102,511
Bug 102511 Enhance Highlighting to support Banding
Using the highlight feature to create a banded report results in a messy report. To recreate, create a simple tabular report. In the designer, select the detail row, go to the Highlights tab on the Property Editor view. Add a new highlight, set its condition to be "row[0] % 2" "Equals" "0". Set the formatting for the h...
resolved fixed
3f64597
["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
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-03-31T09:54:23Z
2005-07-01T17:46:40Z
130,094
Bug 130094 [regression] cannot edit group in Cheat Sheets
steps to reproduce: - create a report using Grouped Listing template - switch to Cheat Sheets, start/restart the tutorial - follow the steps to 1) create data source; 2) create data set; 3) bind the data to the table; and 4) edit the group expected behavior: - group dialog should be displayed actual behavior: - error m...
closed fixed
49915e9
["UI/org.eclipse.birt.report.designer.ui.editors.schematic/src/org/eclipse/birt/report/designer/ui/actions/cheatsheets/TemplateBaseAction.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/views/DefaultNodeProvider.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-03-31T06:58:31Z
2006-03-02T09:00:00Z
122,419
Bug 122419 Masterpage cannot access Data Set properties
If one references a data set property in the master page, i.e. row["title"], then the viewer displays only 'undefined'.
resolved fixed
78a4d8c
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/data/dte/ReportQueryBuilder.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-03-31T06:18:40Z
2005-12-31T11:53:20Z
134,032
Bug 134032 Page break after always doesn't break page between last group and table footer.
Description: Page break after always doesn't break page between last group and table footer. Steps to reproduce: 1. New a table with a group. 2. set pageBreakAfter to always to the group. 3. Preview. Result: Table footer was in the same page as last group.
closed fixed
bb55c25
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/ListingElementExecutor.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-03-31T06:07:56Z
2006-03-30T09:13:20Z
134,057
Bug 134057 [Smoke]NoClassDefFound when view report contains ODA data source after deploy birt in tomcat4
Description: NoClassDefFound when view report contains ODA data source after deploy birt in tomcat4 Steps to reproduce: 1. Deploy birt 2. view reports with ODA data source inside. Result: java.lang.NoClassDefFoundError: org/eclipse/birt/report/model/plugin/ODABaseProviderFactory at org.eclipse.birt.report.model.extensi...
closed fixed
682159c
["model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/extension/oda/ODAProviderFactory.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-03-31T05:28:41Z
2006-03-30T12:00:00Z
130,492
Bug 130492 Provide a method to serialize the report with library information.
Currently, when engine generate the report document file, the document does not contain any library information. That will cause many propblem on server side. Model should provide a method to serialize the report with library information to a stream so that the generated report document can contain all information that...
resolved fixed
1380744
["model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/JointDataSetHandle.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/util/DocumentUtil.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/core/DesignElement.java", "model/org.eclipse.bi...
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-03-30T02:25:10Z
2006-03-06T01:53:20Z
133,776
Bug 133776 Oda DesignerState support on OdaDataSource
OdaDataSet supported Oda DesignerState. This feature is also need in OdaDataSource. Please add OdaDesignerState property to OdaDataSource element in ROM. Make the related changes.
closed fixed
390afe6
["model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/OdaDataSetHandle.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/OdaDataSourceHandle.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/elements/interfaces/IOdaDataSourceModel.java", ...
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-03-29T09:50:11Z
2006-03-29T05:26:40Z
130,511
Bug 130511 Move RunReportAction from IDE plugin to Preview plugin
RunReportAction need InputParameterDialog which will move to Preview plugin, but IDE plugin is not depends on Preview plugin, so this action must move to Preview plugin
resolved fixed
dd0e8e3
["UI/org.eclipse.birt.report.designer.ui.ide/src/org/eclipse/birt/report/designer/ui/ide/navigator/PublishTemplateNavigatorAction.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-03-29T05:22:11Z
2006-03-06T07:26:40Z
130,068
Bug 130068 [Regression]Report Parameter window doesn't pop up when preview a report with parameter.
Description: Report Parameter window doesn't pop up when preview a report with parameter. Steps to reproduce: 1. New a report parameter without default value. 2. Drag it to Layout. 3. Click Preview in Layout. Expected result: Window pops up for value input. Actual result: Some required parameter values are not set or s...
closed fixed
71b75c5
["UI/org.eclipse.birt.report.designer.ui.preview/src/org/eclipse/birt/report/designer/ui/preview/editors/ReportPreviewFormPage.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-03-28T07:13:45Z
2006-03-02T03:26:40Z
133,446
Bug 133446 org.eclipse.birt.report.viewer compiles error in daily build 20060328
org.eclipse.birt.report.viewer compiles error in daily build 20060328. The error msg is below: viewservlets: [mkdir] Created dir: E:\DailyBuild\eclipse\plugins\org.eclipse.birt.report.viewer\temp.folder\birt_web\WEB-INF\lib\viewservlets.jar.bin [javac] Compiling 117 source files to E:\DailyBuild\eclipse\plugins\org.ecl...
closed fixed
fcb0077
["viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/ReportEngineService.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-03-28T06:07:51Z
2006-03-28T01:40:00Z
132,506
Bug 132506 [Regression][Linux WS]Error on operation buttom in layout tab
Details: [Regression]Error on operation buttom in layout tab Setp: When I new a report design or template, it will be appear on preview state, but layout state.
closed fixed
1f6fa71
["UI/org.eclipse.birt.report.designer.ui.editors/src/org/eclipse/birt/report/designer/internal/ui/extension/EditorContributorManager.java", "UI/org.eclipse.birt.report.designer.ui.editors/src/org/eclipse/birt/report/designer/internal/ui/extension/FormPageDef.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-03-27T06:40:45Z
2006-03-20T07:33:20Z
128,674
Bug 128674 PDF not obeying width or background color
I have a simple SQL table with columns for dept, firstname, MI, lastname. I created a grouped report using the wizard, and associated it with the above table. By default the report thus created it has 3 columns. I added a 4th column and set the widths of all columns to 25%. I then put dept in as the grouping field, and...
resolved fixed
57e9cf5
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/css/dom/CellComputedStyle.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-03-27T06:26:36Z
2006-02-20T15:40:00Z
133,090
Bug 133090 Unable to set parameter value based on name
I have a data set definition that contains a query with 1 parameter. The parameter definition within the rptdesign file is as follows: <list-property name="parameters"> <structure> <property name="name">param1</property> <property name="dataType">string</property> <property name="position">-1</property> <expression nam...
resolved fixed
100ba3d
["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/DataSourceQuery.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-03-27T06:03:22Z
2006-03-24T00:26:40Z
133,180
Bug 133180 Support FolderArchive in BIRT.core
BIRT curently supports FolderArchive reader and writer. However, to support using report document as data source, and potentially even replace the report document during rendering, an interface/class that supports both read and write with the same object is needed. Because BIRT internal codes uses archive reader and wr...
resolved fixed
ffa8926
["core/org.eclipse.birt.core/src/org/eclipse/birt/core/archive/FolderArchive.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-03-25T21:28:29Z
2006-03-24T17:06:40Z
133,096
Bug 133096 Mapping of ODA data type literal value to code value
The ODA dataSource extension point specifies an ODA scalar data type in its literal value. But most handling of an ODA data type in the ODA framework is done with its code value. The oda.util.manifest package should provide the conversion utility to map from an ODA literal value to its corresponding code value. Another...
closed fixed
4a5133f
["core/org.eclipse.birt.core/src/org/eclipse/birt/core/data/DataTypeUtil.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/odaconsumer/Driver.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-03-24T03:13:35Z
2006-03-24T03:13:20Z
131,835
Bug 131835 Clean up FO related code
Now that FO is not part of BIRT, clean up all references to FO, including the FORenderOption, TailoredForFOP, etc.
resolved fixed
26d0422
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/ReportRunner.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/EngineTask.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-03-23T04:44:55Z
2006-03-14T21:00:00Z
132,630
Bug 132630 Additional markers can not support interactivity
Additional markers can not support interactivity Steps: 1.Create a line chart 2.Set Y series marker to additional marker such as star or ellipse 3.Add a interactivity such as showTooltip to Y series 4.Preview in web viewer Actual results: 1.Additional markers can not support interactivity Expected Results: 1.Additional...
closed fixed
d58fb91
["chart/org.eclipse.birt.chart.device.svg/src/org/eclipse/birt/chart/device/svg/SVGRendererImpl.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-03-22T18:59:40Z
2006-03-21T05:46:40Z
127,005
Bug 127005 Dynamic drill thru link to book mark
To create a drill thru link to a report document, user has to pre-create book marks in the target report today. But in many cases, the target report could be designed by a different report writer. And that report writer may not know what section of the report others want to link to. We shall not require the target repo...
resolved fixed
05098ff
["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/HyperlinkBuilder.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-03-22T09:40:46Z
2006-02-09T01:53:20Z
132,519
Bug 132519 The program is differ from the specification
Description: The program is differ from the specification Detail: 1.In the code of BuiltInAggregationFactory.java public static final String TOTAL_TOP_PERCENT_FUNC = "ISTOPPERCENT"; public static final String TOTAL_BOTTOM_PERCENT_FUNC = "ISBOTTOMPERCENT"; should change to: public static final String TOTAL_TOP_PERCENT_F...
closed fixed
501add5
["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/PreparedQuery.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-03-22T05:37:46Z
2006-03-20T10:20:00Z
130,088
Bug 130088 [Regression]NPE when open report with syntax error.
Description: NPE when open report with syntax error. Steps to reproduce: 1.In report, under MasterPage, add:<Style name="wrongName"/> as attached report 2.Open it. Expected result: See syntax error. Actual result: java.lang.NullPointerException at org.eclipse.birt.report.designer.core.model.DesignElementHandleAdapter.g...
closed fixed
6d494be
["UI/org.eclipse.birt.report.designer.ui.editors/src/org/eclipse/birt/report/designer/ui/editors/MultiPageReportEditor.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/parts/GraphicalEditorWithFlyoutPalette.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-03-22T02:15:52Z
2006-03-02T09:00:00Z
132,621
Bug 132621 Series label font can not take effect.
Series label font can not take effect. Steps: 1.Create a line chart 2.Open chart builder, go to "Format Chart" tab, click "Y Series", click "Label" button, click "..." button beside font, set color to red and bold 3.Preview in layout, html Actaul Results: 1.Label font can not be changed Expected Results: 1.Label color ...
closed fixed
a8c7183
["chart/org.eclipse.birt.chart.device.svg/src/org/eclipse/birt/chart/device/svg/SVGGraphics2D.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-03-21T20:04:38Z
2006-03-21T03:00:00Z
122,254
Bug 122254 Not Like operator is missing in the Filter tab of Data Set window
null
resolved fixed
615a45c
["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/api/IConditionalExpression.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/script/ScriptEvalUtil.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/adapter/ModelDteApiAdapter.java", "engine/org.eclipse.birt.r...
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-03-21T08:35:42Z
2005-12-28T17:13:20Z