Difference between revisions of "Extension Installer/File Formats"

From Joomla! Documentation

< Extension Installer
(New page: Installer File Formats = Overall = == Joomla! 1.6 Notes == The usage of "install" as the root tag has been deprecated in favour of "extension". This has been done to avoid conflicts wit...)
 
Line 7: Line 7:
 
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.
 
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.
+
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 =
 
= Components =

Revision as of 01:06, 3 July 2008

Installer File Formats


Overall[edit]

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 "manifestfile" 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]