Seeder

xF2 Add-on Seeder 1.1.0 Release Candidate 1

No permission to download
  • New: Seed for thread prefix (#50)
  • New: Seed for resource prefix (#51)
  • New: Seed for thread prefix group (#52)
  • New: Seed for resource prefix group (#53)
  • Change: Switch to fakerphp/faker package (#54)
  • New: Seed for threadmark category (#37)
  • New: Seed for post threadmark (#38)
  • New: Seed for conversation message threadmark (#39)
  • New: Seed for discouraged IP addresses (#41)
  • New: Seed for banned users (#43)
  • New: Seed for IP address bans (#44)
  • New: Seed for rejected users (#42)
  • New: Seed for server error logs (#45)
  • New: Seed for spam trigger log (#46)
  • New: Seed for spam cleaner log (#47)
  • New: Seed for email bounce log (#48)
  • Fix: Threads cannot be seeded (#36)
  • Fix: Master template is not created for page nodes (#49)
  • Fix: Updated license and readme files are not copied correctly to add-on archives (#29)
  • Fix: Unused content type fields still exist even after not being used at all anymore (#30)
  • Fix: Argument 2 must be an instance of ForumEntity, instance of Finder given exception is thrown when seeding thread (#31)
  • New: Set current time in XF after every seed data being inserted
  • New: Clear entity cache after every seed
  • New: Conversation and conversation message seeds
  • New: Allow specifying limit when running only a specific seed
  • Changed: Users will now watch their own threads when seeding
  • Changed: Updated Faker to be compatible with PHP 7.4
  • Fixed: When seeding pages node_name will be set
  • Unable to seed without escaping class name
Note: You can now remove both composer.json and composer.lock after installing the add-on from release build.
Changes
  • Now makes use of code even listener instead of content type
  • Changed the option from content-type to seed for the CLI command
New
  • Added new class AbstractReactionContent to allow reacting to random contents
New
  • Set tags when creating threads
  • Users will now have an avatar
  • User will also choose to accept/deny admin emails
Changes
  • Users will be more unique
  • Reorganize the way next seed is calculated
Bug fixes
  • Wrong job filename
  • Limit being set to between 1K and 5K instead of 5K and 10K for Thread seed
  • Argument 1 passed must be of the type array or null, string is given when running seeder for a specific content type