-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
26 changed files
with
31 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,7 @@ | |
/** | ||
* A basic interface to allow cachable controllers | ||
* | ||
* @version $Id$ | ||
* | ||
* @copyright Copyright belongs to the respective authors | ||
* @license http://www.gnu.org/licenses/gpl.html GNU General Public License, version 3 or later | ||
* @author Pascal Jungblut <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,7 +33,7 @@ | |
/** | ||
* Controller for the User object | ||
* | ||
* @version $Id$ | ||
* | ||
* @copyright Copyright belongs to the respective authors | ||
* @license http://www.gnu.org/licenses/gpl.html GNU General Public License, version 3 or later | ||
* @author Pascal Jungblut <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
* A custom bootstrap. Wee need this to implement our own caching | ||
* | ||
* | ||
* @version $Id$ | ||
* | ||
* @copyright Copyright belongs to the respective authors | ||
* @license http://www.gnu.org/licenses/gpl.html GNU General Public License, version 3 or later | ||
* @author Pascal Jungblut <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,7 +31,7 @@ | |
/** | ||
* An abstract class to make observable models easier | ||
* | ||
* @version $Id$ | ||
* | ||
* @copyright Copyright belongs to the respective authors | ||
* @license http://www.gnu.org/licenses/gpl.html GNU General Public License, version 3 or later | ||
* @author Pascal Jungblut <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,7 +34,7 @@ | |
/** | ||
* A normal user of the community | ||
* | ||
* @version $Id$ | ||
* | ||
* @copyright Copyright belongs to the respective authors | ||
* @license http://www.gnu.org/licenses/gpl.html GNU General Public License, version 3 or later | ||
* @author Pascal Jungblut <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,7 +34,7 @@ | |
/** | ||
* Repository for User | ||
* | ||
* @version $Id$ | ||
* | ||
* @copyright Copyright belongs to the respective authors | ||
* @license http://www.gnu.org/licenses/gpl.html GNU General Public License, version 3 or later | ||
* @author Pascal Jungblut <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,7 +32,7 @@ | |
/** | ||
* A helper to manage group related functions | ||
* | ||
* @version $Id$ | ||
* | ||
* @copyright Copyright belongs to the respective authors | ||
* @license http://www.gnu.org/licenses/gpl.html GNU General Public License, version 3 or later | ||
* @author Pascal Jungblut <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,7 +33,7 @@ | |
* A cachable repository. Meaning that can return the tags that were used. | ||
* | ||
* | ||
* @version $Id$ | ||
* | ||
* @copyright Copyright belongs to the respective authors | ||
* @license http://www.gnu.org/licenses/gpl.html GNU General Public License, version 3 or later | ||
* @author Pascal Jungblut <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,7 +33,7 @@ | |
* interface and inject it into the BaseController. All you have to do is return true or false | ||
* in the hasAccess() function. | ||
* | ||
* @version $Id$ | ||
* | ||
* @copyright Copyright belongs to the respective authors | ||
* @license http://www.gnu.org/licenses/gpl.html GNU General Public License, version 3 or later | ||
* @author Pascal Jungblut <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,7 +32,7 @@ | |
/** | ||
* A simple access helper. | ||
* | ||
* @version $Id$ | ||
* | ||
* @copyright Copyright belongs to the respective authors | ||
* @license http://www.gnu.org/licenses/gpl.html GNU General Public License, version 3 or later | ||
* @author Pascal Jungblut <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,7 +35,7 @@ | |
* third party extensions. That's useful if you, for any reason, want to extend a certain model. | ||
* By changing the repository for that model, you can easily replace the model with your own. | ||
* | ||
* @version $Id$ | ||
* | ||
* @copyright Copyright belongs to the respective authors | ||
* @license http://www.gnu.org/licenses/gpl.html GNU General Public License, version 3 or later | ||
* @author Pascal Jungblut <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,7 +30,7 @@ | |
* Repository Service interface - manages repositories. Mainly a convenient method | ||
* to get repositories. | ||
* | ||
* @version $Id$ | ||
* | ||
* @copyright Copyright belongs to the respective authors | ||
* @license http://www.gnu.org/licenses/gpl.html GNU General Public License, version 3 or later | ||
* @author Pascal Jungblut <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,7 +30,7 @@ | |
/** | ||
* A helper class to get the settings everywhere. | ||
* | ||
* @version $Id$ | ||
* | ||
* @copyright Copyright belongs to the respective authors | ||
* @license http://www.gnu.org/licenses/gpl.html GNU General Public License, version 3 or later | ||
* @author Pascal Jungblut <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,7 @@ | |
/** | ||
* Class that adds the wizard icon. | ||
* | ||
* @version $Id$ | ||
* | ||
* @copyright Copyright belongs to the respective authors | ||
* @license http://www.gnu.org/licenses/gpl.html GNU General Public License, version 3 or later | ||
* @author Alexander Weiss <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,7 +32,7 @@ | |
/** | ||
* Test for the cache observer | ||
* | ||
* @version $Id$ | ||
* | ||
* @copyright Copyright belongs to the respective authors | ||
* @license http://www.gnu.org/licenses/gpl.html GNU General Public License, version 3 or later | ||
* @author Pascal Jungblut <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,7 +32,7 @@ | |
/** | ||
* Test for the cache observer | ||
* | ||
* @version $Id$ | ||
* | ||
* @copyright Copyright belongs to the respective authors | ||
* @license http://www.gnu.org/licenses/gpl.html GNU General Public License, version 3 or later | ||
* @author Pascal Jungblut <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,7 +32,7 @@ | |
/** | ||
* Test for the simple access service | ||
* | ||
* @version $Id$ | ||
* | ||
* @copyright Copyright belongs to the respective authors | ||
* @license http://www.gnu.org/licenses/gpl.html GNU General Public License, version 3 or later | ||
* @author Pascal Jungblut <[email protected]> | ||
|