|
Title: 1.13.2 release Post by: Jonah on September 04, 2007, 10:26:10 am I would like to release r200 of the 1.13 branch as 1.13.2. Could I have some feedback on this? It contains a number of wanted bug fixes.
This would be a "production alpha" release and declared free of all bugs in functionality known to be complete. Title: Re: 1.13.2 release Post by: Ronny on September 16, 2007, 05:47:06 am Hi
As Bas writes in a post, svn 228 still contains bugs - I dont' think theres is any reason to release a new version before the component is stable. But maybe the focus should be placed on bughunting instead of new functionallity. Title: Re: 1.13.2 release Post by: Jonah on September 16, 2007, 05:08:52 pm Hi Ronny,
Bas is referring to the trunk nightly where active development takes place. In this post I'm referring to the 1.13 branch which essentially is 1.13.1 with a number of bug fixes. It doesn't contain the features we have been adding to trunk. Title: Re: 1.13.2 release Post by: Ronny on September 17, 2007, 08:46:34 am I understand - then it might be a good idea. It would also be great if you could make a little roadmap on the website so that it would be possible to see the developmentplans and when a new stable release with the new features is in sight.
Regards Title: Re: 1.13.2 release Post by: rknabe on September 17, 2007, 04:20:59 pm Upgraded my 1.13.1 to the r200 and had an error in administrator/components/com_rsgallery2/includes/img.utils.php on line 223, should be:
if( !$locale ){ instead of: if( !$local ){ Otherwise, it works good for my galleries using Tables template. Haven't tried uploading yet, though. Title: Re: 1.13.2 release Post by: Jonah on September 18, 2007, 09:45:10 am Great, thanks for testing rknabe.
You tried the file located here: http://rsgallery2.net/nightly/branches/ is that correct? The line your indicating is on 257 which is why I ask. Regardless, is that line causing a problem for you? It actually should be testing against local. The idea is that if the display image is being requested by the browser, increase the hit counter. Let me know, thanks! Title: Re: 1.13.2 release Post by: Daniel Tulp on September 22, 2007, 05:37:59 am apparently, the rsgallery2 title is not displayed correctly with the tables template: http://rsgallery2.net/component/option,com_smf/Itemid,17/topic,7113.0
|