-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi, the attached diff enable <rating /> tag in the XML output generated
by exchange API.
Useful to show what people think about a theme/module/application.

Ciao

Massimiliano
- -- 
Massimiliano Calamelli
http://mcalamelli.netsons.org
[EMAIL PROTECTED]
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (MingW32)

iD8DBQFI4d+RleGEL56NNP4RAmVrAKDbIX13c9fxWXtrOxAs01VoU60VlQCeKxvr
/tfcfbuRyVEDR0YpG51X8+g=
=ZpJ5
-----END PGP SIGNATURE-----
Index: Theme.class.php
===================================================================
--- Theme.class.php     (revisione 36314)
+++ Theme.class.php     (copia locale)
@@ -56,6 +56,7 @@
                        $output .= 
'<url>'.htmlspecialchars(Tools::get('url').'/theme/get/'.$this->getId()).'</url>';
                        $output .= 
'<thumbnail>'.htmlspecialchars(Tools::get('url').$this->getUrlPath().'smallthumb.png').'</thumbnail>';
                        $output .= 
'<screenshot>'.htmlspecialchars(Tools::get('url').$this->getUrlPath().'screenshot.png').'</screenshot>';
+                       $output .= '<rating>'.$this->getRating().'</rating>';
                        $output .= '<user_id>'.$this->getUserId().'</user_id>';
                        $output .= 
'<created_at>'.$this->getCreatedAt().'</created_at>';
                        $output .= 
'<updated_at>'.$this->getUpdatedAt().'</updated_at>';
Index: Application.class.php
===================================================================
--- Application.class.php       (revisione 36314)
+++ Application.class.php       (copia locale)
@@ -78,6 +78,7 @@
                        $output .= 
'<url>'.htmlspecialchars($this->getSourceUrl()).'</url>';
                        $output .= 
'<thumbnail>'.htmlspecialchars(Tools::get('url').$this->getUrlPath().'smallthumb.png').'</thumbnail>';
                        $output .= 
'<screenshot>'.htmlspecialchars(Tools::get('url').$this->getUrlPath().'screenshot.png').'</screenshot>';
+                       $output .= '<rating>'.$this->getRating().'</rating>';
                        $output .= '<user_id>'.$this->getUserId().'</user_id>';
                        $output .= 
'<created_at>'.$this->getCreatedAt().'</created_at>';
                        $output .= 
'<updated_at>'.$this->getUpdatedAt().'</updated_at>';
Index: Madule.class.php
===================================================================
--- Madule.class.php    (revisione 36314)
+++ Madule.class.php    (copia locale)
@@ -78,6 +78,7 @@
                        $output .= 
'<url>'.htmlspecialchars($this->getSourceUrl()).'</url>';
                        $output .= 
'<thumbnail>'.htmlspecialchars(Tools::get('url').$this->getUrlPath().'smallthumb.png').'</thumbnail>';
                        $output .= 
'<screenshot>'.htmlspecialchars(Tools::get('url').$this->getUrlPath().'screenshot.png').'</screenshot>';
+                       $output .= '<rating>'.$this->getRating().'</rating>';
                        $output .= 
'<application_id>'.$this->getApplicationId().'</application_id>';
                        $output .= '<user_id>'.$this->getUserId().'</user_id>';
                        $output .= 
'<created_at>'.$this->getCreatedAt().'</created_at>';
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to