Changeset 738001
- Timestamp:
- 07/08/2013 11:25:12 PM (13 years ago)
- Location:
- barc-chat
- Files:
-
- 1 deleted
- 3 edited
- 16 copied
-
tags/0.3.2 (copied) (copied from barc-chat/trunk)
-
tags/0.3.2/barc.php (copied) (copied from barc-chat/trunk/barc.php)
-
tags/0.3.2/barcSettings (deleted)
-
tags/0.3.2/comment_template.php (copied) (copied from barc-chat/trunk/comment_template.php)
-
tags/0.3.2/css (copied) (copied from barc-chat/trunk/css)
-
tags/0.3.2/css/styles.css (copied) (copied from barc-chat/trunk/css/styles.css) (4 diffs)
-
tags/0.3.2/images/ico-gear.png (copied) (copied from barc-chat/trunk/images/ico-gear.png)
-
tags/0.3.2/images/preview-inline.png (copied) (copied from barc-chat/trunk/images/preview-inline.png)
-
tags/0.3.2/images/preview-overlay.png (copied) (copied from barc-chat/trunk/images/preview-overlay.png)
-
tags/0.3.2/images/step-1.png (copied) (copied from barc-chat/trunk/images/step-1.png)
-
tags/0.3.2/images/step-2.png (copied) (copied from barc-chat/trunk/images/step-2.png)
-
tags/0.3.2/images/step-3.png (copied) (copied from barc-chat/trunk/images/step-3.png)
-
tags/0.3.2/images/title-barc-for-wp.png (copied) (copied from barc-chat/trunk/images/title-barc-for-wp.png)
-
tags/0.3.2/languages (copied) (copied from barc-chat/trunk/languages)
-
tags/0.3.2/options.js (copied) (copied from barc-chat/trunk/options.js)
-
tags/0.3.2/options.php (copied) (copied from barc-chat/trunk/options.php) (1 diff)
-
tags/0.3.2/readme.txt (copied) (copied from barc-chat/trunk/readme.txt) (4 diffs)
-
trunk/css/styles.css (modified) (4 diffs)
-
trunk/options.php (modified) (1 diff)
-
trunk/readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
barc-chat/tags/0.3.2/css/styles.css
r736911 r738001 83 83 background-color: lightgray; 84 84 position: relative; 85 overflow: hidden; 85 86 } 86 87 … … 88 89 position: absolute; 89 90 right: 0; 91 } 92 93 .layout_preview_inner .inline { 94 position: absolute; 95 left: 12px; 96 } 97 98 .layout_preview_inner .page { 99 position: absolute; 100 left: 21px; 101 top: -42px; 90 102 } 91 103 … … 98 110 } 99 111 100 .layout_preview_inner .bar.fade {101 background-color: #BFD9EB;102 }103 104 .layout_preview_inner .inline {105 position: absolute;106 left: 12px;107 }108 109 112 .layout_preview_inner .bar.long { 110 113 width: 80px; 114 } 115 116 .layout_preview_inner .page .bar.long { 117 width: 70px; 118 margin-left: 5px; 111 119 } 112 120 … … 119 127 } 120 128 129 .layout_preview_inner .page .bar.long.tall { 130 margin-top: 10px; 131 margin-bottom: 10px; 132 } 133 121 134 .preview_mini .layout_preview_outer { 122 135 display: inline-block; -
barc-chat/tags/0.3.2/options.php
r736911 r738001 67 67 <div class="layout_preview_outer"> 68 68 <div class="layout_preview_inner"> 69 <ul class="overlay"> 70 <li class="bar fade"></li> 71 <li class="bar fade"></li> 72 <li class="bar fade"></li> 73 <li class="bar fade"></li> 74 <li class="bar fade"></li> 75 <li class="bar fade"></li> 76 <li class="bar fade"></li> 77 <li class="bar fade"></li> 78 <li class="bar fade"></li> 79 <li class="bar fade"></li> 69 <ul class="page"> 70 <li class="bar long tall"></li> 71 <li class="bar long"></li> 72 <li class="bar long"></li> 73 <li class="bar long"></li> 74 <li class="bar long"></li> 75 <li class="bar long"></li> 76 <li class="bar long tall"></li> 80 77 </ul> 81 78 </div> -
barc-chat/tags/0.3.2/readme.txt
r736911 r738001 5 5 Requires at least: 3.1 6 6 Tested up to: 3.5.1 7 Stable tag: 0.3. 17 Stable tag: 0.3.2 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 13 13 == Description == 14 14 15 It’s the easiest way to add real-time commenting to your site! Barc’s simple tool combines social networking, instant messaging and customer support - and it’s all completely free without any ads! 16 17 You can activate moderation features to Delete comments, Ban users, Wipe the chat or disable the guest feature. 18 It’s easy to customize - you can change the look and feel to match your site with our customizer. Everything is managed through a cloud, so there are no special configurations or performance hits to your site. Barc is extremely fast, simple to install and is a compelling social solution for any WordPress site! Download the plugin to get started! 15 It’s the easiest way to add real-time commenting to your site! [Barc](barc.com)’s simple tool combines social networking, instant messaging and customer support - and it’s all completely free without any ads! 19 16 20 17 ##### Current Features: … … 27 24 - Chat with people in different languages using real-time language translation 28 25 - ‘Favorite’ Websites and get alerts whenever there’s new activity 26 27 You can activate moderation features to Delete comments, Ban users, Wipe the chat or disable the guest feature. 28 It’s easy to customize - you can change the look and feel to match your site with our customizer. Everything is managed through a cloud, so there are no special configurations or performance hits to your site. Barc is extremely fast, simple to install and is a compelling social solution for any WordPress site! Download the plugin to get started! 29 29 30 30 31 [youtube http://www.youtube.com/watch?v=hCIPZ3wA7_Q&list=TLi57VjyrL2Xo] … … 53 54 == Changelog == 54 55 56 = 0.3.2 = 57 - Updated information in settings 58 59 = 0.3.0 = 60 - More information in settings panel 61 55 62 = 0.2.2 = 56 63 - New Settings Panel -
barc-chat/trunk/css/styles.css
r736911 r738001 83 83 background-color: lightgray; 84 84 position: relative; 85 overflow: hidden; 85 86 } 86 87 … … 88 89 position: absolute; 89 90 right: 0; 91 } 92 93 .layout_preview_inner .inline { 94 position: absolute; 95 left: 12px; 96 } 97 98 .layout_preview_inner .page { 99 position: absolute; 100 left: 21px; 101 top: -42px; 90 102 } 91 103 … … 98 110 } 99 111 100 .layout_preview_inner .bar.fade {101 background-color: #BFD9EB;102 }103 104 .layout_preview_inner .inline {105 position: absolute;106 left: 12px;107 }108 109 112 .layout_preview_inner .bar.long { 110 113 width: 80px; 114 } 115 116 .layout_preview_inner .page .bar.long { 117 width: 70px; 118 margin-left: 5px; 111 119 } 112 120 … … 119 127 } 120 128 129 .layout_preview_inner .page .bar.long.tall { 130 margin-top: 10px; 131 margin-bottom: 10px; 132 } 133 121 134 .preview_mini .layout_preview_outer { 122 135 display: inline-block; -
barc-chat/trunk/options.php
r736911 r738001 67 67 <div class="layout_preview_outer"> 68 68 <div class="layout_preview_inner"> 69 <ul class="overlay"> 70 <li class="bar fade"></li> 71 <li class="bar fade"></li> 72 <li class="bar fade"></li> 73 <li class="bar fade"></li> 74 <li class="bar fade"></li> 75 <li class="bar fade"></li> 76 <li class="bar fade"></li> 77 <li class="bar fade"></li> 78 <li class="bar fade"></li> 79 <li class="bar fade"></li> 69 <ul class="page"> 70 <li class="bar long tall"></li> 71 <li class="bar long"></li> 72 <li class="bar long"></li> 73 <li class="bar long"></li> 74 <li class="bar long"></li> 75 <li class="bar long"></li> 76 <li class="bar long tall"></li> 80 77 </ul> 81 78 </div> -
barc-chat/trunk/readme.txt
r736911 r738001 5 5 Requires at least: 3.1 6 6 Tested up to: 3.5.1 7 Stable tag: 0.3. 17 Stable tag: 0.3.2 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 13 13 == Description == 14 14 15 It’s the easiest way to add real-time commenting to your site! Barc’s simple tool combines social networking, instant messaging and customer support - and it’s all completely free without any ads! 16 17 You can activate moderation features to Delete comments, Ban users, Wipe the chat or disable the guest feature. 18 It’s easy to customize - you can change the look and feel to match your site with our customizer. Everything is managed through a cloud, so there are no special configurations or performance hits to your site. Barc is extremely fast, simple to install and is a compelling social solution for any WordPress site! Download the plugin to get started! 15 It’s the easiest way to add real-time commenting to your site! [Barc](barc.com)’s simple tool combines social networking, instant messaging and customer support - and it’s all completely free without any ads! 19 16 20 17 ##### Current Features: … … 27 24 - Chat with people in different languages using real-time language translation 28 25 - ‘Favorite’ Websites and get alerts whenever there’s new activity 26 27 You can activate moderation features to Delete comments, Ban users, Wipe the chat or disable the guest feature. 28 It’s easy to customize - you can change the look and feel to match your site with our customizer. Everything is managed through a cloud, so there are no special configurations or performance hits to your site. Barc is extremely fast, simple to install and is a compelling social solution for any WordPress site! Download the plugin to get started! 29 29 30 30 31 [youtube http://www.youtube.com/watch?v=hCIPZ3wA7_Q&list=TLi57VjyrL2Xo] … … 53 54 == Changelog == 54 55 56 = 0.3.2 = 57 - Updated information in settings 58 59 = 0.3.0 = 60 - More information in settings panel 61 55 62 = 0.2.2 = 56 63 - New Settings Panel
Note: See TracChangeset
for help on using the changeset viewer.