Grails jQuery-Plugin 1.3.2.4 released

Galeon Posted in General Stuff
1

Since there was a small bug with the config-file in 1.3.2.3 I released 1.3.2.4 which comes with it own JQueryConfig.groovy in jquery-1.3.2.4/grails-app/conf/.

The two options sources and version moved to jquery.sources and jquery.version.

You can access them in your code (if needed) like this:

GroovyClassLoader classLoader = new GroovyClassLoader(getClass().getClassLoader())

ConfigObject config = new ConfigSlurper().parse(classLoader.loadClass(‘JQueryConfig’))

def jQueryVersion = config.jquery.version

Cheers

Grails jQuery-Plugin 1.3.2.3 released

Galeon Posted in General Stuff
0

A quick release arrived two days ago which fixes bug mentioned in GRAILSPLUGINS-1238.

Cheers

Grails jQuery-Plugin 1.3.2.2 released

Galeon Posted in General Stuff
1

Great news everyone,

I’ve recently released the Grails jQuery-Plugin in version 1.3.2.2.
The versioning moved to this layout: <jQuery version>.<plugin increment version>, so the first three numbers are the jQuery-version and the last one a release count.

Since this release is mainly a bugfix here are the fixed JIRAs:
GRAILSPLUGINS-1161
GRAILSPLUGINS-1003
GRAILSPLUGINS-930

In the background the work on a jQuery-UI-plugin is going on and maybe I’m going start work on a google calendar-plugin.

For bugreports and feature requests please rise a JIRA at http://jira.codehaus.org/browse/GRAILSPLUGINS

Time passes by

Galeon Posted in General Stuff
0

The last weeks have been so full of work that I had not time to even look at my blog. But I hope it will get better now.
There where several thinks worth to write about, but I forgot the most of them.

However, since I’m writing a little game-pyhsics-engine this semester, for my practical at the university, it will give me some stuff to post here.

So far

Cheers

Auxiliary blogger

Galeon Posted in General Stuff
0

San joined me yesterday on my journy called “Give this blog a meaning”.

Unlike me he calls the Windows(tm, copyright and all the other stuff)-universe his home, so I guess most of his posts will be about ASP and .NET.

Cheers
Finn

Backing up IMAP

Galeon Posted in General Stuff, Linux
0

Today our mailserver at the university told me that I’ve reached the limit of my IMAP-quota. Much to my regret in KMail version 1.2.9 there is no export function (or I couldn’t find it).

But there is hope: A little python-script called IMAP Backup Tool

Just execute it like this: imapbackup.py -u user -s mail.com:1234
and wait while all your mails will be downloaded and saved to seperate mbox-files for each IMAP-folder.

Reborn

Galeon Posted in General Stuff
1

I gave some thoughts about redoing the whole blog in a less private way and arrived at the conclusion that I will make this blog more about computer science.

My english is not the best, but I’ve fun while writing it so I’ll give it a whirl.

Cheers
Finn