Jump to content

Stuart Silvester

Invision Community Team
  • Posts

    3,729
  • Joined

  • Last visited

  • Days Won

    28

Community Answers

  1. Stuart Silvester's post in 4.5.1 - Sign into Marketplace when using HTTP Basic Auth was marked as the answer   
    You can exclude /index.php?app=core&module=system&controller=marketplace from your password protection
  2. Stuart Silvester's post in Any chance of desuckifying the plugin development experience was marked as the answer   
    4.5 contains a bunch of improvements in this area to make plugins more portable. They can be installed IN_DEV and the majority of their data is now stored within the /dev directory in various PHP/JSON/PHTML files.
    We haven't made any changes to the naming conventions required, or the hook class names, but we've also come up with these changes for the same reasons, to greatly improve the ability to develop plugins across installs via Git.
    Please consider taking a look at the beta and letting us know whether those improvements are beneficial to your development process.
  3. Stuart Silvester's post in \in_array in \IPS\Lang was marked as the answer   
    This looks like the same report as this topic: 
     
  4. Stuart Silvester's post in \IPS\Content\ItemTopic and topic created = unread was marked as the answer   
    Sounds like an oversight to me, I have committed a change for this. Upon review from the rest of the development team the change should be included in an upcoming release.
  5. Stuart Silvester's post in How to allow data-attribute in posts? was marked as the answer   
    You would need to write a plugin to overload \IPS\Text\Parser::_htmlPurifierModifyHtmlDefinition() to whitelist your custom attribute on the chosen tag. I would recommend taking a look at that method to see how we're whitelisting certain attributes.
    Allowed JavaScript controllers is purely for controllers (data-controller attributes that we use to load JS)
×
×
  • Create New...