[Astrospaces-commits] SF.net SVN: astrospaces: [18] trunk
Brought to you by:
p3net
|
From: <p3...@us...> - 2007-07-28 17:26:16
|
Revision: 18
http://astrospaces.svn.sourceforge.net/astrospaces/?rev=18&view=rev
Author: p3net
Date: 2007-07-28 10:26:17 -0700 (Sat, 28 Jul 2007)
Log Message:
-----------
A bit of cleanup
Modified Paths:
--------------
trunk/blog.php
trunk/functions/db.php
trunk/functions/session.php
trunk/functions/template.php
trunk/gallery.php
trunk/globals.php
trunk/group.php
trunk/images.php
trunk/index.php
trunk/profile.php
trunk/viewspace.php
Added Paths:
-----------
trunk/install/install.php
Property Changed:
----------------
trunk/blog.php
trunk/config.php
trunk/functions/db.php
trunk/functions/session.php
trunk/functions/template.php
trunk/gallery.php
trunk/globals.php
trunk/group.php
trunk/images.php
trunk/index.php
trunk/profile.php
trunk/viewspace.php
Modified: trunk/blog.php
===================================================================
--- trunk/blog.php 2007-07-28 17:23:56 UTC (rev 17)
+++ trunk/blog.php 2007-07-28 17:26:17 UTC (rev 18)
@@ -16,6 +16,6 @@
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
- @id: $Id: blog.php 7 2007-07-27 20:05:38Z p3net.tech $
+ @id: $Id$
*********************************************************/
?>
\ No newline at end of file
Property changes on: trunk/blog.php
___________________________________________________________________
Name: svn:keywords
+ Id
Property changes on: trunk/config.php
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: trunk/functions/db.php
===================================================================
--- trunk/functions/db.php 2007-07-28 17:23:56 UTC (rev 17)
+++ trunk/functions/db.php 2007-07-28 17:26:17 UTC (rev 18)
@@ -16,7 +16,7 @@
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
- @id: $Id: db.php 7 2007-07-27 20:05:38Z p3net.tech $
+ @id: $Id$
*********************************************************/
$this =& new db;
class db
Property changes on: trunk/functions/db.php
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: trunk/functions/session.php
===================================================================
--- trunk/functions/session.php 2007-07-28 17:23:56 UTC (rev 17)
+++ trunk/functions/session.php 2007-07-28 17:26:17 UTC (rev 18)
@@ -16,7 +16,7 @@
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
- @id: $Id: session.php 8 2007-07-27 20:56:25Z p3net.tech $
+ @id: $Id$
*********************************************************/
/********************************************************
The name here is a bit of a misnomer. The session class
Property changes on: trunk/functions/session.php
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: trunk/functions/template.php
===================================================================
--- trunk/functions/template.php 2007-07-28 17:23:56 UTC (rev 17)
+++ trunk/functions/template.php 2007-07-28 17:26:17 UTC (rev 18)
@@ -16,7 +16,7 @@
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
- @id: $Id: template.php 7 2007-07-27 20:05:38Z p3net.tech $
+ @id: $Id$
*********************************************************/
$this =& new template;
class template
Property changes on: trunk/functions/template.php
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: trunk/gallery.php
===================================================================
--- trunk/gallery.php 2007-07-28 17:23:56 UTC (rev 17)
+++ trunk/gallery.php 2007-07-28 17:26:17 UTC (rev 18)
@@ -16,7 +16,7 @@
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
- @id: $Id: gallery.php 8 2007-07-27 20:56:25Z p3net.tech $
+ @id: $Id$
*********************************************************/
class gallery
{
Property changes on: trunk/gallery.php
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: trunk/globals.php
===================================================================
--- trunk/globals.php 2007-07-28 17:23:56 UTC (rev 17)
+++ trunk/globals.php 2007-07-28 17:26:17 UTC (rev 18)
@@ -16,7 +16,7 @@
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
- @id: $Id: globals.php 6 2007-07-27 19:03:49Z p3net.tech $
+ @id: $Id$
*********************************************************/
/* Include our larger functions */
require_once('./functions/db.php');
Property changes on: trunk/globals.php
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: trunk/group.php
===================================================================
--- trunk/group.php 2007-07-28 17:23:56 UTC (rev 17)
+++ trunk/group.php 2007-07-28 17:26:17 UTC (rev 18)
@@ -16,6 +16,6 @@
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
- @id: $Id: group.php 7 2007-07-27 20:05:38Z p3net.tech $
+ @id: $Id$
*********************************************************/
?>
\ No newline at end of file
Property changes on: trunk/group.php
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: trunk/images.php
===================================================================
--- trunk/images.php 2007-07-28 17:23:56 UTC (rev 17)
+++ trunk/images.php 2007-07-28 17:26:17 UTC (rev 18)
@@ -16,7 +16,7 @@
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
- @id: $Id: images.php 5 2007-07-26 23:43:48Z p3net.tech $
+ @id: $Id$
*********************************************************/
include('globals.php');
class image
Property changes on: trunk/images.php
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: trunk/index.php
===================================================================
--- trunk/index.php 2007-07-28 17:23:56 UTC (rev 17)
+++ trunk/index.php 2007-07-28 17:26:17 UTC (rev 18)
@@ -16,7 +16,7 @@
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
- @id: $Id: index.php 5 2007-07-26 23:43:48Z p3net.tech $
+ @id: $Id$
*********************************************************/
include('globals.php');
/* 5 most recent users should be enough. We can fill the rest with ads or something */
Property changes on: trunk/index.php
___________________________________________________________________
Name: svn:keywords
+ Id
Added: trunk/install/install.php
===================================================================
Property changes on: trunk/install/install.php
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: trunk/profile.php
===================================================================
--- trunk/profile.php 2007-07-28 17:23:56 UTC (rev 17)
+++ trunk/profile.php 2007-07-28 17:26:17 UTC (rev 18)
@@ -16,7 +16,7 @@
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
- @id: $Id: profile.php 8 2007-07-27 20:56:25Z p3net.tech $
+ @id: $Id$
*********************************************************/
include('globals');
class profile
Property changes on: trunk/profile.php
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: trunk/viewspace.php
===================================================================
--- trunk/viewspace.php 2007-07-28 17:23:56 UTC (rev 17)
+++ trunk/viewspace.php 2007-07-28 17:26:17 UTC (rev 18)
@@ -16,7 +16,7 @@
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
- @id: $Id: viewspace.php 7 2007-07-27 20:05:38Z p3net.tech $
+ @id: $Id$
*********************************************************/
/* Todo: If no id is set or id is yours, show you owner view instead
Alternatively, actual view will be shown if &view=real is appended*/
Property changes on: trunk/viewspace.php
___________________________________________________________________
Name: svn:keywords
+ Id
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|