svn:keywords
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 6 Jan 2009 13:53:37 +0000 (13:53 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 6 Jan 2009 13:53:37 +0000 (13:53 +0000)
33 files changed:
PLCWWW.spec
drupal.module/planetlab.info
drupal.module/planetlab.module
planetlab.conf
planetlab/about.php
planetlab/css/plc_style.css
planetlab/events/index.php
planetlab/login.php
planetlab/logout.php
planetlab/nodes/index.php
planetlab/nodes/newindex.php
planetlab/nodes/node_actions.php
planetlab/nodes/setting_action.php
planetlab/nodes/settings.php
planetlab/nodes/test.php
planetlab/persons/index.php
planetlab/persons/register.php
planetlab/persons/reset_password.php
planetlab/persons/test.php
planetlab/pub/feedback.php
planetlab/pub/sites.php
planetlab/pub/slices.php
planetlab/sites/delete_site.php
planetlab/sites/expire.php
planetlab/sites/index.php
planetlab/sites/join_request.php
planetlab/sites/register.php
planetlab/sites/site_form.php
planetlab/sites/test.php
planetlab/slices/index.php
planetlab/slices/slice_nodes.php
planetlab/slices/test.php
planetlab/sulogout.php

index 79fcce3..93544f4 100644 (file)
@@ -1,5 +1,5 @@
 #
-# $Id: PLCWWW.spec 1206 2008-03-03 15:49:07Z thierry $
+# $Id$
 #
 %define name PLCWWW
 %define version PLE.5.0
index 1626518..0bae2bf 100644 (file)
@@ -1,4 +1,4 @@
-; $Id: aggregator.info,v 1.3 2006/11/21 20:55:33 dries Exp $
+; $Id$
 name = "PlanetLab"
 description = "Provides a web UI to the PLC API"
 package = "PLEWWW"
index 73cd389..0a2adb8 100644 (file)
@@ -5,7 +5,7 @@
   // Mark Huang <mlhuang@cs.princeton.edu>
   // Copyright (C) 2006 The Trustees of Princeton University
   //
-  // $Id: planetlab.module 809 2007-09-03 09:47:40Z thierry $
+  // $Id$
   //
 
 require_once 'plc_config.php';
index 3885469..8536898 100644 (file)
@@ -89,4 +89,4 @@ DirectoryIndex index.php
 
 </Directory>
 
-# $Id: drupal.conf 144 2007-03-28 07:52:20Z thierry $
+# $Id$
index 8427c23..e558577 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-// $Id: about.php 1178 2008-02-08 15:00:18Z thierry $
+// $Id$
 //
 // Get session and API handles
 require_once 'plc_session.php';
index b8feebe..ad68fd8 100644 (file)
@@ -280,7 +280,7 @@ html>body #clearmenu{ /* non IE browsers
  * Mark Huang <mlhuang@cs.princeton.edu>
  * Copyright (C) 2006-2007 The Trustees of Princeton University
  *
- * $Id: plc_style.css 918 2007-10-10 14:56:16Z thierry $
+ * $Id$
  */
 
 /* Thierry : class used for showing foreign items */
index 0e2f245..1afe07a 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-// $Id: index.php 1166 2008-01-29 09:32:26Z amine $
+// $Id$
   //
 
 // Require login
index 1f52057..4302edd 100644 (file)
@@ -5,7 +5,7 @@
 // Mark Huang <mlhuang@cs.princeton.edu>
 // Copyright (C) 2006 The Trustees of Princeton University
 //
-// $Id: login.php 179 2007-04-03 15:46:19Z thierry $ $
+// $Id$ $
 //
 
 // Get session and API handles
index f40226c..b518ed1 100644 (file)
@@ -5,7 +5,7 @@
 // Mark Huang <mlhuang@cs.princeton.edu>
 // Copyright (C) 2006 The Trustees of Princeton University
 //
-// $Id: logout.php 144 2007-03-28 07:52:20Z thierry $ $
+// $Id$ $
 //
 
 // Get session and API handles
index 395ddce..9a7b830 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 
-// $Id: index.php 1175 2008-02-07 16:20:15Z thierry $
+// $Id$
 
 // Require login
 require_once 'plc_login.php';
index c885159..347e1e0 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 
-// $Id: index.php 1175 2008-02-07 16:20:15Z thierry $
+// $Id$
 
 // Require login
 require_once 'plc_login.php';
index 20a88de..651e560 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 
-  // $Id: node_actions.php 1184 2008-02-12 20:33:35Z thierry $
+  // $Id$
   // This file was created when we decided to make the node page consistent with the other pages
   // That is to say, we wanted the 'Update' and 'Delete' functions to appear in a drop-down
   // menu like for the other objects
index 1d1974b..498068d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 
-// $Id: setting_action.php 1159 2008-01-24 18:51:36Z thierry $
+// $Id$
 
 // Require login
 require_once 'plc_login.php';
index a535b19..6fc759b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 
-// $Id: settings.php 1161 2008-01-24 18:58:08Z thierry $
+// $Id$
 
 // Require login
 require_once 'plc_login.php';
index 8d6ca59..4bc7df9 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 
-// $Id: test.php 152 2007-03-28 13:26:00Z thierry $
+// $Id$
 
 // Get session and API handles
 require_once 'plc_session.php';
index 3798b25..e4260fc 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 
-// $Id: index.php 1166 2008-01-29 09:32:26Z amine $
+// $Id$
 
 // Require login
 require_once 'plc_login.php';
index 736e894..94a27d6 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-// $Id: register.php 193 2007-04-04 11:05:28Z thierry $
+// $Id$
 //
 // Account registration and verification form. This form can be called
 // in one of two ways:
@@ -24,7 +24,7 @@
 // Mark Huang <mlhuang@cs.princeton.edu>
 // Copyright (C) 2007 The Trustees of Princeton University
 //
-// $Id: register.php 193 2007-04-04 11:05:28Z thierry $ $
+// $Id$ $
 //
 
 // Get session and API handles
index 2083970..e8e8351 100644 (file)
@@ -5,7 +5,7 @@
 // Mark Huang <mlhuang@cs.princeton.edu>
 // Copyright (C) 2007 The Trustees of Princeton University
 //
-// $Id: reset_password.php 185 2007-04-04 09:33:43Z thierry $ $
+// $Id$ $
 //
 
 // Get session and API handles
index 61f70e2..7956093 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 
-// $Id: test.php 163 2007-03-29 07:18:59Z thierry $
+// $Id$
 
 // Get session and API handles
 require_once 'plc_session.php';
index 0223f22..e4572e5 100644 (file)
@@ -5,7 +5,7 @@
 // Mark Huang <mlhuang@cs.princeton.edu>
 // Copyright (C) 2006 The Trustees of Princeton University
 //
-// $Id: feedback.php 144 2007-03-28 07:52:20Z thierry $
+// $Id$
 //
 
 // Get API handle
index 7fe70c4..d157629 100644 (file)
@@ -5,7 +5,7 @@
 // Mark Huang <mlhuang@cs.princeton.edu>
 // Copyright (C) 2006 The Trustees of Princeton University
 //
-// $Id: sites.php 144 2007-03-28 07:52:20Z thierry $ $
+// $Id$ $
 //
 
 // Get API handle
index 92383d3..e0f1691 100644 (file)
@@ -5,7 +5,7 @@
 // Mark Huang <mlhuang@cs.princeton.edu>
 // Copyright (C) 2006 The Trustees of Princeton University
 //
-// $Id: slices.php 144 2007-03-28 07:52:20Z thierry $ $
+// $Id$ $
 //
 
 // Get API handle
index 22de21c..c5e8f5e 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-// $Id: delete_site.php 353 2007-05-14 09:36:49Z thierry $
+// $Id$
 //
 
 // Require login
index 287b0f7..6522909 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-// $Id: expire.php 353 2007-05-14 09:36:49Z thierry $
+// $Id$
 //
 
 // Require login
index c8f5514..83493f3 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-// $Id: index.php 1162 2008-01-24 19:13:12Z thierry $
+// $Id$
 //
 
 // Require login
index 5f7d025..cb70109 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-// $Id: join_request.php 776 2007-08-22 17:28:29Z thierry $
+// $Id$
 //
 // page for administration of pending site registration requests
 //
index 618e047..5e0f25a 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-// $Id: register.php 823 2007-09-07 10:13:27Z thierry $
+// $Id$
 //
 // Site registration and verification form. 
 //
index 7e06ed0..8a677d1 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-// $Id: site_form.php 823 2007-09-07 10:13:27Z thierry $
+// $Id$
 
 // Drupalish, but does not use Drupal itself to generate the form
 
index 4398f24..87bd436 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 
-// $Id: test.php 162 2007-03-29 07:18:49Z thierry $
+// $Id$
 
 // Get session and API handles
 require_once 'plc_session.php';
index d97e651..1b35d03 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 
-// $Id: index.php 970 2007-11-07 17:18:23Z amine $
+// $Id$
 // pattern-matching selection not implemented
 // due to GetSlices bug, see test.php for details
 // in addition that would not make much sense
index 916f95d..95566fe 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 
-// $Id: slice_nodes.php 955 2007-11-06 17:08:24Z amine $
+// $Id$
 // Thierry on 2007-02-20
 // There's no reason why we should see this page with a foreign slice, at least
 // so long as the UI is used in a natural way, given the UI's logic as of now
index bb9c115..7be5879 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 
-// $Id: test.php 152 2007-03-28 13:26:00Z thierry $
+// $Id$
 
   // *NOTE*
   // the optimization done for nodes was *not* merged here, because of the following bug
index 636c562..c580579 100644 (file)
@@ -5,7 +5,7 @@
 // Mark Huang <mlhuang@cs.princeton.edu>
 // Copyright (C) 2006 The Trustees of Princeton University
 //
-// $Id: sulogout.php 1154 2008-01-22 14:36:00Z thierry $ $
+// $Id$ $
 //
 
 // Get session and API handles