May 20, 2009

Next version

PHP official web has been announced about disabling magic quotes:

Warning

This feature has been DEPRECATED as of PHP 5.3.0 and REMOVED as of PHP 6.0.0. Relying on this feature is highly discouraged.

PHP: Disabling Magic Quotes - Manual

so...the next version of Loggix will remove all of the "stripslashes()" and "addslashes()" stuff and "magic quotes=off" setting will be the recommended settings.

Apr 06, 2009

New version 9.4.5 has been released.

Go get it from:

SourceForge.net: Loggix: Files

New features

  • Added "convertToYen.php" plugin.

Deleted features

  • none.

Bug fixes

  • htmlspecialchars bugs had been fixed.
  • and other small bugs had been fixed.

Mar 28, 2009

New version 9.3.27 has been released!

Go get it from:

SourceForge.net: Loggix: Files

New features

  • Implemented some jQuery based user interfaces.
  • Migrated from "Lightbox2" to "Colorbox".
  • Now MySQL supprted. You can use it by executing /data/sql/loggix.mysql.sql via phpMyAdmin, and edit "SQLite" to "MySQL" in /lib/Loggix/Core.php

Deleted features

  • lightbox2 library.
  • PEAR::HTML_AJAX library.

Bug fixes

  • Some localization bugs has been fixed.
  • Fails to get the latest upload file ID bug has been fixed.

Mar 08, 2009

New version 9.3.8 has been released!

Go get it from:

SourceForge.net: Loggix: Files

New features

  • Now SQLite3 supported. You can use both SQLite2 and SQLite3.
  • Database driver is completely rewritten and is migrated to PDO.
  • Now "Lightbox2" included by default.
  • PHP5.2.x supported. (and recommended)

Bug fixes

  • Changed <link> element to <guid> in RSS2.0 format according to "http://www.feedvalidator.org/docs/rss2.html#hrelementsOfLtitemgt".<link> element is the URL of the item and <guid> element is a string that uniquely identifies the item, usually "Permalink", so "Parmalink" should be contained in <guid> element.
  • Problem on saving Preferences values has been fixed.
  • and...many many bug fixes.

Feb 20, 2009

Manual updated

Manual of the latest version of Loggix in this website is updated. Manual which is included in version 8.12.20 is old now, so please check the latest when you use Loggix.

Feb 18, 2009

Info: Next version

The Next version of Loggix is still on developing stage, and it will be with a lot of changes.

New & Changes

  • Migrating SQLite2 to SQLite3 optimized. This means Loggix will use PDO(PHP Data Object) driver to access database, not via sqlite_* native drivers.
  • PHP5.2.x support.
  • "Lightbox2", the cool javascript effects library for showing images, will be included by default.
  • CSS auto-fetch function will recognize "iphone.css", so you can support iPhone by adding iphone.css to your /theme/yourtheme/css/.

Bugs to be fixed

  • Tag cloud bugs
  • RSS2.0 format bugs
  • and...many many small bugs will be fixed.

How to get a copy of Loggix

Loggix project has been released version 8.12.20 on December 20th, 2008. Yes, as you can see, the version number of Loggix tells you when it was released.

Loggix Project is now working on migrating from the SQLite2 to SQLite3 supported version, but it's not stable enought to release yet, so If you want to download the current latest version, please visit:

SourceForge.net: Loggix: Files

How to make it work

Loggix is the simplest, and maybe it is the most easiest Weblog tool to setup on this planet. You don't have to access and create database in database server like you do when you have to use MySQL database, or some kind of "INSTALL" navigation stuff.

Loggix is powered by SQLite database, which is already built-in PHP5, so all you need is the server which runs PHP5, and all you have to do is "Just copy it where you want to use it."

After you copy it to your server, accces:

http://yourdomain.com/path/to/your/loggix/admin/login.php

and type:

  • User Name: root
  • Password: root

to login.

After login succeed, create your new account, and login again with the new account. Please don't forget to delete the default "root" account for secure.

Enjoy! ;-)

Previous Logs