Now Even with Atom 0.3
Added Atom 0.3 feed.
Good stuff.
Good stuff.
NP_BROverride
Finally find some time to get this going.... really getting sick of screwed up HTML ul, ol, table and such in a post.
see here
see here
Added RSS feed
Now, one can read my NUDM site from RSS.
Having a getMinNucleusVersion
In the plugin API, there is a getMinNucleusVersion function that helps a plugin to report to Nucleus that the minimum Nucleus version it supports. This is a way to ensure a plugin is not install on a old Nucleus setup that certain support is missing. ie user defined table prefix
The Creation of permalink
I saw it sometimes when a plugin writer directly construct a permalink (also called item link) by doing this:
... ... echo "<a href=\"index.php?itemid=".$itemid."\">".$title."</a>";
... ...
Admun's NUDN now FancyURLed
Today, I learnt about a trick how to put a 2nd blog on its own dirs.
see here
Some links still broken because nudn/nudn is in the link instead of nudn/... still working on it. Now, all is working.
see here
Agenda for developer IRC session #2
Here's a list of item to discuss:
-
walk through the feature list, discuss the roadmap for next release: timeframe, required features. I don't know we want a roadmap that look too far into future. I'd suggest a roadmap of 2 releases in the roadmap: up-coming release, future releases, and no interest.
discussion on the synergy with BlogCMS, how to best collabrate ie plugin/bugs/feature backport. Update: There seem to be more and more posts from radek on the forum about "new" BLOG:CMS plugins that does not work directly on Nucleus, and causing users to puzzle... is this a issue that we need to talk to him?
Why sql_table...
Since Nucleus 2.5, sql_table() is introduced to construct the name of table name.
ie. sql_table('item') yields nucleus_item in a normal setup.
So, why a plugin should use this function to determine the table name, you ask?
I say, simple.
ie. sql_table('item') yields nucleus_item in a normal setup.
So, why a plugin should use this function to determine the table name, you ask?
I say, simple.
Update NUDN - admun
- fixed right menu
- use extended body
- fixed my info on top left
- use extended body
- fixed my info on top left
Nucleus Feature Spec/List for Future Release
Here's a list of features being discussed in the forum for the next release, with URL/description/spec. This is intended for developer discussion in next IRC session (in 2 weeks?) and for tracking purposes.