Activity log for bug #1386614

Date Who What changed Old value New value Message
2014-10-28 10:01:58 Akihiro Motoki bug added bug
2014-10-28 19:00:35 Chris Grivas description (From Transifex issue) The verbose_name of InstancesTable is just a single space. It is a string with a single SPACE and it is used to just ignore a name in the code. It is difficult for translators to understand for translators. This string has no meaning for translations, so I would suggest to NOT to mark translatable with a meaningful inline comment. (Otherwise, we should add a reasonable translators note and contextual marker to the string.) openstack_dashboard/dashboards/project/data_processing/clusters/tabs.py class InstancesTable(tables.DataTable): name = tables.Column("name", link=("horizon:project:instances:detail"), verbose_name=_("Name")) internal_ip = tables.Column("internal_ip", verbose_name=_("Internal IP")) management_ip = tables.Column("management_ip", verbose_name=_("Management IP")) class Meta: name = "cluster_instances" # Just ignoring the name. verbose_name = _(" ") (From Transifex issue) The verbose_name of InstancesTable is just a single space. It is a string with a single SPACE and it is used to just ignore a name in the code. It is difficult for translators to understand. This string has no meaning for translations, so I would suggest NOT to mark translatable with a meaningful inline comment. (Otherwise, we should add a reasonable translators note and contextual marker to the string.) openstack_dashboard/dashboards/project/data_processing/clusters/tabs.py class InstancesTable(tables.DataTable):     name = tables.Column("name",                          link=("horizon:project:instances:detail"),                          verbose_name=_("Name"))     internal_ip = tables.Column("internal_ip",                                 verbose_name=_("Internal IP"))     management_ip = tables.Column("management_ip",                                   verbose_name=_("Management IP"))     class Meta:         name = "cluster_instances"         # Just ignoring the name.         verbose_name = _(" ")
2014-11-10 21:54:53 Martin Hickey horizon: assignee Martin Hickey (martin-hickey)
2015-02-18 21:37:07 OpenStack Infra horizon: status New In Progress
2015-02-23 21:14:35 OpenStack Infra horizon: status In Progress Fix Committed
2015-03-19 19:12:41 Thierry Carrez horizon: status Fix Committed Fix Released
2015-03-19 19:12:41 Thierry Carrez horizon: milestone kilo-3
2015-04-30 08:33:40 Thierry Carrez horizon: milestone kilo-3 2015.1.0