Hey all,
Ok, we lied about 2.5 being the next release.
Due to the large demand for new features, we're pleased to announce Jive 2.2. A beta is now available in the downloads area. It includes new features such as:
Image attachments.
Role based administration.
Improved gateways.
Please report bugs or feedback in this thread. A final version of 2.2 will be out next week and the 2.5 release is now planned for mid-January.
Thanks!
-Matt
But what happened to 2.3 and 2.4? ![]()
BTW, we've enabled attachments in this forum for Jive Forums employees. I'm attaching a few things to this message as an example.
-Matt
Navigating the attachment UI is an amazingly frustrating experience. I've set permissions on a forum, allowed all content types, and still I'm not allowed to attach files.
The generic "authorization failure" page is simply not a suitable forward for an attachment failure, especially considering that the message is posted regardless.
Despite my whining, though, I think a proper round-trip with feedback on attachment failure (BEFORE message posting) would make this great ![]()
Hi,
Could you please tell us how to create forum administrator in 2.2.0 beta release? Is there UI available for doing the same?
Thanks
Viay
Great work on 2.2
Reports don't work for me. I've installed PJA and pass the test under configure reports, but running reports doesn't generate any files. (It does refresh while processing and eventually return to the "Run Reports" page.)
I've tried using the default directory and a custom directory, and have triple-checked permissions on each. I can't find any errors in the logs, just no report files ![]()
Reports don't work for me. I've installed PJA and
pass the test under configure reports, but running
reports doesn't generate any files. (It does refresh
while processing and eventually return to the "Run
Reports" page.)
Yes, reports do appear to be broken in the beta. This is a known issue that we're looking into.
Should existing license files work with the beta? My
license is working smoothly on my 2.1 production
install, but the same file was not recognized by the
beta. The included evaluation license works fine.
The 2.2.0 release is for Jive Forums Professional and Enterprise only (the next release of Basic will be during the 2.5 cycle of releases). Are you using a Basic license? If you have a Professional or Enterprise license and it isn't working, please email me the license file so that we can test it locallly and include the error message you're getting.
The generic "authorization failure" page is simply not
a suitable forward for an attachment failure,
especially considering that the message is posted
regardless.
>
Despite my whining, though, I think a proper round-
trip with feedback on attachment failure (BEFORE
message posting) would make this great
What is the specific error you're getting? Also, yes, the attachment process still needs improvements. Adding better error handling is one of the things we're working on.
Thanks for your feedback. Please keep it coming!
Regards,
Matt
Are the changes in CVS? I am trying to look at the new JiveServlet class and I don't see how it takes arguments. I am actually interested in how you did the whole quicktime Icon thingy. It's cool.
gjz22,
Unfortunately, the version of the JiveServlet class you're looking for is not available in public CVS as it includes features that are only in Professional. However, here's a code snippet that should help show how we did thumbnails:
PlanarImage image = JAI.create("fileload", attachmentDir +
File.separator + attachmentID + ".bin");
if (image == null) {
return null;
}
float wScale = (float)maxSize / (float)image.getWidth();
float hScale = (float)maxSize / (float)image.getHeight();
// If we want to preserve the aspect ratio, pick the smaller scale.
if (preserveRatio) {
float scale = Math.min(wScale, hScale);
// Don't make the image larger than it already is.
if (scale > 1.0) scale = 1.0F;
wScale = scale;
hScale = scale;
}
ParameterBlock pb = new ParameterBlock();
pb.addSource(image); // The source image
pb.add(wScale); // The xScale
pb.add(hScale); // The yScale
pb.add(0.0F); // The x translation
pb.add(0.0F); // The y translation
pb.add(new InterpolationBilinear()); // The interpolation
// Create the scaled image.
PlanarImage thumb = JAI.create("scale", pb, null);
// Write out the image as a PNG.
JAI.create("filestore", thumb, thumbnail.toString(), "PNG", null);
-Matt
Ah,
OK, so you are using JAI. Just wondering.
Thanks,
Gabe
The 2.2.0 release is for Jive Forums Professional and
Enterprise only (the next release of Basic will be
during the 2.5 cycle of releases). Are you using a
Basic license? If you have a Professional or
Enterprise license and it isn't working, please email
me the license file so that we can test it locallly
and include the error message you're getting.
Yeah, I'm on Basic... IIRC, it was the only license available. I'll set the wheels in motion for an upgrade.
What is the specific error you're getting? Also, yes,
the attachment process still needs improvements.
Adding better error handling is one of the things
we're working on.
I'm being forwarded to login.jsp which gives me a message about not being authorized. Logs don't offer any clues about why it thinks I wasn't authorized (I tried adding attachment permissions to the forum, enabling all content types, and restarting the app server) I'm afraid it's a bit difficult for me to test as I post this.
I'm going to sneak in a feature request, here: threaded vs. flat display as a user property.
> > What is the specific error you're getting? Also,
> yes,
> > the attachment process still needs improvements.
> > Adding better error handling is one of the things
> > we're working on.
>
> I'm being forwarded to login.jsp which gives me a
> message about not being authorized. Logs don't offer
> any clues about why it thinks I wasn't authorized (I
> tried adding attachment permissions to the forum,
> enabling all content types, and restarting the app
> server) I'm afraid it's a bit difficult for me to
> test as I post this.
Are you trying to use group permissions by any chance? Those were actually broken in the beta, but everything else should be working. In any case, we'll have a Release Candidate out within a few hours. Please test that release if you have a chance and let us know if you have any more problems.
> I'm going to sneak in a feature request, here:
> threaded vs. flat display as a user property.
We'll see if we can sneak that in to 2.2.1 or 2.5. ![]()
Thanks,
Matt
I'm going to sneak in a feature request, here:
threaded vs. flat display as a user property.
We'll see if we can sneak that in to 2.2.1 or 2.5.
Still needs to be snuck in ![]()
Should existing license files work with the beta? My license is working smoothly on my 2.1 production install, but the same file was not recognized by the beta. The included evaluation license works fine.
Hello,
The Forum Home url link in the footer file do appear to be broken. I'm getting the following error when clicking on the link:
404 Not Found
/jive/null was not found on this server.
Resin 2.0.2 (built Mon Aug 27 16:52:49 PDT 2001)
Is it a bug?
Jive combines the most powerful features of collaboration software, community software,
social networking software & social media monitoring into the leading SBS solution.
© Copyright 2000–2010 Jive Software. All rights reserved.
915 SW Stark St., Suite 400, Portland, OR 97205
Sales: 877-495-3700 | General: 503-295-3700
Privacy Policy | Sitemap | Jobs | Contact Us