The Need for supportsFeature
Mr Data Goes to Town
So often a plugin need to track information in variables, I'm talking about data that is persistent through out the life of the plugin. This allow data to be passed from event to event, for example.
Feature List Moved to dev.n site
Feature discussion can go to: here
NUDN News Feeds Added
Follow what hcgtv did in his site, now I added news feed as well.
[update]
Now using nudn/rss skin for output.
[/update]
[update]
Now using nudn/rss skin for output.
[/update]
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.
To Do, or Not to Do
Here's my current to-do and watch list. Please give me a shout if you work on any of the following.
In-progress:
In-progress:
Tracking What Nucleus Features Coming Down the Pipe
With all these threads on the forum with many good idea, I just getting dizzle and need a summary and tracker. Here's a list of threads from the past 2 months or so that I found might be interesting for 3.5.