← Back to team overview

phpdevshell team mailing list archive

[Bug 671202] Re: New plugin is named after directory

 

This is actually a very important feature and not really a limitation. a
Plugin is a unique object, a plugin name is the same as this object
which is the same as the folder and directory. a Plugin cannot have the
same name and is safe from odd characters. It allows users to easily
locate and maintain plugins not written by them, it also allows various
other factors where files are called inside plugins. Basicly the whole
system depends on a reliable plugin name and folder which is the same.

** Changed in: phpdevshell
       Status: New => Invalid

-- 
You received this bug notification because you are a member of
PHPDevShell, which is subscribed to PHPDevShell.
https://bugs.launchpad.net/bugs/671202

Title:
  New plugin is named after directory

Status in Open Source php gui type development framework.:
  Invalid

Bug description:
  v3.0.0-b3

When you create your own new plugin, and then go to the Plugins Admin page, it will show (in large letters) the name of the plugin, but it displays the directory name as the plugin name instead of using the name in the plugin.config.xml file.

EXAMPLE:
/plugins/my_plugin/config/plugin.config.xml has name tag set to <name>My Great Plugin</name>

When you go to Plugins Admin it will show the name as "my_plugin" instead of "My Great Plugin".

Thanks





References