Changeset 21 in bookmarks for trunk/BookmarkApp.pm


Ignore:
Timestamp:
05/21/13 18:19:33 (11 years ago)
Author:
peter
Message:
  • added links to the JSON and XBEL formats of the current list
  • all links to the current list take into account the full list of tags in the query
  • minor style tweaks to the cotags list
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BookmarkApp.pm

    r20 r21  
    142142                selected_tag => $tag, 
    143143                search_tags  => \@tags, 
     144                tag_query    => join('&', map { "tag=$_" } @tags), 
    144145                all_tags     => \@all_tags, 
    145146                cotags       => \@cotags, 
Note: See TracChangeset for help on using the changeset viewer.