|
From: <re...@us...> - 2008-08-22 16:34:37
|
Revision: 621
http://sciret.svn.sourceforge.net/sciret/?rev=621&view=rev
Author: reinerj
Date: 2008-08-22 16:34:32 +0000 (Fri, 22 Aug 2008)
Log Message:
-----------
Sciret have a new owner, Keyboard Monkeys
Modified Paths:
--------------
trunk/flowMap.php
trunk/index.php
trunk/models/ArticleGateway.php
trunk/models/ArticleIterator.php
trunk/models/Category.php
trunk/models/CategoryGateway.php
trunk/models/Comment.php
trunk/models/Configuration.php
trunk/models/Favorite.php
trunk/models/FavoriteGateway.php
trunk/models/File.php
trunk/models/History.php
trunk/models/HistoryGateway.php
trunk/models/Link.php
trunk/models/Question.php
trunk/models/QuestionGateway.php
trunk/models/QuestionIterator.php
trunk/models/Todo.php
trunk/models/TodoGateway.php
trunk/models/User.php
trunk/models/UserGateway.php
Modified: trunk/flowMap.php
===================================================================
--- trunk/flowMap.php 2008-08-22 16:28:34 UTC (rev 620)
+++ trunk/flowMap.php 2008-08-22 16:34:32 UTC (rev 621)
@@ -1,12 +1,12 @@
<?php
/*
-* @copyright Copyright (C) 2005-2007 TheGang http://www.the-gang.net
+* @copyright Copyright (C) 2005-2008 Keyboard Monkeys Ltd. http://www.kb-m.com
* @license http://www.fsf.org/copyleft/lgpl.html GNU Lesser General Public License
* @author Alejandro Pedraza
-* @since Sciret 1.0
+* @since Sciret 1.2
* @package Sciret
-* @packager TheGang
+* @packager Keyboard Monkeys
*/
define('VIEW_DEFAULT', 'MainView');
Modified: trunk/index.php
===================================================================
--- trunk/index.php 2008-08-22 16:28:34 UTC (rev 620)
+++ trunk/index.php 2008-08-22 16:34:32 UTC (rev 621)
@@ -1,12 +1,12 @@
<?php
/*
-* @copyright Copyright (C) 2005-2007 TheGang http://www.the-gang.net
+* @copyright Copyright (C) 2005-2008 Keyboard Monkeys Ltd. http://www.kb-m.com
* @license http://www.fsf.org/copyleft/lgpl.html GNU Lesser General Public License
* @author Alejandro Pedraza
-* @since Sciret 1.0
+* @since Sciret 1.2
* @package Sciret
-* @packager TheGang
+* @packager Keyboard Monkeys
*/
define('APP_DIR', dirname(__FILE__));
Modified: trunk/models/ArticleGateway.php
===================================================================
--- trunk/models/ArticleGateway.php 2008-08-22 16:28:34 UTC (rev 620)
+++ trunk/models/ArticleGateway.php 2008-08-22 16:34:32 UTC (rev 621)
@@ -1,12 +1,12 @@
<?php
/*
-* @copyright Copyright (C) 2005-2007 TheGang http://www.the-gang.net
+* @copyright Copyright (C) 2005-2008 Keyboard Monkeys Ltd. http://www.kb-m.com
* @license http://www.fsf.org/copyleft/lgpl.html GNU Lesser General Public License
* @author Alejandro Pedraza
-* @since Sciret 1.0.4
+* @since Sciret 1.2
* @package Sciret
-* @packager TheGang
+* @packager Keyboard Monkeys
*/
define('EXCERPT_LENGTH', 300);
Modified: trunk/models/ArticleIterator.php
===================================================================
--- trunk/models/ArticleIterator.php 2008-08-22 16:28:34 UTC (rev 620)
+++ trunk/models/ArticleIterator.php 2008-08-22 16:34:32 UTC (rev 621)
@@ -1,12 +1,12 @@
<?php
/*
-* @copyright Copyright (C) 2005-2007 TheGang http://www.the-gang.net
+* @copyright Copyright (C) 2005-2008 Keyboard Monkeys Ltd. http://www.kb-m.com
* @license http://www.fsf.org/copyleft/lgpl.html GNU Lesser General Public License
* @author Alejandro Pedraza
-* @since Sciret 1.0
+* @since Sciret 1.2
* @package Sciret
-* @packager TheGang
+* @packager Keyboard Monkeys
*/
class ArticleIterator {
Modified: trunk/models/Category.php
===================================================================
--- trunk/models/Category.php 2008-08-22 16:28:34 UTC (rev 620)
+++ trunk/models/Category.php 2008-08-22 16:34:32 UTC (rev 621)
@@ -1,12 +1,12 @@
<?php
/*
-* @copyright Copyright (C) 2005-2007 TheGang http://www.the-gang.net
+* @copyright Copyright (C) 2005-2008 Keyboard Monkeys Ltd. http://www.kb-m.com
* @license http://www.fsf.org/copyleft/lgpl.html GNU Lesser General Public License
* @author Alejandro Pedraza
-* @since Sciret 1.0
+* @since Sciret 1.2
* @package Sciret
-* @packager TheGang
+* @packager Keyboard Monkeys
*/
class Category {
Modified: trunk/models/CategoryGateway.php
===================================================================
--- trunk/models/CategoryGateway.php 2008-08-22 16:28:34 UTC (rev 620)
+++ trunk/models/CategoryGateway.php 2008-08-22 16:34:32 UTC (rev 621)
@@ -1,12 +1,12 @@
<?php
/*
-* @copyright Copyright (C) 2005-2007 TheGang http://www.the-gang.net
+* @copyright Copyright (C) 2005-2008 Keyboard Monkeys Ltd. http://www.kb-m.com
* @license http://www.fsf.org/copyleft/lgpl.html GNU Lesser General Public License
* @author Alejandro Pedraza
-* @since Sciret 1.0
+* @since Sciret 1.2
* @package Sciret
-* @packager TheGang
+* @packager Keyboard Monkeys
*/
class CategoryGateway {
Modified: trunk/models/Comment.php
===================================================================
--- trunk/models/Comment.php 2008-08-22 16:28:34 UTC (rev 620)
+++ trunk/models/Comment.php 2008-08-22 16:34:32 UTC (rev 621)
@@ -1,12 +1,12 @@
<?php
/*
-* @copyright Copyright (C) 2005-2007 TheGang http://www.the-gang.net
+* @copyright Copyright (C) 2005-2008 Keyboard Monkeys Ltd. http://www.kb-m.com
* @license http://www.fsf.org/copyleft/lgpl.html GNU Lesser General Public License
* @author Alejandro Pedraza
-* @since Sciret 1.0
+* @since Sciret 1.2
* @package Sciret
-* @packager TheGang
+* @packager Keyboard Monkeys
*/
class Comment {
Modified: trunk/models/Configuration.php
===================================================================
--- trunk/models/Configuration.php 2008-08-22 16:28:34 UTC (rev 620)
+++ trunk/models/Configuration.php 2008-08-22 16:34:32 UTC (rev 621)
@@ -1,12 +1,12 @@
<?php
/*
-* @copyright Copyright (C) 2005-2007 TheGang http://www.the-gang.net
+* @copyright Copyright (C) 2005-2008 Keyboard Monkeys Ltd. http://www.kb-m.com
* @license http://www.fsf.org/copyleft/lgpl.html GNU Lesser General Public License
* @author Alejandro Pedraza
-* @since Sciret 1.0
+* @since Sciret 1.2
* @package Sciret
-* @packager TheGang
+* @packager Keyboard Monkeys
*/
class Configuration {
Modified: trunk/models/Favorite.php
===================================================================
--- trunk/models/Favorite.php 2008-08-22 16:28:34 UTC (rev 620)
+++ trunk/models/Favorite.php 2008-08-22 16:34:32 UTC (rev 621)
@@ -1,12 +1,12 @@
<?php
/*
-* @copyright Copyright (C) 2005-2007 TheGang http://www.the-gang.net
+* @copyright Copyright (C) 2005-2008 Keyboard Monkeys Ltd. http://www.kb-m.com
* @license http://www.fsf.org/copyleft/lgpl.html GNU Lesser General Public License
* @author Alejandro Pedraza
-* @since Sciret 1.0
+* @since Sciret 1.2
* @package Sciret
-* @packager TheGang
+* @packager Keyboard Monkeys
*/
define('FAVORITE_TYPE_ARTICLE', 1);
Modified: trunk/models/FavoriteGateway.php
===================================================================
--- trunk/models/FavoriteGateway.php 2008-08-22 16:28:34 UTC (rev 620)
+++ trunk/models/FavoriteGateway.php 2008-08-22 16:34:32 UTC (rev 621)
@@ -1,12 +1,12 @@
<?php
/*
-* @copyright Copyright (C) 2005-2007 TheGang http://www.the-gang.net
+* @copyright Copyright (C) 2005-2008 Keyboard Monkeys Ltd. http://www.kb-m.com
* @license http://www.fsf.org/copyleft/lgpl.html GNU Lesser General Public License
* @author Alejandro Pedraza
-* @since Sciret 1.0
+* @since Sciret 1.2
* @package Sciret
-* @packager TheGang
+* @packager Keyboard Monkeys
*/
class FavoriteGateway {
Modified: trunk/models/File.php
===================================================================
--- trunk/models/File.php 2008-08-22 16:28:34 UTC (rev 620)
+++ trunk/models/File.php 2008-08-22 16:34:32 UTC (rev 621)
@@ -1,12 +1,12 @@
<?php
/*
-* @copyright Copyright (C) 2005-2007 TheGang http://www.the-gang.net
+* @copyright Copyright (C) 2005-2008 Keyboard Monkeys Ltd. http://www.kb-m.com
* @license http://www.fsf.org/copyleft/lgpl.html GNU Lesser General Public License
* @author Alejandro Pedraza
-* @since Sciret 1.0
+* @since Sciret 1.2
* @package Sciret
-* @packager TheGang
+* @packager Keyboard Monkeys
*/
class File {
Modified: trunk/models/History.php
===================================================================
--- trunk/models/History.php 2008-08-22 16:28:34 UTC (rev 620)
+++ trunk/models/History.php 2008-08-22 16:34:32 UTC (rev 621)
@@ -1,12 +1,12 @@
<?php
/*
-* @copyright Copyright (C) 2005-2007 TheGang http://www.the-gang.net
+* @copyright Copyright (C) 2005-2008 Keyboard Monkeys Ltd. http://www.kb-m.com
* @license http://www.fsf.org/copyleft/lgpl.html GNU Lesser General Public License
* @author Alejandro Pedraza
-* @since Sciret 1.0
+* @since Sciret 1.2
* @package Sciret
-* @packager TheGang
+* @packager Keyboard Monkeys
*/
class History {
Modified: trunk/models/HistoryGateway.php
===================================================================
--- trunk/models/HistoryGateway.php 2008-08-22 16:28:34 UTC (rev 620)
+++ trunk/models/HistoryGateway.php 2008-08-22 16:34:32 UTC (rev 621)
@@ -1,12 +1,12 @@
<?php
/*
-* @copyright Copyright (C) 2005-2007 TheGang http://www.the-gang.net
+* @copyright Copyright (C) 2005-2008 Keyboard Monkeys Ltd. http://www.kb-m.com
* @license http://www.fsf.org/copyleft/lgpl.html GNU Lesser General Public License
* @author Alejandro Pedraza
-* @since Sciret 1.0
+* @since Sciret 1.2
* @package Sciret
-* @packager TheGang
+* @packager Keyboard Monkeys
*/
class HistoryGateway {
Modified: trunk/models/Link.php
===================================================================
--- trunk/models/Link.php 2008-08-22 16:28:34 UTC (rev 620)
+++ trunk/models/Link.php 2008-08-22 16:34:32 UTC (rev 621)
@@ -1,12 +1,12 @@
<?php
/*
-* @copyright Copyright (C) 2005-2007 TheGang http://www.the-gang.net
+* @copyright Copyright (C) 2005-2008 Keyboard Monkeys Ltd. http://www.kb-m.com
* @license http://www.fsf.org/copyleft/lgpl.html GNU Lesser General Public License
* @author Alejandro Pedraza
-* @since Sciret 1.0
+* @since Sciret 1.2
* @package Sciret
-* @packager TheGang
+* @packager Keyboard Monkeys
*/
class Link {
Modified: trunk/models/Question.php
===================================================================
--- trunk/models/Question.php 2008-08-22 16:28:34 UTC (rev 620)
+++ trunk/models/Question.php 2008-08-22 16:34:32 UTC (rev 621)
@@ -1,12 +1,12 @@
<?php
/*
-* @copyright Copyright (C) 2005-2007 TheGang http://www.the-gang.net
+* @copyright Copyright (C) 2005-2008 Keyboard Monkeys Ltd. http://www.kb-m.com
* @license http://www.fsf.org/copyleft/lgpl.html GNU Lesser General Public License
* @author Alejandro Pedraza
-* @since Sciret 1.0
+* @since Sciret 1.2
* @package Sciret
-* @packager TheGang
+* @packager Keyboard Monkeys
*/
class Question {
Modified: trunk/models/QuestionGateway.php
===================================================================
--- trunk/models/QuestionGateway.php 2008-08-22 16:28:34 UTC (rev 620)
+++ trunk/models/QuestionGateway.php 2008-08-22 16:34:32 UTC (rev 621)
@@ -1,12 +1,12 @@
<?php
/*
-* @copyright Copyright (C) 2005-2007 TheGang http://www.the-gang.net
+* @copyright Copyright (C) 2005-2008 Keyboard Monkeys Ltd. http://www.kb-m.com
* @license http://www.fsf.org/copyleft/lgpl.html GNU Lesser General Public License
* @author Alejandro Pedraza
-* @since Sciret 1.0
+* @since Sciret 1.2
* @package Sciret
-* @packager TheGang
+* @packager Keyboard Monkeys
*/
class QuestionGateway {
Modified: trunk/models/QuestionIterator.php
===================================================================
--- trunk/models/QuestionIterator.php 2008-08-22 16:28:34 UTC (rev 620)
+++ trunk/models/QuestionIterator.php 2008-08-22 16:34:32 UTC (rev 621)
@@ -1,12 +1,12 @@
<?php
/*
-* @copyright Copyright (C) 2005-2007 TheGang http://www.the-gang.net
+* @copyright Copyright (C) 2005-2008 Keyboard Monkeys Ltd. http://www.kb-m.com
* @license http://www.fsf.org/copyleft/lgpl.html GNU Lesser General Public License
* @author Alejandro Pedraza
-* @since Sciret 1.0
+* @since Sciret 1.2
* @package Sciret
-* @packager TheGang
+* @packager Keyboard Monkeys
*/
class QuestionIterator {
Modified: trunk/models/Todo.php
===================================================================
--- trunk/models/Todo.php 2008-08-22 16:28:34 UTC (rev 620)
+++ trunk/models/Todo.php 2008-08-22 16:34:32 UTC (rev 621)
@@ -1,12 +1,12 @@
<?php
/*
-* @copyright Copyright (C) 2005-2007 TheGang http://www.the-gang.net
+* @copyright Copyright (C) 2005-2008 Keyboard Monkeys Ltd. http://www.kb-m.com
* @license http://www.fsf.org/copyleft/lgpl.html GNU Lesser General Public License
* @author Alejandro Pedraza
-* @since Sciret 1.1
+* @since Sciret 1.2
* @package Sciret
-* @packager TheGang
+* @packager Keyboard Monkeys
*/
define('TODO_STATUS_PENDING', 0);
Modified: trunk/models/TodoGateway.php
===================================================================
--- trunk/models/TodoGateway.php 2008-08-22 16:28:34 UTC (rev 620)
+++ trunk/models/TodoGateway.php 2008-08-22 16:34:32 UTC (rev 621)
@@ -1,12 +1,12 @@
<?php
/*
-* @copyright Copyright (C) 2005-2007 TheGang http://www.the-gang.net
+* @copyright Copyright (C) 2005-2008 Keyboard Monkeys Ltd. http://www.kb-m.com
* @license http://www.fsf.org/copyleft/lgpl.html GNU Lesser General Public License
* @author Alejandro Pedraza
-* @since Sciret 1.1
+* @since Sciret 1.2
* @package Sciret
-* @packager TheGang
+* @packager Keyboard Monkeys
*/
require_once 'models/Todo.php';
Modified: trunk/models/User.php
===================================================================
--- trunk/models/User.php 2008-08-22 16:28:34 UTC (rev 620)
+++ trunk/models/User.php 2008-08-22 16:34:32 UTC (rev 621)
@@ -1,12 +1,12 @@
<?php
/*
-* @copyright Copyright (C) 2005-2007 TheGang http://www.the-gang.net
+* @copyright Copyright (C) 2005-2008 Keyboard Monkeys Ltd. http://www.kb-m.com
* @license http://www.fsf.org/copyleft/lgpl.html GNU Lesser General Public License
* @author Alejandro Pedraza
-* @since Sciret 1.0.4
+* @since Sciret 1.2
* @package Sciret
-* @packager TheGang
+* @packager Keyboard Monkeys
*/
class User {
Modified: trunk/models/UserGateway.php
===================================================================
--- trunk/models/UserGateway.php 2008-08-22 16:28:34 UTC (rev 620)
+++ trunk/models/UserGateway.php 2008-08-22 16:34:32 UTC (rev 621)
@@ -1,12 +1,12 @@
<?php
/*
-* @copyright Copyright (C) 2005-2007 TheGang http://www.the-gang.net
+* @copyright Copyright (C) 2005-2008 Keyboard Monkeys Ltd. http://www.kb-m.com
* @license http://www.fsf.org/copyleft/lgpl.html GNU Lesser General Public License
* @author Alejandro Pedraza
-* @since Sciret 1.0
+* @since Sciret 1.2
* @package Sciret
-* @packager TheGang
+* @packager Keyboard Monkeys
*/
require_once 'models/User.php';
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|