GanttChart icon indicating copy to clipboard operation
GanttChart copied to clipboard

Gantt Chart Plugin for Mantis

Results 17 GanttChart issues
Sort by recently updated
recently updated
newest added

If the `php.ini` file does not have read permissions, the `parse_ini_file()` function returns `false`. Therefore, the condition: `array_key_exists( 'memory_limit', $t_ini )` generates an 500 error.

Getting a illegal size error. Using latest version of GanttChart: 2.0.4 Using Mantisbt 2.5.5 PHP 7.4 ![image](https://user-images.githubusercontent.com/38084877/194015873-1007364a-ec76-4719-aec4-5882bed4869a.png) Anyone idieas? I think i've checked everything. Thank you very much in advanced.

![image](https://user-images.githubusercontent.com/44139748/71450045-e0d08500-276a-11ea-84cb-a9f432e0713f.png)

Fixes warnings during Test Lang check: ``` WARNING: '$s_plugin_ganttchart_title' is not defined in the English language file WARNING: '$s_plugin_ganttchart_description' is not defined in the English language file WARNING: '$s_plugin_GanttChart_menu_advanced_summary' is...

Hi I just install jpGraph and GanttChart. I have the Gannt Buttons. But when I clik on, I have un black screen with a little square in the middle. nothing...

I stumbled upon [another Gantt plugin](https://mantisbt.org/bugs/view.php?id=11365#c25620) while working on adding an event in Mantis Core. It is quite old and unmaintained since 2010 (supports Mantis 1.2.0). I'm not sure how...

>APPLICATION ERROR 401 > >Database query failed. Error received from database was #1064: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server...

JpGraph is no longer bundled with MantisBT. As a result, the configuration option to specify the library's location (which was previously managed by the MantisGraph bundled plugin) is no longer...

EVENT_MENU_MAIN expects an array of menu items (associative array), but the hook function returns a single menu item array, so the menu is not displayed. Fixes #15

While testing mantisbt/mantisbt#1530, I noticed some strange, unexpected bits of menu items in the data structure, generated by this plugin. Looking into it, it appears that the event hook is...