Author: batosai
Date: 2008-09-07 15:08:27 +0000 (Sun, 07 Sep 2008)
New Revision: 22535

Modified:
   trunk/plugins/WoT/src/plugins/WoT/IdentityParser.java
   trunk/plugins/WoT/src/plugins/WoT/WebInterface.java
Log:
Reactivated the old code, will get rid of it later.

Modified: trunk/plugins/WoT/src/plugins/WoT/IdentityParser.java
===================================================================
--- trunk/plugins/WoT/src/plugins/WoT/IdentityParser.java       2008-09-07 
15:04:10 UTC (rev 22534)
+++ trunk/plugins/WoT/src/plugins/WoT/IdentityParser.java       2008-09-07 
15:08:27 UTC (rev 22535)
@@ -94,11 +94,9 @@

                                                // TODO Don't create Identity 
object before we succesfully fetched it !

-                                               /*
-                                                * trustee = new 
Identity(attrs.getValue("uri"), new Date(0), "Not found yet...", "false");
-                                                * db.store(trustee);
-                                                * fetcher.fetch(trustee); 
-                                                */
+                                               trustee = new 
Identity(attrs.getValue("uri"), "Not found yet...", "false", "test");
+                                               db.store(trustee);
+                                               fetcher.fetch(trustee); 
                                        }

                                }       

Modified: trunk/plugins/WoT/src/plugins/WoT/WebInterface.java
===================================================================
--- trunk/plugins/WoT/src/plugins/WoT/WebInterface.java 2008-09-07 15:04:10 UTC 
(rev 22534)
+++ trunk/plugins/WoT/src/plugins/WoT/WebInterface.java 2008-09-07 15:08:27 UTC 
(rev 22535)
@@ -40,8 +40,8 @@

                pm = pr.getPageMaker();
                pm.addNavigationLink(SELF_URI, "Home", "Home page", false, 
null);
-               pm.addNavigationLink(SELF_URI + "?page=ownidentities", "Own 
Identities", "Manage your own identities", false, null);
-               pm.addNavigationLink(SELF_URI + "?page=knownidentities", "Known 
Identities", "Manage others identities", false, null);
+               pm.addNavigationLink(SELF_URI + "?ownidentities", "Own 
Identities", "Manage your own identities", false, null);
+               pm.addNavigationLink(SELF_URI + "?knownidentities", "Known 
Identities", "Manage others identities", false, null);
                pm.addNavigationLink("/plugins/", "Plugins page", "Back to 
Plugins page", false, null);
        }



Reply via email to