By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release.
Bug 1833 - Discontinued URL links in kbabel
Summary: Discontinued URL links in kbabel
Status: RESOLVED FIXED
Alias: None
Product: TDE
Classification: Unclassified
Component: tdesdk (show other bugs)
Version: R14.0.0 [Trinity]
Hardware: Other Linux
: P5 normal
Assignee: Michele Calgaro
URL:
Depends on:
Blocks: 2014
  Show dependency treegraph
 
Reported: 2014-01-19 01:25 CST by Darrell
Modified: 2014-03-13 01:54 CDT (History)
3 users (show)

See Also:
Compiler Version:
TDE Version String:
Application Version:
Application Name:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Darrell 2014-01-19 01:25:05 CST
http://i18n.kde.org/po_overview/@LANG@.messages

Referenced in the following:

tdesdk/kbabel/kbabeldict/modules/pocompendium/preferenceswidget.cpp
tdesdk/kbabel/kbabeldict/modules/tmx/preferenceswidget.cpp
Comment 1 Michele Calgaro 2014-03-09 07:42:49 CDT
Darrell,
I googled extensively about this and it seems the po compendium files are all gone. Actually this bug seems to go back to the kde days.
How should we solve it?
1) just remove the link from the code? So then what would be the purpose of the TMX and PO compendium modules pages in KBabel dictionary?
2) Completely remove the TMX and PO compendium modules from the source (slim out unused code)?

I would go for option 2). What is your idea?
Comment 2 Darrell 2014-03-09 14:51:51 CDT
I have no idea how kbabel works.
Comment 3 Michele Calgaro 2014-03-10 02:28:59 CDT
Solved in commit 1985f78.
I simply removed the dead links and replaced them with empty strings.
It looks as if the PO compendium module could be useful for TDE PO file translation.
Nevertheless the TMX compendium doesn't seem to be any more useful than the PO compendium. Perhaps we should remove it.