Get The Latest Loggix

Download Loggix(ZIP/TAR archive)

Loggix ZIP Loggix TAR

Click the icon above to get the latest version of Loggix.

GitHub

View the latest code:Loggix at master - GitHub

View commit history:Commit History for kaz6120's Loggix - GitHub

Jul 29, 2009

Loggix moved to GitHub

Loggix has been moved from SourceForge to GitHub.

kaz6120's Loggix at master - GitHub

To fetch the latest

Install Git, and type:

$ git clone git://github.com/kaz6120/Loggix.git

Collaborators will be welcomed

Someone who:

  • interested in Loggix core development (PHP programmer)
  • interested in Loggix plugin development (PHP programmer)
  • interested in theme/GUI development (HTML/CSS coder, jQuery programmer)

create an account on GitHub and please let me know.

Jul 28, 2009

New version 9.7.28 has been released.

Go get it from:

SourceForge.net: Loggix: Files

or from GitHub:

kaz6120's Loggix at master - GitHub

New featurs & Upgrades
  • jQuery plugin "qTip" is now implemented as a standard function.
  • New Smiley icons (20 simlies, RGB color, transparent PNG)
  • Added new plugin area (textarea of visitor comment field)
  • Completely deleted magic quotes gpc support.
  • Markdown is now an external plugin. You can customize it, set the execute timing to it as you like.

Bug fixes

  • All those bugs occurs on magic quotes gpc.
  • Fixed and renamed some plugin areas.
  • An Error occurs when no resources is uploaded has been fixed.
  • Colorbox bugs has been fixed.
  • and...many many small bug fixes.

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.

Previous Logs