Quantcast
Channel: Telligent Community 6
Viewing all articles
Browse latest Browse all 234

Telligent Community 6.1 hotfixes

$
0
0
Revision 20 posted to Telligent Community 6 by Jenny Jarrard on 1/18/2013 5:00:30 PM

The following list details bugs that were fixed or will be fixed in chronological hotfixes. The hotfixes are cumulative, meaning that the more recent hotfix will contain fixes incorporated in previous hotfixes. Known issues that apply to this release are the same as those that applied to release 6.0. Please contact Telligent Support to request any hotfix shown here, ask questions about specific bug fixes or get additional help in applying the hotfixes to your environment.

15 January 2013: build 6.1.9.30500

  • 28259 - When a moderator deletes a moderated forum post/reply, the author's ID is now saved in the cs_posts_deleted_archive and the moderator's ID is saved in the te_Audit_ActionAudits table. Previously, the moderator's ID was saved in both tables when he/she deleted a moderated post, which made it hard to track back to the bad post's author.
  • 28741 - REST and In-Process APIs were updated to send welcome emails when user status is changed from pending to approved via the APIs. Previously if you called $core_v2_Update(...) and specified that a user should be approved, the newuser_approved email was not sent out.
  • 29219 - Usernames containing periods (for example, Telligent.User@notset.com) now have their password reset correctly when they click the reset link in the Forgot Password email message.
  • 28441 - Tags are html decoded and checked for duplicates.  Duplicates that are found will be removed, with the first created being kept.  The tags are then re-encoded for HTML.

19 December 2012: build 6.1.8.30141

  • 21073 - Corrected logic in displaying and checking permissions for when a user can delete their own reply.
  • 23795 - When attempting to drill down from the Control Panel to forums that need to be moderated, the admin will now be able to see all posts requiring moderation. Previously, posts would not display for users who were set with “Hide this user’s forum posts from non-admin members.”
  • 25922 - If a forum thread creator edits a thread starter post, the creation date for the post now correctly displays as the original creation date/time. Previously, if the thread creator edited the original post, it could show that edit date/time as the creation date.
  • 26791 - The CommunityServer.Wss.Config.dll and CommunityServer.Wss.WebServices.dll files have been removed from Telligent Evolution, enabling an upgraded site with Telligent Connect for SharePoint to integrate successfully with SharePoint. The previously included versions of these files might cause the integration to break after upgrade.
  • 27569 - If the default avatar for a community is changed, the new avatar appears successfully for users in posts and in the user hover-over. Previously, the old default avatar might not have applied after it had been changed a couple of times.
  • 27748 - When deleting a forum post and attachment through Control Panel (Control Panel Dashboard > Forums Moderation > Moderate Forums > Forums to Moderate > [forum]), selecting a deletion reason, choosing to notify the poster, and clicking Delete will work properly. Previously, performing these actions could cause a yellow screen and an error message about the Delete Statement conflict.
  • 27765 - An admin can now delete a file from a user's personal folder. Previously, only the owner of the file could delete their own files.
  • 27794 - Corrected issue with saving timezone when creating users via REST. Previously, when creating a new user with the PublicApi.Users.Update(new UsersUpdateOptions{
    Id = user.UserID, TimeZone = xx }); call, "TimeZone" was not setting the zone correctly.
  • 27962 - The $core_v2_utility.Replace Velocity extension now properly removes invalid characters in a widget name and renders only the text.  For example, if you add the extension to strip out invalid name characters - such as  $core_v2_utility.Replace("B#u@g%ge((d", "[^a-zA-Z0-9-]+", "") - the extension will strip out the extra characters and render the text "Bugged." Previously, the extension returned the entire string including invalid characters.
  • 27994 - When you reply to another reply on a thread, the reference text above your response correctly displays the reply instead of the original post. Previously, the response form only displayed the original post regardless of whether you were responding to the post or to another reply.
  • 28018 - When a registered user is banned from the community, he/she can no longer post via personal email to forums.
  • 28200 - Updated the favorites cache keys to use the accessing member's ID as well as posting member's ID. This means that Telligent Community checks who the accessing member is before displaying content favorited by private group members. Previously, it was possible for users outside a private group to view private group content by clicking group members' favorites.
  • 28202 - All owners of a group having up to/including 100 owners now receive membership request notification emails. That is, the page size for the GroupEmails class in the Telligent.Evolution.MailGateway.MailRoom.Provider namespace now sets the "PageSize" to 100. Previously, this value was set to 20 - so only 20 owners of a group would receive request emails.
  • 27924 - When Flash, Silverlight, and HTML5 are not available (using IE9 or earlier) for file upload, the Glow upload failure will now trigger a message informing the user of the failure. Previously, the upload appeared to hang.
  • 23150 - When long strings need to be encoded or encoded, such as when included in a Generic Content widget, the strings are broken into chunks of 30,000 characters in order to avoid the UriEscapeDataString limit.

