[pLog-svn] r6971 - plog/tags/lifetype-1.2.10/class/net

Jon Daley plogworld at jon.limedaley.com
Wed Jan 27 19:58:42 EST 2010


Urgh, so much for a "quick" fix.  What URLs aren't working, and what are
your formats?

Maybe the error check on line 141 should simply be removed?  I figured it 
was a good thing to not return true if the URL hadn't been matched.

On Wed, 27 Jan 2010, Andy Wright wrote:

> Several concatenated custom URL's are non functioning..
>
> On Wed, 2010-01-27 at 18:53 -0500, jondaley at devel.lifetype.net wrote:
>> Author: jondaley
>> Date: 2010-01-27 18:53:52 -0500 (Wed, 27 Jan 2010)
>> New Revision: 6971
>>
>> Modified:
>>    plog/tags/lifetype-1.2.10/class/net/
>>    plog/tags/lifetype-1.2.10/class/net/linkformatmatcher.class.php
>> Log:
>> bug fix for root URL paging. (committing to a tag, you didn't really see this commit...)
>>
>>
>> Property changes on: plog/tags/lifetype-1.2.10/class/net
>> ___________________________________________________________________
>> Added: svn:mergeinfo
>>    + /plog/branches/lifetype-1.2/class/net:6970
>>
>> Modified: plog/tags/lifetype-1.2.10/class/net/linkformatmatcher.class.php
>> ===================================================================
>> --- plog/tags/lifetype-1.2.10/class/net/linkformatmatcher.class.php	2010-01-27 22:59:06 UTC (rev 6970)
>> +++ plog/tags/lifetype-1.2.10/class/net/linkformatmatcher.class.php	2010-01-27 23:53:52 UTC (rev 6971)
>> @@ -45,7 +45,7 @@
>>              foreach( $this->_formats as $key => $format ) {
>>                  $lp = new LinkParser( $format );
>>                  $params = $lp->parseLink( $this->_request );
>> -                if( $params ) {
>> +                if( $params !== false ) {
>>                      // return the key assigned to the format that matched
>>                      $this->_params = $params;
>>                      return $key;
>>
>> _______________________________________________
>> pLog-svn mailing list
>> pLog-svn at devel.lifetype.net
>> http://limedaley.com/mailman/listinfo/plog-svn
>
> _______________________________________________
> pLog-svn mailing list
> pLog-svn at devel.lifetype.net
> http://limedaley.com/mailman/listinfo/plog-svn
>

-- 
Jon Daley
http://jon.limedaley.com
~~
If Lincoln were alive today, he'd roll over in his grave.
-- President Gerald Ford


More information about the pLog-svn mailing list