From ca826c7ff2eafe215cc4c405738f46172bb62cd0 Mon Sep 17 00:00:00 2001
From: Friendika <info@friendika.com>
Date: Tue, 8 Feb 2011 23:24:19 -0800
Subject: images were left behind in theme rename

---
 view/theme/duepuntozero/ff-16.jpg    | Bin 0 -> 644 bytes
 view/theme/duepuntozero/lock.cur     | Bin 0 -> 4286 bytes
 view/theme/duepuntozero/login-bg.gif | Bin 0 -> 237 bytes
 view/theme/duepuntozero/style.css    |   6 +++---
 4 files changed, 3 insertions(+), 3 deletions(-)
 create mode 100644 view/theme/duepuntozero/ff-16.jpg
 create mode 100755 view/theme/duepuntozero/lock.cur
 create mode 100644 view/theme/duepuntozero/login-bg.gif

(limited to 'view')

diff --git a/view/theme/duepuntozero/ff-16.jpg b/view/theme/duepuntozero/ff-16.jpg
new file mode 100644
index 000000000..3621f5914
Binary files /dev/null and b/view/theme/duepuntozero/ff-16.jpg differ
diff --git a/view/theme/duepuntozero/lock.cur b/view/theme/duepuntozero/lock.cur
new file mode 100755
index 000000000..892c5e851
Binary files /dev/null and b/view/theme/duepuntozero/lock.cur differ
diff --git a/view/theme/duepuntozero/login-bg.gif b/view/theme/duepuntozero/login-bg.gif
new file mode 100644
index 000000000..cde836c89
Binary files /dev/null and b/view/theme/duepuntozero/login-bg.gif differ
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css
index 50745ac15..0c56c4233 100644
--- a/view/theme/duepuntozero/style.css
+++ b/view/theme/duepuntozero/style.css
@@ -28,7 +28,7 @@ input {
 img { border :0px; }
 
 .openid {
-   background: url(../default/login-bg.gif) no-repeat;
+   background: url(login-bg.gif) no-repeat;
    background-position: 0 50%;
    padding-left: 18px;
 }
@@ -319,7 +319,7 @@ div.wall-item-content-wrapper.shiny {
 
 input#dfrn-url {
 	float: left;
-	background: url(../default/ff-16.jpg) no-repeat;
+	background: url(ff-16.jpg) no-repeat;
 	background-position: 2px center;
 	font-size: 17px;
 	padding-left: 21px;
@@ -1781,7 +1781,7 @@ a.mail-list-link {
 }
 
 .sparkle {
-	cursor: url('../default/lock.cur'), pointer;
+	cursor: url('lock.cur'), pointer;
 /*	cursor: pointer !important; */
 }
 
-- 
cgit v1.2.3


From c16e86add81d9f2867a0da024954b5cbc14a9f4b Mon Sep 17 00:00:00 2001
From: Friendika <info@friendika.com>
Date: Fri, 11 Feb 2011 02:35:19 -0800
Subject: toggles "post to facebook, post to twitter", etc.

---
 view/de/jot.tpl                   |  6 +++++-
 view/en/jot.tpl                   |  6 +++++-
 view/fr/jot.tpl                   |  7 +++++--
 view/it/jot.tpl                   |  7 +++++--
 view/theme/duepuntozero/style.css | 11 +++++++++++
 view/theme/loozah/style.css       | 11 +++++++++++
 6 files changed, 42 insertions(+), 6 deletions(-)

(limited to 'view')

diff --git a/view/de/jot.tpl b/view/de/jot.tpl
index 545bbdadd..db73b17a6 100644
--- a/view/de/jot.tpl
+++ b/view/de/jot.tpl
@@ -42,12 +42,16 @@
 	<div id="profile-rotator-wrapper" style="display: $visitor;" >
 		<img id="profile-rotator" src="images/rotator.gif" alt="Bitte warten" title="Bitte warten" style="display: none;" />
 	</div> 
-	<div id="profile-jot-perms" class="profile-jot-perms" style="display: $visitor;" ><img id="jot-perms-icon" src="images/$lockstate_icon.gif"  alt="Berechtigungseinstellungen" title="Berechtigungseinstellungen" onClick="openClose('profile-jot-acl-wrapper'); openClose('profile-jot-email-wrapper');" />$bang</div>
+	<div id="profile-jot-perms" class="profile-jot-perms" style="display: $visitor;" ><img id="jot-perms-icon" src="images/$lockstate_icon.gif"  alt="Berechtigungseinstellungen" title="Berechtigungseinstellungen" onClick="openClose('profile-jot-acl-wrapper'); openClose('profile-jot-email-wrapper'); openClose('profile-jot-networks');" />$bang</div>
 	<div id="profile-jot-perms-end"></div>
 	<div id="profile-jot-email-wrapper" style="display: none;" >
 	<div id="profile-jot-email-label">$emailcc</div><input type="text" name="emailcc" id="profile-jot-email" title="$emtitle">
 	<div id="profile-jot-email-end"></div>
 	</div>
+	<div id="profile-jot-networks" style="display: none;" >
+	$jotnets
+	</div>
+	<div id="profile-jot-networks-end"></div>
 	<div id="profile-jot-acl-wrapper" style="display: none;" >$acl</div>
 </div>
 
diff --git a/view/en/jot.tpl b/view/en/jot.tpl
index 5f9935778..7c6a857e8 100644
--- a/view/en/jot.tpl
+++ b/view/en/jot.tpl
@@ -40,12 +40,16 @@
 	<div id="profile-rotator-wrapper" style="display: $visitor;" >
 		<img id="profile-rotator" src="images/rotator.gif" alt="Please wait" title="Please wait" style="display: none;" />
 	</div> 
-	<div id="profile-jot-perms" class="profile-jot-perms" style="display: $visitor;" ><img id="jot-perms-icon" src="images/$lockstate_icon.gif"  alt="Permission Settings" title="Permission Settings" onClick="openClose('profile-jot-acl-wrapper'); openClose('profile-jot-email-wrapper');" />$bang</div>
+	<div id="profile-jot-perms" class="profile-jot-perms" style="display: $visitor;" ><img id="jot-perms-icon" src="images/$lockstate_icon.gif"  alt="Permission Settings" title="Permission Settings" onClick="openClose('profile-jot-acl-wrapper'); openClose('profile-jot-email-wrapper'); openClose('profile-jot-networks');" />$bang</div>
 	<div id="profile-jot-perms-end"></div>
 	<div id="profile-jot-email-wrapper" style="display: none;" >
 	<div id="profile-jot-email-label">$emailcc</div><input type="text" name="emailcc" id="profile-jot-email" title="$emtitle">
 	<div id="profile-jot-email-end"></div>
 	</div>
+	<div id="profile-jot-networks" style="display: none;" >
+	$jotnets
+	</div>
+	<div id="profile-jot-networks-end"></div>
 	<div id="profile-jot-acl-wrapper" style="display: none;" >$acl</div>
 </div>
 
diff --git a/view/fr/jot.tpl b/view/fr/jot.tpl
index 720cb0d1b..d64632da0 100644
--- a/view/fr/jot.tpl
+++ b/view/fr/jot.tpl
@@ -42,13 +42,16 @@
 	<div id="profile-rotator-wrapper" style="display: $visitor;" >
 		<img id="profile-rotator" src="images/rotator.gif" alt="Please wait" title="Please wait" style="display: none;" />
 	</div> 
-	<div id="profile-jot-perms" class="profile-jot-perms" style="display: $visitor;" ><img id="jot-perms-icon" src="images/$lockstate_icon.gif"  alt="Permission Settings" title="Permission Settings" onClick="openClose('profile-jot-acl-wrapper'); openClose('profile-jot-email-wrapper');" />$bang</div>
+	<div id="profile-jot-perms" class="profile-jot-perms" style="display: $visitor;" ><img id="jot-perms-icon" src="images/$lockstate_icon.gif"  alt="Permission Settings" title="Permission Settings" onClick="openClose('profile-jot-acl-wrapper'); openClose('profile-jot-email-wrapper'); openClose('profile-jot-networks');" />$bang</div>
 	<div id="profile-jot-perms-end"></div>
 	<div id="profile-jot-email-wrapper" style="display: none;" >
 	<div id="profile-jot-email-label">$emailcc</div><input type="text" name="emailcc" id="profile-jot-email" title="$emtitle">
 	<div id="profile-jot-email-end"></div>
 	</div>
-
+	<div id="profile-jot-networks" style="display: none;" >
+	$jotnets
+	</div>
+	<div id="profile-jot-networks-end"></div>
 	<div id="profile-jot-acl-wrapper" style="display: none;" >$acl</div>
 </div>
 
diff --git a/view/it/jot.tpl b/view/it/jot.tpl
index eae3ecba8..c4b63eb01 100644
--- a/view/it/jot.tpl
+++ b/view/it/jot.tpl
@@ -41,13 +41,16 @@
 	<div id="profile-rotator-wrapper" style="display: $visitor;" >
 		<img id="profile-rotator" src="images/rotator.gif" alt="Attendi" title="Attendi" style="display: none;" />
 	</div> 
-	<div id="profile-jot-perms" class="profile-jot-perms" style="display: $visitor;" ><img id="jot-perms-icon" src="images/$lockstate_icon.gif"  alt="Impostazione permessi" title="Impostazione permessi" onClick="openClose('profile-jot-acl-wrapper'); openClose('profile-jot-email-wrapper');" />$bang</div>
+	<div id="profile-jot-perms" class="profile-jot-perms" style="display: $visitor;" ><img id="jot-perms-icon" src="images/$lockstate_icon.gif"  alt="Impostazione permessi" title="Impostazione permessi" onClick="openClose('profile-jot-acl-wrapper'); openClose('profile-jot-email-wrapper'); openClose('profile-jot-networks');" />$bang</div>
 	<div id="profile-jot-perms-end"></div>
 	<div id="profile-jot-email-wrapper" style="display: none;" >
 	<div id="profile-jot-email-label">$emailcc</div><input type="text" name="emailcc" id="profile-jot-email" title="$emtitle">
 	<div id="profile-jot-email-end"></div>
 	</div>
-
+	<div id="profile-jot-networks" style="display: none;" >
+	$jotnets
+	</div>
+	<div id="profile-jot-networks-end"></div>
 	<div id="profile-jot-acl-wrapper" style="display: none;" >$acl</div>
 </div>
 
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css
index 0c56c4233..45e5efb6c 100644
--- a/view/theme/duepuntozero/style.css
+++ b/view/theme/duepuntozero/style.css
@@ -960,6 +960,17 @@ input#dfrn-url {
 #profile-jot-plugin-end{
   clear: both;
 }
+.profile-jot-net {
+	float: left;
+	margin-right: 10px;
+	margin-top: 5px;
+	margin-bottom: 5px;
+}
+
+#profile-jot-networks-end {
+	clear: both;
+}
+
 #profile-jot-end {
 	/*clear: both;*/
 	margin-bottom: 30px;
