svn_wc_tree 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (58) hide show
  1. data/ChangeLog +4 -0
  2. data/LICENSE +165 -0
  3. data/Manifest +57 -0
  4. data/README.rdoc +333 -0
  5. data/bin/svn_wc_tree +190 -0
  6. data/cgi/svn_wc_broker.cgi +38 -0
  7. data/lib/svn_wc_broker.rb +161 -0
  8. data/lib/svn_wc_client.rb +266 -0
  9. data/svn_conf.yaml +9 -0
  10. data/svn_wc_tree/css/swt.css +4 -0
  11. data/svn_wc_tree/img/swt_spinner.gif +0 -0
  12. data/svn_wc_tree/index.html +137 -0
  13. data/svn_wc_tree/index.php +29 -0
  14. data/svn_wc_tree/js/jquery-1.3.2.js +4376 -0
  15. data/svn_wc_tree/js/jquery.blockUI-2.31.js +477 -0
  16. data/svn_wc_tree/js/jquery.cookie.js +96 -0
  17. data/svn_wc_tree/js/jquery.tree.checkbox.js +75 -0
  18. data/svn_wc_tree/js/jquery.tree.js +2058 -0
  19. data/svn_wc_tree/js/source/jquery.tree.js +2058 -0
  20. data/svn_wc_tree/js/source/jquery.tree.min.js +1 -0
  21. data/svn_wc_tree/js/source/lib/jquery.cookie.js +96 -0
  22. data/svn_wc_tree/js/source/lib/jquery.hotkeys.js +244 -0
  23. data/svn_wc_tree/js/source/lib/jquery.js +19 -0
  24. data/svn_wc_tree/js/source/lib/jquery.metadata.js +122 -0
  25. data/svn_wc_tree/js/source/lib/sarissa.js +110 -0
  26. data/svn_wc_tree/js/source/plugins/_jquery.tree.rtl.js +32 -0
  27. data/svn_wc_tree/js/source/plugins/jquery.tree.checkbox.js +75 -0
  28. data/svn_wc_tree/js/source/plugins/jquery.tree.contextmenu.js +129 -0
  29. data/svn_wc_tree/js/source/plugins/jquery.tree.cookie.js +70 -0
  30. data/svn_wc_tree/js/source/plugins/jquery.tree.hotkeys.js +78 -0
  31. data/svn_wc_tree/js/source/plugins/jquery.tree.metadata.js +17 -0
  32. data/svn_wc_tree/js/source/plugins/jquery.tree.themeroller.js +33 -0
  33. data/svn_wc_tree/js/source/plugins/jquery.tree.xml_flat.js +123 -0
  34. data/svn_wc_tree/js/source/plugins/jquery.tree.xml_nested.js +124 -0
  35. data/svn_wc_tree/js/source/themes/apple/bg.jpg +0 -0
  36. data/svn_wc_tree/js/source/themes/apple/dot_for_ie.gif +0 -0
  37. data/svn_wc_tree/js/source/themes/apple/icons.png +0 -0
  38. data/svn_wc_tree/js/source/themes/apple/style.css +34 -0
  39. data/svn_wc_tree/js/source/themes/apple/throbber.gif +0 -0
  40. data/svn_wc_tree/js/source/themes/checkbox/dot_for_ie.gif +0 -0
  41. data/svn_wc_tree/js/source/themes/checkbox/icons.png +0 -0
  42. data/svn_wc_tree/js/source/themes/checkbox/style.css +38 -0
  43. data/svn_wc_tree/js/source/themes/checkbox/throbber.gif +0 -0
  44. data/svn_wc_tree/js/source/themes/classic/dot_for_ie.gif +0 -0
  45. data/svn_wc_tree/js/source/themes/classic/icons.png +0 -0
  46. data/svn_wc_tree/js/source/themes/classic/style.css +31 -0
  47. data/svn_wc_tree/js/source/themes/classic/throbber.gif +0 -0
  48. data/svn_wc_tree/js/source/themes/default/dot_for_ie.gif +0 -0
  49. data/svn_wc_tree/js/source/themes/default/icons.png +0 -0
  50. data/svn_wc_tree/js/source/themes/default/style.css +30 -0
  51. data/svn_wc_tree/js/source/themes/default/throbber.gif +0 -0
  52. data/svn_wc_tree/js/source/themes/themeroller/dot_for_ie.gif +0 -0
  53. data/svn_wc_tree/js/source/themes/themeroller/icons.png +0 -0
  54. data/svn_wc_tree/js/source/themes/themeroller/style.css +39 -0
  55. data/svn_wc_tree/js/source/themes/themeroller/throbber.gif +0 -0
  56. data/svn_wc_tree/js/swt.js +534 -0
  57. data/svn_wc_tree.conf +9 -0
  58. metadata +122 -0
