pn0.8 is Zikula 1.0, so what do pn0.9 and pn1.0 (soon to be unused I'm sure) equate to? Zikula 1.1/1.2 or Zikula 2.0/3.0?
Anyways my real question is... what version will such things as pnFuncName() be replaced by zkFuncName()? Will they be replaced by such, or will we go with an object oriented API? A technical roadmap would be nice at this junction in this projects history.
Last I read the idea was to get to PostNuke 1.0 and then all the devs were going to take a break. Now that there will never be such a thing does that mean you're all here in perpetuity?
The realization of 0.8 as Zikula 1.0 gives me a great sense of satisfaction and confidence (and I'm no more than a hobby coder) in what I have spent uncounted hours on. I really can't begin to imagine how the staff feel... WTG all involved!
--
Under Construction!
Watch
GitHub Core
Show your support for Zikula! Sign up at Github account and watch the Core project!
GitHub Modules
- mazdev responded to »Hide "Register new account" and change template to 3 col« 07:50 AM
- mesteele101 created topic »Zikula 1.3.3 - Site Search 1.5.2 - Unable to turn off plug-ins« 07:48 AM
- internetking created topic »password problem« 25. May
- mesteele101 responded to »ERR (3): E_USER_ERROR: Smarty error: [in pagesvar:pagesitem2en line XXX]…« 25. May
- mazdev responded to »Pages 2.5.0 and updating - Page not found« 25. May
- mesteele101 responded to »Zikula 1.3.3 - Selecting a category in Pages not working« 25. May
- mdee created topic »How to implement returnpage ?« 25. 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
pn0.9/Zikula?.?
-
- Rank: Expert
- Registered: Nov 23, 2003
- Last visit: Dec 13, 2009
- Posts: 1487
-
- Rank: Legend
- Registered: Dec 11, 2002
- Last visit: Oct 21, 2009
- Posts: 11674
0.9 equates to Zikula 2.0 in the new numbering scheme. The pnAPI of PN* functions is deprecated as of .9 in favour of the object library, which moves out of includes/pnobjlib into includes, and other functions then just wrap the object library (reducing the duplication we ave in some places now). PostNuke 1.0 was never going to be the end of the project, there will always be more to do - that was just a joke doing the rounds a few years ago.
We've moved to the numbering scheme major.minor.bugfix where major equates to 0.8, 0.9, 1.0, minor is for example .81 .82 and so on, and bugfixes are the usual hotfix / security releases.
--
itbegins.co.uk - Zikula Consulting
birtwistle.me.uk - Personal Blog
Please read the Support Guide -
- Rank: Developer
- Registered: Jun 16, 2003
- Last visit: May 29, 2010
- Posts: 1966
I think he meant major = 1.0.0, 2.0.0, 3.0.0 etc
minor = 1.1.0, 1.2.0, 1.3.0, etc
bugfix = 1.1.1, 1.1.2, 1.1.3, etc -
- Rank: Team Member
- Registered: Mar 18, 2002
- Last visit: Oct 21, 2009
- Posts: 6606
To see what happens with each of the PN* functions in Zikula v2.x see the PN compatability library in zikula 2.
Essentially all of the functionality is move into the object library core (pnobjlib in v1.x). Each PN* function then simply calls the object equivalent.
-Mark
--
Visit My homepage and Zikula themes. -
- Rank: Expert
- Registered: Nov 23, 2003
- Last visit: Dec 13, 2009
- Posts: 1487
- Moderated by:
- Support
