[Comoblog-commit] comoblog/docs MODULES,1.6,1.7
Status: Inactive
Brought to you by:
markwallis
|
From: Mark W. \(a. serialmonkey\) <mar...@us...> - 2005-11-18 08:34:51
|
Update of /cvsroot/comoblog/comoblog/docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3233 Modified Files: MODULES Log Message: 1327274 - Updating with existing modules fails Index: MODULES =================================================================== RCS file: /cvsroot/comoblog/comoblog/docs/MODULES,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- MODULES 9 Oct 2005 08:42:10 -0000 1.6 +++ MODULES 18 Nov 2005 08:34:42 -0000 1.7 @@ -138,7 +138,29 @@ download the "mod_examples" packages here: http://comoblog.serialmonkey.com/download.php - +12) VERSIONS: + + You need to specify a version number for your module in the XML. If you + make a change to your module then you need to increase the version + number in the XML to be larger than your previous version. This will + trigger CoMoblog to upgrade your module. + +13) UPGRADES: + + Be warned that any dbquery's you put in the install XML may be executed + more than once - as they are all rerun during a module upgrade. No + preferences are deleted on module upgrades but new preferences that you + add to the install XML will be added to the database. + +14) SUPPORTED CORE VERSIONS: + + You need to specify a minimum supported CoMoblog version in your XML file. + A user will not be able to install your module on a CoMoblog version + smaller than this value. + + You can also list the CoMoblog versions you have tested your module using + in the XML. Users will be warned if they are running a CoMoblog version + that isn't in your "compatability" list. ______________________________________________________________________ |