Best of joomla gives you news, joomla templates, tutorials and websites about Joomla , FireBoard and FireMessage official page.
| No account yet?   |
Welcome, Guest
Please Login or Register.    Lost Password?
FireBoard Manual Latest release discussions Download FireBoard Spread FireBoard!
Re:Latest SVN - getting ready for 1.0.5 alpha (1 viewing) (1) Guest
Go to bottom Favoured: 6
TOPIC: Re:Latest SVN - getting ready for 1.0.5 alpha
#52619
Re:Latest SVN - getting ready for 1.0.5 alpha 4 Months, 4 Weeks ago  
Very nice , if we all contribute as much as we can i'm sure that we will have a stable fireboard soon.
google44 (User)
Junior Boarder
Posts: 43
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#52620
Re:Latest SVN - getting ready for 1.0.5 alpha 4 Months, 4 Weeks ago  
components/com_fireboard/template/default_ex/listcat.php
Lines: 123 & 213 (same patch 2 times used in file)
Code:

            $letPass = fb_has_read_permission($obj_fb_cat, $allow_forum, $aro_group->group_id, $acl);

replace with
Code:

$j15 = FBTools::isJoomla15();
if ($j15) {
$letPass = fb_has_read_permission($obj_fb_cat, $allow_forum, $aro_group->id, $acl);
} else {
$letPass = fb_has_read_permission($obj_fb_cat, $allow_forum, $aro_group->group_id, $acl);
}


Covered: J1.5 incompatibility
jerry (User)
Senior Boarder
Posts: 156
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#52621
Re:Latest SVN - getting ready for 1.0.5 alpha 4 Months, 4 Weeks ago  
Great to see people contributing back. I look forward to the 1.0.5 release
ravegearau (User)
Fresh Boarder
Posts: 18
graphgraph
User Offline Click here to see the profile of this user
ICQ#: 397649931 Gender: Male ravegearau Check out Ravegear.com.au! ravegear msn@ravegear.com.au ravegearau Location: Brisbane, Australia
Logged Logged
 
Check out www.ravegear.com.au :: Ravegear.com.au - Bringing Back The PLUR!
 
The administrator has disabled public write access.  
#52622
Re:Latest SVN - getting ready for 1.0.5 alpha 4 Months, 4 Weeks ago  
Other used patches changes behavior of the board, so i am not commiting them right now. List:
only superadmins are "gods" on board (before admins & superadmins)
session limit changed to 6 hours (with new indicator patch, it makes sense to not stop session if somebody goes for lunch)
full messages in rss
homemade antispam solution
datetime format in dd.mm.yyyy hh:mm
do not show logged with picture
registered users don't wait for message approve
who plugin don't count well known bots.
...

If you think some of them can be commited to the fireboard, ask for them.
jerry (User)
Senior Boarder
Posts: 156
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
Last Edit: 2008/06/27 13:04 By jerry.
 
The administrator has disabled public write access.  
#52623
Re:Latest SVN - getting ready for 1.0.5 alpha 4 Months, 4 Weeks ago  
ravegearau wrote:
Great to see people contributing back. I look forward to the 1.0.5 release
You can contribute too, just install the svn version in a test environement and report the bugs you found in this thread.
google44 (User)
Junior Boarder
Posts: 43
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#52629
Re:Latest SVN - getting ready for 1.0.5 alpha 4 Months, 4 Weeks ago  
You can contribute too, just install the svn version in a test environement and report the bugs you found in this thread.

Hey you know what, your exactly right! I assume the current active SVN is the one on joomlacode.org? I'll download the latest now and have a play around
ravegearau (User)
Fresh Boarder
Posts: 18
graphgraph
User Offline Click here to see the profile of this user
ICQ#: 397649931 Gender: Male ravegearau Check out Ravegear.com.au! ravegear msn@ravegear.com.au ravegearau Location: Brisbane, Australia
Logged Logged
 
Check out www.ravegear.com.au :: Ravegear.com.au - Bringing Back The PLUR!
 
The administrator has disabled public write access.  
#52634
Re:Latest SVN - getting ready for 1.0.5 alpha 4 Months, 4 Weeks ago  
Thx guys! Lots of good stuff here.

Just an update: Yes SVN 742 is right now the latest for you to test. It does not contain the latest fixes Jerry has provided but a LOT of other fixes went into it. I am also interested in the SEO href links. Are the defaults for follow and nofollow on various pages what they should be?
Basically made a categories, threads, pages within threads 'follow' and most other things - including user profiles 'nofollow'.
Had to do this since google started counting user profile pages too much and throwing them into the sitelinks of my site.

I will also supply an updated joomap plugin for fb as well as a latest posts module for your home page.

I am also interested to hear from folks that run sh404SEF. This latest version should behave very nicely with it. Have that combo running on my site: www.starVmax.com

Still working on the install/upgrade package. A few more days left to make it work 100% automated.
fxstein (Moderator)
FB Core Team
starVmax
Moderator
Posts: 1210
graphgraph
User Offline Click here to see the profile of this user
Gender: Male fxstein starVmax Location: Silicon Valley, USA
Logged Logged
 
 
The administrator has disabled public write access.  
#52639
Re:Latest SVN - getting ready for 1.0.5 alpha 4 Months, 4 Weeks ago  
I use sh404sef also and it does work fine. I guess joomap and latest posts plugins will be for joomla 1.0x only ? I'm running joomla 1.5 and it would be nice if those plugins will be available for this version of joomla also.
google44 (User)
Junior Boarder
Posts: 43
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#52758
Re:Latest SVN - getting ready for 1.0.5 alpha 4 Months, 3 Weeks ago  
A quick status update.

The latest SVN now contains a fully automated package builder for Apache Ant. It will allow us to pull build from the SVN with a few clicks.

Together with a new default development workbench based on Eclipse, this has been a big infrastructure investment.
While it does not change a line of code in FireBoard, it automates a very critical portion of the release process and by doing so will eliminate bugs caused by human error - which we all do more or less often...

Now, I am off to finalize the automatic install and upgrade. As I said earlier, the goal is to require no manual intervention for any installs AND upgrades. Just uninstall FB and re-install the new package. Everything else will be handled by the installer. That leaves a couple more days of work ahead of me for version 1.0.5 but I believe this will be well worth it and will help with every future release, including 2.0 for which we should be able to offer the same no hassle upgrade.
fxstein (Moderator)
FB Core Team
starVmax
Moderator
Posts: 1210
graphgraph
User Offline Click here to see the profile of this user
Gender: Male fxstein starVmax Location: Silicon Valley, USA
Logged Logged
 
 
The administrator has disabled public write access.  
#52818
Re:Latest SVN - getting ready for 1.0.5 alpha 4 Months, 3 Weeks ago  
Can somebody explain how to download the whole package of modified files from SVN or give a Fireboard SVN link for use with TortoiseSVN?
Thanks.
bescunpui (User)
Junior Boarder
Posts: 54
graphgraph
User Offline Click here to see the profile of this user
Novapress - Tu Contezi!
Logged Logged
 
The administrator has disabled public write access.  
Go to top