← Back to team overview

phpdevshell team mailing list archive

[Bug 1171890] Re: Need APIs for node management

 

Actually no, this is a very specific implementation of how nodes work
which everyone wont necessarily agree with. The core needs to be as
light as possible where plugin helpers will be used to manage node items
as a developer may decide to use another solution. There will be a
default plugin available that can be installed called NodeHelper.

The core API wont assume anything, wont dictate anything and will run on
as few methods as possible. The rest will be filled in with plugin
services.

** 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/1171890

Title:
  Need APIs for node management

Status in Open Source PHP RAD Framework with UI.:
  Invalid

Bug description:
  Currently node (aka "menu items") management is done by the code
  inside the GUI. We need to have that move to core API so plugins can
  create/edit/remove nodes.

To manage notifications about this bug go to:
https://bugs.launchpad.net/phpdevshell/+bug/1171890/+subscriptions


References