Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
JUpdate not working in Master Branch of Github
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  9 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Javier Gómez  
View profile  
 More options Jul 26 2012, 11:22 pm
From: Javier Gómez <javier.gomez.co...@gmail.com>
Date: Thu, 26 Jul 2012 20:22:33 -0700 (PDT)
Local: Thurs, Jul 26 2012 11:22 pm
Subject: JUpdate not working in Master Branch of Github

Hi,

I know that you are adding many things to the Joomla Master branch at the
moment, so I totally understand that JUpdate doesn't work right now. But
just in case you haven't noticed: if you use:

$update = new JUpdate;
$update->loadFromXML('http://update.joomla.org/language/details/nl-NL_details.xml');
$package_url = $update->get('downloadurl', false)->_data;

The resulting $package_url doesn't have de download package url. This works
in joomla 2.5.6 but not in the current master branch.

I have been debuging a lot, and I guess that the problem comes from the new
added lines added to JUpdate in the method:

/libraries/joomla/updater/update.php
line 297 public function loadFromXML($url)

not sure, but maybe the problem comes from:  $http =
JHttpFactory::getHttp();


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Michael Babker  
View profile  
 More options Jul 26 2012, 11:25 pm
From: Michael Babker <mbab...@flbab.com>
Date: Thu, 26 Jul 2012 22:25:32 -0500
Local: Thurs, Jul 26 2012 11:25 pm
Subject: Re: [jcms] JUpdate not working in Master Branch of Github

I know we've fixed a few issues that crept into the update package on the
Platform repo, but I'm not 100% certain if they made it back into the CMS
yet.  Could you check there to see if this one may have been fixed already?

From:  Javier Gómez <javier.gomez.co...@gmail.com>
Reply-To:  <joomla-dev-cms@googlegroups.com>
Date:  Thursday, July 26, 2012 10:22 PM
To:  <joomla-dev-cms@googlegroups.com>
Subject:  [jcms] JUpdate not working in Master Branch of Github

Hi,

I know that you are adding many things to the Joomla Master branch at the
moment, so I totally understand that JUpdate doesn't work right now. But
just in case you haven't noticed: if you use:

