STIXProject / stix-to-html

Convert STIX XML to HTML
BSD 3-Clause "New" or "Revised" License
27 stars 12 forks source link

remove duplicate labels and remove duplicated data elements #33

Closed mattcoarr closed 10 years ago

mattcoarr commented 10 years ago
mattcoarr commented 10 years ago

removed duplicated "description:" label in 665712b0b7915e3418c118a86cc64b8712dc0b58

removed duplicated title in data fields in 73fbf7f59900ed934c199d49aecc29758ee7d40a

mattcoarr commented 10 years ago

now displaying actual event type or "[untyped event]" for calculating column data fields in expandable links for Events.

related objects and associated objects now properly show the data fields for objects in their expandable links (previously it was only working for cybox:Objects).

these changes are in commit c3e0511347cf87ecf74f7b379df0d844fedf57ac

(also supports issue #35)

mattcoarr commented 10 years ago

cleaned up duplicate data for several of the ttp element fields.

removed top level element from contents display for the following elements:

removed the details row for "intended effect" since that is now in the parent row's expandable link

changes committed in 7e524a3158d0b588f5ab883e93091aa603f0cd86

mattcoarr commented 10 years ago

fixed display of the custom hash template to not duplicate data

6f729e7e29d4cc3ac81a5dd2aa1adfc1575d508c

mattcoarr commented 10 years ago

removed duplicate heading for observables that show up as children of indicators

26bc934cfb1cb497c5d38dfe0090165fa73a3273

mattcoarr commented 10 years ago

Closing this issue. Some new duplicate labels were introduced and will be fixed in 1.0 beta5. This is being tracked under issue #54