Bug tracker

UMIL data in separate file (fix completed in vcs)

It would be nice to have the UMIL data in a separate file to allow including and accessing it from a third party app.

Something like...

umil_data.php
Code: Select all
<?php return array( umil options... );


basically everything from install/index.php between
Code: Select all
/*
* The array of versions and actions within each.

and
Code: Select all
    '1.0.0-RC4' => array(),
);

would be moved to that new file.

all install/index.php would do is:
Code: Select all
$versions = require($phpbb_root_path . 'install/umil_data.' . $phpEx);

Comments / History

Linked ticket with changeset: r243

Action performed by A_Jelly_Doughnut (MOD Team Member) on Apr 30th 2010, 14:40

Changed ticket status from "New" to "Fix completed in SVN"

Action performed by A_Jelly_Doughnut (MOD Team Member) on Apr 30th 2010, 14:45

Posted by igorw (Development Team Member) on Apr 30th 2010, 19:46

$parent_module_data, $front_module_data, $config_module_data and $schema_data are still in install/index.php.

Changed ticket status from "Fix completed in SVN" to "Pending"

Action performed by A_Jelly_Doughnut (MOD Team Member) on May 1st 2010, 03:58

Linked ticket with changeset: r244

Action performed by A_Jelly_Doughnut (MOD Team Member) on May 2nd 2010, 01:02

Changed ticket status from "Pending" to "Fix completed in SVN"

Action performed by A_Jelly_Doughnut (MOD Team Member) on May 2nd 2010, 03:09

Ticket details

Related SVN changesets