28 January 2006
I just released the AVBlog Lite 1.05 and you can downlad it here.

This version is essentially the AVBlog 1.05 without the plugins and the external tools that allows for the Javascript calendar and for the Rich Editors (FCKEditor and TinyMCE).

If you want to upgrade from the Lite to the Full version simply copy the /plugins and /external folders from a Full installation folder to a Lite one.

Please if you have Cold Fusion MX 6.1, or Blue Dragon or Ralio help me in testing AVBlog on these platforms; now it should work but i need deep testing on these Cold Fusion engines.
Categories: AVBlog Lite
Social Buttons: del.icio.us digg NewsVine YahooMyWeb Furl Fark Spurl TailRank Ma.gnolia blogmarks co.mments Reddit
| 19:58:00 | icon author Admin
AVBlog 1.05 has been released, you can download it here.

Notes about the new release:
  • Enhanched XML-RCP support; BlogJet and Flock now works well with AVBlog
  • Works under CFMX 6.1, BlueDragon (no GUI for administration in this case); should work with Railo too; test needed in this cases, please contact me for any problems using these platforms
  • Verity search bug fixed
  • Enanched Library and Photoblog plugins
  • Minor bugs fixed
Categories: AVBlog
Social Buttons: del.icio.us digg NewsVine YahooMyWeb Furl Fark Spurl TailRank Ma.gnolia blogmarks co.mments Reddit
| 19:55:25 | icon author Admin
Thanks to Dmitry Chestnykh who provided me with a license for his BlogJet software now AVblog can work with this software trough Movable Type API support.

You can configure BlogJet for working with AVBlog in this manner:

  1. As Provider select Movable Type
  2. As Host put your site domain (in this case www.avblog.org)
  3. As page put your domain, your path and add /xmlrpc.cfm (in this case /xmlrpc.cfm)
  4. As port put the port on wich your web server works (usually 80)
  5. As username and password put the ones you use for your Blog
Categories: AVBlog
Social Buttons: del.icio.us digg NewsVine YahooMyWeb Furl Fark Spurl TailRank Ma.gnolia blogmarks co.mments Reddit
| 18:23:23 | icon author Admin
21 January 2006
I'm working in these days on AVBlog Lite and i just made the main step in order to get compatibility with BlueDragon and CFMX versions before 7.

I simply add an Application.cfm file like
 this:



<cfapplication
    name = "AVBlog";
    applicationTimeout = "#createTimeSpan(0,2,0,0)#";
    sessionManagement  = "yes"
    sessionTimeout = "#createTimeSpan(0,0,20,0)#";
    >
   
<cfscript>
    objApplication = createobject('component','Application');
</cfscript>

<cfif not isdefined('application.id')>
    <cfscript>
        objApplication.onApplicationStart();
    </cfscript>
</cfif>

<cfif not isdefined('session.id')>
    <cfscript>
        objApplication.onSessionStart();
    </cfscript>
</cfif>

<cfscript>
    objApplication.onRequestStart('dummy');
</cfscript>



This allow unicity of code (which remain on the Application.cfc file) and the trick is using the Application.cfc file as a normal component in case we are executing the code on BlueDragon or CFMX 6.
Categories: AVBlog
Social Buttons: del.icio.us digg NewsVine YahooMyWeb Furl Fark Spurl TailRank Ma.gnolia blogmarks co.mments Reddit
| 19:47:55 | icon author Admin
03 January 2006
This new version fixed some bugs (thanks to Oguz Demirkapi for the help) and:

  • include FCKeditor 2.2 version
  • include a wizard for converting XML storage data into DB data
  • changed XML data format for security reason
  • improved performance
You can download AVBlog 1.04 here.
Categories: AVBlog
Social Buttons: del.icio.us digg NewsVine YahooMyWeb Furl Fark Spurl TailRank Ma.gnolia blogmarks co.mments Reddit
| 19:19:19 | icon author Admin

Google
Web www.avblog.org


subscribe Blog
search

Categories
AVBlog (60)
AVBlog Lite (20)
Tips (2)
AVBlog Basic (2)
Misc (2)
Recent posts

(31 lug 2007 00:09:56)
CFWidgets 0.8 released
(09 apr 2007 19:20:38)
AVBlog 2.0 features request
(26 feb 2007 12:45:32)
First CFWidgets Demo
(27 gen 2007 01:11:04)
AVBlog 1.5.1 released
(18 gen 2007 10:35:37)
What's happened to 1.5.1?
(16 gen 2007 01:01:20)
AVBlog 1.5 released
(20 nov 2006 00:37:04)
Last comments
FEED
[RSS][ATOM] All
[RSS][ATOM] AVBlog
[RSS][ATOM] AVBlog Lite
[RSS][ATOM] Tips
[RSS][ATOM] AVBlog Basic
[RSS][ATOM] Misc

Mailing list