15 November 2012: build 6.1.7.29658

  • 25980 - Anonymous users do not have permission to access sensitive information via the REST or InProcess API.
  • 24740 - Unencoded tags from versions prior to 6.x are now encoded to prevent them from being duplicated if the site is upgraded to 6.1.
  • 25915 - When using Twitter OAuth, Twitter no longer retires the URL used to get user credentials.
  • 25574 - Updated scripted widget caching to cache widgets with the same type and configuration separately based on their configured context.
  • 25372 - When bots attempt to access a  login page, an error 403 is now triggered.
  • 25925 - Activity Story Stream includes application activity for people you're following in groups.
  • 25719 - You no longer see the same wiki displayed twice in the Quick Post wiki publishing drop-down if you publish from both the group home page and the site home page.
  • 25664 - When you receive an email notification that was created using HTML but have "receive HTML emails" disabled in your Settings > Email page, the text of the email is converted to plaintext and is formatted similar to the post itself.
  • 24449 - If you split a forum thread marked as answered, the original thread does not remain answered.
  • 23850 - If you split a forum thread and create a new subject for the second thread, the subject will be retained.
  • 21635 - Updated forum inline attachments to validate against forum attachment settings.
  • 23150 - When long strings need to be encoded or encoded, such as when included in a Generic Content widget, the strings are broken into chunks of 30,000 characters in order to avoid the UriEscapeDataString limit.
  • 25923 - When a new user joins a site using the "Join" link on the main page, the default avatar is used for this new member, but the site no longer saves the default avatar on behalf of the user or creates an activity story about the new user saving it.
  • 25460 - If you are using SSL, you will now only leave SSL if the request is for an aspx page.

17 October 2012: build 6.1.6.29113

  • 23150 - The Generic Content widget can now accept very long text strings in the HTML. When long strings are encoded or decoded, they are broken into chunks to avoid hitting the Uri.EscapeDataString limit.
  • 23799 - Banned users no longer receive email notifications from blogs. The user account is checked for approved status prior to being returned for a blog post subscription.
  • 22974 - When Account Activation is set to email (Control Panel Dashboard > System Administration > Membership Administration > Configuration > Account Settings > Registration Settings), users created through REST will receive welcome emails (unless SendEmail=false is set).
  • 22326 - Blog comment counts no longer include trackbacks.
  • 25720 - When deleting an author's forum reply and sending him/her a notification with the deletion reason, an error no longer occurs.

17 September 2012: build 6.1.5.28630

  • 22670 - When accessing from behind an SSL offload appliance, users see content URLs (such as on the Favorite Content List widget) displayed as https:// rather than http://. The SSL security is relative to the appliance where the request is originating, not to the content itself - which the server may be accessing by http:// or https:// according to its absolute URL.
  • 22062 - Registered Users no longer encounter an "error occurred while rendering the scripted widget 'Media Gallery - Upload/Edit File Form" message when uploading a file to a moderated media gallery.
  • 22729 - When a user has the plain text editor selected as his/her content editor (in the Settings > Advanced Options tab Content Editor field), changes made to his/her bio (on the Profile > Edit profile option) are saved correctly.
  • 22639 - When SSL is set to ignore (SSL=Ignore in communityserver.config or communityserver_override.config), you are no longer redirected to a non-secure connection when a request is made via a secure connection. Using this setting will cause all resources to be served over the same protocol (HTTP or HTTPS) under which they were requested. 
  • 22766 - The jQuery.fn.glowUpload plugin has been updated so that the fileFilter parameter works correctly, allowing only image files to be returned. A similar update was also made to the jQuery.fn.glowMultiUpload plugin so that the fileFilter parameter works correctly.
  • 22713 - With the French language pack installed on the site, a user who has French selected as his language (Settings > Basic Options) is now able to select viewing "all" widgets on the Manage Widgets page (Control Panel > System Administration > Site Administration > Widget Studio > Manage Widgets). JavaScript encoding was added to Widget Studio client script resources to support language packs.
  • 22702 - This issue was filed in order to reapply a fix originally addressed in 14947: When automatically adding a new user to roles with cookie authentication upon first sign-in, the user no longer receives a sign-on error ("Violation of PRIMARY KEY constraint 'PK_cs_Security_UserRoles'. Cannot insert duplicate key in object 'dbo.cs_Security_UserRoles'. The statement has been terminated").
  • 9914 - When you set a blog post to publish in the future (Write blog post > Publication Settings tab) and edit it multiple times, you'll only receive an email upon post publication instead of with each edit save.
  • 22664 - When replying to a tagged forum thread using the rich text editor and adding an attachment to your reply, the thread's tags are retained.
  • 11175 - The version of the Telligent Analytics Extended Analytics module that ships with Telligent Evolution 6.0 (including Telligent Community 6.x and Telligent Enterprise 3.x) has been updated so that the cookie created for a member's first site visit includes their membership guid instead of a random guid. The correct membership guid is also applied for any action they perform that requires a new cookie (for example, accessing the site with a different browser). As a result of this Extended Analytics update, the Telligent Analytics Anonymous Visitors report does not include first-time visits by registered community members.

