Archive for the ‘knowledge tree’ Category
Monday, March 10th, 2008
This last week saw the release of KnowledgeTree 3.5.2. From a functional perspective, we've had some great developments regarding search that I'm wanting to comment on.
KnowledgeTree now includes a search grammar/language, allowing users to construct search queries on almost any field relating to a document. The new search engine provides ...
Posted in knowledge tree | No Comments »
Friday, June 22nd, 2007
3.4 STABLE is about to be released and includes the KnowledgeTree webservice. The webservice exposes key functions that exist within KnowledgeTree via SOAP so that third parties can easily integrate their applications and KnowledgeTree.
The webservice is based on the ktapi object model, which wraps the internal functionality into a layer ...
Posted in Uncategorized, knowledge tree, web services | No Comments »
Friday, May 25th, 2007
The KnowledgeTree developer documentation is slightly lacking, and we are undertaking an exercise to improve this situation. Over the next few weeks, we will be trying to create tutorials to cover key areas that KnowledgeTree developers need to know about.
Recently, I have written two tutorials:
How to write a dashboard dashlet ...
Posted in knowledge tree | No Comments »
Monday, March 5th, 2007
The upgrade utility has been improved to provide a database backup and restore functionality.
Before attempting any upgrade, it is always best to make a backup. The upgrade utility provides a very easy 'click-through' backup procedure, and the restore process is just as easy.
Posted in database, knowledge tree | No Comments »
Saturday, February 24th, 2007
I've just been working on two little prototype admin plugins for KnowledgeTree Administrators.
The first one is something to monitor disk space, and the other is to assist in cleaning up temporary files.
Running out of disk space can cause many serious headaches. Although system administrators should be doing regular maintenance and ...
Posted in knowledge tree | No Comments »
Thursday, February 22nd, 2007
I found that KnowledgeTree works out of the box on PHP 5.2.0 and 5.2.1 on Windows XP. I tried to use it on 5.1.6 a few weeks back and all I had was continuous headache with require_once() not working properly and classes being redeclared.
So what does this mean? Well, we ...
Posted in knowledge tree, php 5 | No Comments »
Thursday, February 22nd, 2007
I've added a script to the KnowledgeTree Forge to assist users in importing files and meta data from other systems.
It relies on meta data files based on a .ini configuration file format:
[invoice]
invoice_date="2006-01-01"
invoice_no="001002214"
[client]
client_name="joe bloggs"
invoice and client are the names of field sets, and invoice_date, invoice_no and client_name are fields linked ...
Posted in database, knowledge tree | No Comments »
Monday, January 22nd, 2007
I've just put together a basic specification for a primitive SOAP interface to provide access to KnowledgeTree internals. By exposing KnowledgeTree web services we will allow community members to develop their own GUIs and applications to interface with the KnowledgeTree core.
All comments appreciated on the KnowledgeTree SOAP Specification.
There is quite ...
Posted in knowledge tree, web services | No Comments »