Developer Tools

Unmaintained Developer Tools 1.4.3

No permission to download
New:
  • Copy additional files to repository directory
  • Add "Save and exit" button for template modification editing process
  • LICENSE is now LICENSE.md
  • Both LICENSE.md and README.md are now copied to root directory
  • Both LICENSE.md and README.md is now added to add-on archive as well
  • New CLI commands ticktackk-devtools:git-init and ticktackk-devtools:git-commit
Changes:
  • Removed commit upon any developer output
  • Moved all git related commands to separate CLI command
Bug fix:
  • Check if _repo directory exists before committing
New:
  • Upon developer output for supported output types git commit command is called with supported commit type
  • Supported developer output types
    • Admin Navigation
    • Admin Permission
    • Advertising Position
    • BB Code
    • BB Code Media Site
    • Class Extension
    • Content type filed
    • Cron entry
    • Help page
    • Navigation
    • Option
    • Option Group
    • Permission
    • Permission Interface Group
    • Phrase
    • Route
    • Style Property
    • Style Property Group
    • Template
    • Template Modification
    • Widget Definition
    • Widget Position
  • Supported commit types
    • Export
    • Change
    • Delete
New:
  • Added option --release for ticktackk-devtools:better-export which would release the add-on

Changes:
  • README.me location is now under add-on directory to avoid getting overwritten by other releases made from developer tools
  • Removed template modification which wasn't required for anything
  • xf-dev:export command will be called after xf-dev:entity-class-properties

Bug Fixes:
  • Added a workaround for xf-dev:entity-class-properties command bug if no Entity directory was present
New:
  • Added new command ticktackk-devtools:better-export [addon_id] which would run both xf-addon:export and xf-dev:entity-class-properties for the add-on id provided
  • Added support for testing template modifications against different style

Changes:
  • Updated description under addon.json

Bug Fixes:
  • Fixed Setup file
Top Bottom