24 August 2012: build 6.1.4.28245

  • 21962 - You can now create a blog name with usernames containing spaces (test user) or capital letters (Test User).
  • 21955 - The Telligent.Registration.dll has been updated in this build from build 6.1.1.25241 so that it refers to an assembly name rather than a path when initializing the site, thus no longer throwing a SiteUrls critical error.
  • 21911 - Group owners with the Media Gallery - Override Validation permission have the ability in a group and a media gallery application to upload restricted file types. Users who do not have this permission are not allowed to do so.
  • 21161 - Users with hyphenated usernames can now successfully change their password from the forgotten password email link and access their site.
  • 21691 - Encoded HTML contained in a forum post created via REST now displays properly in the forum post instead of disappearing in the rendered version but appearing in the forum post edit.
  • 21061 - When importing an exported theme via the Control Panel System Administration > Site administration > Site content > Manage themes tab, or from the group home page "Edit this theme" option (which takes you to the group Configure > Themes tab), the imported theme now correctly reproduces properties that were customized for the export version.
  • 21639 - Blog posts are now linked from the blog's Control Panel Manage comments page.
  • 21634 - Tags are sorted alphabetically, ignoring case (uppercase or lowercase), in the blog Control Panel > My blogs > [blog name] > Manage > Tags tab.
  • 21632 - Blog posts now accurately count aggregate views.
  • 21445 - When a media post can't initially be deleted because the post is in use by someone, the post is subsequently deleted using a new job called AttachmentDeleteJob. This is a dynamic scheduled job that is not in the tasks.config.
  • 21443 - When you update an existing forum thread using REST, LatestPostDate and Date now correctly reflect the updated date.
  • 22163 - Large files can be uploaded and saved without any timeout issue due to configuration changes that optimized the CFS.
  • 22199 - Mail Gateway is now able to process emails with unusual subject line encodings.
  • 22452 - The LDAP sync job no longer uses a case-sensitive comparison when reconciling user memberships.
  • 21871 - Now when you try to upload a document file being viewed or used by another user, the file uploads.
  • 21857 - The $core_v2_userPresence.ListAPI call to list friends who are online now returns friends' presence information.

27 July 2012: build 6.1.3.27318

  • 13210 - Multiword tags are now treated as phrases rather than independent terms in the Search Results page Tags facet, creating increased accuracy in search results.
  • 19733 - In the Enterprise theme, the Edit User widget Email tab now displays the Email Digest options even when conversations are disabled.
  • 20061 - IContentFragmentImportAdjustment plugins are enabled to make changes to widget types and configuration data when importing as well as loading pages, headers, and footers. This change enables IContentFragmentImportAdjustments to correct widget references in existing pages without requiring that they be reimported.
  • 20217 - On wiki pages with 100+ wiki links, the wiki formatter's performance is improved for rendering the wiki links.
  • 20273 - Hyperlinks containing a tilde (~), such as for image paths, now display the linked content correctly.
  • 20772 - The Control Panel > System Administration > Site Administration > Site Configuration > Setup > Email settings tab now contains a Max Attachment Size (in bytes) field that lets you manually change the maximum email attachment size.
  • 20789 - File upload time is decreased, and timeouts due to upload size are reduced, due to an increased chunk file size for uploads.
  • 20796 - The last post date for forum threads now displays the correct date.
  • 20901 - Splitting a forum thread correctly creates the split-off response as a new thread.
  • 21174 - The "server variable is not allowed to be set" error message no longer occurs when a load balancer forwards an IP with a port number.

