I was wondering if anyone has had any thoughts regarding further developments of the PN API, such as methods for registering/remving users, adding groups, creating permissions, adding/removing blocks and modules, etc.
I would be happy to develop these myself, as they are much needed for the project I am working on, and would make my module installations (which are quite complex applications) simpler.
I think these are much needed additions. Has anyone done any work in this direction, or had any thoughts about these issues? How can I contribute *core* PN code which extends the API?
Jon Acker.
Watch
GitHub Core
Show your support for Zikula! Sign up at Github account and watch the Core project!
GitHub Modules
- mesteele101 responded to »ERR (3): E_USER_ERROR: Smarty error: [in pagesvar:pagesitem2en line XXX]…« 07:01 AM
- mazdev responded to »Pages 2.5.0 and updating - Page not found« 06:41 AM
- ehdwma created topic »Hide "Register new account" and change template to 3 col« 06:27 AM
- mesteele101 responded to »Zikula 1.3.3 - Selecting a category in Pages not working« 01:29 AM
- mdee created topic »How to implement returnpage ?« 01:00 AM
- nestormateo responded to »Fillters in Clip« 24. May
- damon responded to »Can the Updated Version Check be Turned Off (Z 1.3)« 24. May
Zikula Blog
- Anatomy of Open Source Projects on Mar 07
- Continuous Review on Mar 01
- Not Invented Here on Feb 24
- How to Contribute Your Code at Github on Jan 13
- 10 Steps to Coding-Nirvana: Tips for Successful Module Writing on Nov 12
- Submitting Bug Report Tickets That Get Results on Aug 17
- Cozi Tricks #1: Syntax Highlighting on Aug 07
Login
Postnuke API Development
-
- Rank: Developer
- Registered: Dec 31, 1969
- Last visit: Jun 01, 2010
- Posts: 6859
Don't cross post, a topic need only be handled in one place. If your initial post is in the wrong place, we will move it to the right one.
These functions do not need to be part of the API, they are part of their own modules, and can be called by any other module by using the pnModLoad (i think it is) and pnModLoadAPI or soemthing like that.
--
Home Page | Find on Facebook | Follow on Twitter
-
- Rank: Legend
- Registered: Dec 11, 2002
- Last visit: Oct 21, 2009
- Posts: 11674
Any API functions you do write may be incorporated into the core - if you think it is appropriate, you can always submit patches to the NOC and they will be reviewed by developers
--
itbegins.co.uk - Zikula Consulting
birtwistle.me.uk - Personal Blog
Please read the Support Guide -
- Rank: Team Member
- Registered: Mar 18, 2002
- Last visit: Oct 21, 2009
- Posts: 6606
I don't these these kind of things are warrented as core apis. As Michael has said the API's from modules can be called directly using pnModAPIFunc. The blocks, permissions and modules modules are already API based so can be called from other modules. Groups and users aren't as yet but will be for .8x.
-Mark
--
Visit My homepage and Zikula themes. -
**unknown user**
- Rank: Softmore
- Registered: Mar 16, 2002
- Last visit: Oct 21, 2009
- Posts: 135
Sort of related: With the core finally being stripped down to the bare essentials (Just what it takes to run the API and interface with the DB) and so many important functions being contained in modules, has there been any considerations to a dependency system? It wouldn't have to be anything huge, just each version.php file or whatever could contain module depdendencies (would just be the neccesary module's name and minimum version number) and perhaps a mandatory flag for dependencies that are absolutely needed (lack of others would just make warnings). -
- Rank: Developer
- Registered: Dec 31, 1969
- Last visit: Jun 01, 2010
- Posts: 6859
<shameless plug="plug">pnGroups is API based
--
Home Page | Find on Facebook | Follow on Twitter
</shameless>
- Moderated by:
- Support
