Opinions Requested

February 15th, 2009

I have a forum topic that I wish to get opinions on from any community members interested.  Please follow the link below.

1.0 Beta - Definitions

Version 1.0 Update

December 17th, 2008

Updated December 18th.

Done

  1. Privilege support.
  2. Data access abstraction through PHP Data Objects (PDO) extension.
  3. localization support.
  4. Error logging to the database.
  5. Many bug fixes.
  6. Forgot password.
  7. Sign up.
  8. Desktop installation.

Current Todos

  1. Module installation.
  2. Password encryption.

PHP Data Objects (PDO) extension

November 30th, 2008

I have just finished (hopefully no bugs) updating qWikiOffice to use The PHP Data Objects (PDO) extension.

According to http://www.php.net,
“PDO ships with PHP 5.1, and is available as a PECL extension for PHP 5.0; PDO requires the new OO features in the core of PHP 5, and so will not run with earlier versions of PHP”.

system/os/config.php has been updated like so:


public $DB_CONN_STRING = ‘mysql:dbname=qwikioffice;host=localhost’;
public $DB_USERNAME = ‘root’;
public $DB_PASSWORD = ”;

Version 1.0

October 30th, 2008

A note: Version 1.0.  is an alpha version.

That is what I get for rushing late at night to release the zip file.  I know people are anxious to see what is new.

I admit I just wanted to create the zip file, post it, and go to bed.  So I forgot to label it as being an alpha release.  I’ll update the download page to reflect this.

Version 1.0

October 29th, 2008

Yes… version 1.0 is available from the download page. Read the Release Notes to see what is new.

I have made so many updates recently I felt it is to a version 1.0 now.
Draggable shortcuts and the System tray will be in a 1.x version.

Version 0.9

October 27th, 2008

Version 0.9 should be out by end of this week.  What it includes:

1. Privilege system.
2. Many updates to the ‘os’.  (organizing the server code).
3. Color Picker for the Preferences module (needs some tweeks yet).
4. Yannick’s theme updates.
5. Hope to finish the dependency handling.

Version 0.8.1

October 10th, 2008

The demo has been updated.  No more menu modules.  The new module property ‘menuPath‘ will now handle it.

For example, when setting up your module, you can now do the following:

moduleId: ‘demo-bogus’,
menuPath: ‘StartMenu/Bogus Menu/Bogus Sub Menu’,

Right now the Start Menu / Tool Menu are sorted alphabetically. I’ll post the zip file Friday night, Version 0.8.1.

Version 0.8 Available

October 6th, 2008

I have just posted Version 0.8 on the download page.

Demo Updated

October 4th, 2008

I just updated the demo to version 0.8.

New is the ‘Modules on Demand’ feature.  I should be able to post the zip file yet this weekend.

What is next?

  1. System Tray
  2. Updates to Preferences module
  3. Draggable shorcuts

Stay tuned.

Modules on demand, System tray, qWikiMail

September 14th, 2008

Just a heads up.  It’s been a while since I have given an update.  Currently I am working on  the following features:

  • Modules on demand
  • System tray

From the Preferences module, users will be able to select which modules they want to be loaded at startup.  All other modules will load on demand.

A system tray with clock is also in the works.

The qWikiMail module is about 90% complete.

qWikiMail