Daniel Vijge
Daniel Vijge
I did a rebase and added permissions for viewing tags. It's work in progress, and unit tests are missing, but I wanted to publish it anyway because I don't have...
Duplicate of issue #21. There is already a pull request to fix it: #22
Or actually, to prevent an error when viewing all issues (not per project, from the my page): ``` if project project.trackers.collect {|t| t.id} else Tracker.all.collect {|t| t.id} ```
The solution earlier effects the new issue creation. A different solution might be: ``` def self.extra_access_conditions(role) tracker_ids = RedmineTrackControl::TrackerHelper.trackers_ids_by_role(role,"show") if (!tracker_ids.empty?) case role.issues_visibility when 'all' "1=1" when 'default' "((#{table_name}.tracker_id IN...
Sorry for the (very) late reply. Of course you can always create a pull request with changes to `strings.txt` and a translated settings page.
I never did anything with the CLI. Internally it uses URLs like soundcloud://1648894581 for SoundCloud tracks, where that ID is the track ID from SoundCloud. You might see if passing...
I'm not familiar with albums. Is that actually a separate thing? Only [liked tracks](https://developers.soundcloud.com/docs/api/explorer/open-api#/me/get_me_likes_tracks) and [liked playlists](https://developers.soundcloud.com/docs/api/explorer/open-api#/me/get_me_likes_playlists) are mentioned in the API documentation. The help centre only mentions that it...
ffd756d2bf24d4d4431d34c4e591c54783b6a693 should fix this. Needs some additional testing before closing
Solved in release 0.17