Task #1063
openBugzilla: remove FDO products from New Charts
0%
Updated by Florian Effenberger over 9 years ago
- Priority changed from Low to Normal
Sounds worth doing sooner than later indeed
Updated by Florian Effenberger over 9 years ago
Infra tries to provide a VM this week, but it depends on a couple of parameters
If you can work on this ticket in the productive instance, please do so
Updated by Florian Effenberger over 9 years ago
Bugzilla test VM should be up and running again, so you can proceed here
On a side note: Please be cautious of the disk space and make sure not tons of dumps are flying around that suck up space
Updated by Florian Effenberger over 9 years ago
- Priority changed from Normal to High
Updated by Florian Effenberger over 9 years ago
- Tracker changed from Bug to Task
Updated by Florian Effenberger over 9 years ago
- Priority changed from High to Normal
Updated by Florian Effenberger over 9 years ago
Robinson to have a quick look this week
Depending on the workload and required time for this decide (after talking to Florian) whether to do it this week or not
Updated by Florian Effenberger about 9 years ago
- Blocks Task #1480: Bugzilla 5.0 added
Updated by Florian Effenberger about 9 years ago
- Target version changed from Pool to Q4/2015
Updated by Robinson Tryon about 9 years ago
Will revisit this week or next week (after 5.1.0 branch & build).
Updated by Florian Effenberger almost 9 years ago
- Assignee changed from Robinson Tryon to Christian Lohmaier
- Target version deleted (
Q4/2015)
Moving to Cloph's pile, but un-milestoned yet - let's revisit next year if we still need this and who carries it out; so no action required from your side for the moment, Cloph
Updated by Florian Effenberger over 8 years ago
- Target version set to Pool
This is indeed still existing. Cloph, is this trivially to fix, or does it need a fair amount of time?
Updated by Florian Effenberger over 8 years ago
- Blocks deleted (Task #1480: Bugzilla 5.0)
Updated by Christian Lohmaier over 8 years ago
- Estimated time set to 7:00 h
renaming to "obsolete" or simlar is easily done, pruning it needs tests with test-VM to see whether stuff breaks - as db-backups with current system take so long (due to xz being used)
renaming them unproblematic, completly getting rid harder (db-stuff needed), just hiding (client-side javascript to filter out stuff another possibility) - 5-8 h
Updated by Florian Effenberger over 8 years ago
- Target version changed from Pool to Q3/2016
Updated by Florian Effenberger about 8 years ago
- Target version changed from Q3/2016 to Qlater
Updated by Florian Effenberger over 7 years ago
- Target version changed from Qlater to Q4/2017
Updated by Florian Effenberger about 7 years ago
Would be good to get a hand on this by LibOCon
Something Xisco could help you with maybe?
Updated by Florian Effenberger about 7 years ago
Florian Effenberger wrote:
Would be good to get a hand on this by LibOCon
Something Xisco could help you with maybe?
Ping?
Updated by Florian Effenberger over 6 years ago
- Assignee changed from Christian Lohmaier to Xisco Fauli Tarazona
- Target version changed from Q4/2017 to Pool
Xisco, handing this over to you if you think this (old ticket) still makes sense
Updated by Florian Effenberger over 6 years ago
Florian Effenberger wrote:
Xisco, handing this over to you if you think this (old ticket) still makes sense
Does it?
Updated by Xisco Fauli Tarazona over 6 years ago
Florian Effenberger wrote:
Florian Effenberger wrote:
Xisco, handing this over to you if you think this (old ticket) still makes sense
Does it?
Yes, it makes sense. It needs some scripting, but I'll do it!!
Updated by Xisco Fauli Tarazona about 6 years ago
The tmpl file is in template/en/default/reports/create-chart.html.tmpl using series_select from reports/series-common.html.tmpl.
Maybe we could filter out the obsolete values, otherwise, I can't think of any other way to fix this...
Updated by Xisco Fauli Tarazona about 6 years ago
This could work to show only LibreOffice category:
--- a/template/en/default/reports/series-common.html.tmpl
++ b/template/en/default/reports/series-common.html.tmpl@ -93,9 +93,11
@ function checkNewState() {
[% "onchange=\"$sel.onchange\"" IF sel.onchange ]>
[ FOREACH x = ${sel.name}.keys.sort ]
[ value = sel.value_in_hash ? ${sel.name}.$x : x ]
- <option value="[ value FILTER html ]"
- [ " selected" IF default.${sel.name} value ]>
- [ x FILTER html ]</option>
+ [ IF value "LibreOffice" ]
+ <option value="[ value FILTER html ]"
+ [ " selected" IF default.${sel.name} == value ]>
+ [ x FILTER html ]</option>
+ [ END ]
[ END ]
[ IF newtext ]
<option value="">[ newtext FILTER html %]</option>
Updated by Florian Effenberger over 5 years ago
- Assignee deleted (
Xisco Fauli Tarazona) - Target version deleted (
Pool)
This has been around for years and doing it properly seems to require directly fiddling with the database. As so far nobody had any problems, let me remove this from Xisco's pile - if someone wants to work on that, more than happy of course, but I don't see it as a priority anymore. Let me know if you disagree.