diff --git a/view/theme/loozah/style.css b/view/theme/loozah/style.css
index d7d735d6d..2a037bf9f 100644
--- a/view/theme/loozah/style.css
+++ b/view/theme/loozah/style.css
@@ -1085,6 +1085,17 @@ input#dfrn-url {
 #profile-jot-plugin-end {
   clear:both;
 }
+.profile-jot-net {
+	float: left;
+	margin-right: 10px;
+	margin-top: 5px;
+	margin-bottom: 5px;
+}
+
+#profile-jot-networks-end {
+	clear: both;
+}
+
 #profile-jot-end {
 	clear: both;
 	margin-bottom: 30px;
-- 
cgit v1.2.3


From 5e02519a1311cb62d7aaa2f8dc947fd0affd454c Mon Sep 17 00:00:00 2001
From: Friendika <info@friendika.com>
Date: Fri, 11 Feb 2011 04:32:38 -0800
Subject: disable network toggles when ACL's are entered

---
 view/de/jot-header.tpl | 6 ++++--
 view/en/jot-header.tpl | 6 ++++--
 view/fr/jot-header.tpl | 7 ++++---
 view/it/jot-header.tpl | 6 ++++--
 4 files changed, 16 insertions(+), 9 deletions(-)

(limited to 'view')