@@ -0,0 +1,38 @@
1
+ /* LOCKED */
2
+ .tree-checkbox .locked li a { color:gray; }
3
+ /* DOTS */
4
+ .tree-checkbox ul { background-position:6px 1px; background-repeat:repeat-y; background-image:url(data:image/gif;base64,R0lGODlhAgACAIAAAB4dGf///yH5BAEAAAEALAAAAAACAAIAAAICRF4AOw==); _background-image:url("dot_for_ie.gif"); *background-image:url("dot_for_ie.gif"); }
5
+ .tree-checkbox li { background-position:-64px -16px; background-repeat:no-repeat; background-image:url("icons.png"); }
6
+ /* NO DOTS */
7
+ .tree-checkbox .no_dots, .tree-checkbox .no_dots ul { background:transparent; }
8
+ .tree-checkbox .no_dots li.leaf { background-image:none; background-color:transparent; }
9
+ /* OPEN or CLOSED */
10
+ .tree-checkbox li.open { background:url("icons.png") -32px -48px no-repeat; }
11
+ .tree-checkbox li.closed, #jstree-dragged.tree-checkbox li li.open { background:url("icons.png") -48px -32px no-repeat; }
12
+ #jstree-marker { background-image:url("icons.png"); }
13
+ /* DEFAULT, HOVER, CLICKED, LOADING STATES */
14
+ .tree-checkbox li a, .tree-checkbox li span { border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; }
15
+ /*
16
+ .tree-checkbox li a:hover, .tree-checkbox li a.hover, .tree-checkbox li span { background: #e7f4f9; border:1px solid #d8f0fa; padding:0px 3px 0px 3px; }
17
+ .tree-checkbox li a.clicked, .tree-checkbox li a.clicked:hover, .tree-checkbox li span.clicked { background: #beebff; border:1px solid #99defd; padding:0px 3px 0px 3px; }
18
+ */
19
+ /* ICONS */
20
+ .tree-checkbox ins { background-image:url("icons.png"); background-position:0 0; background-repeat:no-repeat; }
21
+ .tree-checkbox ul li a.loading ins { background-image:url("throbber.gif") !important; background-position:0 0 !important; } /* UL is added to make selector stronger */
22
+ .tree-checkbox li a ins.forbidden { background-position:-16px -48px; }
23
+
24
+ .tree-checkbox li a.undetermined ins { background-position:0px -16px; }
25
+ .tree-checkbox li a.checked ins { background-position:0px -32px; }
26
+
27
+ .tree-checkbox li a:hover ins { background-position:-16px 0px; }
28
+ .tree-checkbox li a.undetermined:hover ins { background-position:-16px -16px; }
29
+ .tree-checkbox li a.checked:hover ins { background-position:-16px -32px; }
30
+
31
+ #jstree-dragged.tree-checkbox ins { background:url("icons.png") 0 -48px no-repeat; }
32
+ #jstree-dragged.tree-checkbox ins.forbidden { background:url("icons.png") -16px -48px no-repeat; }
33
+
34
+ /* CONTEXT MENU */
35
+ .tree-checkbox-context a ins { background-image:url("icons.png"); background-repeat:no-repeat; background-position:-64px -64px; }
36
+ .tree-checkbox-context a ins.create { background-position:0 -16px; }
37
+ .tree-checkbox-context a ins.rename { background-position:-16px 0px; }
38
+ .tree-checkbox-context a ins.remove { background-position:0 -32px; }
@@ -0,0 +1,31 @@
1
+ /* LOCKED */
2
+ .tree-classic .locked li a { color:gray; }
3
+ /* DOTS */
4
+ .tree-classic ul { background-position:6px 1px; background-repeat:repeat-y; background-image:url(data:image/gif;base64,R0lGODlhAgACAIAAAB4dGf///yH5BAEAAAEALAAAAAACAAIAAAICRF4AOw==); _background-image:url("dot_for_ie.gif"); *background-image:url("dot_for_ie.gif"); }
5
+ .tree-classic li { background-position:-64px -16px; background-repeat:no-repeat; background-image:url("icons.png"); }
6
+ /* NO DOTS */
7
+ .tree-classic .no_dots, .tree-classic .no_dots ul { background:transparent; }
8
+ .tree-classic .no_dots li.leaf { background-image:none; background-color:transparent; }
9
+ /* OPEN or CLOSED */
10
+ .tree-classic li.open { background:url("icons.png") -32px -48px no-repeat; }
11
+ .tree-classic li.closed, #jstree-dragged.tree-classic li li.open { background:url("icons.png") -48px -32px no-repeat; }
12
+ #jstree-marker { background-image:url("icons.png"); }
13
+ /* DEFAULT, HOVER, CLICKED, LOADING STATES */
14
+ .tree-classic li a:hover, .tree-classic li a.hover, .tree-classic li span { /*background: #e7f4f9; border:1px solid #d8f0fa; padding:0px 3px 0px 3px;*/ }
15
+ .tree-classic li a.clicked, .tree-classic li a.clicked:hover, .tree-classic li span.clicked { background: navy; border:1px solid navy; color:white; padding:0px 3px 0px 3px; }
16
+ /* ICONS */
17
+ .tree-classic ins { background-image:url("icons.png"); background-position:0 0; background-repeat:no-repeat; }
18
+ .tree-classic ul li a.loading ins { background-image:url("throbber.gif") !important; background-position:0 0 !important; } /* UL is added to make selector stronger */
19
+ .tree-classic li.closed a ins, .tree-classic li.leaf a ins { background-position:0 0px; } /* UL is added to make selector stronger */
20
+ .tree-classic ul li a.loading ins { background-image:url("throbber.gif"); background-position:0 0; } /* UL is added to make selector stronger */
21
+ .tree-classic li a ins.forbidden { background-position:-16px -16px; }
22
+ .tree-classic .locked li a ins { background-position:0 -48px; }
23
+ .tree-classic li span ins { background-position:-16px 0; }
24
+ #jstree-dragged.tree-classic ins { background:url("icons.png") -16px -32px no-repeat; }
25
+ #jstree-dragged.tree-classic ins.forbidden { background:url("icons.png") -16px -16px no-repeat; }
26
+
27
+ /* CONTEXT MENU */
28
+ .tree-classic-context a ins { background-image:url("icons.png"); background-repeat:no-repeat; background-position:-64px -64px; }
29
+ .tree-classic-context a ins.create { background-position:0 -16px; }
30
+ .tree-classic-context a ins.rename { background-position:-16px 0px; }
31
+ .tree-classic-context a ins.remove { background-position:-32px -16px; }
@@ -0,0 +1,30 @@
1
+ /* LOCKED */
2
+ .tree-default .locked li a { color:gray; }
3
+ /* DOTS */
4
+ .tree-default ul { background-position:6px 1px; background-repeat:repeat-y; background-image:url(data:image/gif;base64,R0lGODlhAgACAIAAAB4dGf///yH5BAEAAAEALAAAAAACAAIAAAICRF4AOw==); _background-image:url("dot_for_ie.gif"); *background-image:url("dot_for_ie.gif"); }
5
+ .tree-default li { background-position:-64px -16px; background-repeat:no-repeat; background-image:url("icons.png"); }
6
+ /* NO DOTS */
7
+ .tree-default .no_dots, .tree-default .no_dots ul { background:transparent; }
8
+ .tree-default .no_dots li.leaf { background-image:none; background-color:transparent; }
9
+ /* OPEN or CLOSED */
10
+ .tree-default li.open { background:url("icons.png") -32px -48px no-repeat; }
11
+ .tree-default li.closed, #jstree-dragged.tree-default li li.open { background:url("icons.png") -48px -32px no-repeat; }
12
+ #jstree-marker { background-image:url("icons.png"); }
13
+ /* DEFAULT, HOVER, CLICKED, LOADING STATES */
14
+ .tree-default li a, .tree-default li span { border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; }
15
+ .tree-default li a:hover, .tree-default li a.hover, .tree-default li span { background: #e7f4f9; border:1px solid #d8f0fa; padding:0px 3px 0px 3px; }
16
+ .tree-default li a.clicked, .tree-default li a.clicked:hover, .tree-default li span.clicked { background: #beebff; border:1px solid #99defd; padding:0px 3px 0px 3px; }
17
+ /* ICONS */
18
+ .tree-default ins { background-image:url("icons.png"); background-position:0 0; background-repeat:no-repeat; }
19
+ .tree-default ul li a.loading ins { background-image:url("throbber.gif") !important; background-position:0 0 !important; } /* UL is added to make selector stronger */
20
+ .tree-default li a ins.forbidden { background-position:-16px -16px; }
21
+ .tree-default .locked li a ins { background-position:0 -48px; }
22
+ .tree-default li span ins { background-position:-16px 0; }
23
+ #jstree-dragged.tree-default ins { background:url("icons.png") -16px -32px no-repeat; }
24
+ #jstree-dragged.tree-default ins.forbidden { background:url("icons.png") -16px -16px no-repeat; }
25
+
26
+ /* CONTEXT MENU */
27
+ .tree-default-context a ins { background-image:url("icons.png"); background-repeat:no-repeat; background-position:-64px -64px; }
28
+ .tree-default-context a ins.create { background-position:0 -16px; }
29
+ .tree-default-context a ins.rename { background-position:-16px 0px; }
30
+ .tree-default-context a ins.remove { background-position:0 -32px; }
@@ -0,0 +1,39 @@
1
+ /* LOCKED */
2
+ .tree-themeroller .locked li a { color:gray; }
3
+ /* DOTS */
4
+ .tree-themeroller ul { background-position:6px 1px; background-repeat:repeat-y; background-image:url(data:image/gif;base64,R0lGODlhAgACAIAAAB4dGf///yH5BAEAAAEALAAAAAACAAIAAAICRF4AOw==); _background-image:url("dot_for_ie.gif"); *background-image:url("dot_for_ie.gif"); }
5
+ .tree-themeroller li { background-position:-64px -16px; background-repeat:no-repeat; background-image:url("icons.png"); }
6
+ /* NO DOTS */
7
+ .tree-themeroller .no_dots, .tree-themeroller .no_dots ul { background:transparent; }
8
+ .tree-themeroller .no_dots li.leaf { background-image:none; background-color:transparent; }
9
+ /* OPEN or CLOSED */
10
+ .tree-themeroller li.open { background:url("icons.png") -32px -48px no-repeat; }
11
+ .tree-themeroller li.closed, #jstree-dragged.tree-themeroller li li.open { background:url("icons.png") -48px -32px no-repeat; }
12
+ #jstree-marker { background-image:url("icons.png"); }
13
+
14
+ .tree-themeroller li, .tree-themeroller li a, .tree-themeroller li a ins { line-height:16px !important; }
15
+ .tree-themeroller li a .ui-icon { overflow:visible; }
16
+
17
+ /* DEFAULT, HOVER, CLICKED, LOADING STATES
18
+ .tree-themeroller li a, .tree-themeroller li span { border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; }
19
+ .tree-themeroller li a:hover, .tree-themeroller li a.hover, .tree-themeroller li span { background: #e7f4f9; border:1px solid #d8f0fa; padding:0px 3px 0px 3px; }
20
+ .tree-themeroller li a.clicked, .tree-themeroller li a.clicked:hover, .tree-themeroller li span.clicked { background: #beebff; border:1px solid #99defd; padding:0px 3px 0px 3px; }
21
+ */
22
+ /* ICONS */
23
+ .tree-themeroller ul li a.loading ins { background-image:url("throbber.gif") !important; background-position:0 0 !important; } /* UL is added to make selector stronger */
24
+ /*
25
+ .tree-themeroller ins { background-image:url("icons.png"); background-position:0 0; background-repeat:no-repeat; }
26
+ .tree-themeroller li a ins.forbidden { background-position:-16px -16px; }
27
+ .tree-themeroller .locked li a ins { background-position:0 -48px; }
28
+ .tree-themeroller li span ins { background-position:-16px 0; }
29
+ */
30
+
31
+ #jstree-dragged.tree-themeroller ins { background:url("icons.png") -16px -32px no-repeat; }
32
+ #jstree-dragged.tree-themeroller ins.forbidden { background:url("icons.png") -16px -16px no-repeat; }
33
+
34
+ /* CONTEXT MENU
35
+ .tree-themeroller-context a ins { background-image:url("icons.png"); background-repeat:no-repeat; background-position:-64px -64px; }
36
+ .tree-themeroller-context a ins.create { background-position:0 -16px; }
37
+ .tree-themeroller-context a ins.rename { background-position:-16px 0px; }
38
+ .tree-themeroller-context a ins.remove { background-position:0 -32px; }
39
+ */