Last question. As said: my English is poor.
What 'several' means:
- 2-3 months
- 5 months
- a bit less than 10 months
- craigh responded to »TagIt 3.0 for Zikula« 01:46 PM
- jmvaughn responded to »error when i try to upgrade to the last version of dizkus module (3.1)« 12:05 PM
- localrags responded to »Remove contents of nuke_sc_anticracker from Database« 11:30 AM
- jmvaughn responded to »Shoutit for zikula 1.3?« 09:31 AM
- mdee responded to »Different page content under one template (tpl file) based on URL« 07:17 AM
- espaan responded to »Categories disappear when editing ...« 08. Feb
- eledril responded to »How decrease zikula cpu usage« 08. Feb
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
Posnuke 0.8?
Go to page [-1] 1 - 2 - 3 - 4 [+1]:
-
- Rank: Legend
- Registered: Dec 11, 2002
- Last visit: Oct 21, 2009
- Posts: 11674
The dictionary definition of several is a number greater than 2 or 3 but less than 'many'. :)
--
itbegins.co.uk - Zikula Consulting
birtwistle.me.uk - Personal Blog
Please read the Support Guide -
**unknown user**
- Rank: Softmore
- Registered: Mar 16, 2002
- Last visit: Oct 21, 2009
- Posts: 111
From what I heard about the state of development I expect to see a release of .8 Milestone 2 within the next 1-2 months (which will be the time everyone should start testing and adapting modules for it) and .8 final in about 6-8 months.
Then again I'm not a core dev and could be a little off. But who cares, .762 works for now and doesn't seem to have any security issues. -
**unknown user**
- Rank: Registered User
- Registered: Mar 16, 2002
- Last visit: Jan 04, 2007
- Posts: 12
come
But who cares, .762 works for now and doesn't seem to have any security issues.
If it's a question, here is an answer: it is important for developers. It is significant difference between API in 762 and 0.8. Am I right?
If it's really ~8 months to the final release then it is reasonable to develope module with old/current API and then modify it with new API. If it's 2-3 months it is better to wait. That's why I was asking about meaning of word "several". -
- Rank: Legend
- Registered: Dec 11, 2002
- Last visit: Oct 21, 2009
- Posts: 11674
We'd all like to see PostNuke .8 final either released or close to it by the end of the year. However, there are no guarantees of this, as has been said many times before.
--
itbegins.co.uk - Zikula Consulting
birtwistle.me.uk - Personal Blog
Please read the Support Guide -
**unknown user**
- Rank: Senior
- Registered: Mar 16, 2002
- Last visit: Oct 21, 2009
- Posts: 2204
Quote
It is significant difference between API in 762 and 0.8. Am I right?
there are additions.. they're not going to change the API without adding backwards compatibility. Here's a tip: install the v4blib and use the dbUtil, the end result should be fully compatible with the .8 series. Here's another tip: why don't you try installing your module on the .8 codebase and fix the incompatibilities? have you tried this? if your big concern is about compatibility, then you should be working off of the MS releases.. personally, i found everything to work fine except for a change in the permissions plugin.
banana,
devin -
**unknown user**
- Rank: Softmore
- Registered: Mar 16, 2002
- Last visit: Oct 21, 2009
- Posts: 111
pnAPI and pnRender are the official way to code in .762 and will be the same in .8.
If you want to save time and code and develop faster, take the DBUtil and other v4blibs since they will be included in .8.
What will change is i.e. the transition from the Topics module to the Categories.
There's also a new Workflow system coming up and supposed to be fully operable with .8 MS2, so that will be the point when developers will have access to the full .8 dev platform. -
- Rank: Team Member
- Registered: Sep 06, 2006
- Last visit: May 09, 2010
- Posts: 2411
I guess that Postnuke is the right choise of a C3MS... i wait all the time that be needed while study the Core code and get level to be a member of Development Team...
All the things that must be considered to develop that gigantic and powerfull CMS, take time to clarify and order the code... i undestand and want to develop too..
it will be in a time...
--
- Mateo T. -
Mis principios... son mis fines -
**unknown user**
- Rank: Registered User
- Registered: Mar 16, 2002
- Last visit: Jan 04, 2007
- Posts: 12
HammerHead
We'd all like to see PostNuke .8 final either released or close to it by the end of the year. However, there are no guarantees of this, as has been said many times before.
Do you think is it still valid? Do you plan to release at least new development update?
Thanks in advance for any info.
-
- Rank: Team Member
- Registered: Feb 27, 2005
- Last visit: Apr 12, 2010
- Posts: 664
SzybkiStefanPL
Do you think is it still valid? Do you plan to release at least new development update?
Final probably won't happen this year, but MS3 is due shortly. Depending on the progress in the upgrade of older PN versions, RC1 will be released.
Personally I am on top of the Dev Update, will be released this week.
--
-- Teb
-- Dutch Zikula Community
Support questions in a Personal Message will be ignored. Use the forums at all times! -
**unknown user**
- Rank: Helper
- Registered: Mar 16, 2002
- Last visit: May 18, 2010
- Posts: 985
Quote
To finalize and stabilize the last MileStone release (and to offer a first release candidate as soon as possible), we need you (the community) to test the current codebase. Install and uninstall all available modules, create users, play with hooks, create and use themes, develop modules, and so on.
I have a milestone 2 somewhere, can I just overwrite everything? I'm happy to help, but I don't have the time to read all the readme files [if there are any]
Thx in advance -
- Rank: Team Member
- Registered: Feb 27, 2005
- Last visit: Apr 12, 2010
- Posts: 664
You could try that.
- Backup codebase and DB
- delete all your files
- copy latest SVN export in place
- set correct file permissions on pnTemp dirs and empty cached / compiled dirs
- edit the new config/config.php to read your current settings, i.e. all the lines
Code
$PNConfig['DBInfo']['default']
Then first run upgrade.php before invoking anything. This should work as expected, but no guarantees of course...
--
-- Teb
-- Dutch Zikula Community
Support questions in a Personal Message will be ignored. Use the forums at all times! -
**unknown user**
- Rank: Registered User
- Registered: Mar 16, 2002
- Last visit: Jan 04, 2007
- Posts: 12
Teb
SzybkiStefanPL
Do you think is it still valid? Do you plan to release at least new development update?
Final probably won't happen this year, but MS3 is due shortly. Depending on the progress in the upgrade of older PN versions, RC1 will be released.
Guys,
It's not funny at all. Never ending promisses. Can anybody guarantee that PN 0.8 will appear before Feb 15?
-
- Rank: Softmore
- Registered: Sep 30, 2005
- Last visit: Oct 21, 2009
- Posts: 400
SzybkiStefanPL, it will be released within 8 days lolz... Jk
I read the entire topic and you kept repeating the same question over and over again. There isn't anything wrong with that but to just clarify and restate what was mentioned by many of the Dev's. It will be released within several months. Meaning 2-3 months. But, since the starting of this topic. It's been 4 months, which is indicated hypothetically the next release will be soon. (or it should be soon) ;)
Also, since you are too curious about API compliant and creating modules; a solution was given already for that in one of the above posts. So, you don't have to wait for the .8 release and can start working on your project.
edited by: Bad_Dude, Jan 03, 2007 - 04:26 AM
--
-James
My Work.....
Go to page [-1] 1 - 2 - 3 - 4 [+1]:
- Moderated by:
- Support
