Skip to content

Commit 0f382c0

Browse files
committed
sortable fix with the latest aciSortable (prevented full control over the drop target validity check)
1 parent c4dfacd commit 0f382c0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+82
-71
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ $(function(){
4040

4141
});
4242

43-
aciTree jQuery Plugin v4.5.0-rc.7
43+
aciTree jQuery Plugin v4.5.0-rc.8
4444
http://acoderinsights.ro
4545

46-
Copyright (c) 2014 Dragos Ursu
46+
Copyright (c) 2015 Dragos Ursu
4747
Dual licensed under the MIT or GPL Version 2 licenses.
4848

4949
Require jQuery Library >= v1.9.0 http://jquery.com

aciTree.jquery.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"ui",
99
"ajax"
1010
],
11-
"version": "4.5.0-rc.7",
11+
"version": "4.5.0-rc.8",
1212
"author": {
1313
"name": "Dragos Ursu",
1414
"email":"dragosu@acoderinsights.ro",
1.7 KB
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading

css/ui-lightness/jquery-ui-1.10.4.min.css

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

documentation.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5-
<title>aciTree v4.5.0-rc.7 - A javascript treeview control with jQuery</title>
5+
<title>aciTree v4.5.0-rc.8 - A javascript treeview control with jQuery</title>
66
<meta name="description" content="aciTree javascript treeview API documentation">
77
<style type="text/css">
88
html {
@@ -146,7 +146,7 @@
146146
</head>
147147

148148
<body>
149-
<h1>aciTree API v4.5.0-rc.7</h1>
149+
<h1>aciTree API v4.5.0-rc.8</h1>
150150

151151
<p>
152152
Please note: here are listed only the public API methods, you need to
@@ -1683,10 +1683,10 @@ <h1>aciTree API v4.5.0-rc.7</h1>
16831683

16841684
</div>
16851685

1686-
<p>aciTree jQuery Plugin v4.5.0-rc.7</p>
1686+
<p>aciTree jQuery Plugin v4.5.0-rc.8</p>
16871687
<p>http://acoderinsights.ro</p>
16881688

1689-
<p>Copyright (c) 2014 Dragos Ursu</p>
1689+
<p>Copyright (c) 2015 Dragos Ursu</p>
16901690
<p>Dual licensed under the MIT or GPL Version 2 licenses.</p>
16911691

16921692
<p>Require jQuery Library >= v1.9.0 http://jquery.com</p>

image/tree-branch-rtl.png

229 Bytes
Loading

image/tree-check.png

3.44 KB
Loading

image/tree-no-branches-rtl.png

2.96 KB
Loading

image/tree-no-branches.png

2.33 KB
Loading

image/tree-rtl.png

2.91 KB
Loading

image/tree.png

2.57 KB
Loading

js/jquery-ui-1.10.4.min.js

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/jquery.aciSortable.min.js

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/jquery.aciTree.checkbox.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11

22
/*
3-
* aciTree jQuery Plugin v4.5.0-rc.7
3+
* aciTree jQuery Plugin v4.5.0-rc.8
44
* http://acoderinsights.ro
55
*
6-
* Copyright (c) 2014 Dragos Ursu
6+
* Copyright (c) 2015 Dragos Ursu
77
* Dual licensed under the MIT or GPL Version 2 licenses.
88
*
99
* Require jQuery Library >= v1.9.0 http://jquery.com

js/jquery.aciTree.column.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11

22
/*
3-
* aciTree jQuery Plugin v4.5.0-rc.7
3+
* aciTree jQuery Plugin v4.5.0-rc.8
44
* http://acoderinsights.ro
55
*
6-
* Copyright (c) 2014 Dragos Ursu
6+
* Copyright (c) 2015 Dragos Ursu
77
* Dual licensed under the MIT or GPL Version 2 licenses.
88
*
99
* Require jQuery Library >= v1.9.0 http://jquery.com

js/jquery.aciTree.core.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11

22
/*
3-
* aciTree jQuery Plugin v4.5.0-rc.7
3+
* aciTree jQuery Plugin v4.5.0-rc.8
44
* http://acoderinsights.ro
55
*
6-
* Copyright (c) 2014 Dragos Ursu
6+
* Copyright (c) 2015 Dragos Ursu
77
* Dual licensed under the MIT or GPL Version 2 licenses.
88
*
99
* Require jQuery Library >= v1.9.0 http://jquery.com

js/jquery.aciTree.debug.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11

22
/*
3-
* aciTree jQuery Plugin v4.5.0-rc.7
3+
* aciTree jQuery Plugin v4.5.0-rc.8
44
* http://acoderinsights.ro
55
*
6-
* Copyright (c) 2014 Dragos Ursu
6+
* Copyright (c) 2015 Dragos Ursu
77
* Dual licensed under the MIT or GPL Version 2 licenses.
88
*
99
* Require jQuery Library >= v1.9.0 http://jquery.com

js/jquery.aciTree.dom.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11

22
/*
3-
* aciTree jQuery Plugin v4.5.0-rc.7
3+
* aciTree jQuery Plugin v4.5.0-rc.8
44
* http://acoderinsights.ro
55
*
6-
* Copyright (c) 2014 Dragos Ursu
6+
* Copyright (c) 2015 Dragos Ursu
77
* Dual licensed under the MIT or GPL Version 2 licenses.
88
*
99
* Require jQuery Library >= v1.9.0 http://jquery.com

js/jquery.aciTree.editable.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11

22
/*
3-
* aciTree jQuery Plugin v4.5.0-rc.7
3+
* aciTree jQuery Plugin v4.5.0-rc.8
44
* http://acoderinsights.ro
55
*
6-
* Copyright (c) 2014 Dragos Ursu
6+
* Copyright (c) 2015 Dragos Ursu
77
* Dual licensed under the MIT or GPL Version 2 licenses.
88
*
99
* Require jQuery Library >= v1.9.0 http://jquery.com

js/jquery.aciTree.hash.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11

22
/*
3-
* aciTree jQuery Plugin v4.5.0-rc.7
3+
* aciTree jQuery Plugin v4.5.0-rc.8
44
* http://acoderinsights.ro
55
*
6-
* Copyright (c) 2014 Dragos Ursu
6+
* Copyright (c) 2015 Dragos Ursu
77
* Dual licensed under the MIT or GPL Version 2 licenses.
88
*
99
* Require jQuery Library >= v1.9.0 http://jquery.com

js/jquery.aciTree.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/jquery.aciTree.persist.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11

22
/*
3-
* aciTree jQuery Plugin v4.5.0-rc.7
3+
* aciTree jQuery Plugin v4.5.0-rc.8
44
* http://acoderinsights.ro
55
*
6-
* Copyright (c) 2014 Dragos Ursu
6+
* Copyright (c) 2015 Dragos Ursu
77
* Dual licensed under the MIT or GPL Version 2 licenses.
88
*
99
* Require jQuery Library >= v1.9.0 http://jquery.com

js/jquery.aciTree.radio.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11

22
/*
3-
* aciTree jQuery Plugin v4.5.0-rc.7
3+
* aciTree jQuery Plugin v4.5.0-rc.8
44
* http://acoderinsights.ro
55
*
6-
* Copyright (c) 2014 Dragos Ursu
6+
* Copyright (c) 2015 Dragos Ursu
77
* Dual licensed under the MIT or GPL Version 2 licenses.
88
*
99
* Require jQuery Library >= v1.9.0 http://jquery.com

js/jquery.aciTree.selectable.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11

22
/*
3-
* aciTree jQuery Plugin v4.5.0-rc.7
3+
* aciTree jQuery Plugin v4.5.0-rc.8
44
* http://acoderinsights.ro
55
*
6-
* Copyright (c) 2014 Dragos Ursu
6+
* Copyright (c) 2015 Dragos Ursu
77
* Dual licensed under the MIT or GPL Version 2 licenses.
88
*
99
* Require jQuery Library >= v1.9.0 http://jquery.com

0 commit comments

Comments
 (0)