Opened 7 years ago

Closed 6 years ago

#488 closed enhancement (fixed)

make tag_heat_map() pluggable

Reported by: so1o Owned by:
Priority: normal Milestone: 0.7.4
Component: Back-end Version: 0.7.3
Severity: normal Keywords: tag pluggable
Cc:

Description

We should some filter in the function tag_heat_map() to make it pluggable.

Change History (4)

comment:1   so1o7 years ago

  • Version set to 0.73

comment:2   so1o7 years ago

may be a filter between these lines

uksort($counts, 'strnatcasecmp');
foreach ($counts as $tag => $count) {
  • Milestone set to 0.74
  • Resolution set to fixed
  • Status changed from new to closed

(In [554]) Filter tag_heat_map. Fixes #488

Note: See TracTickets for help on using tickets.