Changes between Initial Version and Version 3 of Ticket #54517


Ignore:
Timestamp:
Aug 15, 2017, 12:04:02 PM (7 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #54517

    • Property Owner set to neverpanic
    • Property Status changed from new to closed
    • Property Resolution changed from to fixed
  • Ticket #54517 – Description

    initial v3  
    1 [https://trac.macports.org/changeset/d66d4aa019c88710eb9b04fafb014bed4bc93aff/macports-www Commit d66d4aa "portlist: Drop unused library search method"] broke the links that show up for a port's dependencies on the port list page because those links were still using the {{{library}}} search method. At the moment, no ports are displayed when clicking on a dependency link.
     1[changeset:d66d4aa019c88710eb9b04fafb014bed4bc93aff/macports-www Commit d66d4aa "portlist: Drop unused library search method"] broke the links that show up for a port's dependencies on the port list page because those links were still using the {{{library}}} search method. At the moment, no ports are displayed when clicking on a dependency link.
    22
    33I thought at first that maybe the links could be updated to use the {{{name}}} search method if the {{{library}}} search method isn't used anywhere else anymore, but it turns out that method uses the {{{LIKE}}} operator rather than the {{{=}}} operator, making it show more ports than just the dependency. It might be best to simply revert this commit.