Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


    Cloudron Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular

    Tiny Tiny RSS: Some plugins are getting renamed and need to be re-activated

    Tiny Tiny RSS
    tinytinyrss
    1
    1
    192
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • necrevistonnezr
      necrevistonnezr last edited by girish

      Relevant for the next TT-RSS update:

      https://discourse.tt-rss.org/t/some-plugins-are-getting-renamed/2685

      plugin host has a priority-based system for hooks now so this stupid hack with adding endless Zs to names is finally no longer needed.
      therefore, some plugins are getting de-zz-ified. because tt-rss class loader expects class name for plugins to match plugin directory name, you will need to rename some external plugins after next git update, if you were using them:

      af_zz_img_phash -> af_img_phash
      af_zz_api_resize -> api_resize_media
      

      bundled plugins are going to rename themselves after git checkout, but you will need to enable them again in preferences -> plugins if you were using them.

      af_zz_imgproxy -> af_proxy_http
      

      for plugins that use native plugin storage (not required but that’s where plugin settings are):

      update ttrss_plugin_storage set name = 'Af_Img_Phash' where name = 'Af_Zz_Img_Phash'
      update ttrss_plugin_storage set name = 'Af_Proxy_Http' where name = 'Af_Zz_ImgProxy'
      
      1 Reply Last reply Reply Quote 0
      • First post
        Last post
      Powered by NodeBB