Admun's NUDN

admun

  • San Francisco, CA

Navigation

Navigation

Categories

Search

NP_PingPong v0.30

Build on top of anand's v0.3, I added in many other ping services. Please go to the plugin option menu to configure the services to ping

NP_PingPong v0.30

23:17:38 on 12/13/04 by Admun - My Work - tags: - #

NP_NotifyMe test code

Use it only if I told you to. cool

save and rename to NP_NotifyMe.php before upload and install

12:00:42 on 12/09/04 by Admun - My Work - tags: none - #

NP_NotifyMe v0.18

Yes. Yet another new version of this plugin. cool

This version is mostly:
- bug fixes
- admin menu to display all subscriptions (and action to delete)
- templete support for email

Since there is no table/option change from v0.17, people should be able to simply overwrite the code to upgrade.

Note, all planned functions are now in. Please test it and provide comments and bug report. (Yes, it's not perfect.....)

Click here to download

16:57:16 on 12/08/04 by Admun - My Work - tags: none - #

The Way to Show the Item

I saw some code from NP_Print the other day about how it parses and display an item. I thought I will distill it and document a snippet of code hope other plugin developer found useful.

more...

17:53:45 on 11/04/04 by Admun - Developer Notes - tags: none - #

NP_ShowDraft v0.4

- added preview function

NP_ShowDraft v0.4

17:14:50 on 11/04/04 by Admun - My Work - tags: none - #

NP_LatestComments v1.2

Here's a copy of the NP_LatestComments I'm using.

NP_LatestComments v1.2

11:34:30 on 10/28/04 by Admun - My Work - tags: none - #

RSS feed fixed

hcgtv reported a bug in my RSS skin that the URL is missing a "/". It's fixed now and I also added a feeds/fancyrss20 skin for FancyURL.

09:18:09 on 10/14/04 by Admun - General - tags: none - #

More Benchmarking Nucleus

Building on top of existing benchmarking infrastructure, here I show how to count number of SQL queries a page generated.

more...

20:09:33 on 10/13/04 by Admun - Developer Notes - tags: none - #

NP_Print 1.0a

Try to fix some table problem and XHTML validation

Click here to download the latest version

12:17:47 on 10/08/04 by Admun - My Work - tags: none - #

NP_NotifyMe 0.17 (beta)

beta 0.17 is out.
new features:
- no comment subscription for closed item
- subscriber management: list all subscription w/ delete action

click here to download

13:34:16 on 10/05/04 by Admun - My Work - tags: none - #

NP_Views v1.4

bug fix the bad ignore count implementation. sad

Click here to download

09:34:25 on 10/03/04 by Admun - My Work - tags: none - #

NP_MostViewed v1.5a

v1.5a is out, fixed the global itemid bug.

click here to download

10:06:37 on 09/28/04 by Admun - My Work - tags: none - #

NP_PopupImageNetPBM v0.12

Upgraded with rbnet's better thumbnail delete code.

click here to download

Thanks, rbnet!

12:16:40 on 09/27/04 by Admun - My Work - tags: none - #

Admun added download counter

Just install download counter to track how popular many of the plugins I work on. cool

17:53:24 on 09/21/04 by Admun - General - tags: none - #

NP_PopupImageNetPBM v0.11

A new version is once again out, which fixed the space in image name problem.

NP_PopupImageNetPBM v0.11

10:42:15 on 09/21/04 by Admun - My Work - tags: none - #

NP_PopupImageNetPBM v0.10b

A new version of the plugin is out, which fixed the $comment bug in Image mode.

To download: here

10:37:29 on 09/20/04 by Admun - My Work - tags: none - #

Plugin dependency check is now in CVS

I submited the code for the plugin dependency check (with test code) into CVS before I go on a 4 days canoe camping trip. cool

10:44:29 on 09/07/04 by Admun - My Work - tags: none - #

NP_NotifyMe beta 0.16

Here's the latest beta.

History:
- Added plugin quick menu (currently empty menu)
- Improved comment subscription email
- Fixed sql_table
- Fixed subscribe over subscribe bug (wrong subscribe message sent)
- Set minimum Nucleus version to 2.5 (until we find the problem reported in 2.0....)
- Fixed subscribe/unsubscribe message

Click here to download the beta plugin

21:58:30 on 08/30/04 by Admun - My Work - tags: none - #

NP_PopupImageNetPBM 0.10

A new version with bug fixes.

Click here to download

22:14:04 on 08/29/04 by Admun - My Work - tags: none - #

NavBar added

Added the navbar

12:21:59 on 08/09/04 by Admun - General - tags: none - #

atom.php, rsd.php, xml-rss2.php

Just take a quick traces on these files...

more...

15:39:16 on 08/04/04 by Admun - Code Traces - tags: none - #

admun's NUDN now with BlogWithOffset and PageLinkList

Finally gets around and add the function to my NUDN blog.

14:11:23 on 08/04/04 by Admun - General - tags: none - #

Checking and Calling a Plugin

While looking at action.php code, I found this useful information how to check whether a plugin exist and to access it.

more...

15:25:23 on 07/26/04 by Admun - Developer Notes - tags: none - #

To Take action(.php)

This is what happens when an action request is made to Nucleus.

Note, karma function will be implemented as plugin in the future release.

more...

14:35:18 on 07/26/04 by Admun - Code Traces - tags: none - #

Been There, Done That

Here's a list of completed works I did for Nucleus.

See here for the current To-Do list.

more...

11:15:11 on 07/23/04 by Admun - My Work - tags: none - #

NP_PopupImageNetPBM v0.8

Here's NP_PopupImageNetPBM 0.8, please try it and give feedback.

NP_PopupImageNetPBM v0.8

10:48:31 on 07/22/04 by Admun - My Work - tags: none - #

Benchmarking Nucleus

Here's a cookbook how to setup a simple benchmarking on your blog.

more...

15:10:34 on 07/19/04 by Admun - Developer Notes - tags: none - #

NP_Smiley v0.2

Here's the zip file for NP_Smiley v0.2. It included the icon files from phpbb. Please try it out and give feedback.

NP_Smiley v0.2

18:24:52 on 07/14/04 by Admun - My Work - tags: none - #

In the Beginning, there is index.php...

When Nucleus receives a request, here's what it went through:

more...

13:58:39 on 07/13/04 by Admun - Code Traces - tags: none - #

7 Wonder(ing)s of FancyURL

I'm chasing after some FancyURL problem that // is appended to the parmalink in some plugins. I was confused to see some plugins need to manually append the blog URL when creating link with createItemLink(), but others is not needed.....

more...

00:46:11 on 07/13/04 by Admun - My Work - tags: none - #

RSS2 feed improvement

Learnt the trick of using blogid=x in xml-rss2.php. Now, the permalink is FancyURL enabled. cool

[update]
Moved back to the old RSS feed.....
[/update]

10:42:53 on 07/06/04 by Admun - General - tags: none - #

Getting a Dose of Parameters

I know, this is mostly HTTP stuff, but it is improtant for a plugin writer to understand this because this is how a plugin received inputs from external. And I found this useful information here and thought to make a note to it to remind myself.

more...

15:32:04 on 07/05/04 by Admun - Developer Notes - tags: none - #

Plugins pack RC... coming

So, I have been working on and off on all the plugins I used myself and it's getting closed to be released. I hope to get a RC plugin pack posted in the next few weeks to kick start the effort to provide quality plugins to users. Others are welcome to contribute to this pack, which will be deposited to CVS, since I do not used all the plugins out there.

more...

19:25:17 on 07/04/04 by Admun - My Work - tags: none - #

Cookie business

Form time to time, a plugin might have a need to access cookie. So, this little post talks about it.

more...

11:39:57 on 07/02/04 by Admun - Developer Notes - tags: none - #

The Need for supportsFeature

The question of why we should add supportsFeature in a plugin is first saw here.

more...

13:26:44 on 06/22/04 by Admun - Developer Notes - tags: none - #

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.

more...

22:32:34 on 06/20/04 by Admun - Developer Notes - tags: none - #

Feature List Moved to dev.n site

Feature discussion can go to: here

11:21:32 on 06/17/04 by Admun - Developer Info - tags: none - #

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]

