Ignore:
Timestamp:
Aug 22, 2012 10:22:22 AM (12 years ago)
Author:
potar
Message:

Merged sitemap_date branch into trunk

Location:
quintagroup.plonegooglesitemaps/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.plonegooglesitemaps/trunk

    • Property svn:mergeinfo
      •  

        old new  
        33/quintagroup.plonegooglesitemaps/branches/migratioin_product:2826-2839 
        44/quintagroup.plonegooglesitemaps/branches/plone4:2549-2553 
         5/quintagroup.plonegooglesitemaps/branches/sitemap_date:3481-3509 
        56/quintagroup.plonegooglesitemaps/branches/test_refactoring:2527-2536 
  • quintagroup.plonegooglesitemaps/trunk/quintagroup/plonegooglesitemaps/browser/mobilesitemapview.py

    r3163 r3510  
    1313 
    1414    additional_maps = ( 
    15         ('modification_date', lambda x: DateTime(x.ModificationDate).HTML4()), 
     15        ('modification_date', 
     16         lambda x: x.sitemap_date or DateTime(x.ModificationDate).HTML4()), 
    1617    ) 
    1718 
     
    2223            review_state=self.context.getStates(), 
    2324            object_provides=MOBILE_INTERFACES, 
    24             ) 
     25            is_default_page=False, 
     26        ) 
Note: See TracChangeset for help on using the changeset viewer.