@@ -12,7 +12,6 @@ if (!defined('LF')) {
* Workes perfectly with PHPDesigner - but should also work with most other IDEs out of the box
*
* @version 1.1
- * @cakephp 2.x
* @author Mark Scherer
* @license MIT
*/
@@ -15,7 +15,6 @@ App::uses('AppShell', 'Console/Command');
* It is also possible to manually define the binPath (for Windows for example).
@@ -35,7 +35,6 @@ if (!defined('WINDOWS')) {
class CopyShell extends AppShell {
@@ -5,7 +5,6 @@ App::uses('AppShell', 'Console/Command');
/**
* Detect encoding or find invalid files (starting with BOM)
@@ -8,7 +8,6 @@ App::uses('AppShell', 'Console/Command');
* You can also remove files in a if they are not longer existent in b
* @version 1.0
@@ -33,7 +33,6 @@ App::uses('AppShell', 'Console/Command');
* Oh, and: Use TABS for indentation of code - ALWAYS.
@@ -20,7 +20,6 @@ App::uses('AppShell', 'Console/Command');
* @link
* @license http://www.opensource.org/licenses/mit-license.php The MIT License
class IndexShell extends AppShell {
@@ -7,7 +7,6 @@ App::uses('Folder', 'Utility');
* it also makes sure there is no whitespace at the beginning of the file
* @author Mark Scherer, Maximilian Ruta
class PhpTagShell extends AppShell {
@@ -5,7 +5,6 @@ App::uses('ComponentCollection', 'Controller');
* Password hashing and output
@@ -9,7 +9,6 @@ App::uses('AppShell', 'Console/Command');
* Reset user data
* Create a new user from CLI
@@ -29,7 +29,6 @@ if (!defined('ACL_FILE')) {
* @version 1.2 - now allows other parent model relations besides Role/role_id
class TinyAuthorize extends BaseAuthorize {
@@ -17,7 +17,6 @@ App::uses('AuthComponent', 'Controller/Component');
* - dynamic login scope validation
class AuthExtComponent extends AuthComponent {
@@ -34,7 +34,6 @@ App::uses('Hash', 'Utility');
* @php 5
- * @cakephp 2
class Auth {
@@ -6,7 +6,6 @@
* - can simulate/establish tor connection
class CurlLib {
@@ -18,7 +18,6 @@ App::uses('Xml', 'Utility');
class CurrencyLib {
@@ -40,7 +40,6 @@ if (!Configure::read('Config.adminName')) {
class EmailLib extends CakeEmail {
@@ -12,7 +12,6 @@ App::uses('HttpSocket', 'Network/Http');
* - Work with exceptions in 2.x
* @licence MIT
class GeocodeLib {
@@ -16,7 +16,6 @@ App::uses('CurlLib', 'Tools.Lib');
class HttpSocketLib {
@@ -13,7 +13,6 @@ App::uses('TimeLib', 'Tools.Utility');
class IcalLib {
@@ -11,7 +11,6 @@
* @modified 2011-11-13 Mark Scherer
* ImapLib for accessing IMAP and POP email accounts
@@ -9,7 +9,6 @@ App::uses('CakeRequest', 'Network');
class UserAgentLib extends CakeRequest {
@@ -27,7 +27,6 @@ App::uses('ModelBehavior', 'Model');
* @deprecated Use NumberFormatBehavior instead!
class DecimalInputBehavior extends ModelBehavior {
@@ -13,7 +13,6 @@ App::uses('GeocodeLib', 'Tools.Lib');
* If you need 0.0, cast it in your beforeSave() callback.
* @link http://www.dereuromark.de/2012/06/12/geocoding-with-cakephp/
class NumberFormatBehavior extends ModelBehavior {
@@ -35,7 +35,6 @@ App::uses('ModelBehavior', 'Model');
class ResetBehavior extends ModelBehavior {
@@ -107,7 +107,6 @@ App::uses('Hash', 'Utility');
* @modifed 27. march 2009
* @version 2.0.6
* @modified 2012-07-28 Mark Scherer (2.x ready)
class RevisionBehavior extends ModelBehavior {
@@ -15,7 +15,6 @@ App::uses('ModelBehavior', 'Model');
* Reversed order:
* The sort value of a new record will be calculated (currently highest + 1).
@@ -3,7 +3,6 @@
* PHP 5
@@ -5,7 +5,6 @@ App::uses('Token', 'Tools.Model');
* @deprecated - use "Token" class
class CodeKey extends Token {
@@ -4,7 +4,6 @@ App::uses('ToolsAppModel', 'Tools.Model');
* "Fake" model to validate all contact forms
class ContactForm extends ToolsAppModel {
@@ -10,7 +10,6 @@ App::uses('CakeSession', 'Model/Datasource');
* TODO: Remove CodeKey BC
class Qlogin extends ToolsAppModel {
@@ -6,7 +6,6 @@ App::uses('Hash', 'Utility');
* Manage Quick Urls
class Qurl extends ToolsAppModel {
@@ -7,7 +7,6 @@ App::uses('Hash', 'Utility');
* A generic model to hold tokens
class Token extends ToolsAppModel {
@@ -12,7 +12,6 @@ App::uses('View', 'View');
class IcalHelperTest extends MyCakeTestCase {
@@ -13,7 +13,6 @@ App::uses('AppHelper', 'View/Helper');
@@ -22,7 +22,6 @@ App::uses('AppHelper', 'View/Helper');
* For German: "Some quote" might become „Some quote“
* @modified Mark Scherer
* @link http://www.dereuromark.de/2012/08/12/typographic-behavior-and-typography-helper/