Discussion about: Upgrade to Joomla! 1.0.3 Security Release now!
- stingrey
- Joomla! Engineer
- Posts: 360
- Joined: Mon Aug 15, 2005 4:36 pm
- Location: Marikina, Metro Manila, Philippines
- Contact:
Discussion about: Upgrade to Joomla! 1.0.3 Security Release now!
Discussion area for the announcement that:
Upgrade to Joomla! 1.0.3 Security Release now!
http://www.joomla.org/content/view/338/52/
Upgrade to Joomla! 1.0.3 Security Release now!
http://www.joomla.org/content/view/338/52/
Joomla! Core Team Member
Software Coding and Design - Stability Team Leader
God grant me the Serenity to Accept the things I cannot change, the Courage to change the things I can and the Wisdom to know the Difference.
Software Coding and Design - Stability Team Leader
God grant me the Serenity to Accept the things I cannot change, the Courage to change the things I can and the Wisdom to know the Difference.
- guilliam
- Joomla! Enthusiast
- Posts: 159
- Joined: Thu Aug 18, 2005 10:27 am
- Location: Sunny City Cebu, Philippines!
- Contact:
Re: Discussion about: Upgrade to Joomla! 1.0.3 Security Release now!
wow!.. it was FAST! whew! thanks team!
"I was one of those who wondered why people would pay so much $$$$ to do something that was so much fun!" -R. Harkrider, Fortran Code Engr.
^If u read that in $GREEN, you clearly missed the HIGHLIGHTS!
http://www.joomlancers.com | http://www.joomlaconsultancy.net
^If u read that in $GREEN, you clearly missed the HIGHLIGHTS!
http://www.joomlancers.com | http://www.joomlaconsultancy.net
Re: Discussion about: Upgrade to Joomla! 1.0.3 Security Release now!
Hi I just upgraded It worked fine .
The main Full installer has a extension of "tgz" shouldnt it be tar.gz (I havent Downloaded it or tried unzipping it since I used the 1.0.2 1.0.3 patch)
I see that you have started giving ZIP version too thats good since the Newbies wouldnt know what to do with the tar ball file
The main Full installer has a extension of "tgz" shouldnt it be tar.gz (I havent Downloaded it or tried unzipping it since I used the 1.0.2 1.0.3 patch)
I see that you have started giving ZIP version too thats good since the Newbies wouldnt know what to do with the tar ball file
- shadoe
- Joomla! Apprentice
- Posts: 6
- Joined: Fri Aug 19, 2005 9:01 am
- Location: Stockholm, Sweden
- Contact:
Re: Discussion about: Upgrade to Joomla! 1.0.3 Security Release now!
I wish I could say that it worked. But as I've stated in another post in the "upgrade" forum...
includes/joomla.php version 1.0.2 and above gives me only a white page on frontend index...
when I replace joomla.php with version 1.0.1 it works..
something that has been done in 1.0.2 and above gives me headache...
Current config:
Fedora Core 3
PHP 4.3.11
MySQL 3.23.58
Please help... or tell me whats changed in joomla.php that gives me the ability to change it manually to see what is causing it.
Regards,
Mattias
includes/joomla.php version 1.0.2 and above gives me only a white page on frontend index...
when I replace joomla.php with version 1.0.1 it works..
something that has been done in 1.0.2 and above gives me headache...
Current config:
Fedora Core 3
PHP 4.3.11
MySQL 3.23.58
Please help... or tell me whats changed in joomla.php that gives me the ability to change it manually to see what is causing it.
Regards,
Mattias
Member of the Swedish Translation Team
- stingrey
- Joomla! Engineer
- Posts: 360
- Joined: Mon Aug 15, 2005 4:36 pm
- Location: Marikina, Metro Manila, Philippines
- Contact:
Re: Discussion about: Upgrade to Joomla! 1.0.3 Security Release now!
http://en.wikipedia.org/wiki/Tar.gzbluesaze wrote:The main Full installer has a extension of "tgz" shouldnt it be tar.gz (I havent Downloaded it or tried unzipping it since I used the 1.0.2 1.0.3 patch)
Same format slightly different extension name
Joomla! Core Team Member
Software Coding and Design - Stability Team Leader
God grant me the Serenity to Accept the things I cannot change, the Courage to change the things I can and the Wisdom to know the Difference.
Software Coding and Design - Stability Team Leader
God grant me the Serenity to Accept the things I cannot change, the Courage to change the things I can and the Wisdom to know the Difference.
Re: Discussion about: Upgrade to Joomla! 1.0.3 Security Release now!
I've just updated my Joomla 1.0.2-based Website using the 1.0.3 Patch ...
and found that I now have no frontpage items! Before the upgrade, I had a News item displayed on the frontpage, but now all I have is the message "There are no items to display".
Why? What does the 1.0.3 patch contain that would interfere with my frontpage? Has anyone any suggestions?
Best,
Iain.
and found that I now have no frontpage items! Before the upgrade, I had a News item displayed on the frontpage, but now all I have is the message "There are no items to display".
Why? What does the 1.0.3 patch contain that would interfere with my frontpage? Has anyone any suggestions?
Best,
Iain.
- shadoe
- Joomla! Apprentice
- Posts: 6
- Joined: Fri Aug 19, 2005 9:01 am
- Location: Stockholm, Sweden
- Contact:
Re: Discussion about: Upgrade to Joomla! 1.0.3 Security Release now!
ok... so through viewcvs I'm changing 1.0.1 manually to latest version och joomla.php
everything worked fine until I added this to it..
switch ( $group ) {
case 'content':
$query = "SELECT folder, element, published, params"
. "\n FROM #__mambots"
. "\n WHERE access <= $gid"
. "\n AND folder = '$group'"
. "\n ORDER BY ordering"
;
break;
default:
Then the frontpage turned blank..
I also added the part a bit further down to see if it was relying on it (which it should be)..
break;
}
Made no difference
Every other change according to the CVS "diff" works like a charm. When I add the above changes my frontpage goes blank...
everything worked fine until I added this to it..
switch ( $group ) {
case 'content':
$query = "SELECT folder, element, published, params"
. "\n FROM #__mambots"
. "\n WHERE access <= $gid"
. "\n AND folder = '$group'"
. "\n ORDER BY ordering"
;
break;
default:
Then the frontpage turned blank..
I also added the part a bit further down to see if it was relying on it (which it should be)..
break;
}
Made no difference
Every other change according to the CVS "diff" works like a charm. When I add the above changes my frontpage goes blank...
Last edited by shadoe on Fri Oct 14, 2005 1:02 pm, edited 1 time in total.
Member of the Swedish Translation Team
- cozimek
- Joomla! Enthusiast
- Posts: 137
- Joined: Thu Aug 18, 2005 1:27 pm
- Location: Washington, DC
- Contact:
Re: Discussion about: Upgrade to Joomla! 1.0.3 Security Release now!
Hi Rey, everyone else,
Let's say we have a good number of clients. Now, not all our clients, who are on Mambo 4.5.2.3 really want to upgrade to Joomla. They're just getting settled in with the admin interface, knowing where things are, etc. So, since I read that this security fix hits all 4.5.x versions of Mambo as well, I'm wondering if there's a way I can simply patch the security issues, rather than have to upgrade them to Joomla 1.0.3.
Now, don't get me wrong. I'm a huge Joomla supporter. It's just with our large number of clients, most don't want to upgrade the UI of their administrator, and additionally we don't want to have force them to have a new UI just to be secure.
Is there any way that we can know where the security hardening code is, that affects Mambo 4.5.2? When Joomla 1.1 or 1.2 comes out, we'll recommend upgrades to production servers, but for now, we're kinda in a holding pattern.
Any guidance would be appreciated.
Best,
Ryan
Let's say we have a good number of clients. Now, not all our clients, who are on Mambo 4.5.2.3 really want to upgrade to Joomla. They're just getting settled in with the admin interface, knowing where things are, etc. So, since I read that this security fix hits all 4.5.x versions of Mambo as well, I'm wondering if there's a way I can simply patch the security issues, rather than have to upgrade them to Joomla 1.0.3.
Now, don't get me wrong. I'm a huge Joomla supporter. It's just with our large number of clients, most don't want to upgrade the UI of their administrator, and additionally we don't want to have force them to have a new UI just to be secure.
Is there any way that we can know where the security hardening code is, that affects Mambo 4.5.2? When Joomla 1.1 or 1.2 comes out, we'll recommend upgrades to production servers, but for now, we're kinda in a holding pattern.
Any guidance would be appreciated.
Best,
Ryan
PICnet - "Empowering the missions of non-profits through technology"
www.picnet.net
www.picnet.net
- stingrey
- Joomla! Engineer
- Posts: 360
- Joined: Mon Aug 15, 2005 4:36 pm
- Location: Marikina, Metro Manila, Philippines
- Contact:
Re: Discussion about: Upgrade to Joomla! 1.0.3 Security Release now!
shadoe wrote:Every other change according to the CVS "diff" works like a charm. When I add the above changes my frontpage goes blank...
Try slowly unpublishing each of your mambots and seein gif that corrects anything - you may have to unsintall 3rd party mambots.
This code line loads mambots to parse your content.
Do you have any 3pd mambots installed?
Joomla! Core Team Member
Software Coding and Design - Stability Team Leader
God grant me the Serenity to Accept the things I cannot change, the Courage to change the things I can and the Wisdom to know the Difference.
Software Coding and Design - Stability Team Leader
God grant me the Serenity to Accept the things I cannot change, the Courage to change the things I can and the Wisdom to know the Difference.
- nathandiehl
- Joomla! Intern
- Posts: 70
- Joined: Fri Aug 19, 2005 3:03 pm
- Location: Indiana, USA
- Contact:
Re: Discussion about: Upgrade to Joomla! 1.0.3 Security Release now!
cozimek wrote:Hi Rey, everyone else,
Let's say we have a good number of clients. Now, not all our clients, who are on Mambo 4.5.2.3 really want to upgrade to Joomla. They're just getting settled in with the admin interface, knowing where things are, etc. So, since I read that this security fix hits all 4.5.x versions of Mambo as well, I'm wondering if there's a way I can simply patch the security issues, rather than have to upgrade them to Joomla 1.0.3.
Now, don't get me wrong. I'm a huge Joomla supporter. It's just with our large number of clients, most don't want to upgrade the UI of their administrator, and additionally we don't want to have force them to have a new UI just to be secure.
Is there any way that we can know where the security hardening code is, that affects Mambo 4.5.2? When Joomla 1.1 or 1.2 comes out, we'll recommend upgrades to production servers, but for now, we're kinda in a holding pattern.
Any guidance would be appreciated.
Best,
Ryan
I think the best solution is to tell them why this is a security fix, and let them make the choice. If they want to remain vulnerable, let them.
If you're new to Joomla, Please read Anna's Joomla! Tips: viewtopic.php?t=5503
http://nathandiehl.com | Find out what makes me tick
http://nathandiehl.com | Find out what makes me tick
- shadoe
- Joomla! Apprentice
- Posts: 6
- Joined: Fri Aug 19, 2005 9:01 am
- Location: Stockholm, Sweden
- Contact:
Re: Discussion about: Upgrade to Joomla! 1.0.3 Security Release now!
Bingo...
Some 3d-party mambot made a boo-boo...
Thanks Stingrey..
Some 3d-party mambot made a boo-boo...
Thanks Stingrey..
Member of the Swedish Translation Team
- cozimek
- Joomla! Enthusiast
- Posts: 137
- Joined: Thu Aug 18, 2005 1:27 pm
- Location: Washington, DC
- Contact:
Re: Discussion about: Upgrade to Joomla! 1.0.3 Security Release now!
nathandiehl wrote:I think the best solution is to tell them why this is a security fix, and let them make the choice. If they want to remain vulnerable, let them.
Wow, that's tough love.
Imagine if Microsoft, every time it put out a security patch (which seems to be weekly these days), changed pieces of the UI for Windows XP. The world's users would go crazy.
I think it would be nice just to let developers know where the security issues are, so that we can be empowered to have the choice as to whether it really requires a full upgrade to Joomla 1.0.3. That seems reasonable, doesn't it?
Maybe I missed it in the patch file, if so, just let me know.
-Ryan
PICnet - "Empowering the missions of non-profits through technology"
www.picnet.net
www.picnet.net
-
- Joomla! Apprentice
- Posts: 5
- Joined: Thu Aug 18, 2005 8:54 pm
Re: Discussion about: Upgrade to Joomla! 1.0.3 Security Release now!
nathandiehl wrote:cozimek wrote:Is there any way that we can know where the security hardening code is, that affects Mambo 4.5.2? When Joomla 1.1 or 1.2 comes out, we'll recommend upgrades to production servers, but for now, we're kinda in a holding pattern.
I think the best solution is to tell them why this is a security fix, and let them make the choice. If they want to remain vulnerable, let them.
Given that many important 3rd party add-ons such as mambelfish are not jet available for joomla I cannot support the idea of letting mambo 4.5.2.3 users stay standing in the rain. Allthough I can undestand that there is little motivation for the core team to continue support for something called mambo, many people supporting joomla are let down this way. Migration takes time, especially if you have many sites to support.
- FerretLife
- Joomla! Apprentice
- Posts: 5
- Joined: Thu Aug 25, 2005 8:35 pm
Re: Discussion about: Upgrade to Joomla! 1.0.3 Security Release now!
shadoe wrote:Bingo...
Some 3d-party mambot made a boo-boo...
Thanks Stingrey..
Hi shadoe,
Could you tell us which mambot caused the problem?
I had a similar problem with one of my sites when I went to 1.0.2. I freaked when my front page content disappeared, then I went into the admin side and saw that it had become unpublished. Weird.
- spacemonkey
- Joomla! Apprentice
- Posts: 37
- Joined: Fri Aug 12, 2005 7:50 pm
- Location: New York City
- Contact:
Re: Discussion about: Upgrade to Joomla! 1.0.3 Security Release now!
Peter Koch wrote:Given that many important 3rd party add-ons such as mambelfish are not jet available for joomla I cannot support the idea of letting mambo 4.5.2.3 users stay standing in the rain. Allthough I can undestand that there is little motivation for the core team to continue support for something called mambo, many people supporting joomla are let down this way. Migration takes time, especially if you have many sites to support.
But we cannot release patches for Mambo, this is the problem. There are risks (won't go into that in public) and also support issues. We can control Joomla!, and that is all that we can promise to support.
Again, we're doing what we can to ensure compatibility for as long as possible, but somewhere down the line that compatibility will end.
Bringing on that Spacemonkey goodness:
website -> www.spacemonkeylabs.com
blog -> blog.spacemonkeylabs.com
website -> www.spacemonkeylabs.com
blog -> blog.spacemonkeylabs.com
- nickpledge
- Joomla! Fledgling
- Posts: 4
- Joined: Fri Aug 19, 2005 5:07 pm
- Location: UK
- Contact:
Re: Discussion about: Upgrade to Joomla! 1.0.3 Security Release now!
It is good to see this out the door.
But its a shame the bug in admin panel where the images are all disorganized when viewed in firefox was not fixed for this release.
But its a shame the bug in admin panel where the images are all disorganized when viewed in firefox was not fixed for this release.
Forum Rules: http://forum.joomla.org/index.php/topic,65.0.html
"[Signatures] May NOT contain any images."
"[Signatures] May NOT contain any images."
Re: Discussion about: Upgrade to Joomla! 1.0.3 Security Release now!
I feel bad for all people who now have to both support Mambo and Joomla. IMHO Mambo security is in the end a problem of the new Mambo developer team. They can do a file diff or ask the Joomla dev team nicely for the security issues in question and implement them for Mambo 4.5.2.4.
Antonie de Wilde - Forum admin
Re: Discussion about: Upgrade to Joomla! 1.0.3 Security Release now!
I wrote:
I've been poking around the forums and noticed people had a similar problem for 1.0.2. Checked that my frontpage items' sections and categories were all published, and now everything is okay: I have a frontpage again!
best,
Iain.
I've just updated my Joomla 1.0.2-based Website using the 1.0.3 Patch ... and found that I now have no frontpage items! Before the upgrade, I had a News item displayed on the frontpage, but now all I have is the message "There are no items to display".
I've been poking around the forums and noticed people had a similar problem for 1.0.2. Checked that my frontpage items' sections and categories were all published, and now everything is okay: I have a frontpage again!
best,
Iain.
- nathandiehl
- Joomla! Intern
- Posts: 70
- Joined: Fri Aug 19, 2005 3:03 pm
- Location: Indiana, USA
- Contact:
Re: Discussion about: Upgrade to Joomla! 1.0.3 Security Release now!
cozimek wrote:
Imagine if Microsoft, every time it put out a security patch (which seems to be weekly these days), changed pieces of the UI for Windows XP. The world's users would go crazy.
Do you expect Unix developers to release security patches for Microsoft?
or perhaps the OpenOffice team to release security patches for Microsoft Office?
That is the equivilant of asking Joomla! developers to release security patches for Mambo. They are NOT the same CMS, and shouldn't be treated as that. Mambo needs to release their own security patches if they want to compete with Joomla!, not the Joomla! team working to support Joomla! and also the outdated Mambo!
If you're new to Joomla, Please read Anna's Joomla! Tips: viewtopic.php?t=5503
http://nathandiehl.com | Find out what makes me tick
http://nathandiehl.com | Find out what makes me tick
Re: Discussion about: Upgrade to Joomla! 1.0.3 Security Release now!
nickpledge wrote:It is good to see this out the door.
But its a shame the bug in admin panel where the images are all disorganized when viewed in firefox was not fixed for this release.
Nick if you have a solution on how to fix this please let me know. I have not been able to replicate this on any enviroment, but others say they have seen it too. I'm sure it's a css-rendering issue with the browser, but perhaps there's a fix/hack? I can't fix it if I can't replicate it.
rhuk
http://www.rockettheme.com - RocketTheme Template Club
http://www.rockettheme.com/aff - RocketTheme Affiliate Program
http://www.rockettheme.com - RocketTheme Template Club
http://www.rockettheme.com/aff - RocketTheme Affiliate Program
- nickpledge
- Joomla! Fledgling
- Posts: 4
- Joined: Fri Aug 19, 2005 5:07 pm
- Location: UK
- Contact:
Re: Discussion about: Upgrade to Joomla! 1.0.3 Security Release now!
really? it looks fine in firefox? Ok so the first login it looks fine, its once you surf around in the admin panel it starts going crackers.... I didnt mean to sound stuck up in my post.... i thought the team were working on it through...sorry.
I personally would have no idea on how to fix it... i will ask around then.
I personally would have no idea on how to fix it... i will ask around then.
Forum Rules: http://forum.joomla.org/index.php/topic,65.0.html
"[Signatures] May NOT contain any images."
"[Signatures] May NOT contain any images."
- cozimek
- Joomla! Enthusiast
- Posts: 137
- Joined: Thu Aug 18, 2005 1:27 pm
- Location: Washington, DC
- Contact:
Re: Discussion about: Upgrade to Joomla! 1.0.3 Security Release now!
nathandiehl wrote:Do you expect Unix developers to release security patches for Microsoft?
or perhaps the OpenOffice team to release security patches for Microsoft Office?
That is the equivilant of asking Joomla! developers to release security patches for Mambo. They are NOT the same CMS, and shouldn't be treated as that. Mambo needs to release their own security patches if they want to compete with Joomla!, not the Joomla! team working to support Joomla! and also the outdated Mambo!
Hi Nathandiel,
I think you may have missed my point. I definitely don't expect OpenOffice to release security patches for MS Office. What I'm alluding to is something more systemic than relevant to Mambo/Joomla. In the past, this same core dev team (love 'em all!) has bundled in UI changes in the administrator side with security patches. So, a minor x.x.x rev change includes new UI and rearrangement of items in the administrator. This happened before the whole Joomla change. All I'm asking is that when future security patches come out, that the actual code that is in security violation be posted alone, so that people can determine if they want to do an upgrade that includes all the fun UI changes in the administrator, or just the security issue itself.
Hope that made more sense.
Best,
Ryan
PICnet - "Empowering the missions of non-profits through technology"
www.picnet.net
www.picnet.net
- cozimek
- Joomla! Enthusiast
- Posts: 137
- Joined: Thu Aug 18, 2005 1:27 pm
- Location: Washington, DC
- Contact:
Re: Discussion about: Upgrade to Joomla! 1.0.3 Security Release now!
Tonie wrote:I feel bad for all people who now have to both support Mambo and Joomla. IMHO Mambo security is in the end a problem of the new Mambo developer team. They can do a file diff or ask the Joomla dev team nicely for the security issues in question and implement them for Mambo 4.5.2.4.
Tonie,
I completely agree with your point. Do you think you, or someone here in the community, could do a diff for the average users to say where the security changes are between 4.5.2.3 and this new release? i know the core dev team here isn't required to do that, but it would be nice for someone who knows how to do it effectively to post up this change so that people that haven't migrated to Joomla (some people get scared with 1.0 anything) can still know where to patch this security issue.
Best,
Ryan
PICnet - "Empowering the missions of non-profits through technology"
www.picnet.net
www.picnet.net
- stingrey
- Joomla! Engineer
- Posts: 360
- Joined: Mon Aug 15, 2005 4:36 pm
- Location: Marikina, Metro Manila, Philippines
- Contact:
Re: Discussion about: Upgrade to Joomla! 1.0.3 Security Release now!
cozimek wrote: In the past, this same core dev team (love 'em all!) has bundled in UI changes in the administrator side with security patches. So, a minor x.x.x rev change includes new UI and rearrangement of items in the administrator. This happened before the whole Joomla change.
Yes we were very guilty of this.
However, I can now assure you that this will no longer be happening.
Once the start of a Major version is released e.g. 1.1.0, all other Stability/Security Releases 1.1.1, 1.1.2, etc will contain only bug/security fixes and will contain NO new features or changes to UI.
We will release to the communiity in due course the exact objectives and goals of the specific Teams/Working Groups (and roles & responsibilities of Team members) that make up the Joomla! project. So people can better understand the structure and organization of the project.
We are somewhat wary of posting the exact nature of security vunerabilities and what action was taken to correct them.cozimek wrote:All I'm asking is that when future security patches come out, that the actual code that is in security violation be posted alone, so that people can determine if they want to do an upgrade that includes all the fun UI changes in the administrator, or just the security issue itself.
Joomla! Core Team Member
Software Coding and Design - Stability Team Leader
God grant me the Serenity to Accept the things I cannot change, the Courage to change the things I can and the Wisdom to know the Difference.
Software Coding and Design - Stability Team Leader
God grant me the Serenity to Accept the things I cannot change, the Courage to change the things I can and the Wisdom to know the Difference.
- stingrey
- Joomla! Engineer
- Posts: 360
- Joined: Mon Aug 15, 2005 4:36 pm
- Location: Marikina, Metro Manila, Philippines
- Contact:
Re: Discussion about: Upgrade to Joomla! 1.0.3 Security Release now!
cozimek wrote:Do you think you, or someone here in the community, could do a diff for the average users to say where the security changes are between 4.5.2.3 and this new release?
This is much harder done one might think, as all files were modified (to some extent or other) when we created 1.0.x, thus a pure diff would not necessarily work.
Joomla! Core Team Member
Software Coding and Design - Stability Team Leader
God grant me the Serenity to Accept the things I cannot change, the Courage to change the things I can and the Wisdom to know the Difference.
Software Coding and Design - Stability Team Leader
God grant me the Serenity to Accept the things I cannot change, the Courage to change the things I can and the Wisdom to know the Difference.
- cozimek
- Joomla! Enthusiast
- Posts: 137
- Joined: Thu Aug 18, 2005 1:27 pm
- Location: Washington, DC
- Contact:
Re: Discussion about: Upgrade to Joomla! 1.0.3 Security Release now!
stingrey wrote:cozimek wrote: In the past, this same core dev team (love 'em all!) has bundled in UI changes in the administrator side with security patches. So, a minor x.x.x rev change includes new UI and rearrangement of items in the administrator. This happened before the whole Joomla change.
Yes we were very guilty of this.
However, I can now assure you that this will no longer be happening.
Once the start of a Major version is released e.g. 1.1.0, all other Stability/Security Releases 1.1.1, 1.1.2, etc will contain only bug/security fixes and will contain NO new features or changes to UI.
Rey,
Great to hear man. Thank you for leading this cause, and I feel much more at ease knowing that this is something you're all looking after. You continue to instill confidence.
Best,
Ryan
PICnet - "Empowering the missions of non-profits through technology"
www.picnet.net
www.picnet.net
- aravot
- Joomla! Apprentice
- Posts: 47
- Joined: Thu Aug 18, 2005 1:16 am
- Location: Glendale, CA, USA
- Contact:
Re: Discussion about: Upgrade to Joomla! 1.0.3 Security Release now!
nickpledge wrote:really? it looks fine in firefox? Ok so the first login it looks fine, its once you surf around in the admin panel it starts going crackers.... I didnt mean to sound stuck up in my post.... i thought the team were working on it through...sorry.
I personally would have no idea on how to fix it... i will ask around then.
I too have this issue using Firefox 1.0.7 and IE
Do you want to see VirtueMart 1.1 stable?
Try nightly build http://forum.virtuemart.net/index.php?topic=31381.0
and give your feedback http://forum.virtuemart.net/http://phpbb.joomla.org//viewforum.php?f=1.0
Try nightly build http://forum.virtuemart.net/index.php?topic=31381.0
and give your feedback http://forum.virtuemart.net/http://phpbb.joomla.org//viewforum.php?f=1.0
- shadoe
- Joomla! Apprentice
- Posts: 6
- Joined: Fri Aug 19, 2005 9:01 am
- Location: Stockholm, Sweden
- Contact:
Re: Discussion about: Upgrade to Joomla! 1.0.3 Security Release now!
FerretLife wrote:Could you tell us which mambot caused the problem?
Not really, this is mainly due to the fact that I found a bunch of old 3d party mambots (which where no longer used) so I uninstalled ALL my 3d party mambots and reinstalled the ones I used..
But I uninstalled the following 3d party mambots:
* Glossary mambots
* AkoCommentbot (reinstalled)
* AsciiEncodeEmail
* MosBookmarks mambots
* HTMLArea3 XTD
* mosce (reinstalled)
* MosMailProtector
Regards,
Mattias
Member of the Swedish Translation Team
- stingrey
- Joomla! Engineer
- Posts: 360
- Joined: Mon Aug 15, 2005 4:36 pm
- Location: Marikina, Metro Manila, Philippines
- Contact:
Re: Discussion about: Upgrade to Joomla! 1.0.3 Security Release now!
cozimek wrote:Great to hear man. Thank you for leading this cause, and I feel much more at ease knowing that this is something you're all looking after. You continue to instill confidence.
This is one aspect of Community feedback that came through very loudly - the need to separate Patching/Stability work from Development work.
Also the need to release Bug fixes regularly, thereby increasing the stability of a code base as quickly as possible.
This was the primary reason for the creation of the Stability Team and now its supporting/subsidiary unit - Quality & Assuarance Testing Working Group.
What you have seen with the release of 1.0.0 [Major Release] and then the subsequent 1.0.1, 1.0.2 and now 1.0.3 Stability/Security [Point] Releases will become the norm for Joomla! - thereby giving clear separation between bug fixing and further development of the code base.
It was very clear that if Joomla! was to become a more professional project and more professional application that we had to institute more professional operations.
Hence the creation of separate Development and Stability Teams and the need to institute an industry accepted versioning system, the creation of a more formal QA Testing Unit and other attendent support Teams and infrastructure.
This will be slowly become more evident as more of the new organizational practices are finalized and implemented, and then introduced to the community - one of the other aspects from community feedback is increased operational transparency and the greater transparency of the Project processes.
Last edited by stingrey on Fri Oct 14, 2005 5:42 pm, edited 1 time in total.
Joomla! Core Team Member
Software Coding and Design - Stability Team Leader
God grant me the Serenity to Accept the things I cannot change, the Courage to change the things I can and the Wisdom to know the Difference.
Software Coding and Design - Stability Team Leader
God grant me the Serenity to Accept the things I cannot change, the Courage to change the things I can and the Wisdom to know the Difference.
Re: Discussion about: Upgrade to Joomla! 1.0.3 Security Release now!
Rey,
Great to hear man. Thank you for leading this cause, and I feel much more at ease knowing that this is something you're all looking after. You continue to instill confidence.
I agree. Look at Rey's contributions to the Changelog, too. Fantastic! We've got a bunch of phenoms leading Joomla, and Rey is a phenom among phenoms. Needless to say, I'm regularly impressed, and grateful.