teleport icon indicating copy to clipboard operation
teleport copied to clipboard

Teleport is a packaging toolkit for MODX Revolution

Results 13 teleport issues
Sort by recently updated
recently updated
newest added

Something like this? Is basepathassets the same as webroot? ``` { "vehicle_class": "xPDOFileVehicle", "object": { "script": "extract\/basepathassets.php", "excludes": [ "email", "image-cache", "videos", "themes/sources", "themes/bootstrap_src" ] } ```

Example: ``` { "vehicle_package": "", "vehicle_class": "\\Teleport\\Transport\\MySQLVehicle", "object": { "extraTables": [ "my_fancy_table_name_here", "another_fancy_table_name_here" ], "excludeExtraTables": [ ], "excludeExtraTablePrefix": [ ] }, "attributes": { "vehicle_package": "", "vehicle_class": "\\Teleport\\Transport\\MySQLVehicle" } } ```...

Create a tpl + resolver based on the promote tpl that excludes data from extras tables but updates their schema. E.g. allow a FormIt update to correct the table if...

enhancement

The resources.tpl.json does not work work recursive. It misses a rule for setting the parent. At the moment the parent is not changed during extract/inject, which makes that template unusable.

I get this error in modFormCustomizationSet using develop.tpl during an extract. SQL code: SELECT `modFormCustomizationSet`.`id` AS `modFormCustomizationSet_id`, `modFormCustomizationSet`.`profile` AS `modFormCustomizationSet_profile`, `modFormCustomizationSet`.`action` AS `modFormCustomizationSet_action`, `modFormCustomizationSet`.`description` AS `modFormCustomizationSet_description`, `modFormCustomizationSet`.`active` AS `modFormCustomizationSet_active`, `modFormCustomizationSet`.`template`...

Composer was complaining about the event dependencies injected into Teleport\Composer methods. This PR - adds the Composer project to require-dev so Composer's classes can be introspected in the IDE -...

You might want to add something about the "teleport.phar --version" command.

would it make sense to have a tpl for lexicons? maybe for grabbing all of them or just one namespace.

enhancement

When should we expect this page to be ready? https://github.com/modxcms/teleport/blob/master/doc/extend/custom-extract-tpls.md Thanks and great job on this tool!

enhancement

Since the docs are better readable on github.io, the README.md shoud only show a small intro text and link to http://modxcms.github.io/teleport/ (if the docs there are up to date)