Extension Installer/File Formats

From Joomla! Documentation

< Extension Installer
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Installer File Formats


Overall[edit]

Joomla! 1.5 Notes[edit]

Joomla! 1.5 changes the 'root' tag used for installation packages. In Joomla! 1.0 and earlier, the root tag used was 'mosinstall', Joomla! 1.5 changes this to 'install'. Joomla! 1.5 introduced the concept of site and administrator languages enabling Joomla! to be fully translated and this was reflected in the language installer. Joomla! 1.5 also renamed 'mambots' to 'plugins', which has again been reflected in the installer file formats. Mambots and plugins should be interchangeable however the usage of 'mambot' as an install type has been deprecated and is not valid in the Joomla! 1.6 release.

Joomla! 1.6 Notes[edit]

The usage of "install" as the root tag has been deprecated in favour of "extension". This has been done to avoid conflicts with of tags in some formats as well as to better reflect the nature of the file format.

Joomla! 1.6 features a new trigger system for all extensions similar to the "installfile"/"uninstallfile" feature that components have in 1.0/1.5 releases. Triggers available include preflight, installer, update, postflight, uninstall.

Components[edit]

Joomla! 1.6 Notes[edit]

Joomla! 1.6 deprecates the usage of "installfile" and "uninstallfile" tags in favour of the new "scriptfile" tag. Additional to this the "com_install" and "com_uninstall" methods are deprecated in favour of a installation class (e.g. ExtensionNameManifest).

Modules[edit]

Templates[edit]

Languages[edit]

Plugins[edit]

Libraries[edit]

Packages[edit]