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

Summary: Discontinued URL links in kbabel
Product: TDE Reporter: Darrell <darrella>
Component: tdesdkAssignee: Michele Calgaro <michele.calgaro>
Status: RESOLVED FIXED    
Severity: normal CC: bugwatch, darrella, michele.calgaro
Priority: P5    
Version: R14.0.0 [Trinity]   
Hardware: Other   
OS: Linux   
Compiler Version: TDE Version String:
Application Version: Application Name:
Bug Depends on:    
Bug Blocks: 2014    

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.