Author: rodchyn
Date: 2010-03-16 19:12:09 +0100 (Tue, 16 Mar 2010)
New Revision: 28569

Added:
   plugins/sfUserOnlinePlugin/package.xml
Modified:
   plugins/sfUserOnlinePlugin/package.xml.tmpl
Log:
add package.xml

Added: plugins/sfUserOnlinePlugin/package.xml
===================================================================
--- plugins/sfUserOnlinePlugin/package.xml                              (rev 0)
+++ plugins/sfUserOnlinePlugin/package.xml      2010-03-16 18:12:09 UTC (rev 
28569)
@@ -0,0 +1,79 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<package packagerversion="1.9.0" version="2.0" 
xmlns="http://pear.php.net/dtd/package-2.0"; 
xmlns:tasks="http://pear.php.net/dtd/tasks-1.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0 
http://pear.php.net/dtd/tasks-1.0.xsd http://pear.php.net/dtd/package-2.0 
http://pear.php.net/dtd/package-2.0.xsd";>
+ <name>sfUserOnlinePlugin</name>
+ <channel>plugins.symfony-project.org</channel>
+ <summary>User status plugin</summary>
+ <description>This plugin allow you to manage user status by changing user 
class in your factories.yml to sfUserOnline. This class extends sfUser class 
and you don&apos;t drop any user logic.</description>
+ <lead>
+  <name>Yura Rodchyn</name>
+  <user>rodchyn</user>
+  <email>[email protected]</email>
+  <active>yes</active>
+ </lead>
+ <date>2010-03-16</date>
+ <time>18:06:38</time>
+ <version>
+  <release>1.0.2</release>
+  <api>1.0.0</api>
+ </version>
+ <stability>
+  <release>stable</release>
+  <api>stable</api>
+ </stability>
+ <license uri="http://www.symfony-project.org/license";>MIT license</license>
+ <notes>
+-
+ </notes>
+ <contents>
+  <dir name="/">
+   <file md5sum="4d773b1cdaa041053290079b0e402650" 
name="config/sfUserOnlinePluginConfiguration.class.php" role="data" />
+   <file md5sum="d66e52924e588adf77167fc36506a997" 
name="lib/storage/onlineMemcacheStorage.class.php" role="data" />
+   <file md5sum="99742a782501bc0492e3a8a572736f50" 
name="lib/storage/onlineStorage.class.php" role="data" />
+   <file md5sum="3edb8e9e242baa2d851042007b17f103" 
name="lib/sfUserOnline.class.php" role="data" />
+   <file md5sum="103611cf8c16d159bfdd41f89b36016f" name="LICENSE" role="data" 
/>
+   <file md5sum="84916e98a3dd5f8268fb892f23978522" name="README" role="data" />
+   <file md5sum="b5d106eed3b2a9eac29dd2ab89400b01" 
name="sfUserOnlinePlugin-0.0.13.tgz" role="data" />
+   <file md5sum="6ab8a2cad3643c552f10710b4382e9ec" 
name="sfUserOnlinePlugin-0.0.14.tgz" role="data" />
+   <file md5sum="aeb4e0a1ad01643dffe0cf2ffa9ef17a" 
name="sfUserOnlinePlugin-1.0.0.tgz" role="data" />
+   <file md5sum="bf263a77c5867cfde090ccfd173247a4" 
name="sfUserOnlinePlugin-1.0.1.tgz" role="data" />
+  </dir>
+ </contents>
+ <dependencies>
+  <required>
+   <php>
+    <min>5.2.4</min>
+   </php>
+   <pearinstaller>
+    <min>1.4.1</min>
+   </pearinstaller>
+   <package>
+    <name>symfony</name>
+    <channel>pear.symfony-project.com</channel>
+    <min>1.3.0</min>
+    <max>1.4.0</max>
+    <exclude>1.2.0</exclude>
+    <exclude>1.1.0</exclude>
+    <exclude>1.0.0</exclude>
+   </package>
+  </required>
+ </dependencies>
+ <phprelease />
+ <changelog>
+  <release>
+   <version>
+    <release>1.0.2</release>
+    <api>1.0.2</api>
+   </version>
+   <stability>
+    <release>stable</release>
+    <api>stable</api>
+   </stability>
+   <license uri="http://www.symfony-project.org/license";>MIT license</license>
+   <license>MIT</license>
+   <date>2008-08-14</date>
+   <notes>
+* me: remove archives
+   </notes>
+  </release>
+ </changelog>
+</package>

Modified: plugins/sfUserOnlinePlugin/package.xml.tmpl
===================================================================
--- plugins/sfUserOnlinePlugin/package.xml.tmpl 2010-03-16 17:30:26 UTC (rev 
28568)
+++ plugins/sfUserOnlinePlugin/package.xml.tmpl 2010-03-16 18:12:09 UTC (rev 
28569)
@@ -47,8 +47,8 @@
   <changelog>
     <release>
       <version>
-        <release>1.0.1</release>
-        <api>1.0.1</api>
+        <release>1.0.2</release>
+        <api>1.0.2</api>
       </version>
       <stability>
        <release>stable</release>
@@ -58,8 +58,7 @@
       <date>2008-08-14</date>
       <license>MIT</license>
       <notes>
-        * me: add getStatusForUser($user_id) to retrieve user status
-        * me: add some description
+        * me: remove archives
       </notes>
     </release>
   </changelog>

-- 
You received this message because you are subscribed to the Google Groups 
"symfony SVN" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/symfony-svn?hl=en.

Reply via email to