diff --git a/view/de/jot-header.tpl b/view/de/jot-header.tpl
index 41abdf0f3..58403f1ba 100644
--- a/view/de/jot-header.tpl
+++ b/view/de/jot-header.tpl
@@ -75,10 +75,12 @@ tinyMCE.init({
 			$('#contact_allow option:selected, #contact_deny option:selected, #group_allow option:selected, #group_deny option:selected').each( function() {
 				selstr = $(this).text();
 				$('#profile-jot-perms img').attr('src', 'images/lock_icon.gif');
-
+				$('.profile-jot-net input').attr('disabled', 'disabled');
 			});
-			if(selstr == null)
+			if(selstr == null) {
 				$('#profile-jot-perms img').attr('src', 'images/unlock_icon.gif');
+				$('.profile-jot-net input').attr('disabled', false);
+			}
 
 		}).trigger('change');
 
diff --git a/view/en/jot-header.tpl b/view/en/jot-header.tpl
index d0c956a02..fe818410e 100644
--- a/view/en/jot-header.tpl
+++ b/view/en/jot-header.tpl
@@ -75,10 +75,12 @@ tinyMCE.init({
 			$('#contact_allow option:selected, #contact_deny option:selected, #group_allow option:selected, #group_deny option:selected').each( function() {
 				selstr = $(this).text();
 				$('#profile-jot-perms img').attr('src', 'images/lock_icon.gif');
-
+				$('.profile-jot-net input').attr('disabled', 'disabled');
 			});
-			if(selstr == null)
+			if(selstr == null) { 
 				$('#profile-jot-perms img').attr('src', 'images/unlock_icon.gif');
+				$('.profile-jot-net input').attr('disabled', false);
+			}
 
 		}).trigger('change');
 
