[geeklog-cvs] Geeklog-1.x/system/classes/syndication atom.feed.class.php, 1.11, 1.11.2.1 parserfactory.class.php, 1.8, 1.8.2.1

Dirk Haun dhaun at qs1489.pair.com
Sun Jun 17 03:31:48 EDT 2007


Update of /cvsroot/geeklog/Geeklog-1.x/system/classes/syndication
In directory qs1489.pair.com:/tmp/cvs-serv62849/system/classes/syndication

Modified Files:
      Tag: geeklog_1_4_1_1
	atom.feed.class.php parserfactory.class.php 
Log Message:
Ported Atom fixes over from the trunk


Index: parserfactory.class.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/system/classes/syndication/parserfactory.class.php,v
retrieving revision 1.8
retrieving revision 1.8.2.1
diff -C2 -d -r1.8 -r1.8.2.1
*** parserfactory.class.php	3 Aug 2006 20:35:53 -0000	1.8
--- parserfactory.class.php	17 Jun 2007 07:31:46 -0000	1.8.2.1
***************
*** 239,243 ****
              $this->readerName = 'Atom10';
            }
-           $this->readerName = 'Atom03';
          } elseif ( $name == 'RSS' ) {
            if( array_key_exists('VERSION', $attributes) )
--- 239,242 ----

Index: atom.feed.class.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/system/classes/syndication/atom.feed.class.php,v
retrieving revision 1.11
retrieving revision 1.11.2.1
diff -C2 -d -r1.11 -r1.11.2.1
*** atom.feed.class.php	18 May 2006 20:27:31 -0000	1.11
--- atom.feed.class.php	17 Jun 2007 07:31:46 -0000	1.11.2.1
***************
*** 225,231 ****
            $this->_currentItem['date'] = $data;
          } else if( $this->_currentTag == 'ISSUED' ) {
!           if( empty( $this->currentItem['date'] ) )
            {
!             $this->currentITem['date'] = $data;
            }
          }
--- 225,231 ----
            $this->_currentItem['date'] = $data;
          } else if( $this->_currentTag == 'ISSUED' ) {
!           if( empty( $this->_currentItem['date'] ) )
            {
!             $this->_currentItem['date'] = $data;
            }
          }
***************
*** 445,451 ****
            $this->_currentItem['date'] = $data;
          } else if( $this->_currentTag == 'PUBLISHED' ) {
!           if( empty( $this->currentItem['date'] ) )
            {
!             $this->currentITem['date'] = $data;
            }
          }
--- 445,451 ----
            $this->_currentItem['date'] = $data;
          } else if( $this->_currentTag == 'PUBLISHED' ) {
!           if( empty( $this->_currentItem['date'] ) )
            {
!             $this->_currentItem['date'] = $data;
            }
          }
***************
*** 459,461 ****
        }
      }
!   }
\ No newline at end of file
--- 459,461 ----
        }
      }
!   }




More information about the geeklog-cvs mailing list