[pLog-svn] r3267 - plog/trunk/class/net

Jon Daley plogworld at jon.limedaley.com
Fri Apr 21 11:16:32 GMT 2006


I already did (for both)

On Fri, 21 Apr 2006, Oscar Renalias wrote:

> I think this is fine. I can't think of any other place where the blog
> id would be needed.
>
> Once again, can we backport this to 1.0.4? I might try to release it
> during this weekend.
>
> Oscar
>
> On 4/20/06, jondaley at devel.lifetype.net <jondaley at devel.lifetype.net> wrote:
>> Author: jondaley
>> Date: 2006-04-20 14:11:02 +0000 (Thu, 20 Apr 2006)
>> New Revision: 3267
>>
>> Modified:
>>    plog/trunk/class/net/rawrequestgenerator.class.php
>> Log:
>> always show blogId in RSS links.  Fixes: http://forums.lifetype.net/viewtopic.php?t=4444 where if you use subdomains, plain URLs and don't include the blogId, RSS feeds are broken.  Why didn't anyone see this before??  Oscar - can you take a look through the rawrequestgenerator, and see if there are any other getRequest() calls that should also always have the blogId, I am not sure
>>
>> Modified: plog/trunk/class/net/rawrequestgenerator.class.php
>> ===================================================================
>> --- plog/trunk/class/net/rawrequestgenerator.class.php  2006-04-20 09:31:14 UTC (rev 3266)
>> +++ plog/trunk/class/net/rawrequestgenerator.class.php  2006-04-20 14:11:02 UTC (rev 3267)
>> @@ -215,7 +215,7 @@
>>              if( $profile != "" )
>>                 $this->addParameter( "profile", $profile );
>>
>> -            $rssLink = $this->getRssUrl().$this->getRequest();
>> +            $rssLink = $this->getRssUrl().$this->getRequest(false);
>>
>>              return $rssLink;
>>          }
>>
>> _______________________________________________
>> pLog-svn mailing list
>> pLog-svn at devel.lifetype.net
>> http://devel.lifetype.net/mailman/listinfo/plog-svn
>>
> _______________________________________________
> pLog-svn mailing list
> pLog-svn at devel.lifetype.net
> http://devel.lifetype.net/mailman/listinfo/plog-svn
>

**************************************
Jon Daley
http://jon.limedaley.com/

8:30 classes aren't bad, especially in the morning.


More information about the pLog-svn mailing list