-
To rouillip :
I gave up on creating a translation file for the reports module because one would have to provide a translation for almost every terms in dP for the reports module! In any case if you wish to do so, I believe the simplest way is to create a directory named reports under the locales directory and a .inc file for your target language (for instance fr.inc). Then you go to admin >>...
2009-05-13 00:01:04 UTC in dotproject mods
-
Robinmartin.
I believe I have fixed the bug you have documented here. You should hack the code in report_functions.php as follows:
after line 647 insert the following line (before the line containing a closing bracket)
$flag = 1;
do the same after line 666 (now should be numbered 667 if you've done the previous hack!), i.e.
$flag = 1;
To create a report on non assigned tasks, you should...
2009-03-13 00:17:30 UTC in dotproject mods
-
Robinmartin
I have not completely resolved the issue. There is a simple hack that will allow you to display all task that HAVE at least one assignee. It is in ae_filters.php line 204 that reads:
if ( table == "condition" && operator.options.selectedIndex < 12 && valuename.value.length == 0 ) {
It should read :
if ( table == "condition" &&...
2009-03-11 23:49:22 UTC in dotproject mods
-
Robinmartin
Thank you for your interest in this module.
The filter operator "is not defined" is supposed to do what you need. Unfortunately, it does not work properly.
I need to investigate and I shall get back to you ASAP.
Regards,
2009-03-11 23:08:11 UTC in dotproject mods
-
To dbova
Thx for responding on how to install the module.
Re. documentation on the OOXML xclass, unfortunately there is none. But the call parameters for each method are documented as comments in the source file (cwordxml.php). The coding of each parameters are primarily the coding of the OOXML standard (I mean: refer to the MS fuzzy documentation...).
2009-03-05 22:55:20 UTC in dotproject mods
-
Re; recent comments on error on line 1826:
I would need more information on the ocntext of the error : what options were selected? which version of dP tou are using? PHP et MySQL version would help also.
You can try to reload the latest version, just in case something had happen during your installation.
2009-03-05 22:46:23 UTC in dotproject mods
-
Re; recent comments on error on line 1826:
I would need more information on the ocntext of the error : what options were selected? which version of dP tou are using? PHP et MySQL version would help also.
You can try to reload the latest version, just in case something had happen during your installation.
2009-03-05 22:45:58 UTC in dotproject mods
-
Re; recent comments on error on line 1826:
I would need more information on the ocntext of the error : what options were selected? which version of dP tou are using? PHP et MySQL version would help also.
You can try to reload the latest version, just in case something had happen during your installation.
2009-03-05 22:45:37 UTC in dotproject mods
-
aramis_rp added the igantt_module_V0_1_2a.zip file.
2009-02-11 00:17:50 UTC in dotproject mods
-
aramis_rp created the iGantt V0.1.2 file release.
2009-02-10 22:33:54 UTC in dotproject mods