Closed (outdated)
Project:
Drupal core
Version:
11.x-dev
Component:
node system
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
8 Jan 2008 at 10:43 UTC
Updated:
6 Sep 2024 at 12:32 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
dropcube commentedOk, I am working in a patch to provide this feature
Comment #2
dropcube commentedComment #3
dropcube commentedThe patch adds the translation status to the nodes overview in the content administration page.
An outdated mark is added to nodes flagged as 'outdated' when the source was updated significantly .
To test you should have enabled locale and translation module and configure at least one content type with multilingual support and translations. In the translation settings of the source node check "Flag translations as outdated".
There is also attached a screenshot
Do you guys have any suggestions ?
Do you think it is Ok in this way or would be good to create a column in the table for the translation status ? (I mean the nodes overview table, not a database table)
Comment #4
yojoe commentedI don't think a dedicated column for the translation status is necessary. Looking at your screenshot, I think it's good this way.
Looking at your patch, I noticed that you also introduced the 'source' attribute to that table in the language column. Good. But it would be good (necessary?) to have a filter option for the 'source' property. Imagine you have thousands of nodes, then there would be certainly use cases, where you would like to filter only for the source nodes.
Comment #5
ximo commentedSounds like a reasonable addition to the node overview admin page. I agree that a column for the translation status wouldn't be necessary.
<nitpicking>You could remove the-beforeoutdated, so that it's consistent withupdatedin the Title column. I took the liberty..</nitpicking>+1 from me
Comment #6
dropcube commentedximo: Not sure about this. I used the
-to separate the language from the translation status. Without the-, seems that is the language which is outdated, and not is the language, is the translation status, so are two different related properties of the nodes, for this reason the separation with-.Again, what do you guys think about ?
yojoe: Yes, that would be good and useful to have filters related with the translation status, but this is a different feature request. I have created a new issue Translation status filter in node admin page. the patch there is ready to reviewed.
Comment #7
yojoe commentedHm, is it possible to mark a language as outdated? I think in this context it's obvious for everybody that the translation is outdated.
Comment #8
dropcube commentedYes, I just want to separate two properties of the node, the language and the translation status.
Let's see what others say ;)
Comment #9
steinmb commentedHi
We need to look on how the list wraps on screens with lower resolution. This is Garland on a 1024x768 screen with left and right sidebar active.
+1 on dropping the "-".
--
Stein Magne
Comment #10
panchoMoving feature requests to D7 queue. Sorry...
Comment #11
mattie-1 commentedi vote for keeping the - or some other means for making the distinction clear
Comment #12
meba commentedThis looks OK for me. And splitting the text to two rows on 1024x768 seems acceptable...
Comment #13
robin monks commentedCode doesn't apply to HEAD. Please re-roll.
Robin
Comment #14
dan_metille commentedIs this patch still actual? Or is there another method for listing outdated translations?
Thanks for any information.
Comment #15
steinmb commentedHi
As far as I know it did not, so until further there modules that expand translation management like http://drupal.org/project/translation_management.
Moving issue to D8
Comment #16
Anonymous (not verified) commentedWhat about, if the outdated mark is a link to the node translation page ??
Comment #17
xjm(Merging "node system" and "node.module" components for 8.x; disregard.)
Comment #31
quietone commentedThe outdated status is available as a field on the Content view, /admin/content.