10:28:54 on 06/16/04 by Admun - General - tags: none - #

Now Even with Atom 0.3

Added Atom 0.3 feed.

Good stuff.

18:33:57 on 06/15/04 by Admun - General - tags: none - #

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

18:04:44 on 06/15/04 by Admun - My Work - tags: none - #

Added RSS feed

Now, one can read my NUDM site from RSS.

11:22:09 on 06/15/04 by Admun - General - tags: none - #

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

more...

11:15:13 on 06/15/04 by Admun - Developer Notes - tags: none - #

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>";
... ...

more...

11:55:56 on 06/14/04 by Admun - Developer Notes - tags: none - #

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.

11:05:06 on 06/14/04 by Admun - General - tags: none - #

Agenda for developer IRC session #2

Here's a list of item to discuss:
  1. 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.
  2. 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?
  3. karma said in last meeting: "I did have an idea about plugin interoperability with BlogCMS. It's a thing to do on Radek's side, though. Here goes: instead of having BlogCMS-specific plugins inherit from NucleusPlugin, have them inherit BlogCMSPlugin. Then create BlogCMSPlugin as a class that inherits from NucleusPlugin. BlogCMS-specific plugins will then simply fail to install on Nucleus core, since no BlogCMSPlugin class is available." Progress on this?
  4. plugin license, do we want to stay GPL or allow LGPL to allow commerical plugin?

14:04:05 on 06/12/04 by Admun - Developer Info - tags: none - #

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.

more...

23:54:22 on 06/08/04 by Admun - Developer Notes - tags: none - #

Update NUDN - admun

- fixed right menu
- use extended body
- fixed my info on top left

14:56:01 on 06/08/04 by Admun - General - tags: none - #

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.

more...

13:21:32 on 06/04/04 by Admun - Developer Info - tags: - #

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:

more...

10:28:30 on 06/02/04 by Admun - My Work - tags: - #

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.

more...

10:43:19 on 06/01/04 by Admun - My Work - tags: none - #

Adopt a plugin - Admun's 3.0/RC plugins

[Update]Radek split XE into Blog CMS now, so no need to merge his plugins.... sadly To allow better collaboration between various versions of plugins available currently, and to provide an interm list of tested plugins for Nucleus 3.0/RC users. Here's I present you this little zip ball. cool

more...

14:31:53 on 05/20/04 by Admun - My Work - tags: none - #
<=   December 2003   =>
SunMonTueWedThuFriSat
 123456
78910111213
14151617181920
21222324252627
28293031