diff --git a/view/fr/jot-header.tpl b/view/fr/jot-header.tpl
index d0c956a02..ff7e543a5 100644
--- a/view/fr/jot-header.tpl
+++ b/view/fr/jot-header.tpl
@@ -75,11 +75,12 @@ tinyMCE.init({
 			$('#contact_allow option:selected, #contact_deny option:selected, #group_allow option:selected, #group_deny option:selected').each( function() {
 				selstr = $(this).text();
 				$('#profile-jot-perms img').attr('src', 'images/lock_icon.gif');
-
+				$('.profile-jot-net input').attr('disabled', 'disabled');
 			});
-			if(selstr == null)
+			if(selstr == null) {
 				$('#profile-jot-perms img').attr('src', 'images/unlock_icon.gif');
-
+				$('.profile-jot-net input').attr('disabled', false);
+			}
 		}).trigger('change');
 
 	});
diff --git a/view/it/jot-header.tpl b/view/it/jot-header.tpl
index e55a357e8..117cd1651 100644
--- a/view/it/jot-header.tpl
+++ b/view/it/jot-header.tpl
@@ -75,10 +75,12 @@ tinyMCE.init({
 			$('#contact_allow option:selected, #contact_deny option:selected, #group_allow option:selected, #group_deny option:selected').each( function() {
 				selstr = $(this).text();
 				$('#profile-jot-perms img').attr('src', 'images/lock_icon.gif');
-
+				$('.profile-jot-net input').attr('disabled', 'disabled');
 			});
-			if(selstr == null)
+			if(selstr == null) {
 				$('#profile-jot-perms img').attr('src', 'images/unlock_icon.gif');
+				$('.profile-jot-net input').attr('disabled', false);
+			}
 
 		}).trigger('change');
 
-- 
cgit v1.2.3


From 6745f0781796c0064c3f1b223ae194017bd26c0c Mon Sep 17 00:00:00 2001
From: Chris Case <kahotep@bunda.dreamhost.com>
Date: Fri, 11 Feb 2011 18:26:07 -0800
Subject: set size of contact images to improve rendering

---
 view/theme/duepuntozero/style.css | 4 ++++
 view/theme/loozah/style.css       | 4 ++++
 2 files changed, 8 insertions(+)

(limited to 'view')

diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css
index 45e5efb6c..b0273254e 100644
--- a/view/theme/duepuntozero/style.css
+++ b/view/theme/duepuntozero/style.css
@@ -1807,6 +1807,10 @@ a.mail-list-link {
 .contact-block-link {
 	float: left;
 }
+.contact-block-img {
+	width:48px;
+	height:48px;
+}
 
 #tag-remove {
 	margin-bottom: 15px;
diff --git a/view/theme/loozah/style.css b/view/theme/loozah/style.css
index 2a037bf9f..0dcddd264 100644
--- a/view/theme/loozah/style.css
+++ b/view/theme/loozah/style.css
@@ -1933,6 +1933,10 @@ a.mail-list-link {
 .contact-block-link {
 	float: left;
 }
+.contact-block-img {
+	width:48px;
+	height:48px;
+}
 
 #tag-remove {
 	margin-bottom: 15px;
-- 
cgit v1.2.3


From 8937ba86a211ff5822a0198087f94847f67e5d24 Mon Sep 17 00:00:00 2001
From: Chris Case <kahotep@bunda.dreamhost.com>
Date: Fri, 11 Feb 2011 18:52:30 -0800
Subject: set default size for profile photo to improve render appearance/speed

---
 view/theme/duepuntozero/style.css | 4 ++++
 view/theme/loozah/style.css       | 4 ++++
 2 files changed, 8 insertions(+)

(limited to 'view')

diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css
index b0273254e..748982203 100644
--- a/view/theme/duepuntozero/style.css
+++ b/view/theme/duepuntozero/style.css
@@ -605,6 +605,10 @@ input#dfrn-url {
 #profile-photo-link-select-wrapper {
 	margin-top: 2em;
 }
+#profile-photo-wrapper img {
+	width:175px;
+	height:175px;
+}
 
 #profile-edit-profile-name-label,
 #profile-edit-name-label,
