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] |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
181,121 | Bug 181121 Model should provide utility method for cube to get correspond dimension key. | In model cube handle, the relation of cube data set and dimension data sets are managed by a series of dimension condition handles.We need model to add utility method so that we can easily get corresponding dimension data set column names according to given cube dimension keys. | resolved fixed | a385154 | ["model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/library/LibraryCompoundElementTest.java", "model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/parser/TabularCubeParserTest.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/DimensionC... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2007-04-06T09:53:39Z | 2007-04-05T05:13:20Z |
181,103 | Bug 181103 Exception throws out when preview a report including two same result x-tab[1102] | Description: Exception throws out when preview a report including two same result x-tab[1102] Build number: 2.2.0.v20070405-0630 Steps to reproduce: 1, New cube named cube1 and new a cross tab 2, Preview results 3, New another cube named cube2 with the same sturcture as cube1 4, New a x-tab2 with cube2 and preview the ... | closed fixed | 54cd0dc | ["data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/impl/DataRequestSessionImpl.java", "data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/impl/DataSetIterator.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2007-04-05T09:48:08Z | 2007-04-05T02:26:40Z |
179,737 | Bug 179737 The MeasureHandle should be able to provide data type info | We are now allow user input expression as measure expression. However this brings difficulties in determine the data type of a measure expression evaluation result. We need MeasureHandle to be enhanced to include the data type info. Please note that data type "any" is not accepted. | resolved fixed | 54e7554 | ["model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/parser/TabularCubeParserTest.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/olap/MeasureHandle.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/elements/interfaces/IMeasureModel... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2007-04-05T09:28:12Z | 2007-03-28T13:53:20Z |
181,153 | Bug 181153 Only show dimension arrow after drag a data item into row area[1102] | Description: Only show dimension arrow after drag a data item into row area[1102] Build number: 2.2.0.v20070405-0630 Steps to reproduce: 1, New a cross tab with a dimension in row area 2, Drag a data item into the row area Expected result: On data item there is no black arrow icon Actual result: The data item has the s... | closed fixed | 6c78ba6 | ["xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/internal/ui/editors/editparts/CrosstabGraphicsFactory.java", "xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/internal/ui/editors/model/NormalCrosstabCellAdapter.java", "xtab/org.eclipse.bir... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2007-04-05T09:25:21Z | 2007-04-05T08:00:00Z |
181,130 | Bug 181130 DataException when preview attached crosstab.[1101] | Description: DataException when preview attached crosstab. Build number:2.2.0.v20070405 Steps to reproduce: 1. Open attached report. 2. Preview. Expected result: No Exception and crosstab display data. Actual result: DataException: Fail to load cube "mycube" from document. The document object does not exist. Error log:... | closed fixed | a99c912 | ["data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/impl/DataRequestSessionImpl.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2007-04-05T08:33:53Z | 2007-04-05T08:00:00Z |
174,234 | Bug 174234 Master pages don't work in Word emitter | A document that formats with first page as an envelope and subsequent pages as letter sized paper only formats as envelope through out in the Word emitter. | resolved fixed | a1350bf | ["engine/org.eclipse.birt.report.engine.emitter.wpml/src/org/eclipse/birt/report/engine/emitter/wpml/EmitterContext.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2007-04-05T07:04:09Z | 2007-02-14T21:53:20Z |
179,629 | Bug 179629 After create a x-tab with a cube, a error occurs in Problems sheet[1102] | Description: After create a x-tab with a cube, a error occurs in Problems sheet[1102] Build number: 2.2.0.v20070328-0630 Steps to reproduce: 1, Create a cube 2, Create a x-tab using the cube 3, Check the error message in Problems sheet Expected result: No error occurs after create a x-tab Actual result: The error messa... | closed fixed | 7edb6f6 | ["model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/extension/ReportItemExtensionTest.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/validators/DataSetRequiredValidator.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2007-04-05T06:51:10Z | 2007-03-28T00:00:00Z |
178,488 | Bug 178488 Max and Min does not take effect for non-category Date/Time Axis [0001] | Description: Max and Min does not take effect for non-category Date/Time Axis. Build number: 2.2.0.v20070321-0630 Steps to reproduce: 1. Preview the attached design file. Expected result: Min and Max takes effect (See screenshot1). Actual result: Min and Max does not take effect(See screenshot2). Error log: N/A | closed fixed | ffd2f1c | ["chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/withaxes/PlotWith2DAxes.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2007-04-04T09:03:17Z | 2007-03-21T06:53:20Z |
180,838 | Bug 180838 If the cube is invalid, we should show a warning to user[1101] | Description: The result of measure are incorrect[1102] Build number: 2.2.0.v20070404-0630 Steps to reproduce: Using the attached report, I think the expected result is China 20 female Uk ... China 28 male USA ... But the result is China 48 female Uk ... male USA ... And we calculate the China of female and male in one ... | closed fixed | e7dd5e6 | ["data/org.eclipse.birt.data.tests/test/org/eclipse/birt/data/engine/olap/data/impl/dimension/DimensionTest2.java", "data/org.eclipse.birt.data.tests/test/org/eclipse/birt/data/engine/olap/data/impl/facttable/FactTableHelperTest2.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/i18n/ResourceConstants... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2007-04-04T07:24:25Z | 2007-04-04T01:26:40Z |
180,689 | Bug 180689 [Regression]Chart with flipped axes doesn't display properly [0001] | Chart with flipped axes doesn't display properly [0001] Build number: 2.2.0.v20070403-1345 Steps to reproduce: 1.new a sample DB data source and set CUSTOMERS as data set 2.new a bar chart using the data set,set CUSTOMERNAME as X-series,CREDITLIMIT as Y-series,click Ok 3.preview in html 4.double click the chart in layo... | closed fixed | 8952746 | ["chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/withaxes/PlotWith2DAxes.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2007-04-04T06:20:50Z | 2007-04-03T11:33:20Z |
180,431 | Bug 180431 Exported files from Export Report have no extension name.[0002] | Description: Exported files from Export Report have no extension name. Build number:2.2.0.v20070402 Steps to reproduce: 1. New a report. 2. Preview in Web Viewer. 3. Click Export Report. 4. Select any kind of format and click OK. 5. Save the report intead of open it. 6. Check the saved file. Expected result: If I choos... | closed fixed | 7b28cf4 | ["viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/presentation/aggregation/layout/EngineFragment.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/presentation/aggregation/layout/FramesetFragment.java", "viewer/org.eclipse.birt.report.viewer/bi... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2007-04-03T09:42:39Z | 2007-04-02T05:00:00Z |
180,630 | Bug 180630 Required parameters haven't been marked with *. | Description: Required parameters haven't been marked with *. Build number:2.2.0.v200704031345 Steps to reproduce: 1. Open attached report and preview. Expected result: date,date1 and date2 are required and all are marked with *. Actual result: Only date2 is marked with *. Error log:N/A | closed fixed | 3dbcd52 | ["viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/presentation/aggregation/parameter/ScalarParameterFragment.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/BirtViewerReportService.java", "viewer/org.eclipse.birt.report.viewer/birt/WE... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2007-04-03T09:01:55Z | 2007-04-03T08:46:40Z |
180,189 | Bug 180189 Support in memory data set cache. | Currently, Design-Time Data Cache is stored on disks. By performance tests using ramdisk, we found that caching in physical memory can improve the performance of RunAndRender by 30%. | resolved fixed | 49e98d5 | ["data/org.eclipse.birt.data.tests/test/org/eclipse/birt/data/engine/binding/DataSetCacheTest.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/api/DataEngine.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/api/DataEngineContext.java", "data/org.eclipse.birt.data/src/org/eclipse/bi... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2007-04-03T07:48:10Z | 2007-03-30T13:06:40Z |
180,617 | Bug 180617 [Regression] Exception is thrown out when create a stored procedure data set [0703] | Description: Exception is thrown out when create a stored procedure data set Build number: 2.2.0.v20070403-0630 Steps to reproduce: 1. Add a data source, Driver:net.sourceforge.jtds.jdbc.Driver (v0.9) URL:jdbc:jtds:sqlserver://spmdb/gui, User:sa, Password:sa. 2. Add a data set, select data set type "SQL Stored Procedur... | closed fixed | c6047d8 | ["data/org.eclipse.birt.report.data.oda.jdbc/src/org/eclipse/birt/report/data/oda/jdbc/CallStatement.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2007-04-03T07:28:22Z | 2007-04-03T06:00:00Z |
180,608 | Bug 180608 [Regression]NPE throws out when preview the result in dataset[07] | Description: [Regression]NPE throws out when preview the result in dataset[07] Build number: 2.2.0.v20070403-0630 Steps to reproduce: 1, Use attached report 2, Edit Data Set 3, Preview the Data Set Expected result: The preview should be success Actual result: NPE throws out Error log: | closed fixed | b07e9e9 | ["data/org.eclipse.birt.data.tests/test/org/eclipse/birt/data/engine/binding/FeaturesTest.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/ResultClass.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2007-04-03T06:49:58Z | 2007-04-03T03:13:20Z |
180,414 | Bug 180414 The attached design file is not previewed correctly when using POSTSCRIPT [1201] | Description: The attached design file is not previewed correctly when using POSTSCRIPT. Build number: 2.2.0.v20070402-0630 Steps to reproduce: 1. Preview the attached design file in POSTSCRIPT. Expected result: All the letters are shown within the boundary. Actual result: See the attached screenshot. Error log: N/A | closed fixed | 9f768ed | ["engine/org.eclipse.birt.report.engine.emitter.postscript/src/org/eclipse/birt/report/engine/emitter/postscript/device/PostscriptPage.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2007-04-03T06:48:26Z | 2007-04-02T02:13:20Z |
175,894 | Bug 175894 SwingLiveChartViewer example is broken | Run SwingLiveChartViewer example in the chart.examples plugin The line series moves to the right unexpectedly. | resolved fixed | e1ae797 | ["chart/org.eclipse.birt.chart.examples/src/org/eclipse/birt/chart/examples/api/viewer/SwingLiveChartViewer.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2007-04-03T06:16:07Z | 2007-02-28T19:13:20Z |
180,118 | Bug 180118 Enhance to print out source stack trace in preview mode.[0002] | null | closed fixed | 76302c5 | ["viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/presentation/aggregation/layout/EngineFragment.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/presentation/aggregation/layout/FramesetFragment.java", "viewer/org.eclipse.birt.report.viewer/bi... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2007-04-03T03:33:42Z | 2007-03-30T04:46:40Z |
179,676 | Bug 179676 [regression]Error when report has chart in master page[05] | null | closed fixed | fec1e06 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/internal/executor/doc/PageReader.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/internal/executor/doc/ReportPageReader.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/internal/ex... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2007-04-02T08:57:53Z | 2007-03-28T08:20:00Z |
180,402 | Bug 180402 [Smoke][Automation][Regression] Chart cannot be rendered at all | steps to reproduce: - create a report - add a chart item to the report - preview the report expected behavior: - chart is rendered actual behavior: - chart was not rendered at all | closed fixed | cba28ab | ["chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/reportitem/ChartReportItemGenerationImpl.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2007-04-02T06:57:45Z | 2007-04-02T02:13:20Z |
180,401 | Bug 180401 If the fact table has duplicate level, the driver can not handle that fact table[1102] | Description: I create a fact table: 1,1,male,USA,1,Beer,Drinking,"Jan 1, 2007 12:00 AM",30,6 2,1,male,USA,2,Diaper,Baby,"Jan 1, 2007 12:00 AM",100,2 .... 9,4,male,China,3,Noodle,FastFood,"Apr 2, 2007 12:00 AM",28,7 10,4,male,China,5,Coffee,Drinking,"Apr 2, 2007 12:00 AM",20,2 I use male and China as the row level and N... | closed fixed | 4aa5e4e | ["data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/impl/DataSetIterator.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2007-04-02T03:18:16Z | 2007-04-02T02:13:20Z |
180,408 | Bug 180408 After correct the expression of dimension, NPE throws out and the x-tab can not be previewed anymore[1102] | Description: After correct the expression of level, NPE throws out and the x-tab can not be previewed anymore[1102] Build number: 2.2.0.v20070402-0630 Steps to reproduce: 1, New a cube with two report design 2, New a x-tab using the cube 3, Change the level's name to CUSTOMER_REGION1 4, Preview the report 5, Correct th... | closed fixed | 51088c4 | ["data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/impl/DataSetIterator.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2007-04-02T02:51:50Z | 2007-04-02T02:13:20Z |
180,249 | Bug 180249 BPS39 - Centralized Chart Engine API | Centralized and clearer Engine API -Create one single entry point class ChartEngine in an api package so it's easy to find (with access to IGenerator, Serializer, Device Renderers) -Create a new IGenerator interface instead of exposing the Generator class. | resolved fixed | 475150b | ["chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/api/ChartEngine.java", "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/factory/IGenerator.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2007-03-30T17:24:20Z | 2007-03-30T18:40:00Z |
180,190 | Bug 180190 Some unnecessary error log is shown in charting | When a chart in a report has no data, or there is no SWT interactivity notifier hooked to the engine, an warning or error are logged. Those are normal conditions of execution and should only log with a INFO level. | resolved fixed | 81946d0 | ["chart/org.eclipse.birt.chart.device.swt/src/org/eclipse/birt/chart/device/swt/SwtRendererImpl.java", "chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/reportitem/ChartReportItemPresentationImpl.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2007-03-30T13:15:19Z | 2007-03-30T13:06:40Z |
178,476 | Bug 178476 Clear cache dosen't take effact[07] | Description: Clear cache dosen't take effact[07] Build number: 2.2.0.v20070321-0630 Steps to reproduce: 1, New a dataset 2, Set the Cache preference to: 20 rows 3, Drag the dataset into layout and preview the results 4, Go back to dataset, clear the cache and change the preference to 30 rows 5, Save the report and prev... | closed fixed | a9ac53e | ["model/org.eclipse.birt.report.model.adapter.oda/src/org/eclipse/birt/report/model/adapter/oda/impl/ModelOdaAdapter.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2007-03-30T09:40:33Z | 2007-03-21T01:20:00Z |
180,114 | Bug 180114 Exception is thrown out when preview a report with a crosstable [1102] | Description: Exception is thrown out when preview a report with a crosstable. Build number: 2.2.0.v20070330-06938 Steps to reproduce: 1. New a sample data source, new a data set: Select * from CLASSICMODELS.CUSTOMERS. 2. New a Cube, Dimesion: Group-COUNTRY, Group1-CONTACTFIRSTNAME; Mesures: CREDITLIMIT. 3. New a Cross ... | closed fixed | 6474f11 | ["data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/impl/DataSetIterator.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2007-03-30T09:12:19Z | 2007-03-30T02:00:00Z |
174,202 | Bug 174202 Pie chart 'minimum slice' label category values don't match legend | To reproduce: Create a pie chart Use Category Data as label values Set a minimum slice percentage Enable a legend Expected behaviour: Slice label should should match legend Actual behaviour: Slice label uses one of the consolidated categories, and not the minimum slice label. This is with 2.2M2 and 2.2M4 Screenshot to ... | resolved fixed | 3593f02 | ["chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/DataPointHints.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2007-03-30T08:37:42Z | 2007-02-14T16:20:00Z |
178,191 | Bug 178191 Line Chart series markers is not in the right position when the chart has a non-category X Axis [0001] | Description: Line Chart series markers is not in the right position when the chart has a non-category X Axis. Build number: 2.2.0.v20070320-1038 Steps to reproduce: 1. New a line Chart with a non-category X Axis. 2. Preview. Expected result: All the series markers are in the right position. Actual result: Line Series m... | closed fixed | fa1115e | ["chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/withaxes/PlotWith2DAxes.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2007-03-30T07:04:38Z | 2007-03-20T08:40:00Z |
179,622 | Bug 179622 Web Viewer does not display localized UI. | Web Viewer does not display localized UI even though the org.eclipse.birt.report.viewer.nl1_2.2.0.v20070327-0630.jar is installed. Please check the attached screen shot. To reproduce: 1. Install NL pack 2. Start eclipse with -nl ja_JP option. 3. Open any report and preview as Web Browser. | resolved fixed | dd2eeac | ["viewer/org.eclipse.birt.report.viewer/src/org/eclipse/birt/report/viewer/ViewerPlugin.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2007-03-30T06:45:10Z | 2007-03-28T00:00:00Z |
174,872 | Bug 174872 Clean up chart model | The chart model contains unused attributes and components. Those just make it difficult to understand the model architecture, so they should be removed from the schema, and the EMF classes must re-generated. Examples are: ChartPreferences, Rule. We need to analyze the model to find out all unused ones. Note that this s... | resolved fixed | 4ac5c67 | ["chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/Serializer.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/attribute/RuleType.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/component/ChartPreferences.java", "chart/org.eclipse.birt.chart.e... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2007-03-30T06:12:11Z | 2007-02-20T22:20:00Z |
179,431 | Bug 179431 [Automation]Chart background color issue[0602] | Details: [Automation]Chart background color issue[0602] Step: 1. Add a chart and set output format as jpg/bmp. 2. Add a chart and set output format as png/svg. Actual result: Step 1: Background color of chart is baby blue. Step 2: Background color of chart is black. | closed fixed | fe712da | ["chart/org.eclipse.birt.chart.device.extension/src/org/eclipse/birt/chart/device/image/BmpRendererImpl.java", "chart/org.eclipse.birt.chart.device.extension/src/org/eclipse/birt/chart/device/image/JavaxImageIOWriter.java", "chart/org.eclipse.birt.chart.device.extension/src/org/eclipse/birt/chart/device/image/JpegRende... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2007-03-29T16:50:45Z | 2007-03-27T04:33:20Z |
172,420 | Bug 172420 Icon used to invoke expression builder should be consistent(DTE part) | Please modify the part of DTE team, thanks. | verified fixed | 7716180 | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/data/ui/dataset/DataSetUIUtil.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2007-03-29T10:50:51Z | 2007-02-01T06:06:40Z |
179,423 | Bug 179423 [regression]Chart template instruction isn't in the middle place in Firefox[02] | [regression]Chart template instruction isn't in the middle place in Firefox[02] Build number: 2.2.0.v20070326-0630 Steps to reproduce: 1. New a template file. 2. Insert a chart, input add chart as instruction text. 3. Preview in IE and Firefox. Expected result: add chart is in the center and middle Actual result: In IE... | closed fixed | cd97ed8 | ["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 | 2007-03-29T10:15:19Z | 2007-03-27T01:46:40Z |
176,874 | Bug 176874 Remove the call to setupRenderOption method from RunTask flow | While going through the report engine code, I noticed that the method setupRenderOption is being called in RunTask.doRun method. setupRenderOption method is used to intialize the render options used to render the report. I understand this is not needed in RunTask flow as we are only running the report. | resolved fixed | bebd1b0 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/RunTask.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2007-03-29T09:42:17Z | 2007-03-09T22:40:00Z |
179,938 | Bug 179938 [Automation][Regression] Exception is thrown out when preview the data set with parameter [0705] | Description: Exception is thrown out when preview the data set with parameter. Build number: 2.2.0.v20070329-1055 Steps to reproduce: 1. New a data source and a data set with a parameter and binding the parameter to a report parameter. 2. Preview Results. Expected result: No exception is thrown out. Actual result: Exce... | closed fixed | 7390d7b | ["data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/internal/adapter/DataAdapterUtil.java", "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 | 2007-03-29T09:38:24Z | 2007-03-29T09:20:00Z |
179,931 | Bug 179931 Provide new interface IStyle to let extension return the style properties values | Provide the IStyle interface to let extension user can return the style property value list for their extension elements. | resolved fixed | 7a1ad23 | ["model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/extension/PeerExtensionTest.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/extension/IReportItem.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/extension/IStyleDeclaration... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2007-03-29T08:49:47Z | 2007-03-29T06:33:20Z |
177,694 | Bug 177694 BIRT date/time type support in viewer | BIRT viewer needs to be changed to support new BIRT data type date/time. Please see attached spec/patch file for details. | resolved fixed | 8bd85fa | ["viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/ParameterDataTypeConverter.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/utility/DataUtil.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2007-03-29T08:28:45Z | 2007-03-16T01:53:20Z |
179,688 | Bug 179688 Dimension should not be able to be deleted through Context Menu [1102] | Description: Dimension should not be able to be deleted through Context Menu. Build number: 2.2.0.v20070328-0630 Steps to reproduce: 1. New a Cross tab, drag Group to column. 2. Select the Group and right click to choose "Delete" in the context menu. Expected result: Dimension should not be able to be deleted through C... | closed fixed | 8cc2382 | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/providers/SchematicContextMenuProvider.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2007-03-29T08:16:49Z | 2007-03-28T08:20:00Z |
179,262 | Bug 179262 [Automation][Regression] vertical alignment set on table row did not work properly | steps to reproduce: - use the attached report design - preview in html expected behavior: - vertical alignment takes effect actual behavior: - it did not | closed fixed | 01f5254 | ["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 | 2007-03-29T06:05:31Z | 2007-03-26T09:06:40Z |
179,899 | Bug 179899 org.eclipse.birt.report.designer.tests has compile error in daily build 20070329-0630 | org.eclipse.birt.report.designer.tests has compile error in daily build 20070329-0630. Please see the attachment. This build ran from HEAD version. | closed fixed | de1e777 | ["UI/org.eclipse.birt.report.designer.tests/src/org/eclipse/birt/report/designer/tests/example/matrix/ExtendedElement.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2007-03-29T05:07:38Z | 2007-03-29T03:46:40Z |
179,687 | Bug 179687 Every cube's dimensions can be used by one x-tab[1102] | Description: Do not allowed other cube's dimension using in the x-tab which is not using that cube[1102] Build number: 2.2.0.v20070328-0630 Steps to reproduce: 1, New two cubes, cube1 and cube2 2, Create a x-tab using cube1 3, Drag the dimension of cube2 to x-tab Expected result: The step3's operation should be forbidd... | closed fixed | 62a30a5 | ["xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/internal/ui/editors/model/CrosstabHandleAdapter.java", "xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/internal/ui/editors/model/NormalCrosstabCellAdapter.java", "xtab/org.eclipse.birt.repo... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2007-03-29T04:13:45Z | 2007-03-28T08:20:00Z |
159,514 | Bug 159514 BPS66 - Chart Simple API | This project aims to simplify the chart model API and make it accessible from scripting. It will only expose a set of clear interfaces that determine what can be changed using scripting. | closed fixed | 6d00d2a | ["chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/reportitem/ChartReportItemImpl.java", "chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/api/IChart.java", "chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/api/IChartWithAxes.java", "chart/org.eclipse.... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2007-03-29T03:17:29Z | 2006-10-02T20:13:20Z |
179,880 | Bug 179880 [Smoke][Automation][Regression] Preview failed in daily build 20070329 | steps to reproduce - create a report design - preview report expected behavior: - report is previewed actual behavior: - failed to preview | closed fixed | fb81d6b | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/html/HTMLAbstractLM.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2007-03-29T02:47:49Z | 2007-03-29T01:00:00Z |
177,483 | Bug 177483 [Regression] The value in chart area and legend area are different for Meter chart [0001] | null | closed fixed | ef6a2a4 | ["chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/LegendBuilder.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2007-03-28T08:48:14Z | 2007-03-15T03:40:00Z |
176,457 | Bug 176457 Use container's column bindings in chart editor | null | resolved fixed | 91646f7 | ["chart/org.eclipse.birt.chart.reportitem.ui/src/org/eclipse/birt/chart/reportitem/ui/ReportDataServiceProvider.java", "chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/reportitem/ChartReportItemQueryImpl.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2007-03-28T06:10:48Z | 2007-03-06T08:33:20Z |
177,864 | Bug 177864 Error message is not helpful when a BIRT function call has incorrect params | The attached report design contains a single data iten with expression BirtComp.like("a"). This expression has syntax error because BirtComp.like() function expects two parameters. Run this report in BIRT viewer and the only error you will get is: org.eclipse.birt.report.service.api.ReportServiceException: Error happen... | resolved fixed | 780ea3f | ["viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/BirtViewerReportService.java", "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/... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2007-03-28T05:31:50Z | 2007-03-17T00:06:40Z |
179,636 | Bug 179636 [Smoke] Chart can not be previewed [0001] | Description: Chart can not be previewed Build number: 2.2.0.v20070328-0630 Steps to reproduce: 1. New a chart, preview. Expected result: Chart is displayed correctly. Actual result: Chart can not be previewed. Error log: N/A | closed fixed | 264012f | ["viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/presentation/aggregation/layout/EngineFragment.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/utility/ParameterAccessor.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2007-03-28T03:11:42Z | 2007-03-28T02:46:40Z |
177,504 | Bug 177504 Engine doesn't provide SubQuery for extended item | Engine doesn't provide SubQuery for extended item, so chart can't use container's binding to execute the query. If possible, engine could provide an option for extended item to choose whether engine could create the query, so extended item won't create SubQuery by itself. | resolved fixed | b4780e4 | ["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/executor/ExtendedItemExecutor.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/extension/internal/Extens... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2007-03-28T02:52:33Z | 2007-03-15T09:13:20Z |
179,230 | Bug 179230 [Smoke]Nested report items throw exception when previewed[02] | [Smoke]Nested report items throw exception when previewed[02] Build number: 2.2.0.v20070326-0630 Steps to reproduce: 1.New a 3 *3 table 2.Put a label with content "abc" in the table cell (0,0), revert the label to template report item 3.Revert the table to the template report item 4.preview Expected result: No exceptio... | closed fixed | 9c46df4 | ["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 | 2007-03-27T09:26:01Z | 2007-03-26T03:33:20Z |
175,954 | Bug 175954 Data Engine throws DataException when runtime query has multiple copies of the columns of the design-time query | When the column meta data returned by the runtime query has multiple copies of the columns of the design-time query initially specified (say, in the ODA session response), the BIRT viewer will throw a DataException. For example, if the initial design-time query specified is "select customername from customers" -- which... | resolved fixed | e443e2e | ["data/org.eclipse.birt.data.tests/test/org/eclipse/birt/data/engine/binding/FeaturesTest.java", "data/org.eclipse.birt.data.tests/test/org/eclipse/birt/data/engine/executor/cache/MemoryCacheTest.java", "data/org.eclipse.birt.data.tests/test/org/eclipse/birt/data/engine/executor/cache/SizeOfUtilTest.java", "data/org.ec... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2007-03-27T08:22:18Z | 2007-03-01T00:46:40Z |
177,693 | Bug 177693 Support Date/Time data type in BIRT report engine. | Report engine needs to support new BIRT data type Date/Time. Please see attached for details. | resolved fixed | ea9ee10 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IScalarParameterDefn.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/ReportParameterConverter.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/ReportRunner.java", "engi... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2007-03-27T05:53:50Z | 2007-03-16T01:53:20Z |
178,936 | Bug 178936 Exception is thrown out when you choose "Step Size" Radio button [0001] | Description: Exception is thrown out when you choose "Step Size" Radio button. Build number: 2.2.0.v20070322-0630 Steps to reproduce: 1. New a sample data source, data set: select * from CLASSICMODELS.CUSTOMERS. 2. New a Bar Chart, Category (X) Series: row["CUSTOMERNUMBER"], Value (Y) Series: row["CUSTOMERNUMBER"]. 3. ... | closed fixed | acaf6d3 | ["chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/composites/TextEditorComposite.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2007-03-27T05:52:29Z | 2007-03-23T03:20:00Z |
178,489 | Bug 178489 [Deployment]Error log isn't printed in log file when using framset set method[0601] | null | closed fixed | 8cefc95 | ["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/RunTask.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2007-03-27T02:38:55Z | 2007-03-21T06:53:20Z |
178,465 | Bug 178465 Group change causes failure in the Web Viewer | Attached report has script on the group onprepare method which determines the keyexpr based a on a report parameter. When ran in the M5 build this fails in the Web Viewer. Jason | resolved fixed | 0bac24c | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/QueryItemExecutor.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2007-03-27T02:37:25Z | 2007-03-20T22:33:20Z |
178,342 | Bug 178342 Bookmark hyperlinks are very slow | I designed a report off the sample db that list orders in one table and order details right below. I then added a hyperlink to the top table to link to a bookmark in the details table below. I set the bookmark appropriately. This report works fine when I choos "View Report in Web Viewer" The links are very fast. When I... | resolved fixed | c1031e0 | ["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 | 2007-03-27T02:20:42Z | 2007-03-20T17:00:00Z |
178,710 | Bug 178710 org.eclipse.birt.report.designer.tests has compile error in daily build 20070322-0630 | org.eclipse.birt.report.designer.tests has compile error in daily build 20070322-0630. Please see the attachment for details. | closed fixed | 599b948 | ["UI/org.eclipse.birt.report.designer.tests/src/org/eclipse/birt/report/designer/tests/example/matrix/ExtendedElement.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2007-03-26T01:50:36Z | 2007-03-22T02:20:00Z |
177,498 | Bug 177498 A width of columns in table/grid should not be the same by default if shrink property is ON | Now the width of all columns in table/grid is the same if "width" property is empty and "shrink" property is ON. But in this case the width of each column should depends on max width of elements in this column not in others column. The width of column can depends on width of another column only if width in percents is ... | resolved fixed | f6e5c01 | ["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 | 2007-03-23T18:36:37Z | 2007-03-15T09:13:20Z |
150,151 | Bug 150151 [Accessibility] BIRT SWT chart is not high contrast compliant | The BIRT chart presented in the test log viewer is not displayed properly in high contrast mode. The background color remains white. The labels at the right legend are still using the same font. | closed fixed | c5c937f | ["chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/impl/ChartImpl.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2007-03-23T15:17:26Z | 2006-07-10T14:00:00Z |
168,837 | Bug 168837 The gradient with transparent color does not work [0001] | Description: The background gradient color does not work. Build number: 2.1.2.v20061221-0710 Steps to reproduce: 1. Preview the attached design file. Expected result: Background gradient color both work when preview and in Layout. Actual result: Background gradient color does not work when preview but work in Layout. E... | closed fixed | 23e18d9 | ["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 | 2007-03-22T16:01:56Z | 2006-12-21T11:20:00Z |
177,691 | Bug 177691 Support Date/Time type in BIRT. | We plan to support Date/Time type in BIRT. Please refer to attached document/patch file for necessary info. | resolved fixed | e9adb03 | ["model/org.eclipse.birt.report.model.adapter.oda/src/org/eclipse/birt/report/model/adapter/oda/impl/DataSetParameterAdapter.java", "model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/api/ParameterValidationUtilTest.java", "model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2007-03-22T07:53:41Z | 2007-03-16T01:53:20Z |
177,704 | Bug 177704 Chart that inherits data from container can't use parameter binding | In chart builder, choose "inherit data from container" and set parameter bindings for chart(change the default value in the parameter dialog), and find it's invalid. The real reason is SubQueryDefinition doesn't support setting parameter bindings just as QueryDefinition. However, chart builder allows user to set it. Ne... | resolved fixed | b85dbc9 | ["chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/TaskSelectData.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2007-03-22T05:07:55Z | 2007-03-16T07:26:40Z |
176,107 | Bug 176107 row.__rownum cannot be directly used as group key | Create a table that bind it to a data set. Insert a group. For the Group On field, click on the "..." button to edit the expression, and select from "Availble Column Bindings" | "Table" | "RowNum". This creates a Group On Expression "row.__rownum". The resulting report design cannot be run. It produces error: Column bi... | resolved fixed | 1286495 | ["data/org.eclipse.birt.data.tests/test/org/eclipse/birt/data/engine/binding/GroupOnRowTest.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/expression/ExpressionCompilerUtil.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2007-03-22T04:15:54Z | 2007-03-01T23:00:00Z |
178,179 | Bug 178179 The order of included css files keeps unchanged when reloading | Xingjie once asked Rima this question, and Rima answered that the order kept unchanged. The question and answer are listed following: About reload css. Now there is duplicate style name problem. Which css file is added at last, which file has the highest priority. For example design file has two css file. base.css and ... | verified fixed | 8a24e4b | ["model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/api/CssSharedStyleHandleTest.java", "model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/api/ReportDesignHandleTest.java", "model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/command/CssComm... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2007-03-21T07:53:05Z | 2007-03-20T05:53:20Z |
178,164 | Bug 178164 Use IEngineTask.status constants and remove unnecessary status variables in EngineTask. | 1)Remove following redundant variables in EngineTask used for status info. protected final int RUNNING_STATUS_START = 0; protected final int RUNNING_STATUS_RUNNING = 1; protected final int RUNNING_STATUS_STOP = 2; EngineTask already has access to constants declared in IEngineTask. Use those instead. 2)Remove the unused... | resolved fixed | 22295cc | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/EngineTask.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/or... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2007-03-21T06:57:10Z | 2007-03-20T00:20:00Z |
178,404 | Bug 178404 "Display Text:" and "Value:" on New Selection Choice are not externalized. | "Display Text:" and "Value:" on New Selection Choice are not externalized into the properties file. Please check the attached screen shot for detail. | resolved fixed | 940302f | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/SelectionChoiceDialog.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2007-03-21T05:31:49Z | 2007-03-20T19:46:40Z |
177,690 | Bug 177690 Overline, Underline, line-through is no effect on master page when preview as web view[00] | Details: Overline, Underline, line-through is no effect on master page when preview as web view Step: 1. New a report and add a label in masterpage header and footer. 2. Set the master page overline, underline, line-through. 3. Preview as web view. Actual result: Overline, Underline, line-through is no effect. | closed fixed | ea55424 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/impl/AbstractContent.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/ReportExecutor.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2007-03-21T04:23:19Z | 2007-03-16T01:53:20Z |
177,296 | Bug 177296 Redundant Values are added to parameter list in preview mode.[0705] | Description: Redundant Values are added to parameter list in preview mode. Build number:2.2.0.v20070312 Steps to reproduce: 1. Open attached report. 2. Preview. 3. Select datetime value and click OK. 4. Click Show Report Parameters button, check values Expected result: Values are unchanged and only one datetime value i... | closed fixed | 6221432 | ["viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/presentation/aggregation/parameter/ComboBoxParameterFragment.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/presentation/aggregation/parameter/RadioButtonParameterFragment.java", "viewer/org.... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2007-03-21T02:45:58Z | 2007-03-14T11:00:00Z |
172,604 | Bug 172604 Total.Rank result incorrect. | The Total.rank() aggregation function should follow Excel convention, that is, the identical values should only hold one place in rank. The following table give details: Value | Rank 20 | 3 10 | 4 30 | 2 30 | 2 40 | 1 | resolved fixed | 7993f2b | ["data/org.eclipse.birt.data.tests/test/org/eclipse/birt/data/engine/aggregation/TotalTest.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2007-03-20T06:59:38Z | 2007-02-02T04:20:00Z |
152,443 | Bug 152443 Support boolean type in data set | Support boolean type in data set. It'll cause some data transform issue with absence of boolean type. | closed fixed | 7b2ee2d | ["core/org.eclipse.birt.core/src/org/eclipse/birt/core/data/DataTypeUtil.java", "data/org.eclipse.birt.data.tests/test/org/eclipse/birt/data/engine/odaconsumer/PreparedStatementTest.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/i18n/ResourceConstants.java", "data/org.eclipse.birt.data/src/org/ecli... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2007-03-20T05:20:20Z | 2006-08-01T11:00:00Z |
176,979 | Bug 176979 invalid reference: add column name to exception | How can I find out, which reference is broken, from such exception? Please always specify argument in such exceptions. Thanks 13:26:19,300 ERROR [STDERR] 12.3.2007 13:26:19 org.eclipse.birt.report.engine.data.dte.DteResultSet next SEVERE: Some columns reference in column binding do not exist. org.eclipse.birt.data.engi... | resolved fixed | a688c78 | ["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/ResultClass.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2007-03-20T03:29:55Z | 2007-03-12T11:46:40Z |
177,996 | Bug 177996 [Smoke]Can't click the button "View Report"[00] | [Smoke]Can't click the button "View Report"[00] Build number : 2.2.0.v20070319-1045 1.new a report 2.click button "viewer report" Expected result: view report works properly Actual result: Pop up a window and displayed "The chosen operation is not currently available" Error log: N/A | closed fixed | 5af7182 | ["UI/org.eclipse.birt.report.designer.ui.preview.web/src/org/eclipse/birt/report/designer/ui/preview/Activator.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2007-03-20T02:34:55Z | 2007-03-19T04:53:20Z |
178,166 | Bug 178166 org.eclipse.birt.data has compile error in daily build 20070320 | org.eclipse.birt.data has compile error in daily build 20070320. Please see the attachment for details | closed fixed | 0cd336e | ["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/util/OlapExpressionUtil.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2007-03-20T02:18:32Z | 2007-03-20T03:06:40Z |
176,579 | Bug 176579 Expose setGroupLevel() on IGroupContent interface | Currently IGroupContent interface doesn't expose setGroupLevel() method, this is required for custom IReportItemExecutor to construct the group content. following is the suggested code change: public int getGroupLevel( ) { if ( groupLevel != -1 ) { return groupLevel; } if ( generateBy instanceof GroupDesign ) { GroupDe... | resolved fixed | 0027280 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/impl/GroupContent.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2007-03-19T08:33:32Z | 2007-03-07T09:33:20Z |
172,819 | Bug 172819 Error occurs when input Invalid Query in stored procedure data set [07] | Description: Error occurs when input Invalid Query in stored procedure data set [07] Build number: 2.2.0.v20070205-0630 Steps to reproduce: 1, New a Oracle stored procedure data set 2, Input Query Text: {call ROOT.TEST_MJ(?,?,?,?)} 3, Preview the results Expected result: Invalid Query message pops up Actual result: The... | closed fixed | b9f2076 | ["data/org.eclipse.birt.report.data.oda.jdbc/src/org/eclipse/birt/report/data/oda/jdbc/CallStatement.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2007-03-19T07:43:55Z | 2007-02-05T04:33:20Z |
176,675 | Bug 176675 Errors/Failures found in JUnit test of org.eclipse.birt.core.tests. | Errors/Failures found in JUnit test of org.eclipse.birt.core.tests in daily build 20070308. The build runs from HEAD version. Please see the attachment for details. | closed fixed | e084260 | ["core/org.eclipse.birt.core.tests/test/org/eclipse/birt/core/data/ExpressionUtilTest.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2007-03-19T07:20:33Z | 2007-03-08T05:00:00Z |
176,800 | Bug 176800 Errors/Failures found in Junit test of org.eclipse.birt.report.model.adapter.oda.tests in daily build 20070309 | Errors/Failures found in Junit test of org.eclipse.birt.report.model.adapter.oda.tests in daily build 20070309. Please see the attachment for details | closed fixed | ea88942 | ["model/org.eclipse.birt.report.model.adapter.oda.tests/test/org/eclipse/birt/report/model/adapter/oda/api/OdaDataSetAdapterTest.java", "model/org.eclipse.birt.report.model.adapter.oda.tests/test/org/eclipse/birt/report/model/adapter/oda/api/OdaDataSourceAdapterTest.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2007-03-19T05:54:50Z | 2007-03-09T08:46:40Z |
177,870 | Bug 177870 Allow design-time data set cache to be controlled solely by AppContext | This is to request that BIRT allows data set caches to be controllable solely by runtime parameters/settings, without the application having to update the report design to set data set cache preferences. Since BIRT DataEngine already reads request Application Context to determine if data set cache should be disabled, w... | resolved fixed | 8039bef | ["data/org.eclipse.birt.data.tests/test/org/eclipse/birt/data/engine/binding/DataSetCacheTest.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/api/DataEngine.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/DataSetCacheManager.java", "data/org.eclipse.birt.data/src/org/ecl... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2007-03-18T06:22:08Z | 2007-03-17T02:53:20Z |
171,979 | Bug 171979 [Automation]The result of total.mode() is wrong | 1. use the attached report 2. preview Expected Result: Total.mode(row["Decimal"]) returns "0.000000000009". Total.mode(row["date"]) returns "1/12/2003 08:17:17 AM", "1/12/2005 09:18:16 AM" and "1/12/2007 11:20:16 AM". Actual Result: Total.mode(row["Decimal"]) returns "0". Total.mode(row["date"]) returns nothing. | closed fixed | c39933d | ["data/org.eclipse.birt.data.tests/test/org/eclipse/birt/data/engine/aggregation/TotalTest.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2007-03-16T10:13:28Z | 2007-01-29T08:40:00Z |
177,720 | Bug 177720 NPE exception occured while open or save report in sample report view. [00] | Build number:v2.2.0 20070316 Description: If user dosen't select the report node, NPE exception occured while open or save report in sample report view. Step to reporduce: 1. open the sample report view 2. select a file folder node and click save or open button Actual result: NPE exception occured. Error log: java.lang... | closed fixed | afe80b1 | ["UI/org.eclipse.birt.report.designer.ui.samplesview/src/org/eclipse/birt/report/designer/ui/samplesview/view/ReportExamples.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2007-03-16T09:57:33Z | 2007-03-16T10:13:20Z |
177,722 | Bug 177722 Open the ScriptedDatasourceExampleAfter.rptdesign in the sample report view will throw NPE [00] | Build number: v2.2.0 20070316 Description: Open the ScriptedDatasourceExampleAfter.rptdesign in the sample report view will throw NPE Step to reproduce: 1. open the sample report view 2. select the ScriptedDatasourceExampleAfter.rptdesign and click open button Actual result: NPE exception occured Error log: java.lang.N... | closed fixed | 3625f34 | ["UI/org.eclipse.birt.report.designer.ui.samples.ide/src/org/eclipse/birt/report/designer/ui/samples/ide/action/IDEOpenSampleReportAction.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2007-03-16T09:48:34Z | 2007-03-16T10:13:20Z |
176,141 | Bug 176141 Page break displayed in html when hyperlinked to rptdocument file[04] | Page break displayed in html when hyperlinked to rptdocument file[04] Build number :2.2.0.v20070302-1053 Steps to reproduce: 1.new a report :target.rptdesign 2.insert a label ,input "page 1" insert another label,input "page 2",set page break before to this label 3.preview in web viewer and copy target.rptdocument to th... | closed fixed | 3ff1d00 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/RenderTask.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2007-03-16T05:47:59Z | 2007-03-02T07:20:00Z |
131,577 | Bug 131577 Script Access to Factory/Presentation Mode | There is no easy way from within BIRT scripting to access whether a report is in factoryMode or presentationMode. The ExecutionContext object on the ReportContextImpl class has this information, but it is not available through scripting. I wonder if it makes sense to just expose the ExecutionContext and let the develop... | resolved fixed | cb5665c | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IEngineTask.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/AbstractRunTask.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/DataExtractionTask.java", "engine... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2007-03-16T03:22:52Z | 2006-03-13T20:00:00Z |
173,601 | Bug 173601 [regression]Group should begin from the second page when setting group page break before to always[0001] | [regression]Group should begin from the second page when setting group page break before to always[0001] Build number: 2.2.0.v20070209-0630 Steps to reproduce: 1.new a report 2.new a sample DB data source and select the OFFICES table as data set 3.drag the data set to layout and add a group on COUNTRY and set page brea... | closed fixed | 54f03a7 | ["engine/org.eclipse.birt.report.engine.tests/test/org/eclipse/birt/report/engine/AllTests.java", "engine/org.eclipse.birt.report.engine.tests/test/org/eclipse/birt/report/engine/layout/pdf/PDFTableGroupLMTest.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFTableBandLM.jav... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2007-03-15T07:00:13Z | 2007-02-09T08:33:20Z |
176,450 | Bug 176450 Support link to CSS Feature(Model Part) | null | verified fixed | a1b8452 | ["model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/api/CssSharedStyleHandleTest.java", "model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/api/ReportDesignHandleTest.java", "model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/command/CssComm... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2007-03-15T02:46:14Z | 2007-03-06T05:46:40Z |
177,108 | Bug 177108 A height will be added to the last row in XML source when adjusting the width of the column[00] | A height will be added to the last row in XML source when adjusting the width of the column[00] Build number: 2.2.0.v20070313-0630 Steps to reproduce: 1.new a report 2.insert a 3*3 grid and add borders to all the cells,drag mouse to adjust the width of the thrid column,switch to XML Source, "<property name="height">0.2... | closed fixed | 3883982 | ["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 | 2007-03-15T02:33:57Z | 2007-03-13T07:13:20Z |
177,472 | Bug 177472 org.eclipse.birt.report.data.adapter has compile error in daily build 20070315 | org.eclipse.birt.report.data.adapter has compile error in daily build 20070315. The build runs from HEAD. Please see the attachment for details. | closed fixed | 18378cc | ["data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/impl/DataRequestSessionImpl.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2007-03-15T02:23:36Z | 2007-03-15T00:53:20Z |
176,794 | Bug 176794 Border in pdf is overlap[00] | Details: Border in pdf is overlap[00] Step: Please see the attached report and pdf. Actual result: The border is overlap. | closed fixed | 3839b75 | ["engine/org.eclipse.birt.report.engine.tests/test/org/eclipse/birt/report/engine/layout/pdf/PDFTableLMTest.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFTableLM.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/cache/TableAreaLa... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2007-03-14T09:20:18Z | 2007-03-09T08:46:40Z |
176,674 | Bug 176674 Errors/Failures found in JUnit test of org.eclipse.birt.report.engine.emitter.html.tests | Errors/Failures found in JUnit test of org.eclipse.birt.report.engine.emitter.html.tests in daily build 20070308. The build runs from HEAD version. Please see the attachment for details. | closed fixed | 12558b6 | ["engine/org.eclipse.birt.report.engine.emitter.html.tests/test/org/eclipse/birt/report/engine/emitter/html/MetadataEmitterTest.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2007-03-14T09:14:22Z | 2007-03-08T05:00:00Z |
123,876 | Bug 123876 Justification does not work in PDF | Justification of a text field works in HTML, doesn't work in PDF. | resolved fixed | 07ddcf4 | ["engine/org.eclipse.birt.report.engine.emitter.pdf/src/org/eclipse/birt/report/engine/emitter/pdf/PDFEmitter.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFLineAreaLM.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2007-03-14T08:49:57Z | 2006-01-14T14:46:40Z |
177,274 | Bug 177274 Default projects of different drill through target file are the same[04] | Default projects of different drill through target file are the same[04] Build number: 2.2.0.v20070313-0630 1.new a report project ,name:aa 2.new a report test1.rptdesign in aa,drag a label in layout and input "test1" 3.new a report project, name:bb 4.new a report test2.rptdesign in bb,drag a label in layout and input ... | closed fixed | 1a02561 | ["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 | 2007-03-14T07:57:48Z | 2007-03-14T05:26:40Z |
172,431 | Bug 172431 [eclipse3.3only]BPS17-4.5 Adding Date picker to input DateTime value for Axis Scale | In Axis Scale dialog, provide a Data picker next to the input box for convenience of inputting DataTime value. | resolved fixed | 90ed857 | ["chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/composites/DateTimeDataElementComposite.java", "chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/composites/NumberDataElementComposite.java", "chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2007-03-14T07:31:51Z | 2007-02-01T08:53:20Z |
175,785 | Bug 175785 Issue about visibility property pane in Property Editor.[00] | Description: Issue about visibility property pane in Property Editor. Build number:2.2.0.v200702280630 Steps to reproduce: 1. Insert a Label item. 2. Select Property Editor view->Visibility, tick on Hide Element->For specific outputs... Expected result: Display all supported output format for choose. Actual result: Can... | closed fixed | 27ed65e | ["UI/org.eclipse.birt.report.designer.ui.views/src/org/eclipse/birt/report/designer/internal/ui/views/attributes/page/VisibilityPage.java", "UI/org.eclipse.birt.report.designer.ui.views/src/org/eclipse/birt/report/designer/internal/ui/views/attributes/section/OutputSection.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2007-03-14T06:15:09Z | 2007-02-28T05:20:00Z |
177,260 | Bug 177260 [Smoke]can't create any data set [07] | [Smoke]can't create any data set [07] Build number: 2.2.0.v20070314-0630 Steps to reproduce: 1.new a sapmle DB data source 2.new a data set and input query:select * from CLASSICMODELS.CUSTOMERS,click finish Expected result: data set can be created Actual result: Exception thrown Error log: java.lang.Error: Unresolved c... | closed fixed | f3d42fa | ["data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/impl/DataRequestSessionImpl.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2007-03-14T04:56:20Z | 2007-03-14T02:40:00Z |
176,676 | Bug 176676 [Automation][Regression] table width property does not work in pdf | steps to reproduce: - use the attached report design expected behavior: - table width is changed to 10cm actual behavior: - this did not work when preview in pdf | closed fixed | b2fcfbd | ["engine/org.eclipse.birt.report.engine.tests/test/org/eclipse/birt/report/engine/layout/pdf/PDFTableLMTest.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFTableLM.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2007-03-14T04:26:56Z | 2007-03-08T05:00:00Z |
171,780 | Bug 171780 Drill-through problem with symbolic filesystem links when DOCUMENT_FOLDER_ACCESS_ONLY is true | I have two rptdesigns in a viewer application: list_report.rptdesign and detail_report.rptdesign, both in the root of the web viewer application. list_report has drill-through links to detail_report. Furthermore, I've set DOCUMENT_FOLDER_ACCESS_ONLY to true. Both reports can be executed correctly, when they are accesse... | resolved fixed | 56e332d | ["viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/ViewerHTMLActionHandler.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/utility/DataUtil.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/util... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2007-03-14T03:26:38Z | 2007-01-26T11:13:20Z |
140,321 | Bug 140321 locale based font config file support | null | resolved fixed | dfa69ea | ["engine/org.eclipse.birt.report.engine.tests/test/org/eclipse/birt/report/engine/layout/pdf/PDFImageLMTest.java", "engine/org.eclipse.birt.report.engine.tests/test/org/eclipse/birt/report/engine/layout/pdf/PDFLineAreaLMTest.java", "engine/org.eclipse.birt.report.engine.tests/test/org/eclipse/birt/report/engine/layout/... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2007-03-13T04:14:05Z | 2006-05-05T09:06:40Z |
175,791 | Bug 175791 An unnecessary (?) warning occurs at session creation | null | resolved fixed | 316697d | ["model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/metadata/StructPropertyType.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2007-03-12T05:32:35Z | 2007-02-28T08:06:40Z |
176,798 | Bug 176798 Errors occur in JUnit test of org.eclipse.birt.data in daily build 20070309 | Errors occur in JUnit test of org.eclipse.birt.data in daily build 20070309. Please see the attachment for details | closed fixed | ad101b3 | ["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/cache/CacheUtil.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2007-03-12T03:45:04Z | 2007-03-09T08:46:40Z |
176,875 | Bug 176875 BIRT viewer - WTP integration - web.xml file created has blank values | When you create a BIRT web project, the web.xml file has lot of blank default values, which is very confusing to understand. Some users commented about it during the eclipse conference. Suggestions 1) BIRT_VIEWER_WORKING_FOLDER - set the default value 2) BIRT_VIEWER_MAX_ROWS - Write a comment above, saying by default a... | resolved fixed | 80896bf | ["viewer/org.eclipse.birt.integration.wtp.ui/src/org/eclipse/birt/integration/wtp/ui/internal/actions/ImportBirtRuntimeAction.java", "viewer/org.eclipse.birt.integration.wtp.ui/src/org/eclipse/birt/integration/wtp/ui/internal/util/WebArtifactUtil.java", "viewer/org.eclipse.birt.integration.wtp.ui/src/org/eclipse/birt/i... | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2007-03-12T03:25:17Z | 2007-03-09T22:40:00Z |
175,233 | Bug 175233 Request to change access specifier of the org.eclipse.birt.report.designer.ui.editors.MultiPageReportEditor.updateRelatedViews() method from private to protected or public | Hi, We are extending the BIRT Designer to add support for the versioning system in our project. Our requirement is as follows: 1. User creates a new BIRT report and saves it 2. First time when the report is created its version is 1. 3. Any subsequent save creates a new version 4. The version is always included in the f... | resolved fixed | 87879d7 | ["UI/org.eclipse.birt.report.designer.ui.editors/src/org/eclipse/birt/report/designer/ui/editors/MultiPageReportEditor.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2007-03-09T09:52:45Z | 2007-02-23T08:40:00Z |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.