21 June 2012: build 6.1.1.26366

  • 19553 - Editing a child wiki page now leaves the page at the correct (child) level.
  • 15755 - When adding or removing members to or from a group/role, the subscribe or unsubscribe for all forums in the group is automatically carried out as long as there are 100 or fewer users for a group/role. When group/role membership is updated via a Job Scheduler task (for example, the LDAP sync job), all users are subscribed/unsubscribed and the 100-member limit is not enforced.
  • 20078 - The loading of site settings is now more resilient.
  • 20592 - Group owners with custom roles can now edit group themes.
  • 20624 - Navigation menu items in the Groups - Navigation widget now correctly display in Internet Explorer 8.
  • 20771 - Unapproved/unpublished media gallery posts are now removed from search results.

19 May 2012: build 6.1.1.25241

  • 18311 - The time zone selected during registration is now accurate during Daylight Savings Time.
  • 18011 - Blog owners can no longer see blog posts if the administrator has revoked viewing permissions.
  • 18496 - The anonymous user's DateTime now respects his time zone instead of displaying the server time zone.
  • 18563 - GUIDs in RSS feeds have been updated to be unique.
  • 18602 - When you configure custom profile fields in a specific order for user registration, they now show in the order specified in this configuration.
  • 18618 - The search reindexing job (cs_Search_ReindexAll) timeout is now 30 minutes.
  • 19210 - When upgrading to 6.x and upgrading attachments, announcements with attachments are now successfully moved.
  • 19212 - User-specific RSS feeds are now visible only to the appropriate accessing user since they are no longer cached without a unique UserID.
  • 19247 - Links to the first post in a forum thread now correctly show the forum thread rather than automatically redirecting the viewer to the home page.
  • 19261 - You can now search for groups within the Control Panel under My Groups using languages other than English.
  • 10188 - Blog RSS feeds no longer generate an error (AppType on AggBug.aspx).
  • 19273 - The forum Unread tab now displays posts with responses as new instead of read.
  • 16802 - A "server is not responding" error message (due to pending Ajax requests) is no longer shown when you try to navigate to a top-level group with subgroups.
  • 18023 - When getting a content's rating, the ratings are now correctly returned instead of capturing a rate. List<Rating> ForumSqlDataProvider.GetThreadRatings(int) now calls the right stored procedure.
  • 18297 - When you create tags for a blog post from the Manage Blogs > Tags tab, the tags are now shown in alphabetical order instead of the order of tag ID.
  • 18684 - White space spam words have been removed from the known spam terms list.
  • 17593 - The DateTime format now renders the date in the user's language.

17 April 2012: build 6.1.1.24438

  • 15995 - A forum thread reply no longer shows an attachment from the reply of a different thread when the forum thread and reply IDs are the same.
  • 16204 - Media gallery posts with videos now scale to the correct size within the theme's constraints or to the dimensions specified to the viewer.
  • 16521 - When customers exceed the number of registered servers in their license, they are now given a grace period of 14 days before being shut down.
  • 16569 - Posts made between one and two years ago are now correctly labeled as "more than one year ago."
  • 16600 - In the Membership List widget, the group member type is no longer improperly localized.
  • 16672 - When upgrading from 5.6 to 6.0, mirrored feed blogs are now properly handled, linking back to the original source of the blog post.
  • 16744 - When the user name is an email address, the user hover-over now works correctly.
  • 16748 - Forum attachments are now linked correctly, including within Q&A forums.
  • 16894 - Group names (such as LDAP group names) are filtered for special characters or missing characters before being passed along to LDAP. This sanitizes the input before it is used for looking up information in LDAP.
  • 17137 - Extended characters are no longer encoded in wiki post titles generated from Capture to Wiki from a forum thread.
  • 17160 - Tables in forum posts now display correctly in the post preview.
  • 17180 - The spam module now runs correctly when content is updating.
  • 17593 - The user's language preference for date/time and format now displays correctly.
  • 17965 - You can now modify custom navigation to include a custom content page (using $core_v2_customNavigation.Deserialize).
  • 18212 - The video file viewer no longer allows domain-level script access and only allows it for the inline file viewer.

Note: Fixes for build 6.1.0.23780 are included in the 6.1 Release Notes.


Viewing all articles
Browse latest Browse all 234

Trending Articles