diff --git a/view/theme/loozah/style.css b/view/theme/loozah/style.css
index 0dcddd264..a87252016 100644
--- a/view/theme/loozah/style.css
+++ b/view/theme/loozah/style.css
@@ -737,6 +737,10 @@ input#dfrn-url {
 #profile-photo-link-select-wrapper {
 	margin-top: 2em;
 }
+#profile-photo-wrapper img {
+	width:175px;
+	height:175px;
+}
 
 #profile-edit-profile-name-label,
 #profile-edit-name-label,
-- 
cgit v1.2.3


From f79c21529328c9d062d63ccba98ae90480c32225 Mon Sep 17 00:00:00 2001
From: Friendika <info@friendika.com>
Date: Sat, 12 Feb 2011 01:37:21 -0800
Subject: give all comment input form elements id's

---
 view/comment_item.tpl | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

(limited to 'view')

diff --git a/view/comment_item.tpl b/view/comment_item.tpl
index 1b1f3a49e..6f63e39b7 100644
--- a/view/comment_item.tpl
+++ b/view/comment_item.tpl
@@ -1,9 +1,9 @@
 		<div class="comment-$wwedit-wrapper" id="comment-edit-wrapper-$id" style="display: block;">
 			<form class="comment-edit-form" id="comment-edit-form-$id" action="item" method="post" >
-				<input type="hidden" name="type" value="$type" />
-				<input type="hidden" name="profile_uid" value="$profile_uid" />
-				<input type="hidden" name="parent" value="$parent" />
-				<input type="hidden" name="return" value="$return_path" />
+				<input id="f-type-$id" type="hidden" name="type" value="$type" />
+				<input id="f-profile-uid-$id" type="hidden" name="profile_uid" value="$profile_uid" />
+				<input id="f-parent-$id" type="hidden" name="parent" value="$parent" />
+				<input id="f-return-path-$id" type="hidden" name="return" value="$return_path" />
 
 				<div class="comment-edit-photo" id="comment-edit-photo-$id" >
 					<a class="comment-edit-photo-link" href="$mylink" title="$mytitle"><img class="my-comment-photo" src="$myphoto" alt="$mytitle" title="$mytitle" /></a>
-- 
cgit v1.2.3


From 7d0de6dfb77d97b1d4dc10f30565ac8d3622d5a3 Mon Sep 17 00:00:00 2001
From: Friendika <info@friendika.com>
Date: Sat, 12 Feb 2011 01:51:29 -0800
Subject: trim excessive space around message body (though we still need 20px
 padding to accomodate scrollbars)

---
 view/theme/duepuntozero/style.css | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

(limited to 'view')

diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css
index 748982203..3611e455b 100644
--- a/view/theme/duepuntozero/style.css
+++ b/view/theme/duepuntozero/style.css
@@ -818,7 +818,7 @@ input#dfrn-url {
 .wall-item-wrapper {
 	float: left;
     margin-right: 5px;
-    width: 150px;
+    width: 250px;
 }
 .wall-item-lock {
 	height: 20px;
@@ -863,7 +863,7 @@ input#dfrn-url {
 	float: left;
 	/*width: 450px;*/
 	margin-left: 10px;
-	margin-bottom: 20px;
+/*	margin-bottom: 20px;*/
 	padding: 20px;
 	max-height: 400px;
 	overflow: auto;
@@ -878,7 +878,7 @@ input#dfrn-url {
 .wall-item-body {
 	float: left;
 	width: 450px;
-	margin-top: 30px;
+	margin-top: 10px;
 }
 
 .comment-edit-wrapper {
-- 
cgit v1.2.3


From 4081ebe6c5f4e36f7b4ef288005995d959633fce Mon Sep 17 00:00:00 2001
From: Friendika <info@friendika.com>
Date: Sat, 12 Feb 2011 02:07:16 -0800
Subject: correct color and indent on wall-wall comments

---
 view/theme/duepuntozero/style.css | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'view')

diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css
index 3611e455b..ac3562d1c 100644
--- a/view/theme/duepuntozero/style.css
+++ b/view/theme/duepuntozero/style.css
@@ -889,8 +889,8 @@ input#dfrn-url {
 
 .comment-wwedit-wrapper {
 	margin-top: 15px;
-	background: #CCCCCC;
-	margin-left: 250px;
+	background: #f3f3f3;
+	margin-left: 50px;
 }
 
 .comment-edit-photo {
-- 
cgit v1.2.3