Friday, April 17, 2009

Aphpkb Release 0.93.7

This release includes a fix for article saving and submitting by authors.

Tuesday, March 24, 2009

Aphpkb 0.93.6 Release

This release includes a fix for deleting pending articles.

Monday, March 23, 2009

Trying out a new IDE, Aphpkb Status and future ideas

Dev-PHP Project Page

Even in a small project like Aphpkb there are times in which organising and searching multiple files in a project can be handy, especially for wholesale changes, such as the change of a variable used in a group of scripts (for example: $fileid).

This week I am trying out Dev-PHP and so far I have been impressed by the IDE's features and ease of use - I am hoping to make a full change to the mysql class for the mysql connections - and I've felt I'd need more than an editor for the task - if only for the task feature to keep track of my changes.

Long time readers might wonder if I might be giving up on SciTE, the scintilla editor - the answer is a definite 'nope' - it's still my favourite - but I like to keep an 'open mind' and increasing my tools will hopefully make me more versatile and ultimately more efficient.

Aphpkb Status

I am currently finalising 0.93.6 - with a fix for deleting pending articles - there have been some standing issues with the install wizard with some unexpected results if the database has not been created prior to registering the admin account - I maybe using more emphasis in the readme and step 5 pages.

Ideas

* some form of captcha on author registration
* simpler css layout/s
* follow-up articles (link from article view)

If you have any other ideas for Aphpkb, please let us know:  feedback@aphpkb.org

Friday, March 13, 2009

Aphpkb Release 0.93.5

This release includes improvements to the installation wizard and fixes for the admin login.

Both .zip and .tgz files are available for download:

http://downloads.sourceforge.net/aphpkb/aphpkb-0.93.5.zip
http://downloads.sourceforge.net/aphpkb/aphpkb-0.93.5.tgz

Any Feedback on Aphpkb welcome: feedback@aphpkb.org

Friday, January 23, 2009

Aphpkb Status

New Release (Aphpkb-0.93.4)
This release includes fixes for article rating and article comments and integer variable checking.

Both .zip and .tgz files are available for download:

Saturday, January 17, 2009

Aphpkb Status

This release includes improvements to installation and knowledgebase setup.

Both .zip and .tgz files are available for download:


Any Feedback on Aphpkb welcome: feedback@aphpkb.org

Release Checklist for Aphpkb

The purpose of this post is two-fold, a personal checklist for me when I'm about to release a new version of Aphpkb - there are a few minor tweaks and changes (including the new blog for announcements), and for the interested Aphpkb blog reader, a quick overview of the steps I will make to release a new version.

This checklist is also an indication I will be releasing soon.

Pre-Release Config

Edit:
/path/to/aphpkb/config/config.php
Line 2:
define ('KBINSTALL' ,'0');
{Review Default Settings}

Pre-Release Documentation

Edit:
/path/to/aphpkb/docs/CHANGELOG
{Pre-pend Version Changes}

/path/to/aphpkb/docs/README
{Replace Version Changes}
{Review Install Guide}

Pre-Release File Review
{Delete Unused and Backup Copies of Files}
{Empty Attach directory}

Create Compressed Files
  • tgz
  • zip 
Sourceforge (hosted)
Upload Files
Create New Release

Sourceforge (web)
Update Release File - creates new Download Link
Update Changelog.html
Update Changelog.txt
{Review Install Guide on aphpkb.org}

Post-Release Announcements
Freshmeat
Icewalkers
HotScripts
aphpkb.blogspot.com
{Review Install Guide on aphpkb.blogspot.com}
Twitter

Saturday, December 20, 2008

Aphpkb Status

New Release (Aphpkb 0.93.2)

This release includes improvements to the installation/setup of the knowledgebase, as well as fixes and improvements to article comment submission.

Wednesday, November 26, 2008

Aphpkb Status

New Release

This release includes improvements to the index page, minor tweaking of page elements and improvements to login and logout.

forgot_password.php has been fixed as well as article submission. This release also sees a new Question and Answer feature and improved html filtering for the HTML editor plugin.

aphpkb.org

feedback@aphpkb.org

Friday, October 31, 2008

Aphpkb Status

New Release - Aphpkb-0.92.7

This release includes fixes to the database file (akb.sql) and also includes a new installation process:

* On a new install (KBINSTALL = 0), page is referred to /path-to-aphpkb/install/

* Release notes (/path-to-aphpkb/docs/README) is displayed

* Step 1 thru 5 to configure Aphpkb (Database, Knowledgebase Options, Plugins and Admin details.

* Config file is written (/path-to-aphpkb/config/config.php) and KBINSTALL set to 1.

* Process returns to /path-to-aphpkb/install/ and registers the Admin user and link to the knowledgebase home page.