Skip to content

Commit 1f50f8b

Browse files
committed
upgraded jquery to 1.5
1 parent a8ff8af commit 1f50f8b

File tree

7 files changed

+1871
-1035
lines changed

7 files changed

+1871
-1035
lines changed

JqueryGrailsPlugin.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import org.codehaus.groovy.grails.commons.ConfigurationHolder
2323

2424
class JqueryGrailsPlugin {
2525
// Only change the point release. Edit o.c.g.g.o.j.JQueryConfig.SHIPPED_VERSION when changing jQuery resource version
26-
def version = JQueryConfig.SHIPPED_VERSION + ".1"
26+
def version = JQueryConfig.SHIPPED_VERSION
2727

2828
static SHIPPED_SRC_DIR = 'jquery'
2929

grails-jquery-1.5.zip

169 KB
Binary file not shown.

plugin.xml

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
<plugin name='jquery' version='1.4.4' grailsVersion='1.2.2 &gt; *'>
2-
<author>Sergey Nebolsin, Craig Jone, Marc Palmers and Finn Herpich</author>
1+
<plugin name='jquery' version='1.5' grailsVersion='1.2.2 &gt; *'>
2+
<author>Sergey Nebolsin, Craig Jone, Marc Palmer and Finn Herpich</author>
33
<authorEmail>nebolsin@gmail.com, craigjones@maximsc.com, marc@grailsrocks.com and finn.herpich@marfinn-software.de</authorEmail>
44
<title>JQuery for Grails</title>
55
<description>Provides integration for the JQuery library with grails JavascriptProvider</description>
@@ -14,15 +14,5 @@
1414
<resource>JQueryTagLib</resource>
1515
</resources>
1616
<dependencies />
17-
<behavior>
18-
<method name='getProperty' artefact='Filters' type='JQueryConfig'>
19-
<description />
20-
<argument type='java.lang.String' />
21-
</method>
22-
<method name='invokeMethod' artefact='Filters' type='JQueryConfig'>
23-
<description />
24-
<argument type='java.lang.String' />
25-
<argument type='java.lang.Object' />
26-
</method>
27-
</behavior>
28-
</plugin>
17+
<behavior />
18+
</plugin>

src/groovy/org/codehaus/groovy/grails/plugins/jquery/JQueryConfig.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public class JQueryConfig {
2727
def defaultPlugins
2828
def plugins = [:]
2929

30-
static SHIPPED_VERSION = '1.4.4'
30+
static SHIPPED_VERSION = '1.5'
3131

3232
def init() {
3333
ApplicationHolder.application.metadata.findAll{ key, value ->

web-app/js/jquery/jquery-1.4.4.min.js

Lines changed: 0 additions & 167 deletions
This file was deleted.

0 commit comments

Comments
 (0)