Midcom-fs
From OpenPSA Wiki
midcom-fs refers to the MidCOM versions based on the file system, as opposed to midcom-db, which designates the older versions which were located in the Midgard MySQL Database.
Contents |
[edit] MidCOM 8.09
released on October 7, 2008.
[edit] MidCOM 2.8.
released on February 16, 2008. Last version to support PHP4. Major changes:
- Asgard administration interface
- midcom.helper.replicator-based replication
- Content caching infrastructure integrated into MidCOM Caching
- OpenID authentication
[edit] MidCOM 2.6.
released on October 27, 2006. This version brings major changes:
- MidCOM and its Components are now available as PEAR packages
- MidCOM AIS has been replaced by onsite administration
- MidCOM Template has been removed
- MidCOM Datamanager has been rewritten, midcom.helper.datamanager2 is the current version
To migrate, a conversion script should be run from the console:
php ./migrate_26.php -u admin -p password
This changes deprecated Components (like de.linkm.taviewer) to the new ones (like net.nehmer.static). It also renames the "midcom" parameters, so the old Style Parameters won't work. To rename them back, one should run this query in the Midgard MySQL Database:
<sql> UPDATE `record_extension` SET domain="midcom" WHERE value = "$stylename" </sql>
Be advised that some of the Style Elements have to be updated.
Any Page Elements belonging to old versions of Midgard Template should be removed or updated accordingly.
See also: [1]
[edit] MidCOM 2.4
[edit] MidCOM 2.2
[edit] MidCOM 2.0
Initial stable version of midcom-fs
