tagteam icon indicating copy to clipboard operation
tagteam copied to clipboard

Enhanced Social Tagging for Academic Communities

Results 17 tagteam issues
Sort by recently updated
recently updated
newest added

For example, [this submission](https://tagteam.harvard.edu/hub_feeds/119/feed_items/2488349) refers to http://jgo.amegroups.com/article/view/27415/21584, which now leads to https://jgo.amegroups.com/article/view/27415/21584. The bookmarklet does not recognize that the item has already been tagged - probably because of this change...

For example, When I sort by "date published" (rather than the default of "date tagged") and then increase the number of items per page, the sort by reverts to the...

It states in the readme that this program is under the AGPL, but I didn't see a copy of the license nor any license headers in source files. You can...

As mentioned in #50, the application currently redirects the user to "all items" screen for the hub, if a tags page does not exist. The solution is to use `flash`...

If you try to load the tags page for a nonexistent tag, it silently redirects you to the "all items" screen for the hub, instead of telling you that there...

If you have a tag with a name that's got URI special characters in it, e.g. "status:404 NOT FOUND", which contains spaces and a colon, the HTML generated for that...

My instance has 450,000 tags (yes, some of those need to get filtered). Naturally enough, the /tags screen takes a very long time both to serve and for my browser...

Consider a tag named "`src-page:ar:⁨الحرب الأهلية السورية⁩`" The right-to-left (Arabic) text is not properly isolated to the HTML element containing the tag name, so, for instance, on the tag page,...

#39 error is due to `tags.count` in HAML being translated into an undefined PG query in the `app/views/tags/_statistics.html.haml` file. A possible fix could be adding an `each.count`.

When creating the first remix for a Hub, an `unable to find policy of nil` error occurs. This happens when `authorize @republished_feed` is called (`Pundit::NotDefinedError in RepublishedFeedsController#create`). Weirdly, this happens...