I'll use this topic to list -small- bugs & issues that i found in CS Codes. They are usually small details so you can ignore them but CS team can use them for perfectection.
Out Of Localization:
Skin-CreateQuickReply.ascx
<
CreateQuickReply.cs
Head.AddTitle(Formatter.RemoveHtml("Reply: " + postReplyingTo.Subject,60),Context);
ForumDropDownList.cs
Items.Insert(0, new ListItem( "All Forums", "f--1"));
Skin-PictureDetails.ascx
...toggleLayers('ViewSizes');" title="View Image Sizes" class="viewsizes">View Sizes</a>
Skin-PictureDetails-Exif.ascx
Skin-EntryComments.ascx
<h3>Comments</h3>
WhoIsOnlineView.cs
UsersOnline
View-PrivateMessages.ascx
PollRenderingModule.cs
ui.Append("</ul><input name=\"PollVoteCommand\" type=\"submit\" value=\"Vote\" /></div>");
View-Gallery.ascx
<h3 class="ContentHeader">Photos</h3>
Design:
Rating thing is not static in some situations, not sure when but i see it like that so much:
\Themes\Blogs\default\Skins\Skin-AboutAuthor.ascx
<h2 class="CommonSubTitle"> <asp:Literal id="UserName" runat="server" /> About</h2>
\Themes\Blogs\Photos\Skins\Skin-AboutAuthor.ascx
<h2>About <asp:Literal id="UserName" runat="server" /></h2>
\source\Galleries\Components\Gallery.cs
get{return GetString("aboutTitle", "About " + this.Name);}
\source\Blogs\Components\WebLog.cs
\source\Galleries\Controls\Aggregate\AggregatePortalPictureListing.cs
UsersOnline.SetLocation("Photo Galleries");
\source\Web\Themes\Blogs\default\Skins\Skin-RecentPosts.ascx
<h4 class="CommonSidebarHeader">Recent Posts</h4>
\source\Controls\User\EditProfile.cs
UsersOnline.SetLocation("Editing Profile",null);
\source\Galleries\Controls\Aggregate\AggregateGalleryListing.cs
Head.AddSiteNameTitle("Photo Galleries",Context);
\source\Blogs\Controls\AggregateBlogControls\AggregatePostList.cs
Head.AddSiteNameTitle("Blogs", Context);
UsersOnline.SetLocation("Viewing Blogs", cntx.RawUrl);
Please note there is also a thread in the translators forum about missing localization entries.
Nice job anyway.
Coldwire.net
Copyright© 2008 Telligent Systems Inc. All rights reserved CommunityServer.com • Telligent.com