$update = new JUpdate;
$update->loadFromXML('http://update.joomla.org/language/details/nl-NL_detail
s.xml');
$package_url = $update->get('downloadurl', false)->_data;

The resulting $package_url doesn't have de download package url. This works
in joomla 2.5.6 but not in the current master branch.

I have been debuging a lot, and I guess that the problem comes from the new
added lines added to JUpdate in the method:

/libraries/joomla/updater/update.php
line 297 public function loadFromXML($url)

not sure, but maybe the problem comes from: $http = JHttpFactory::getHttp();

--
You received this message because you are subscribed to the Google Groups
"Joomla! CMS Development" group.
To view this discussion on the web, visit
https://groups.google.com/d/msg/joomla-dev-cms/-/BKqgY5WnL4YJ.
 To post to this group, send an email to joomla-dev-cms@googlegroups.com.
To unsubscribe from this group, send email to
joomla-dev-cms+unsubscribe@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/joomla-dev-cms?hl=en-GB.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
javier gómez  
View profile  
 More options Jul 26 2012, 11:34 pm
From: javier gómez <javier.gomez.co...@gmail.com>
Date: Thu, 26 Jul 2012 21:34:25 -0600
Local: Thurs, Jul 26 2012 11:34 pm
Subject: Re: [jcms] JUpdate not working in Master Branch of Github

I'm not using the Platform but the CMS master branch. So that means that is
not solved ^_^

On 26 July 2012 21:25, Michael Babker <mbab...@flbab.com> wrote:

--
Javi

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
JM Simonet  
View profile  
 More options Jul 27 2012, 3:18 am
From: JM Simonet <infograf...@gmail.com>
Date: Fri, 27 Jul 2012 09:18:18 +0200
Local: Fri, Jul 27 2012 3:18 am
Subject: Re: [jcms] JUpdate not working in Master Branch of Github

I confirm the issue when using the update lang packs and updateservers.

Using master:
Install French pack 2.5.4.2
Extensions update righfully proposes the 2.5.6.1 pack to install
trying to install gives an error:
Invalid extension update

Using Rouven's php53 branch which is updated to last platform (afaik)
same issue

JM

--
>Please keep the Subject wording in your answers

This e-mail and any attachments may be
confidential. You must not disclose or use the
information contained in this e-mail if you are
not the
intended recipient. If you have received this
e-mail in error, please notify us immediately and
delete the e-mail and all copies.
-----------------------------------------------------------
Jean-Marie Simonet  /  infograf768
Joomla Production Working group
Joomla! Translation Coordination Team

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
JM Simonet  
View profile  
 More options Jul 28 2012, 4:05 am
From: JM Simonet <infograf...@gmail.com>
Date: Sat, 28 Jul 2012 10:05:36 +0200
Local: Sat, Jul 28 2012 4:05 am
Subject: Re: [jcms] JUpdate not working in Master Branch of Github

I have openend a tracker
http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemEd...

JM

--
>Please keep the Subject wording in your answers

This e-mail and any attachments may be
confidential. You must not disclose or use the
information contained in this e-mail if you are
not the
intended recipient. If you have received this
e-mail in error, please notify us immediately and
delete the e-mail and all copies.
-----------------------------------------------------------
Jean-Marie Simonet  /  infograf768
Joomla Production Working group
Joomla! Translation Coordination Team

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
elin  
View profile  
 More options Jul 28 2012, 12:32 pm
From: elin <elin.war...@gmail.com>
Date: Sat, 28 Jul 2012 09:32:40 -0700 (PDT)
Local: Sat, Jul 28 2012 12:32 pm
Subject: Re: [jcms] JUpdate not working in Master Branch of Github

https://github.com/joomla/joomla-platform/commit/1cc0e3f5fb491b791339...

Would you try undoing that change?

Elin


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Michael Babker  
View profile  
 More options Jul 28 2012, 12:34 pm
From: Michael Babker <mbab...@flbab.com>
Date: Sat, 28 Jul 2012 11:34:43 -0500
Local: Sat, Jul 28 2012 12:34 pm
Subject: Re: [jcms] JUpdate not working in Master Branch of Github

That change is needed.  Otherwise, you get a blank body/data element.

From:  elin <elin.war...@gmail.com>
Reply-To:  <joomla-dev-cms@googlegroups.com>
Date:  Saturday, July 28, 2012 11:32 AM
To:  <joomla-dev-cms@googlegroups.com>
Subject:  Re: [jcms] JUpdate not working in Master Branch of Github

https://github.com/joomla/joomla-platform/commit/1cc0e3f5fb491b791339...
174971d8d3196#libraries/joomla/updater/update.php

Would you try undoing that change?

Elin

--
You received this message because you are subscribed to the Google Groups
"Joomla! CMS Development" group.
To view this discussion on the web, visit
https://groups.google.com/d/msg/joomla-dev-cms/-/gz-vpq4BinoJ.
 To post to this group, send an email to joomla-dev-cms@googlegroups.com.
To unsubscribe from this group, send email to
joomla-dev-cms+unsubscribe@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/joomla-dev-cms?hl=en-GB.

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Michael Babker  
View profile  
 More options Jul 28 2012, 12:38 pm
From: Michael Babker <mbab...@flbab.com>
Date: Sat, 28 Jul 2012 11:38:43 -0500
Local: Sat, Jul 28 2012 12:38 pm
Subject: Re: [jcms] JUpdate not working in Master Branch of Github

CMS master isn't in sync with the Platform at the moment.  This change is in
the Platform but not the CMS.  Could you try with that change on the CMS
master (or Rouven's php53 branch, I think it has that change) and see what
happens?  I know there was one other instance of $response->data that had to
change to body as well.

From:  elin <elin.war...@gmail.com>
Reply-To:  <joomla-dev-cms@googlegroups.com>
Date:  Saturday, July 28, 2012 11:32 AM
To:  <joomla-dev-cms@googlegroups.com>
Subject:  Re: [jcms] JUpdate not working in Master Branch of Github

https://github.com/joomla/joomla-platform/commit/1cc0e3f5fb491b791339...
174971d8d3196#libraries/joomla/updater/update.php

Would you try undoing that change?

Elin

--
You received this message because you are subscribed to the Google Groups
"Joomla! CMS Development" group.
To view this discussion on the web, visit
https://groups.google.com/d/msg/joomla-dev-cms/-/gz-vpq4BinoJ.
 To post to this group, send an email to joomla-dev-cms@googlegroups.com.
To unsubscribe from this group, send email to
joomla-dev-cms+unsubscribe@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/joomla-dev-cms?hl=en-GB.

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
elin  
View profile  
 More options Jul 28 2012, 1:20 pm
From: elin <elin.war...@gmail.com>
Date: Sat, 28 Jul 2012 10:20:11 -0700 (PDT)
Local: Sat, Jul 28 2012 1:20 pm
Subject: Re: [jcms] JUpdate not working in Master Branch of Github

JM said he had tried it on the 53 branch and it was broken but absolutely
worth trying in the CMS.

Elin


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »