11-08-2011, 06:40 AM
A former Mydms (v1.4) was integrated to egroupware up to v1.6.
It is not anymore in v1.8 but Mydms v1.4 from egw1.6 can be very easily forced in 1.8:
1. Copy the Mydms 1.4 dir in your egw tree,
2. At the very end of setup.inc.php in mydms 1.4 setup dir, just ad the major version of egw you are working with eg:
******
/* Dependencies for this app to work */
$setup_info['mydms']['depends'][] = array(
'appname' => 'phpgwapi',
'versions' => Array('1.4','1.5','1.6','1.7','1.8')
)
******
That's all folks!
On the other way, I don't know Letodms and the post 1.4 developpements, but can imagine the quality it provides.
It should be a great contribution to port an actual version to egw. Knowing it was ported before, I could think it is not such an effort for letto's team. Maybe I could consider to make it myself some free days...
It is not anymore in v1.8 but Mydms v1.4 from egw1.6 can be very easily forced in 1.8:
1. Copy the Mydms 1.4 dir in your egw tree,
2. At the very end of setup.inc.php in mydms 1.4 setup dir, just ad the major version of egw you are working with eg:
******
/* Dependencies for this app to work */
$setup_info['mydms']['depends'][] = array(
'appname' => 'phpgwapi',
'versions' => Array('1.4','1.5','1.6','1.7','1.8')
)
******
That's all folks!
On the other way, I don't know Letodms and the post 1.4 developpements, but can imagine the quality it provides.
It should be a great contribution to port an actual version to egw. Knowing it was ported before, I could think it is not such an effort for letto's team. Maybe I could consider to make it myself some free days...