Skip to content
This repository has been archived by the owner on Apr 5, 2019. It is now read-only.

Commit

Permalink
Merge pull request #134 from JonTheNiceGuy/Issue122
Browse files Browse the repository at this point in the history
Closes issue #122: "Search & Replace http://github.com/JonTheNiceGuy/cfm2 to http://CampFireManager/cfm2"
  • Loading branch information
JonTheNiceGuy committed Aug 25, 2012
2 parents 25db929 + 64ccbdc commit bbfd727
Show file tree
Hide file tree
Showing 60 changed files with 126 additions and 126 deletions.
2 changes: 1 addition & 1 deletion SETUP/initialize.php
Expand Up @@ -10,7 +10,7 @@
* @package CampFireManager2
* @author Jon Spriggs <jon@sprig.gs>
* @license http://www.gnu.org/licenses/agpl.html AGPLv3
* @link https://github.com/JonTheNiceGuy/cfm2 Version Control Service
* @link https://github.com/CampFireManager/cfm2 Version Control Service
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion SETUP/initialize_with_demo_data.php
Expand Up @@ -10,7 +10,7 @@
* @package CampFireManager2
* @author Jon Spriggs <jon@sprig.gs>
* @license http://www.gnu.org/licenses/agpl.html AGPLv3
* @link https://github.com/JonTheNiceGuy/cfm2 Version Control Service
* @link https://github.com/CampFireManager/cfm2 Version Control Service
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion Tests/classes/Container/ConfigTest.php
Expand Up @@ -90,7 +90,7 @@ public function testGetUnconfiguredValue()
* @package CampFireManager2
* @author Jon Spriggs <jon@sprig.gs>
* @license http://www.gnu.org/licenses/agpl.html AGPLv3
* @link https://github.com/JonTheNiceGuy/cfm2 Version Control Service
* @link https://github.com/CampFireManager/cfm2 Version Control Service
*/
class Container_Config_Testable extends Container_Config
{
Expand Down
2 changes: 1 addition & 1 deletion Tests/missing_function_finder.php
Expand Up @@ -10,7 +10,7 @@
* @package CampFireManager2
* @author Jon Spriggs <jon@sprig.gs>
* @license http://www.gnu.org/licenses/agpl.html AGPLv3
* @link https://github.com/JonTheNiceGuy/cfm2 Version Control Service
* @link https://github.com/CampFireManager/cfm2 Version Control Service
*/
if ( ! isset($argv[1]) or $argv[1] == '') {
showHelp("No directory specified.");
Expand Down
4 changes: 2 additions & 2 deletions classes/Abstract/GenericCollection.php
Expand Up @@ -10,7 +10,7 @@
* @package CampFireManager2
* @author Jon Spriggs <jon@sprig.gs>
* @license http://www.gnu.org/licenses/agpl.html AGPLv3
* @link https://github.com/JonTheNiceGuy/cfm2 Version Control Service
* @link https://github.com/CampFireManager/cfm2 Version Control Service
*/
/**
* This class provides all the collection specific functions used throughout the
Expand All @@ -20,7 +20,7 @@
* @package CampFireManager2
* @author Jon Spriggs <jon@sprig.gs>
* @license http://www.gnu.org/licenses/agpl.html AGPLv3
* @link https://github.com/JonTheNiceGuy/cfm2 Version Control Service
* @link https://github.com/CampFireManager/cfm2 Version Control Service
*/

abstract class Abstract_GenericCollection implements Interface_Object
Expand Down
4 changes: 2 additions & 2 deletions classes/Abstract/GenericObject.php
Expand Up @@ -10,7 +10,7 @@
* @package CampFireManager2
* @author Jon Spriggs <jon@sprig.gs>
* @license http://www.gnu.org/licenses/agpl.html AGPLv3
* @link https://github.com/JonTheNiceGuy/cfm2 Version Control Service
* @link https://github.com/CampFireManager/cfm2 Version Control Service
*/
/**
* This class provides all the object specific functions used throughout the site.
Expand All @@ -20,7 +20,7 @@
* @package CampFireManager2
* @author Jon Spriggs <jon@sprig.gs>
* @license http://www.gnu.org/licenses/agpl.html AGPLv3
* @link https://github.com/JonTheNiceGuy/cfm2 Version Control Service
* @link https://github.com/CampFireManager/cfm2 Version Control Service
*/

abstract class Abstract_GenericObject implements Interface_Object
Expand Down
4 changes: 2 additions & 2 deletions classes/Base/Cache.php
Expand Up @@ -10,7 +10,7 @@
* @package CampFireManager2
* @author Jon Spriggs <jon@sprig.gs>
* @license http://www.gnu.org/licenses/agpl.html AGPLv3
* @link https://github.com/JonTheNiceGuy/cfm2 Version Control Service
* @link https://github.com/CampFireManager/cfm2 Version Control Service
*/
/**
* This class caches all the responses from the database searches.
Expand All @@ -19,7 +19,7 @@
* @package CampFireManager2
* @author Jon Spriggs <jon@sprig.gs>
* @license http://www.gnu.org/licenses/agpl.html AGPLv3
* @link https://github.com/JonTheNiceGuy/cfm2 Version Control Service
* @link https://github.com/CampFireManager/cfm2 Version Control Service
*/

class Base_Cache
Expand Down
4 changes: 2 additions & 2 deletions classes/Base/Database.php
Expand Up @@ -10,7 +10,7 @@
* @package CampFireManager2
* @author Jon Spriggs <jon@sprig.gs>
* @license http://www.gnu.org/licenses/agpl.html AGPLv3
* @link https://github.com/JonTheNiceGuy/cfm2 Version Control Service
* @link https://github.com/CampFireManager/cfm2 Version Control Service
*/
/**
* This class does all the basic database stuff - connecting to the database,
Expand All @@ -21,7 +21,7 @@
* @package CampFireManager2
* @author Jon Spriggs <jon@sprig.gs>
* @license http://www.gnu.org/licenses/agpl.html AGPLv3
* @link https://github.com/JonTheNiceGuy/cfm2 Version Control Service
* @link https://github.com/CampFireManager/cfm2 Version Control Service
*/

class Base_Database
Expand Down
4 changes: 2 additions & 2 deletions classes/Base/ExternalLibraryLoader.php
Expand Up @@ -10,7 +10,7 @@
* @package CampFireManager2
* @author Jon Spriggs <jon@sprig.gs>
* @license http://www.gnu.org/licenses/agpl.html AGPLv3
* @link https://github.com/JonTheNiceGuy/cfm2 Version Control Service
* @link https://github.com/CampFireManager/cfm2 Version Control Service
*/
/**
* This singleton class handles all the loading of external libraries.
Expand All @@ -19,7 +19,7 @@
* @package CampFireManager2
* @author Jon Spriggs <jon@sprig.gs>
* @license http://www.gnu.org/licenses/agpl.html AGPLv3
* @link https://github.com/JonTheNiceGuy/cfm2 Version Control Service
* @link https://github.com/CampFireManager/cfm2 Version Control Service
*/

class Base_ExternalLibraryLoader
Expand Down
4 changes: 2 additions & 2 deletions classes/Base/GeneralFunctions.php
Expand Up @@ -10,7 +10,7 @@
* @package CampFireManager2
* @author Jon Spriggs <jon@sprig.gs>
* @license http://www.gnu.org/licenses/agpl.html AGPLv3
* @link https://github.com/JonTheNiceGuy/cfm2 Version Control Service
* @link https://github.com/CampFireManager/cfm2 Version Control Service
*/
/**
* This class provides all the functions which are needed by code in the site
Expand All @@ -20,7 +20,7 @@
* @package CampFireManager2
* @author Jon Spriggs <jon@sprig.gs>
* @license http://www.gnu.org/licenses/agpl.html AGPLv3
* @link https://github.com/JonTheNiceGuy/cfm2 Version Control Service
* @link https://github.com/CampFireManager/cfm2 Version Control Service
*/

class Base_GeneralFunctions
Expand Down
4 changes: 2 additions & 2 deletions classes/Base/Hook.php
Expand Up @@ -10,7 +10,7 @@
* @package CampFireManager2
* @author Jon Spriggs <jon@sprig.gs>
* @license http://www.gnu.org/licenses/agpl.html AGPLv3
* @link https://github.com/JonTheNiceGuy/cfm2 Version Control Service
* @link https://github.com/CampFireManager/cfm2 Version Control Service
*/
/**
* This class handles all hooks and triggers for the site, including loading
Expand All @@ -20,7 +20,7 @@
* @package CampFireManager2
* @author Jon Spriggs <jon@sprig.gs>
* @license http://www.gnu.org/licenses/agpl.html AGPLv3
* @link https://github.com/JonTheNiceGuy/cfm2 Version Control Service
* @link https://github.com/CampFireManager/cfm2 Version Control Service
*/

class Base_Hook
Expand Down
4 changes: 2 additions & 2 deletions classes/Base/OpenID.php
Expand Up @@ -10,7 +10,7 @@
* @package CampFireManager2
* @author Jon Spriggs <jon@sprig.gs>
* @license http://www.gnu.org/licenses/agpl.html AGPLv3
* @link https://github.com/JonTheNiceGuy/cfm2 Version Control Service
* @link https://github.com/CampFireManager/cfm2 Version Control Service
*/
/**
* This helper library enables OpenID authentication, by chaining together the
Expand All @@ -20,7 +20,7 @@
* @package CampFireManager2
* @author Jon Spriggs <jon@sprig.gs>
* @license http://www.gnu.org/licenses/agpl.html AGPLv3
* @link https://github.com/JonTheNiceGuy/cfm2 Version Control Service
* @link https://github.com/CampFireManager/cfm2 Version Control Service
*/


Expand Down
4 changes: 2 additions & 2 deletions classes/Base/Request.php
Expand Up @@ -10,7 +10,7 @@
* @package CampFireManager2
* @author Jon Spriggs <jon@sprig.gs>
* @license http://www.gnu.org/licenses/agpl.html AGPLv3
* @link https://github.com/JonTheNiceGuy/cfm2 Version Control Service
* @link https://github.com/CampFireManager/cfm2 Version Control Service
*/
/**
* This class reads everything related to the request that might be useful to the
Expand All @@ -20,7 +20,7 @@
* @package CampFireManager2
* @author Jon Spriggs <jon@sprig.gs>
* @license http://www.gnu.org/licenses/agpl.html AGPLv3
* @link https://github.com/JonTheNiceGuy/cfm2 Version Control Service
* @link https://github.com/CampFireManager/cfm2 Version Control Service
*/

class Base_Request
Expand Down
4 changes: 2 additions & 2 deletions classes/Base/Response.php
Expand Up @@ -10,7 +10,7 @@
* @package CampFireManager2
* @author Jon Spriggs <jon@sprig.gs>
* @license http://www.gnu.org/licenses/agpl.html AGPLv3
* @link https://github.com/JonTheNiceGuy/cfm2 Version Control Service
* @link https://github.com/CampFireManager/cfm2 Version Control Service
*/
/**
* This class provides all the functions which are needed by code in the site
Expand All @@ -20,7 +20,7 @@
* @package CampFireManager2
* @author Jon Spriggs <jon@sprig.gs>
* @license http://www.gnu.org/licenses/agpl.html AGPLv3
* @link https://github.com/JonTheNiceGuy/cfm2 Version Control Service
* @link https://github.com/CampFireManager/cfm2 Version Control Service
*/

class Base_Response
Expand Down
4 changes: 2 additions & 2 deletions classes/Collection/DirectionScreen.php
Expand Up @@ -10,7 +10,7 @@
* @package CampFireManager2
* @author Jon Spriggs <jon@sprig.gs>
* @license http://www.gnu.org/licenses/agpl.html AGPLv3
* @link https://github.com/JonTheNiceGuy/cfm2 Version Control Service
* @link https://github.com/CampFireManager/cfm2 Version Control Service
*/
/**
* This class collates all the objects needed to render a DirectionScreen Page
Expand All @@ -19,7 +19,7 @@
* @package CampFireManager2
* @author Jon Spriggs <jon@sprig.gs>
* @license http://www.gnu.org/licenses/agpl.html AGPLv3
* @link https://github.com/JonTheNiceGuy/cfm2 Version Control Service
* @link https://github.com/CampFireManager/cfm2 Version Control Service
*/

class Collection_DirectionScreen extends Abstract_GenericCollection
Expand Down
4 changes: 2 additions & 2 deletions classes/Collection/MainScreen.php
Expand Up @@ -10,7 +10,7 @@
* @package CampFireManager2
* @author Jon Spriggs <jon@sprig.gs>
* @license http://www.gnu.org/licenses/agpl.html AGPLv3
* @link https://github.com/JonTheNiceGuy/cfm2 Version Control Service
* @link https://github.com/CampFireManager/cfm2 Version Control Service
*/
/**
* This class collates all the objects needed to render a full timetable
Expand All @@ -19,7 +19,7 @@
* @package CampFireManager2
* @author Jon Spriggs <jon@sprig.gs>
* @license http://www.gnu.org/licenses/agpl.html AGPLv3
* @link https://github.com/JonTheNiceGuy/cfm2 Version Control Service
* @link https://github.com/CampFireManager/cfm2 Version Control Service
*/

class Collection_MainScreen extends Collection_Timetable
Expand Down
4 changes: 2 additions & 2 deletions classes/Collection/NowAndNext.php
Expand Up @@ -10,7 +10,7 @@
* @package CampFireManager2
* @author Jon Spriggs <jon@sprig.gs>
* @license http://www.gnu.org/licenses/agpl.html AGPLv3
* @link https://github.com/JonTheNiceGuy/cfm2 Version Control Service
* @link https://github.com/CampFireManager/cfm2 Version Control Service
*/
/**
* This class collates all the objects needed to render a NowAndNext Page
Expand All @@ -19,7 +19,7 @@
* @package CampFireManager2
* @author Jon Spriggs <jon@sprig.gs>
* @license http://www.gnu.org/licenses/agpl.html AGPLv3
* @link https://github.com/JonTheNiceGuy/cfm2 Version Control Service
* @link https://github.com/CampFireManager/cfm2 Version Control Service
*/

class Collection_NowAndNext extends Collection_Timetable
Expand Down
4 changes: 2 additions & 2 deletions classes/Collection/Timetable.php
Expand Up @@ -10,7 +10,7 @@
* @package CampFireManager2
* @author Jon Spriggs <jon@sprig.gs>
* @license http://www.gnu.org/licenses/agpl.html AGPLv3
* @link https://github.com/JonTheNiceGuy/cfm2 Version Control Service
* @link https://github.com/CampFireManager/cfm2 Version Control Service
*/
/**
* This class returns all the timetable data, sorted as talks by slot then room
Expand All @@ -19,7 +19,7 @@
* @package CampFireManager2
* @author Jon Spriggs <jon@sprig.gs>
* @license http://www.gnu.org/licenses/agpl.html AGPLv3
* @link https://github.com/JonTheNiceGuy/cfm2 Version Control Service
* @link https://github.com/CampFireManager/cfm2 Version Control Service
*/

class Collection_Timetable extends Abstract_GenericCollection
Expand Down
4 changes: 2 additions & 2 deletions classes/Collection/TimetablePortrait.php
Expand Up @@ -10,7 +10,7 @@
* @package CampFireManager2
* @author Jon Spriggs <jon@sprig.gs>
* @license http://www.gnu.org/licenses/agpl.html AGPLv3
* @link https://github.com/JonTheNiceGuy/cfm2 Version Control Service
* @link https://github.com/CampFireManager/cfm2 Version Control Service
*/
/**
* This class collates all the objects needed to render a full timetable
Expand All @@ -19,7 +19,7 @@
* @package CampFireManager2
* @author Jon Spriggs <jon@sprig.gs>
* @license http://www.gnu.org/licenses/agpl.html AGPLv3
* @link https://github.com/JonTheNiceGuy/cfm2 Version Control Service
* @link https://github.com/CampFireManager/cfm2 Version Control Service
*/

class Collection_TimetablePortrait extends Collection_Timetable
Expand Down
6 changes: 3 additions & 3 deletions classes/Container/Config.php
Expand Up @@ -10,7 +10,7 @@
* @package CampFireManager2
* @author Jon Spriggs <jon@sprig.gs>
* @license http://www.gnu.org/licenses/agpl.html AGPLv3
* @link https://github.com/JonTheNiceGuy/cfm2 Version Control Service
* @link https://github.com/CampFireManager/cfm2 Version Control Service
*/
/**
* This class obtains manipulates all the configuration data for the service. It
Expand All @@ -21,7 +21,7 @@
* @package CampFireManager2
* @author Jon Spriggs <jon@sprig.gs>
* @license http://www.gnu.org/licenses/agpl.html AGPLv3
* @link https://github.com/JonTheNiceGuy/cfm2 Version Control Service
* @link https://github.com/CampFireManager/cfm2 Version Control Service
*/

class Container_Config implements Interface_Object
Expand Down Expand Up @@ -519,7 +519,7 @@ public function getSelf()
* @package CampFireManager2
* @author Jon Spriggs <jon@sprig.gs>
* @license http://www.gnu.org/licenses/agpl.html AGPLv3
* @link https://github.com/JonTheNiceGuy/cfm2 Version Control Service
* @link https://github.com/CampFireManager/cfm2 Version Control Service
*/

class Container_Config_Demo extends Container_Config
Expand Down
4 changes: 2 additions & 2 deletions classes/Container/Database.php
Expand Up @@ -10,7 +10,7 @@
* @package CampFireManager2
* @author Jon Spriggs <jon@sprig.gs>
* @license http://www.gnu.org/licenses/agpl.html AGPLv3
* @link https://github.com/JonTheNiceGuy/cfm2 Version Control Service
* @link https://github.com/CampFireManager/cfm2 Version Control Service
*/
/**
* This class initiates all the connections to the database server.
Expand All @@ -19,7 +19,7 @@
* @package CampFireManager2
* @author Jon Spriggs <jon@sprig.gs>
* @license http://www.gnu.org/licenses/agpl.html AGPLv3
* @link https://github.com/JonTheNiceGuy/cfm2 Version Control Service
* @link https://github.com/CampFireManager/cfm2 Version Control Service
*/

class Container_Database
Expand Down
4 changes: 2 additions & 2 deletions classes/Container/Hook.php
Expand Up @@ -11,7 +11,7 @@
* @package CampFireManager2
* @author Jon Spriggs <jon@sprig.gs>
* @license http://www.gnu.org/licenses/agpl.html AGPLv3
* @link https://github.com/JonTheNiceGuy/cfm2 Version Control Service
* @link https://github.com/CampFireManager/cfm2 Version Control Service
*/
/**
* This class obtains manipulates all the configuration data for the service. It
Expand All @@ -22,7 +22,7 @@
* @package CampFireManager2
* @author Jon Spriggs <jon@sprig.gs>
* @license http://www.gnu.org/licenses/agpl.html AGPLv3
* @link https://github.com/JonTheNiceGuy/cfm2 Version Control Service
* @link https://github.com/CampFireManager/cfm2 Version Control Service
*/

class Container_Hook
Expand Down
4 changes: 2 additions & 2 deletions classes/Container/Request.php
Expand Up @@ -10,7 +10,7 @@
* @package CampFireManager2
* @author Jon Spriggs <jon@sprig.gs>
* @license http://www.gnu.org/licenses/agpl.html AGPLv3
* @link https://github.com/JonTheNiceGuy/cfm2 Version Control Service
* @link https://github.com/CampFireManager/cfm2 Version Control Service
*/
/**
* This class handles all request calls.
Expand All @@ -19,7 +19,7 @@
* @package CampFireManager2
* @author Jon Spriggs <jon@sprig.gs>
* @license http://www.gnu.org/licenses/agpl.html AGPLv3
* @link https://github.com/JonTheNiceGuy/cfm2 Version Control Service
* @link https://github.com/CampFireManager/cfm2 Version Control Service
*/

class Container_Request
Expand Down

0 comments on commit bbfd727

Please sign in to comment.