jQuery 1.4.2

March 4, 2010

Woah, I totally missed the jQuery 1.4.2 release.
Guess I should release a new version of the Grails-jQuery-plugin soon ;)

Categories: Groovy & Grails, Javascript.

Grails-jQuery 1.4.1.1 hits the road

January 26, 2010

Today jQuery 1.4.1 has been released and so here is also the first release of the grails-jQuery-plugin for it.

* Fixed: GRAILSPLUGINS-1865
* Fixed: GRAILSPLUGINS-1864, thanks to Nick Zhu
* Added jQuery 1.4.1

For people encountering problems with the new jQuery-version, use an older one and set the version-attribute in JQueryConfig.groovy located under jquery-1.4.1.1/grails-app/conf/

Cheers

Categories: Groovy & Grails, Javascript.

And with a drum roll

January 18, 2010

I’m pleased to announce the Grails-jQuery-plugin in version 1.4.0.1.

* Upgrade to jQuery 1.4
* Wiki-page is now up-to-date
* Moved sources to http://gitorious.org/grails-jquery
* Added licenseinformation: Apache 2.0
* Fixed: http://jira.codehaus.org/browse/GRAILSPLUGINS-1793
* Fixed: http://jira.codehaus.org/browse/GRAILSPLUGINS-1296
* Fixed: http://jira.codehaus.org/browse/GRAILSPLUGINS-1824
* Can’t reproduce: http://jira.codehaus.org/browse/GRAILSPLUGINS-953

I’ve tested the release with Grails 1.2, if there are problems with some older Grails versions please file a bugreport at JIRA or leave a comment.

Before an upgrade please check http://jquery14.com/day-01/jquery-14 for changes which may break your code.

Categories: Groovy & Grails, Javascript.

stdin is not a tty

December 18, 2009

Problem: Login via ssh on XEN-instance “stdin is not a tty”
Solution: here

Categories: Linux.

Tags:

phpMyAdmin alternative

December 17, 2009

For some reason (and I guess that some of my changes to the apache-config are the reason) pma stopped working today. It just won’t let me log in, which is really annoying and contra productive.
What to do, search for an fast and easy to set up alternative and hunt the bug when there is time for it.
Anyway, I found this tiny little app called sqlbuddy.
It’s a small zipfile with no initial setup, just extract, browse to it and log in into your mysql-server. Love it!

I guess pma can stay in its grave, sqlbuddy just won my heart.

Categories: General Stuff, Javascript, PHP.

Tags: , ,

Kerio adminconsole on (K)ubuntu 9.10 64Bit

November 5, 2009

After smashing my XP-installation and going back to Kubuntu 9.10 I came to the point where I needed to install the adminconsole for Kerios wonderful exchange-solution.
So I downloaded the ubuntu-package, ran dpkg on it and came up with an error:
error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory

To save maybe some poeple a lot of time, after some headaches and google I came up with this wonderful trick:
Download this http://packages.ubuntu.com/jaunty/amd64/ia32-libs/download
Install it. Install Kerion adminconsole again. Have fun.

Cheers

Categories: General Stuff.

Outdated browser?

October 21, 2009

One thing I always struggle with, is the hilarious great number of outdated browser and to inform the users about that they are using something which may be half a century old (One more IE6-user and I quit!).
Also when some code is implemented to check the browser version it must be kept up to date which sucks.
But hey, there is this wonderful website http://www.browser-update.org just implement their script and it informs the users with a little bar that their browser seems to be a little bit out of date.
Sweet tool.

Categories: General Stuff, Javascript.

Grails jQuery-Plugin 1.3.2.4 released

June 15, 2009

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

Categories: General Stuff.

Grails jQuery-Plugin 1.3.2.3 released

June 11, 2009

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

Cheers

Categories: General Stuff.

Grails jQuery-Plugin 1.3.2.2 released

June 9, 2009

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

Categories: General Stuff.

Page 1 of 212»