Account created on 14 September 2008, about 16 years ago
#

Recent comments

🇬🇧United Kingdom Phil Wolstenholme

Hi Volodymyr, I've added you as a maintainer :)

🇬🇧United Kingdom Phil Wolstenholme

I'd happily accept this and make a release but I've forgotten how to do Drupal releases, it's been so long!

Dejan at CTI has ownership now so should be able to help out, and let me know if any other CTI peeps would like to be made a maintainer.

Sorry I've been so rubbish but I don't work at all with Drupal anymore so haven't really had any motivation to keep on top of the module. Thank you for your efforts though, I hope they can get into a release soon now that that isn't entirely my responsibility! 😄

🇬🇧United Kingdom Phil Wolstenholme

Here's how you could update the module to have the latest icons.

  • install the latest version of the simple-icons package from npm and put it in your site's libraries directory (this assumes there have been no breaking changes to the npm simple-icons package since this module was created!)
  • inside the Drupal module, do a npm install, then run node scripts/generate-icon-data.js
  • you should now have an updated icon-data.json file with a bunch of icon metadata
  • commit that updated file and do a release
🇬🇧United Kingdom Phil Wolstenholme

Done :) Feel free to add anyone else who would be a good maintainer.

🇬🇧United Kingdom Phil Wolstenholme

Dejan! Hi!

Sorry, I've only just seen this message. I'm happy to handover ownership of the module as I don't work with Drupal anymore (😥) so haven't been giving the module the care and attention it needs.

I saw @vdovhaliuk also made a similar request, are you both working at CTI? I can transfer ownership to multiple people, I think.

🇬🇧United Kingdom Phil Wolstenholme

Thanks for this @mrhorse, I've merged the MR and will look at doing a release soon.

🇬🇧United Kingdom Phil Wolstenholme

The `/scripts/generate-icon-data.js` Node.js script (https://git.drupalcode.org/project/simple_icons/-/blob/8.x-1.x/scripts/g...) should be run too, that'll take the latest list of icons from the `simple-icons` npm package and add them to the JSON file that the field formatter reads from.

Production build 0.71.5 2024