Theme of 3.0: Social Business Software
With this version of Jive SBS, you'll find an array new features as well as
enhancements to existing ones.
Added, Improved and Removed in 3.0
Fixed Issues
Known Issues
Note: For changes in previous versions, be sure to see earlier
versions of this document:
Added, Improved and Removed
New Features
Improvements
Removed
- Removed the ability to share a document with people outside the community.
- Removed a feature that sent usage data back to Jive Software.
- Removed the ability to migrate a database from one DBMS to another.
- Removed "order by rating" from the search results page.
- Removed ability to search by more than one content type at a time.
- default customizable / personalizable pages changed?
- Permissions for enabling and disabling photo and avatar uploads have been
combined into a single setting.
New Features
Bookmark items from both inside and outside the community.
Bookmarks are Jive's take on social bookmarking, and they show up in a few different
ways. First, you can bookmark all content types. When you bookmark an item, you add
it to the list of your bookmarks (either public or personal) under Your Stuff for
easy retrieval later. It also increments the count of people who have bookmarked
that item. So you can easily see if content is popular based on the number of people
who have bookmarked items.
Bookmarks also enable members to share resources and links found outside of the
community with other members in the community. While browsing an external site, if
you find content that you think would interest other members of the community,
simply bookmark it, and the bookmark will be added to the community where other
members can find it and even comment on it.
Connect communities through bridging (optional module). Bridging
helps people create an aggregated view of information from across multiple
communities. With bridging, you can customize your personalized homepage and add
widgets from remote (or bridged) communities.
People with access to bridged communities can add widgets displaying their
connections activity from one community, popular discussions on another community,
and recent blog posts from a third. All of these can be displayed on the same page.
Upload, embed, and display video (optional module). Whereas in
version 2.5 you could embed videos that were hosted on third-party sites (such as
YouTube and Vimeo), in version 3.0 uploaded video can be tied to the security within
the system.
In 3.0, the application transcodes uploaded videos, then streams them to a player
included in the user interface. In the way you create a discussion or document, you
can create a video post that can be embedded in other content.
Capture community activity with analytics (optional module). In
version 3.0 the analytics feature represents a data warehouse component through
which you can capture of all community activity. This feature broaden the
application's focus from capturing only creation activities to include all
activities by community members (creating, consuming, and social activities). The
feature moves data collection to a separate database where it can be loaded
asynchronously (taking the load off of the production database).
The application will also include a new kind of dashboard in the admin console.
Driven from data in the warehouse, it will be focused on adoption and participation
metrics. Future reporting enhancements will take advantage of the additional data,
making use of newer analytical technologies.
Do sentiment analysis of content (optional module). With the
insight module, you can get sentiment analysis for key topics within the community.
Through this feature, you can know when a lot of people are talking about your
products or brands -- even whether what they're saying is good or bad. Use insight
to identify the community's influential voices. This will let you know if there are
certain members whose content is viewed and commented on most often, helping you
drive engagement and loyalty within your community.
Improvements
In addition to the new features, there have been many improvements across the
product.
Focus search with contextual type-ahead. Type-ahead search now
offers the option of searching within the current space, project or group. While
browsing a member's profile, the type-ahead search also provides a convenient way to
search content created by that particular member.
Get to useful search results faster. The search results
page has been reorganized to make it faster to filter to just the information you
need. Content that matches your search phrase has been moved up the page so that it
can be located quickly. People and Places results that match your phrase have been
relocated to the right-side area, but make use of avatars and icons so that they can
be easily found. Filtering by time frame and content type were previously hidden
behind the More Options panel, but now you access those filter options directly from
the results page. Finally, results provided via OpenSearch sources are displayed on
separate tabs on the search results page.
More convenient access to actions related to people. The
mini-profile displayed when hovering over a username now provides follow (add
friend) and stop following (remove friend) actions.
Improved profile editing. Adding a photo and adding an
avatar have been combined and offer a convenient cropping tool. Your avatar can be
uploaded separately, or you can crop an area of your photo to use as your avatar.
Members can update their status from their profile page.
Now you can keep track of all of the places where you interact with
content through the new Places widget. The Places widget combines browsing
and searching of spaces, projects, and groups into one convenient tool.
Additionally, the Places widget provides a list of My Places, which includes Groups
to which you belong, projects you are following, and spaces you are following. The
ability to follow a space was added with this release as well.
Now you don’t have to refresh your browser to see updated content. Widgets now offer
a handy refresh feature, so that you can update the content within a single widget.
The space administration page in the admin console has been
replaced to address scalability and ease of use. The new space admin page
offers dynamic loading of lists for increased performance and provides drag and drop
ordering of spaces so you can easily control the way the list appears in the end
user UI.
Easier content type development with custom content
types. The custom content framework significantly reduces the development
effort when adding new content types. Instead of developing overlays, you simply use
the new API to develop a content type that's rateable, commentable, and so on. You
can quickly make your content type feel just like an out-of-box first-class content
type.
More easily move content. The new way to move content
streamlines the process and makes it easy for admins and end users alike. You can
easily move content between spaces, projects, and groups. Users also receive helpful
warnings if they are moving content to or from private places.
Easier file uploads. The new file upload form's design makes
browsing to your file the first thing you do, adds the ability to include rich text
in your description.
Transaction support. The transaction implementation builds
on the integrity and reliability of the database system.
Performance enhancements. The use of sprites for icons and
the refactoring of the search APIs are just a couple of the enhancements that will
bring noticeable performance increases for those using the community. Additional
performance benefits are also realized due to more aggressive HTTP caching at the
Apache server level.
Notes About This Release
Whether you're installing new or upgrading, you'll need to ensure that your instance
is correctly configured to use HTTPS. After installing or upgrading, see the
SSL configuration instructions in the Operations Cookbook.
GroupService groupMembers Resource Returns Only Information Available to the
Caller
The groupMembers resource of the GroupService REST web service returns user data for
the specified group. However, data that is ordinarily not available to the caller is
omitted. In other words, if the user name and email address is hidden from the
member whose credentials are being used to request the resource via REST, then those
fields will not be returned.
Full Fixed Issues List
Bugs Fixed
- [CS-18746] XSS vulnerability on any HTML entry
- [CS-18200] Unexpected error if video results are less than the startindex (impacts recent videos and popular videos)
- [CS-18149] Race condition may prevent analytics from capturing events when SBS is started
- [CS-18130] Checkpoints don't render correctly in the French Locale
- [CS-18068] Concurrent search / POI threads can cause busy wait indefinitely
- [CS-17417] Blog Comment RSS feed always returns an empty feed
- [CS-16719] Convert thread with attachment to document with attachment fails if root space does not have document attachments enabled
- [CS-16077] Default name visibility (skin.default.displayFullNames) not respected
- [CS-15673] Moving a document shows original author as user that made the move
- [CS-15287] JiveServlet creates extremely large thumbnail files
- [CS-14130] Invalid RegEx entered for Phrase Subsitution cause theme to be unloadable
- [CS-13543] Latest "Changed By" author is set to the user who moved the document
- [CS-13156] System Error viewing Video tab: Disabling Video Permissions in root community
- [CS-13027] Some blog posts showing as modified by Guest in Recent Activity
- [CS-12822] Unable to move blog from Project to system blog
- [CS-11497] Blog post MODIFIED event fired before CREATE event when post made in a moderated blog
Known Issues in this Release
- [CS-18880] Theme mapping fails if name contains a space
- [CS-18870] Try to upload disallowed attachment type, then upload allowed type after error message = unexpected error has occurred
- [CS-18783] Thread archiving in admin console does not work
- [CS-18762] Export Group Members doesn't work out of root context
- [CS-18735] Paginate the blog/authors pages
- [CS-18731] Viewing user profile in admin console allows impersonation
- [CS-18724] Polls do not require a name
- [CS-18670] "Friend" connections can cause users to receive watch notifications they're not watching
- [CS-18656] REST Webservice updateblogpost tag field does not update in post
- [CS-18648] If a friend's email is hidden and they send you an email, you won't know who it came from
- [CS-18640] Cumulative Content Creation graph does not register blogpost data
- [CS-18626] 'Large Text' profile fields are not validated for length on submit
- [CS-18625] LDAP: case-sensitive email check results in unnecessary updateUser
- [CS-18590] Filter blog posts by author doesn't filter as expected
- [CS-18577] support spaces and hyphens in profanity filter
- [CS-18569] User search fails due to java.lang.NumberFormatException
- [CS-18462] People page can be accessed after logout using IE6
- [CS-18453] Poll breadcrumbs for Groups/Projects shows Spaces icon
- [CS-18423] "By Tags" on people search page does not use i18n
- [CS-18422] Private Message: Insert Image's div height
- [CS-18388] Video module only supports PNG watermarks
- [CS-18384] userService.updateUser can make duplicate emails for users
- [CS-18377] Cancel on login and password-reset page do not redirect back
- [CS-18359] Missing i18n key for the video in the Tag Groups widget
- [CS-18341] Essential Plugin: Who's Online view all goes to wrong url in small container
- [CS-18324] Selection changes made to categories on content tabs do not persist to 'All Content' tab
- [CS-18322] HTMLFilter incorrectly attempts to URL parse param 'value' attributes
- [CS-18308] Nonsensical message in the descriptions of a Report in the Admin Console
- [CS-18293] Removing style from "List of Tags to be removed" does nothing.
- [CS-18285] Logging in will not direct you to the correct message specified in your URL
- [CS-18283] Watches sent out before moderated content is approved
- [CS-18275] Phrase substitution on edit widget page
- [CS-18260] JiveImageUrlBuilder can cause NPE
- [CS-18256] Search doesn't find places with name containing a number at the end
- [CS-18237] Analytics Dashbord dates are off-by-one
- [CS-18236] Switching spaces in the admin console does not properly update the page
- [CS-18222] Browse projects filter by letter not considering non-English characters
- [CS-18182] Japanese Phrase Substitutions issues with blogs
- [CS-18151] Revoking View Blog overrides Allow later
- [CS-18150] ViewProfile Latest Content only includes content for types available to communities
- [CS-18148] Profile tags not removed when user is deleted
- [CS-18146] If Authorship Policy Is Closed on a Document Administrators Cannot Modify Attachments
- [CS-18134] Private Bookmarks show up on Popular Bookmarks Widget
- [CS-18132] Incoming Email Monitor cannot gracefully handle angle brackets (< > )
- [CS-18128] Search index adds space for a word with numbers in it
- [CS-18122] Project Icon not showing on publish of content
- [CS-18119] Create documents shown in Action menu for guests without permission
- [CS-18118] Watch a Tag widget displays users but you can't disable the option
- [CS-18115] jiveExternalURL fails to migrate (postgres to sql server)
- [CS-18103] .xlsm cannot be blocked via mime type
- [CS-18088] Can't see content type selector in social group creation (IE6)
- [CS-18073] Undo in the middle of a line moves the cursor to the end
- [CS-18071] Entering (typing) link manually in RTE does not produce the discussion icon on publish
- [CS-18070] Cannot create bullets over raw text pasted in IE 6
- [CS-18067] Cursor snatched in RTE when delete after quote
- [CS-18066] Phrase Substituion does not appear to work for keys that are in the plugin_18n files
- [CS-18062] Watch a Tag widget displays users and social groups without the option to hide them.
- [CS-18050] Tag Group widget shows i18n key
- [CS-18049] Video rating off
- [CS-18047] Date filtering in User Search not handling i18n properly
- [CS-18045] Confusing message for No Popular Blog Posts Available
- [CS-18042] View as PDF: Missing attribute: Either external-destination or internal-destination must be specified
- [CS-18041] Latest content on user profile includes old messages
- [CS-18034] Content returned to moderation queue when bookmarked
- [CS-18033] Chrome, RTE, deleting a row from a bulleted list jumps cursor down instead of up
- [CS-18024] OpenOffice Document Format (ODF) files are not indexed by search
- [CS-18020] Task icon shows as checkpoint icon in calendar widget in projects (in IE)
- [CS-18010] Reset Password template doesn't display correct IP if using the HTTP connector
- [CS-18002] Rebuild Search Index: Exception due to divide by zero
- [CS-17980] Search doesn't find users with apostrophes in name
- [CS-17964] Links in RTE showing wrong title
- [CS-17958] Linking to specific tasks does not render correctly
- [CS-17956] Cannot addTag to SocialGroupResultFilter (can't search by tag on social groups)
- [CS-17954] WatchService.deleteWatch(...) method signature and REST params don't match
- [CS-17950] System error is thrown when document body contains img tag without src attribute.
- [CS-17949] Increase limit of text box for 3rd party reporting from 3500 characters
- [CS-17932] Passwords fields are not aligned when changing password in IE6
- [CS-17906] Editing space permissions doesn't clear link render cache
- [CS-17905] PDF fails if image URL is un-encoded
- [CS-17901] StackOverflowException when running 3.0.10 without Spelling dictionaries
- [CS-17898] You should not be able to publish an edit while the RTE is still loading
- [CS-17896] "Automatically Index New Content" setting is ignored
- [CS-17893] Copy layout of another project fails in IE7 and IE8
- [CS-17871] Hard-coded references to JSESSIONID should be removed
- [CS-17829] More Options for the User Search does not function
- [CS-17825] getApplicationUsers() in MultiProviderUserManager should not load all users and return a complete list
- [CS-17808] Spell check custom dictionary words doesn't update across all nodes
- [CS-17805] Last Post Minutes link causes 404 error on first visit to page.
- [CS-17800] JavaScript fails for IE on Admin Console > Blogs > Management > Trackbacks
- [CS-17790] useRichTextField disables "Save Properties" in user-created widget
- [CS-17751] Inserting new text macro doesn't put cursor inside the macro (3.0 + IE)
- [CS-17747] A video inserted from "Your Computer" in a document does not reproduce in FF nor IE
- [CS-17739] RTE insert video UI a bit broken in IE
- [CS-17737] Video length not being informed in Insert Video list in RTE
- [CS-17724] RTE functions break in chrome
- [CS-17704] Spotlight search autosubmits when you try to select a localized word (using a different input source)
- [CS-17697] Automatic URL to link conversion stops at ! (exclamation mark)
- [CS-17687] rankBy date not respected in Search RSS Feed
- [CS-17679] Moderation keyboard shortcuts are fired when using Search bar
- [CS-17668] jive.module.wiki.enabled false causes bad sql query
- [CS-17667] Group descriptions are not maintaining carriage returns
- [CS-17656] Tags not removed from tag cloud when removed from content
- [CS-17648] Video and IE - when a video is in moderation the preview will not work
- [CS-17647] Quick Tour link is only available in English, yet is linked to for all languages in SBS
- [CS-17642] <span/> element with style attribute not rendered by PDF generator
- [CS-17631] ViewProfile (Document Draft) should use SimplePaginator
- [CS-17626] Blog.getUserCount() doesn't scale for blogs with lots of authors
- [CS-17612] clearspace/SBS HTML not valid
- [CS-17603] Long space name in Places widget a bit off
- [CS-17601] Trackback notifications being sent to disabled users
- [CS-17598] profileService's getProfile returns no body
- [CS-17588] Changing photo and avatar changes avatar randomly
- [CS-17585] keyword interceptor message template messageBody returns [#document: null]
- [CS-17569] Document filters: Presentations doesn't include pptx
- [CS-17534] Formatted Text Widget: Insert Link/Video/Image displayed off page
- [CS-17493] People filter sometimes shows incorrect totals in filter cloud
- [CS-17491] Calling the post action directly doesn't redirect you to the login page if you're not authenticated
- [CS-17488] SecurityContext error on LDAP group sync: "Ignoring unchecked attempt to establish system authentication."
- [CS-17469] Cannot drag to resize table in Safari
- [CS-17437] Profanity filter not executed against bookmark tags
- [CS-17425] Reflected XSS in OpenSearch
- [CS-17401] Your Tags widget shows while browsing another user's bookmarks
- [CS-17382] Certain DateUtil methods cannot be accessed from FTL
- [CS-17328] Feed for a specific blog shows the author's email address
- [CS-17322] Links erroneously exposed in Windows Mobile
- [CS-17316] Recent activity shows Guest as blogpost modifier
- [CS-17313] Setting default people sort does not work.
- [CS-17302] Problems saving values in the Jive Property table that border on the 3500 character mark
- [CS-17298] getRecursiveCommunities recursiveCommunityCounts always 0
- [CS-17294] Copy & Paste doesn't work in specific versions of IE6
- [CS-17276] Info Disclosure Vulnerability: NATed Address
- [CS-17273] Social group invites blocked by other invites with same objectid
- [CS-17257] Report abuse - if more than 255 characters, an 'Unexpected Error' will be shown to the user
- [CS-17227] "Send email" from Friends/Connections "Send a copy of this message to me" fails
- [CS-17214] Padding is missing on the top of a Status Updates widget
- [CS-17213] The icons next to Widget title are misaligned when trying to personalize the view
- [CS-17203] Community Everywhere: null value for custom Title/Discussions
- [CS-17176] Can't make an emoticon a link
- [CS-17164] Blog Post Reports don't work in subcommunities
- [CS-17155] Insert a link search breaks when only searching people
- [CS-17133] Search suggest feature moves whole screen when scrolling up
- [CS-17129] You can circumvent the "insert image" permission by going directly into the html editor
- [CS-17115] Users cannot be deleted if they belong to a group synchronized from LDAP
- [CS-17108] Ampersands are not searchable in content body
- [CS-17088] Videos under moderation are accessible by the URL
- [CS-17087] Videos that reach the report abuse threshold are accessible by the url
- [CS-17086] Unexpected error creating a poll as a Guest
- [CS-17084] Profanity filter is not applied to video subjects
- [CS-17078] Blog posts don't show up on All Content tab for non authors
- [CS-17061] Cannot create a link with %0A& in it in a Formatted Text Widget
- [CS-17054] Cannot search for a space named IT, need a way to override the default list of stop words
- [CS-17023] Adding attachment to a document does not fire off an email notification
- [CS-17021] Video - right clicking a video that is inserted into a piece of content brings a 'settings' option that throws an error
- [CS-17018] Admin console: Can't approve or delete blog comments in IE6
- [CS-17015] Admin > Blogs > Comments: Can't check "all comments" in IE6
- [CS-16947] "send copy to self" isn't working for "send email to all friends"
- [CS-16873] Disable content type for a space will block recent content of sub communities
- [CS-16866] When a video comment is moderated, the message to add comment says "Comment added successfully"
- [CS-16843] Extra whitespace in text following ordered lists
- [CS-16839] New versions of binary documents are not indexed
- [CS-16810] Insert Image button is not highlighted while adding an image
- [CS-16808] Video Icon missing in the Featured Content widget of a container's home page.
- [CS-16778] A video author comment also goes through moderation
- [CS-16768] Your stuff is highligthed when PMs are disabled and there are unread private messages
- [CS-16704] Using the back button in Firefox stops videos from loading (sometimes)
- [CS-16698] Dragging a link into the RTE creates a relative link which doesn't always work
- [CS-16695] vCard export doesn't work correctly with a language such as Korean
- [CS-16691] Adding style to a link will show the HTML tag
- [CS-16660] RenderStrategy.RENDER_TEXT_DECORATION is ignored in JiveHtmlRenderEngine
- [CS-16640] Social Group "Copy another Group" widget layout feature does not work in IE6/IE7
- [CS-16607] Search web service doesn't respect specified Sort Field or Sort Order
- [CS-16544] Admin Console : The lines inside the table are not spawned to the end of the table on Blog Permissions.
- [CS-16515] BasePermHelper.isSystemAdmin(getEffectiveUser()) == false when user is SYSTEM
- [CS-16495] My Profile widget CSS issues in IE6/7/8
- [CS-16492] Users under the moderation interceptor can edit posts without moderation
- [CS-16472] image wrapped in span tag does not render with View as PDF
- [CS-16461] LDAP users with spaces in name are sync'd, then disabled
- [CS-16454] Admin Console: Tables lines are not spawned to the end in Blogs pages
- [CS-16432] The table is not closed properly in User Relationships Management Page
- [CS-16429] ERROR impl.QueryCache - Error loading block
- [CS-16426] Project calendar isn't i18n-ready
- [CS-16420] Tag clouds at space level no longer show blog tags
- [CS-16415] There is an extra space in the Latest Polls widget if it is in a wide column
- [CS-16409] The Report Abuse Logo is not clearly visible in the moderation page
- [CS-16405] Revoking 'View' of a space throws an error for Space Admins of child spaces
- [CS-16403] CLONE -The line below the message "Currently Being Moderated" is ended in between
- [CS-16385] The link "Login to your account" is still there even after the user is logged in
- [CS-16383] community/feeds/blogs/posts shows same content as community/feeds/blogs with less information
- [CS-16374] Admin console: Tables are extended in IE7
- [CS-16276] Commas in a group name prevent you from adding it to permissions for a space
- [CS-16086] Nested tables do not retain any formatting in converted PDFs
- [CS-16050] Search results show expired announcement but do not correctly link to them.
- [CS-15999] Authenticate method of PermissionSevice for REST cannot support passwords with special characters
- [CS-15990] Tag page sometimes seems to search for 'or' instead of 'and' when a piece of content has 2 matching tags
- [CS-15953] Top Participants Widget requires a browser refresh to display properly
- [CS-15895] Modifying an existing tag does not remove the old tag
- [CS-15866] Can't create a video in a task
- [CS-15833] Unexpected Errors when Images are disabled Votes: 1
- [CS-15823] Clicking "Show Details" on the space overview page doesn't return any results when deployed at a non-standard context
- [CS-15819] Downloading Theme via Customize Your Site blows away existing custom theme
- [CS-15677] Apache CaptureLog object holding large amounts of memory on thread local in OOM heap dumps provided by customers
- [CS-15657] 'show all' link displayed when discussions are filtered by an empty tag group does not work
- [CS-15588] Removing uploaded image doesn't remove from corresponding text
- [CS-15561] Number of days in months incorrect/unchecked in blog post scheduler.
- [CS-15502] User fields max length discrepancies
- [CS-18345] Error message is incorrect if a thread is locked while a user is also replying
- [CS-15489] PluginCacheConfigurator implementation and specification do not agree
- [CS-15446] RTE table insert row after on last row of table inserts to middle of table
- [CS-15425] Posting a comment to a bookmark with short term query caching (STQC) enabled doesn't display notification correctly
- [CS-15388] Email search in UserDAOImpl uses 'like'
- [CS-15371] Autosave error when creating a poll
- [CS-15368] If a private space has an open child space, you can't see the open space in the Places widget
- [CS-15356] User cannot edit and save a document in Private Group without receiving error.
- [CS-15353] Creating uploaded document in IE7 causes the tags box to be obscured after selecting a file
- [CS-15329] Gateway Import fails on content-type text/html
- [CS-15308] IE6 png hack causes custom plugin image code to be overwritten with transparent pngs in IE6
- [CS-15286] Adding images to documents via web services will fail due to missing document save
- [CS-15284] Disabled feature text in Recent History
- [CS-15247] Reply to blog comment directly after creating comment fails in IE
- [CS-15245] skin.default.changeEmailEnabled doesn't prevent users from changing email
- [CS-15223] Editing comments on a document with comment moderation enabled provides no user feedback that the comment must be approved
- [CS-15208] Missing document version, also recent actvity said wrong user modified document
- [CS-15203] Document RSS Feed Exceeding Item Limit by 1
- [CS-15190] Adding a new document comment or sending as email will leave notification visible indefinitely
- [CS-15180] createDocument in DocumentService doesn't actually let you set your own documentID
- [CS-15174] Special characters (®©) not HTML encoded in titles, causes dispaly issue in IE6
- [CS-15159] Windows Eval might fail in Postgres installation without proper warning if password restrictions are set in windows and given password is weak
- [CS-15150] Private Message - pressing space toggles the save checkbox
- [CS-15149] Page Requires POST error if form used is the first page hit on the site.
- [CS-15146] Analytics dashboard doesn't display properly in IE8
- [CS-15138] UNC path issues
- [CS-15126] Creation date used for published date of blog posts in RSS feeds
- [CS-15122] View as PDF does not support <caption> in tables
- [CS-15117] Inviting friends to SBS can result in weird labels if you're not the original admin
- [CS-15109] Slash character '\' not escaped in LDAP admin password
- [CS-15105] Javascript (and marquee) animations will not move while mouse is moving on home page for HTML widgets in IE7
- [CS-15102] Bookmarklet not parsing '+' correctly
- [CS-15096] Backspacing in a numbered list changes the cursor position inside the RTE in FF 3.5
- [CS-15078] Searching for a literal tag-like returns no results
- [CS-15064] can't outdent <li>'s that have <br>'s in it, maybe firefox only?
- [CS-15062] IE6 RTE Nested Table Display issue
- [CS-15059] Expired poll offers edit option
- [CS-15044] Bookmark WebServices .wsdl(SOAP) & REST documentation is missing.
- [CS-15043] Can't delete user if previously moderated in MySQL
- [CS-15039] Status updates not i18n'ed
- [CS-15036] Project status update history not respected in recent activities
- [CS-15035] Email notification content does not reflect the change that triggered the notification
- [CS-15029] Extremely long Ldap Sync Tasks when Disable-User option enabled
- [CS-15028] Blog comments are displayed even when blog comment moderation is enabled
- [CS-15027] Customizing Your Site the Preview has to be pressed before publishing in order to changes to take effect
- [CS-15007] Unclear problem on why you cannot invite a user to group
- [CS-15006] Boomarks shown twice in search results
- [CS-14997] setting padding on table shows correctly in RTE but doesn't show when published
- [CS-14982] Change Password: setting a very long password does not allow further logins
- [CS-14968] Video in formatted text widget does not play after 1? day.
- [CS-14967] Resize profile image not working in IE8
- [CS-14940] Mashalling error when ForumThreadNotFoundException is thrown by a web service
- [CS-14911] Bookmarks appear missing if ajax response is slow: needs "loading..." or throbber.
- [CS-14862] When users enter their email address as their username, the email address shows up in the URL when viewing the person's profile.
- [CS-14857] After disabling blogs from social groups, New > Blog post option is present even when users can't post to any blog
- [CS-14849] Deleting comments fires off the comment modified event
- [CS-14847] Global Search: AND does not bring any result
- [CS-14841] choose-container action presents Your Profile only for Video (hardcoded)
- [CS-14836] Leave/Join this group action should not be available from content, only group overview page.
- [CS-14830] Creating a blog post with a wide body will hide last line of content with a scrollbar in IE
- [CS-14811] New User Registrations Report is inaccurate
- [CS-14804] Custom content removed from "Recent Content" widget immediately after first abuse report.
- [CS-14799] Latest Poll widget on All Content page doesn't have header bar
- [CS-14793] Trailing slash makes URL unique
- [CS-14790] Watch mails for custom content types fail to send in some instances.
- [CS-14762] "The specified sort field is not valid." error message trying to get Message threads with a result filter
- [CS-14757] User can create system blogs with reserved names
- [CS-14751] PDF generator does not correctly output Asian characters.
- [CS-14742] A document image is not displayed when it is an anchor to an SBS content
- [CS-14739] Analytics reporting incorrect information on number of videos uploaded into system
- [CS-14734] A 32b jive_sbs version can be installed in a 64b architecture
- [CS-14733] Analytics page drop-down selections do not work in IE6, javascript error shows up only when IE6 debugging is off
- [CS-14726] Post uninstallation script not found. Expected /usr/local/jive/sbin/post-uninstall
- [CS-14698] User can enter files that don't actually exist in the attachment box.
- [CS-14691] "Unexpected error" when trying to add an RSS through Feed Blog plugin
- [CS-14689] Friends:Add/Edit labels wrong rendering in IE8
- [CS-14687] Jiveinvite email is not updated if the user's email is updated
- [CS-14686] create-favorite-bookmarklet vulnerable to XSS
- [CS-14685] Admin community-create action vulnerable to XSS
- [CS-14664] IF and DIV closers not properly nested in template/global/poll.ftl
- [CS-14663] Missing end divs in template/global/content-move.ftl
- [CS-14655] Cannot play a video from the middle
- [CS-14654] Two clicks are needed to replay a video
- [CS-14644] Pasted bullets (unordered) from Word are not published correctly
- [CS-14643] Trackback management in the admin console does not work in IE
- [CS-14641] Reports for Blogs at Main space do not include creation of personal and system blogs
- [CS-14639] Profanity filter is not applied to discussion subject when replying to discussion.
- [CS-14638] HTML filter does not filter img tags for discussions
- [CS-14634] Profile Modified event does not include cleared-out fields in the list of modified field IDs
- [CS-14632] Changing username for a user in moderation breaks 'Pending Approvals' for moderators
- [CS-14627] Synonyms don't work for multi-worded tokens
- [CS-14620] Widget: Bookmarked by 0 is not displaying all the description text
- [CS-14618] Filterable fields don't throw any result
- [CS-14615] Search display issues when you restrict the search to a space or specific user in IE8
- [CS-14613] RTE Link Picker: wrong alignment of "insert" button in IE8
- [CS-14611] Friend's labels: missing padding in IE8
- [CS-14606] Reason entered for User Registration Rejection is never stored
- [CS-14605] Spotlight Search by bookmark tags shows the old content title as link
- [CS-14603] Recent Activity widget is slow with larger communities
- [CS-14598] Edit document permissions error
- [CS-14591] Widgets are not redistributed changing layout from 1 or 2 columns to 3
- [CS-14585] clicked back into the title and tabbed back into the RTE, the RTE moved the mouse a tab width
- [CS-14575] Database migration utility needs log4j.properties file
- [CS-14565] Strange user search results in People page
- [CS-14558] Reporting: System Summary doesn't show graphs in IE8
- [CS-14551] Cannot change new users password when LDAP is activated
- [CS-14533] "The method you're requesting requires HTTP POST for security reasons" error showing up when changing group permissions
- [CS-14530] Code blocks don't wrap when viewed as PDF
- [CS-14527] Global moderators cannot moderate abuse reports
- [CS-14524] Project calendar not showing tasks properly
- [CS-14515] Generic i18n key with no text
- [CS-14510] Using some non-alphanumeric characters within a username causes profile image Edition to display incorrectly
- [CS-14506] Search results return multiple copies of the same bookmark, pushing other results to next page.
- [CS-14488] It shouldn't be possible to create a blog post with title blog + special character
- [CS-14481] Popular Bookmarks widget should not show bookmarked content from space other than space where it lives or subspaces of it
- [CS-14477] Bookmark search on any page other than '1' returns no results
- [CS-14453] Profanity filter does not filter group name and description.
- [CS-14448] Friends Approval page won't load when requesting user has changed username
- [CS-14432] Jotlet text display / overlap issue when resolution less than 1000 px
- [CS-14420] ProfileFieldService.editProfileField() creates entries in jivei18ntext
- [CS-14411] Web Service getUser() does not retrieve user openfire_SHRJKZCNU53
- [CS-14405] Admin cannot alter profile name and e-mail visibility if general profile settings disallow it
- [CS-14404] Bookmarks removed due to abuse reports can not be accessed by moderator
- [CS-14403] Reporting abuse on a bookmark (and hitting threshold) sends user to unauthorized page
- [CS-14391] Web Services: updateCommunity method returns a Fault while processing on REST and SOAP
- [CS-14387] Analytics datamart: personal blogs are all named "CONTAINER"
- [CS-14384] Collaborator cannot be deleted from document with approvers
- [CS-14379] Sort by date for search results doesn't respect document modification date
- [CS-14375] Revoking global read blog permission will throw an FTL error when viewing any container (dev mode only)
- [CS-14348] Email is not validated at user creation time using webservices (SOAP and REST)
- [CS-14335] User Deletion Fails on User with Entry in jiveUserRoster Table
- [CS-14334] User Deletion Fails on User with Space Blog Post Create Entitlement
- [CS-14326] <h4> within tables breaks PDF view
- [CS-14322] Theme mappings are not respected on asynchronous action invocations
- [CS-14319] Javascript Error on Upload New Document --> Collaboration Options
- [CS-14296] Searching user profile fields with AND operator doesn't yield expected results
- [CS-14295] Approval Workflow broken and UI malfunction after deleting one user from a document with multiple approvers
- [CS-14287] Rejected documents can be published by restoring version
- [CS-14283] Backspacing on a bulleted list looses the RTE focus
- [CS-14275] Tags page doesn't redirect guests to login
- [CS-14274] Deleting two approvers from a document breaks approval workflow
- [CS-14272] German translation for rate.avg_user_rating.gtitle is too long for UI
- [CS-14271] Large number of versions causes Image Picker performance issue
- [CS-14269] Japanese language has two identical Locale options in Profile preferences
- [CS-14267] Insert Link from History is not working on Chrome
- [CS-14266] Userbar text changing size using IE8 and Japanese localization
- [CS-14259] Bad shutdown will not allow startup and displays sbs:None
- [CS-14253] If draft document is published by someone other than author, it still says it was last modified by author
- [CS-14252] Enabling a custom content type for images
- [CS-14239] Bookmarks not being properly indexed if no notes are given
- [CS-14225] Browse > Blogs > RSS feed of this list is not interpreted as RSS by FF
- [CS-14222] Clicking cancel on login page logs you in if proper credentials are given
- [CS-14213] Recent Content is not handling cache correctly for Custom Content Types
- [CS-14211] Stored XSS on render-widget!execute.jspa
- [CS-14208] CSRF on Mark / Unmark Thread as Question
- [CS-14204] reflected XSS & CSRF in /pm-post.jspa
- [CS-14197] MultiproviderUserManager.getUser(User) should be case insensitive by default
- [CS-14184] Custom field description doesn't have a limit
- [CS-14179] Registration Wizard: Multiple avatar selection produces the image to stop loading
- [CS-14162] Project Calender: checkpoint mouse-over/pop-up is blank for IE
- [CS-14161] Project's "Unanswered Threads" Feed is not being interpreted as RSS feed by FF2/FF3
- [CS-14157] "Browse" button missing on the "Upload Video" web page (FF2,IE6 64 bits,IE7 64 bits)
- [CS-14156] Relationship approval sometimes fails with unexpected error
- [CS-14154] Page numbers are wrong on viewing User's Discussions
- [CS-14149] No validation for 'Number of Results' property for Recent Content Widget
- [CS-14146] Moderation notes/comments aren't carried over
- [CS-14142] Deleting a thread while it is in moderation leaves the counter in an inconsistent state
- [CS-14127] UserConverter parses both username and userid to locate user
- [CS-14126] SOAP response has 1000 record limit
- [CS-14125] Bookmark Call to Action Showing Up in Recent Activity (Jivespace)
- [CS-14118] Unexpected Error setting as avatar a broken image
- [CS-14117] Some avatar images are not uploaded
- [CS-14113] jive-httpd chkconfig command has invalid option "levels"
- [CS-14109] Profile Photo Colors are changed for some images
- [CS-14108] Filter by join date doesn't work
- [CS-14105] Grant New Permission: Specific User and Group checkbox selection is autoselected when the field was filled even when administrator manually unchecked it
- [CS-14094] Coherence error when deleting poll in cluster
- [CS-14086] Cannot cancel while uploading an attachment
- [CS-14082] Task details not expanding and hanging JS in IE8
- [CS-14079] Bookmarked blogpost shows as being authored by bookmarker
- [CS-14073] Quotes should not be shown when User Status is blank
- [CS-14072] Wrong alignment and overlaping on the video screen on FF 3.5
- [CS-14063] Wiki and URL filter text descriptions are inaccurate
- [CS-14056] Changing Logging Threshold in Admin Console Log Viewer Overrides all Log Appenders, Even Extra Custom Appenders
- [CS-14052] Load Next / Previous Threads can cause your load to shoot up to extremely high levels
- [CS-14048] export.jar requires a liscense
- [CS-14022] Browse People does not display user whit Special chars in name
- [CS-14021] Admin console user and group type ahead display offset in IE8
- [CS-14019] Modify table properties not working in FF2
- [CS-14011] reflected XSS in Create User Account preview form
- [CS-13999] Space Settings: shows incorrect dates in the values of creation and edition
- [CS-13991] RecentContentManager throws SQL error on startup 3.0.5
- [CS-13987] Searching for users in the "Select Users" GUI returns the same results despite selected filters.
- [CS-13968] User WeB Services setEmailVisible is not working
- [CS-13962] Web Services allow invalid characters in user profile
- [CS-13961] Avatar Setting: The image size is not displayed correctly in Safari 4
- [CS-13957] No i18n property for 'No results match the current query' in the Places widget
- [CS-13956] Cumulative Account Creation graph limited to ~6500 on reporting dashboard
- [CS-13955] ERROR com.jivesoftware.community.impl.ImageStorageListener - org.springframework.dao.DataIntegrityViolationException
- [CS-13954] 'Send as email' content should not be logged
- [CS-13953] RSS Feeds for Blogs appear when blogs disabled
- [CS-13938] Spotlight search is including document and document comments
- [CS-13910] "RSS feed of this list" text not accurate for documents and discussions
- [CS-13873] Emails getting lost when SMTP server not ready
- [CS-13858] Tasks: IE6: Unable to set completed task back to incomplete
- [CS-13811] Broken page structure (missing div).
- [CS-13805] CSRF Private Mail Compose Message
- [CS-13796] on delete video - breadcrumbs don't display when video exists in group, project, or profile
- [CS-13746] RTE IE6 renders <br /> tag differently during edit and after publish of blank bulleted lists
- [CS-13739] Hard to understand a human input validation code
- [CS-14181] The button "Import selected contacts" does nothing when inviting users for a social group/project
- [CS-13609] Users can attach files even the file type is forbidden in Admin > Settings > Attachments
- [CS-13511] Comments don't show up in print preview in IE6
- [CS-13510] Open spaces inside private spaces are not shown in places widget
- [CS-13495] Attached text files are not indexed for search
- [CS-13491] Filtering by 'Links' doesn't seem to work
- [CS-13488] javascript error when placing the mouse over the author's name on the "Print preview" page (IE7)
- [CS-13481] Profile field with multiselect shows warning that is not clear
- [CS-13471] a javascript error message is shown instead of a PopUp window on project checkpoints (IE7)
- [CS-13452] Deleting an FTL from a theme in the admin console does not propagate to the cluster
- [CS-13371] Community tree operations should be better protected against concurrent modification
- [CS-13370] Moderated content: Users get points even when the document is not published.
- [CS-13354] Analytics is not capturing download events
- [CS-18346] UI-Components XSD is not valid for 2_5 or 3_0
- [CS-13325] Errors in logs after deleted a community which had email gateway
- [CS-13307] Reports has errors in the UI
- [CS-13270] Group admin shouldn't be able to access profile settings in admin console
- [CS-13265] Action menus have different option for different blog views
- [CS-13191] CPU spikes on browsing /people or doing a people search, to 40% cpu utilization on a single action
- [CS-13165] Browser hangs in admin console > spaces with a lot of spaces
- [CS-13136] After uploading video to formatted text widget, popup does not close
- [CS-13096] Backdoor available to Full Mailbox
- [CS-13070] CSRF - Blog Management
- [CS-13062] Top members widget doesn't show correct number of results
- [CS-13043] Can't reference custom content type in a plugin upgrade task
- [CS-13016] Creating social groups containing new content types can fail depending on current locale
- [CS-12951] Widget informing cannot create blog while it should be able to
- [CS-12906] Your commonly used tags when viewing a profile doesn't show tags used to bookmark
- [CS-12904] "Edit" and "Delete" links are not working in SpaceSummary->Search tab (IE6)
- [CS-12879] Moving content should not update modification date nor send email notifications.
- [CS-12871] Formatted Text Widget removes application url
- [CS-12853] Tag Groups: if the document is deleted, the tag in the tag group is deleted
- [CS-12835] Analytics Dashboard gives three error messages on cluster slaves
- [CS-12824] Widgets at the root space should not have the option to be recursive/non-recursive
- [CS-12818] Searching for the username returns discussions, tasks, documents, blogposts, but no bookmarks
- [CS-12627] Migrating blog to community doesn't add to entitlement
- [CS-12593] Existing message-abuse Struts action not conducive to custom content type
- [CS-12502] Limiting a rendering filter to only subject, body, or properties does not work
- [CS-12486] Revoke blog read for anyone: prevents registered users from creating blogs / blog posts
- [CS-12475] A space admin can change discussion settings in a space without administration permission
- [CS-12473] A space admin can change filter and macro settings in a space without administration permission
- [CS-12471] A space admin can enable/disable community everywhere in a space without administration permission
- [CS-12385] Blog post count can be inferred from pagination (when written in private areas)
- [CS-12230] If project are disabled, create project is still visible to space admin
- [CS-12219] Bookmarks are not deleted until browser cache is cleared
- [CS-12100] JiveContainerPermHelper.getCanManageContainer(user, community) and JiveContainerPermHelper.getCanManageContainer(community) return different values when effective user is system admin
- [CS-12063] No error message when creating a document w/ approver that lacks permission to space
- [CS-12047] RPM permissions script fails on directories/files with spaces in name
- [CS-12026] Remember me filter doesn't update the last logged in time for user
- [CS-12025] document / bookmark / blog post print preview comment area border off slightly
- [CS-11701] "Guest modified..." after merging space needed to rename automatically a document
- [CS-11519] Importing mbox file with messages that exceed maximum attachments causes import fail
- [CS-11366] Gateway: Cannot create space, form error messages
- [CS-10182] Blogs reports are not showing results after jiveStat is rebuilt
- [CS-9259] There is a Private Message Draft folder, but you can't create a draft
- [CS-9238] links posted via feedblog that contain ? are getting filtered out
- [CS-9130] On browse blogs page, when the "A-Z" or "Newest" tabs are clicked, they are not highlighted to indicate they are selected
- [CS-8245] disconnect between admin theming console, and end user "customize your site" feature
- [CS-8168] Impersonation risk when creating comment as guest
- [CS-7983] DbPresenceManager may bring down a cluster node
- [CS-6891] Permissions: Grant Anyone and Deny Registered users still Grant Registered users
- [CS-6354] LDAP posix mode configuration not available in setup
- [CS-5563] AS 6.1.4 Hard Coded Passwords
- [CS-4369] Can apply single node license to multi-node cluster
- [CS-3929] Changing spaces on the "Macro and Filters" admin page, does not really cause the page to reload the right settings
- [CS-2302] view-blog-post action should be more forgiving is the blog post stub is cut off