Removes commas in documentations
authorMatthias Schmidt <gravatronics@live.com>
Thu, 7 Feb 2013 09:52:25 +0000 (10:52 +0100)
committerMatthias Schmidt <gravatronics@live.com>
Thu, 7 Feb 2013 09:52:25 +0000 (10:52 +0100)
33 files changed:
wcfsetup/install/files/js/WCF.js
wcfsetup/install/files/lib/data/acp/session/ACPSession.class.php
wcfsetup/install/files/lib/data/acp/session/access/log/ACPSessionAccessLog.class.php
wcfsetup/install/files/lib/data/acp/session/log/ACPSessionLog.class.php
wcfsetup/install/files/lib/data/option/Option.class.php
wcfsetup/install/files/lib/data/package/Package.class.php
wcfsetup/install/files/lib/data/page/menu/item/PageMenuItem.class.php
wcfsetup/install/files/lib/data/user/User.class.php
wcfsetup/install/files/lib/data/user/group/UserGroup.class.php
wcfsetup/install/files/lib/data/user/option/UserOption.class.php
wcfsetup/install/files/lib/page/MultipleLinkPage.class.php
wcfsetup/install/files/lib/system/WCFSetup.class.php
wcfsetup/install/files/lib/system/application/ApplicationHandler.class.php
wcfsetup/install/files/lib/system/application/IApplication.class.php
wcfsetup/install/files/lib/system/category/ICategoryType.class.php
wcfsetup/install/files/lib/system/database/Database.class.php
wcfsetup/install/files/lib/system/io/Tar.class.php
wcfsetup/install/files/lib/system/language/I18nHandler.class.php
wcfsetup/install/files/lib/system/option/IOptionType.class.php
wcfsetup/install/files/lib/system/option/user/group/BooleanUserGroupOptionType.class.php
wcfsetup/install/files/lib/system/option/user/group/InfiniteIntegerUserGroupOptionType.class.php
wcfsetup/install/files/lib/system/package/PackageArchive.class.php
wcfsetup/install/files/lib/system/package/plugin/IPackageInstallationPlugin.class.php
wcfsetup/install/files/lib/system/request/Request.class.php
wcfsetup/install/files/lib/system/request/Route.class.php
wcfsetup/install/files/lib/system/request/RouteHandler.class.php
wcfsetup/install/files/lib/system/search/acp/AbstractCategorizedACPSearchResultProvider.class.php
wcfsetup/install/files/lib/system/user/authentication/IUserAuthentication.class.php
wcfsetup/install/files/lib/util/FileUtil.class.php
wcfsetup/install/files/lib/util/ImageUtil.class.php
wcfsetup/install/files/lib/util/PasswordUtil.class.php
wcfsetup/install/files/lib/util/StringUtil.class.php
wcfsetup/install/files/lib/util/UserUtil.class.php

index 9c17fd9b4844d3243c4d8b6550b54fffed2ef74e..66f55b797e9b59aa444f148c28ed1975ba532cfb 100755 (executable)
@@ -2458,7 +2458,7 @@ WCF.Dictionary = Class.extend({
        },
        
        /**
-        * Returns true, if dictionary is empty.
+        * Returns true if dictionary is empty.
         * 
         * @return      integer
         */
@@ -3062,8 +3062,8 @@ WCF.TabMenu = {
        },
        
        /**
-        * Force display of first erroneous tab, returns true, if at
-        * least one tab contains an error.
+        * Force display of first erroneous tab and returns true if at least one
+        * tab contains an error.
         * 
         * @return      boolean
         */
@@ -7747,7 +7747,7 @@ $.widget('ui.wcfDialog', {
        },
        
        /**
-        * Returns true, if dialog is visible.
+        * Returns true if dialog is visible.
         * 
         * @return      boolean
         */
@@ -8050,7 +8050,7 @@ $.widget('ui.wcfTabs', $.ui.tabs, {
        },
        
        /**
-        * Returns true, if identifier is used by an anchor.
+        * Returns true if identifier is used by an anchor.
         * 
         * @param       string          identifier
         * @param       boolean         isChildren
index c100d0c5b74fb3570c00d19381e327b3cb38383f..18ed4135c955de693675ae893410f0395f563cf8 100644 (file)
@@ -6,7 +6,7 @@ use wcf\data\DatabaseObject;
  * Represents an ACP session.
  * 
  * @author     Alexander Ebert
- * @copyright  2001-2012 WoltLab GmbH
+ * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf
  * @subpackage data.acp.session
@@ -29,7 +29,7 @@ class ACPSession extends DatabaseObject {
        protected static $databaseTableIndexName = 'sessionID';
        
        /**
-        * Returns true, if this session type supports persistent logins.
+        * Returns true if this session type supports persistent logins.
         * 
         * @return      boolean
         */
index 7f13cd9dc2413db99894bdb8a3646b125aeceffc..cdf7444ae6e225bd72b13528627f88a127804374 100644 (file)
@@ -7,7 +7,7 @@ use wcf\util\UserUtil;
  * Represents a session access log entry.
  * 
  * @author     Marcel Werk
- * @copyright  2001-2012 WoltLab GmbH
+ * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf
  * @subpackage data.acp.session.access.log
@@ -25,7 +25,7 @@ class ACPSessionAccessLog extends DatabaseObject {
        protected static $databaseTableIndexName = 'sessionAccessLogID';
        
        /**
-        * Returns true, if the URI of this log entry is protected.
+        * Returns true if the URI of this log entry is protected.
         * 
         * @return      boolean
         */
index a4424392628159eee1e3b6a75f0b309b1fb3eae2..e3b4a2d7569244c046f4c8ac0f743dac62c0fbf8 100644 (file)
@@ -8,7 +8,7 @@ use wcf\util\UserUtil;
  * Represents a session log entry.
  * 
  * @author     Marcel Werk
- * @copyright  2001-2012 WoltLab GmbH
+ * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf
  * @subpackage data.log
@@ -49,7 +49,7 @@ class ACPSessionLog extends DatabaseObject {
        }
        
        /**
-        * Returns true, if this session is active.
+        * Returns true if this session is active.
         * 
         * @return      boolean
         */
@@ -62,7 +62,7 @@ class ACPSessionLog extends DatabaseObject {
        }
        
        /**
-        * Returns true, if this session is the active user session.
+        * Returns true if this session is the active user session.
         * 
         * @return      boolean
         */
index 48eeda79cbb1dde0d47bb5df47af1ac9a5192ce5..5e5d4f8eda448f3b6d198f0deeb05c6f55b59991 100644 (file)
@@ -9,7 +9,7 @@ use wcf\util\StringUtil;
  * Represents an option.
  * 
  * @author     Alexander Ebert
- * @copyright  2001-2012 WoltLab GmbH
+ * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf
  * @subpackage data.option
@@ -153,7 +153,7 @@ class Option extends DatabaseObject {
        }
        
        /**
-        * Returns true, if option is visible
+        * Returns true if option is visible
         * 
         * @return      boolean
         */
index 17d7e30bb0bc175b0a40ba9c801c23995a593637..d53604782e0dfa020200051cc6691889ab0f56ef 100644 (file)
@@ -66,7 +66,7 @@ class Package extends DatabaseObject {
        protected static $requirements = null;
        
        /**
-        * Returns true, if this package is required by other packages.
+        * Returns true if this package is required by other packages.
         * 
         * @return      boolean
         */
@@ -139,7 +139,7 @@ class Package extends DatabaseObject {
        }
        
        /**
-        * Returns true, if current user can uninstall this package.
+        * Returns true if current user can uninstall this package.
         * 
         * @return      boolean
         */
@@ -208,7 +208,7 @@ class Package extends DatabaseObject {
        }
        
        /**
-        * Returns true, if package identified by $package is already installed.
+        * Returns true if package identified by $package is already installed.
         * 
         * @param       string          $package
         * @return      boolean
@@ -245,7 +245,7 @@ class Package extends DatabaseObject {
        }
        
        /**
-        * Returns true, if package version is valid.
+        * Returns true if package version is valid.
         * 
         * Examples of valid package versions:
         *      1.0.0 pl 3
index 5c472cf317f7c7b2f417e33df0b0846947417c71..e3b4470ba5a6c17cac834c128a2c660674ea4711 100644 (file)
@@ -11,7 +11,7 @@ use wcf\system\WCF;
  * Represents a page menu item.
  * 
  * @author     Alexander Ebert
- * @copyright  2001-2012 WoltLab GmbH
+ * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf
  * @subpackage data.page.menu.item
@@ -70,7 +70,7 @@ class PageMenuItem extends ProcessibleDatabaseObject implements ITreeMenuItem {
        }
        
        /**
-        * Returns true, if current menu item may be set as landing page.
+        * Returns true if current menu item may be set as landing page.
         * 
         * @return      boolean
         */
@@ -99,7 +99,7 @@ class PageMenuItem extends ProcessibleDatabaseObject implements ITreeMenuItem {
        }
        
        /**
-        * Returns true, if this item can be deleted.
+        * Returns true if this item can be deleted.
         * 
         * @return      boolean
         */
@@ -108,7 +108,7 @@ class PageMenuItem extends ProcessibleDatabaseObject implements ITreeMenuItem {
        }
        
        /**
-        * Returns true, if this item can be disabled.
+        * Returns true if this item can be disabled.
         * 
         * @return      boolean
         */
index 4c586e4e8c122e527d6731786d01360a9468d218..ef016d7fdf663424cc3d818e9de91740138b87bd 100644 (file)
@@ -81,7 +81,7 @@ final class User extends DatabaseObject implements IRESTfulResponse, IRouteContr
        }
        
        /**
-        * Returns true, if the given password is the correct password for this user.
+        * Returns true if the given password is the correct password for this user.
         * 
         * @param       string          $password
         * @return      boolean         password correct
@@ -121,7 +121,7 @@ final class User extends DatabaseObject implements IRESTfulResponse, IRouteContr
        }
        
        /**
-        * Returns true, if the given password hash from a cookie is the correct password for this user.
+        * Returns true if the given password hash from a cookie is the correct password for this user.
         * 
         * @param       string          $passwordHash
         * @return      boolean         password correct
@@ -309,7 +309,7 @@ final class User extends DatabaseObject implements IRESTfulResponse, IRouteContr
        }
        
        /**
-        * Returns true, if this user is marked.
+        * Returns true if this user is marked.
         * 
         * @return      boolean
         */
@@ -392,7 +392,7 @@ final class User extends DatabaseObject implements IRESTfulResponse, IRouteContr
        }
        
        /**
-        * Returns true, if the active user can edit this user.
+        * Returns true if the active user can edit this user.
         * 
         * @return      boolean
         */
index d5ed25616baab5b3f85fdb8c2401ec0d090e5830..ed507573444a7f59b25d7b4b37c88496261093ea 100644 (file)
@@ -143,7 +143,7 @@ class UserGroup extends DatabaseObject {
        }
        
        /**
-        * Returns true, if the given user is member of the group. If no user is
+        * Returns true if the given user is member of the group. If no user is
         * given, the active user is used.
         * 
         * @param       wcf\data\user\User      $user
@@ -157,7 +157,7 @@ class UserGroup extends DatabaseObject {
        }
        
        /**
-        * Returns true, if the given groups are accessible for the active user.
+        * Returns true if the given groups are accessible for the active user.
         * 
         * @param       array           $groupIDs
         * @return      boolean
@@ -224,7 +224,7 @@ class UserGroup extends DatabaseObject {
        }
        
        /**
-        * Returns true, if this group is accessible for the active user.
+        * Returns true if this group is accessible for the active user.
         * 
         * @return      boolean
         */
index 29d1fe54b13f4bb2779d28ceb31d06aad5f1f156..421f7ab0eb84d4650bd33940c2f7d8e02dda895b 100644 (file)
@@ -8,7 +8,7 @@ use wcf\system\WCF;
  * Represents a user option.
  * 
  * @author     Marcel Werk
- * @copyright  2001-2012 WoltLab GmbH
+ * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf
  * @subpackage data.user.option
@@ -138,7 +138,7 @@ class UserOption extends Option {
        }
        
        /**
-        * Returns true, if this option is editable.
+        * Returns true if this option is editable.
         * 
         * @return      boolean
         */
index d109e41184a4ec1cd7780ec0b5939d11814013b6..51b0fae307b7073243667621e6e86faccf8072ef 100644 (file)
@@ -10,7 +10,7 @@ use wcf\util\ClassUtil;
  * Handles the page number parameter automatically.
  * 
  * @author     Marcel Werk
- * @copyright  2001-2012 WoltLab GmbH
+ * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf
  * @subpackage page
@@ -184,7 +184,7 @@ abstract class MultipleLinkPage extends AbstractPage {
        }
        
        /**
-        * Returns true, if current page is the first page.
+        * Returns true if current page is the first page.
         * 
         * @return      boolean
         */
@@ -193,7 +193,7 @@ abstract class MultipleLinkPage extends AbstractPage {
        }
        
        /**
-        * Returns true, if current page is the last page.
+        * Returns true if current page is the last page.
         * 
         * @return      boolean
         */
index 1d797d5833117a4636b1294bdf523fd62750b580..9edd8463e112845ced01b7d721a2175bee399fab 100644 (file)
@@ -406,7 +406,7 @@ class WCFSetup extends WCF {
        }
        
        /**
-        * Returns true, if memory_limit is set to at least 64 MB
+        * Returns true if memory_limit is set to at least 64 MB
         * 
         * @return      boolean
         */
index 3816dee286b5543aaead6281fdd8a526c363dd18..da1ca994f36d04cbec337de1f229c1b4d70cf9ea 100644 (file)
@@ -139,7 +139,7 @@ class ApplicationHandler extends SingletonFactory {
        }
        
        /**
-        * Returns true, if given $url is an internal URL.
+        * Returns true if given $url is an internal URL.
         * 
         * @param       string          $url
         * @return      boolean
index d6c88b052d4f5ac846086760e8b3a0b7f59eca3d..bda46bc009c299a587ad694cab070a19ffb8571e 100644 (file)
@@ -5,7 +5,7 @@ namespace wcf\system\application;
  * Default interface for all applications for the community framework.
  * 
  * @author     Alexander Ebert
- * @copyright  2001-2012 WoltLab GmbH
+ * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf
  * @subpackage system.application
@@ -18,7 +18,7 @@ interface IApplication {
        public function __run();
        
        /**
-        * Returns true, if current application is treated as active and was invoked directly.
+        * Returns true if current application is treated as active and was invoked directly.
         *
         * @return      boolean
         */
index 1c593cb92a1277fe0c349788fc84ad655c81e123..964dfa88cd0a41eedb93ce3f9b203f75db78f051 100644 (file)
@@ -6,7 +6,7 @@ use wcf\data\category\CategoryEditor;
  * Every category type has to implement this interface.
  * 
  * @author     Matthias Schmidt
- * @copyright  2001-2012 WoltLab GmbH
+ * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf
  * @subpackage system.category
@@ -21,21 +21,21 @@ interface ICategoryType {
        public function afterDeletion(CategoryEditor $categoryEditor);
        
        /**
-        * Returns true, if the active user can add a category of this type.
+        * Returns true if the active user can add a category of this type.
         * 
         * @return      boolean
         */
        public function canAddCategory();
        
        /**
-        * Returns true, if the active user can delete a category of this type.
+        * Returns true if the active user can delete a category of this type.
         * 
         * @return      boolean
         */
        public function canDeleteCategory();
        
        /**
-        * Returns true, if the active user can edit a category of this type.
+        * Returns true if the active user can edit a category of this type.
         * 
         * @return      boolean
         */
index 343c90ab96e1a6293a24a6832b4d30737a524309..4228b8472ca9d46f46531b74a419bf65f91536ac 100644 (file)
@@ -5,7 +5,7 @@ namespace wcf\system\database;
  * Abstract implementation of a database access class using PDO.
  * 
  * @author     Marcel Werk
- * @copyright  2001-2012 WoltLab GmbH
+ * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf
  * @subpackage system.database
@@ -316,7 +316,7 @@ abstract class Database {
        }
        
        /**
-        * Returns true, if this database type is supported.
+        * Returns true if this database type is supported.
         *
         * @return      boolean
         */
index 4fac137f244f0d3ba945b7f25d769e9d611f19df..123855907c5bbe0fec23660cc571457b52bdecd7 100644 (file)
@@ -15,7 +15,7 @@ use wcf\util\FileUtil;
  * }
  * 
  * @author     Marcel Werk
- * @copyright  2001-2012 WoltLab GmbH
+ * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf
  * @subpackage system.io
@@ -340,7 +340,7 @@ class Tar implements IArchive {
        }
        
        /**
-        * Returns true, if this tar is (g)zipped.
+        * Returns true if this tar is (g)zipped.
         * 
         * @return      boolean
         */
index c9b52ab00a7ad412da82aa30b5cb9afd1be87ab7..9a612c849dfb919df38167728b3a83970030330d 100644 (file)
@@ -12,7 +12,7 @@ use wcf\util\StringUtil;
  * Provides internationalization support for input fields.
  * 
  * @author     Alexander Ebert
- * @copyright  2001-2011 WoltLab GmbH
+ * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf
  * @subpackage system.language
@@ -110,7 +110,7 @@ class I18nHandler extends SingletonFactory {
        }
        
        /**
-        * Returns true, if given element has disabled i18n functionality.
+        * Returns true if given element has disabled i18n functionality.
         * 
         * @param       string          elementID
         * @return      boolean
@@ -124,7 +124,7 @@ class I18nHandler extends SingletonFactory {
        }
        
        /**
-        * Returns true, if given element has enabled i18n functionality.
+        * Returns true if given element has enabled i18n functionality.
         */
        public function hasI18nValues($elementID) {
                if (isset($this->i18nValues[$elementID])) {
@@ -212,7 +212,7 @@ class I18nHandler extends SingletonFactory {
        }
        
        /**
-        * Returns false, if element value is not empty.
+        * Returns true if the value with the given id is valid.
         * 
         * @param       string          $elementID
         * @param       boolean         $requireI18n
@@ -446,7 +446,7 @@ class I18nHandler extends SingletonFactory {
        }
        
        /**
-        * Returns true, if given string equals a language variable.
+        * Returns true if given string equals a language variable.
         * 
         * @param       string          $string
         * @return      boolean
index 7ec9d10acc00efcd5283d3583a455336be835acb..d1fe2b949bbb694ed30431bf84ff01930a3e8716 100644 (file)
@@ -6,7 +6,7 @@ use wcf\data\option\Option;
  * Any option type has to implement this interface.
  * 
  * @author     Marcel Werk
- * @copyright  2001-2012 WoltLab GmbH
+ * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf
  * @subpackage system.option
@@ -50,7 +50,7 @@ interface IOptionType {
        public function getCSSClassName();
        
        /**
-        * Returns true, if options supports internationalization .
+        * Returns true if options supports internationalization .
         * 
         * @return      boolean
         */
index 2db22d68a807160ee9601ca33c690dba1ea092ea..453f886059a23dfbb32dc90d24b2902bfb213b38 100644 (file)
@@ -5,7 +5,7 @@ use wcf\system\option\BooleanOptionType;
 /**
  * User group option type implementation for boolean values.
  * 
- * The merge of option values returns true, if at least one value is true.
+ * The merge of option values returns true if at least one value is true.
  * 
  * @author     Marcel Werk
  * @copyright  2001-2012 WoltLab GmbH
index 3b584b41c14417ecac9fd292a6a80761bc7d8af6..a3527c36ab80bc2f73c90947ce8a13b5c1b13d5d 100644 (file)
@@ -5,7 +5,7 @@ namespace wcf\system\option\user\group;
  * User group option type implementation for integer input fields with an option
  * for an infinite value.
  * 
- * The merge of option values returns true, if at least one value is -1. Otherwise
+ * The merge of option values returns true if at least one value is -1. Otherwise
  * it returns the highest value.
  * 
  * @author     Marcel Werk
index e8dce442b31ff9f42fed5b756afdc9deaf1941ab..22619bc15f5026da393e76a0ebb3533a8e407f8d 100644 (file)
@@ -387,7 +387,7 @@ class PackageArchive {
        }
        
        /**
-        * Return true, if the package archive supports a new installation.
+        * Returns true if the package archive supports a new installation.
         * 
         * @return      boolean
         */
index e6305a8183c517d383042f6fcfcc405d4e7f4b8a..aad58dfcf996ffc770209191546a8e9a4644b16a 100644 (file)
@@ -5,7 +5,7 @@ namespace wcf\system\package\plugin;
  * Every PackageInstallationPlugin has to implement this interface.
  * 
  * @author     Marcel Werk
- * @copyright  2001-2012 WoltLab GmbH
+ * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf
  * @subpackage system.package.plugin
@@ -23,7 +23,7 @@ interface IPackageInstallationPlugin {
        public function update();
        
        /**
-        * Returns true, if the uninstallation of the given package should execute
+        * Returns true if the uninstallation of the given package should execute
         * this plugin.
         * 
         * @return      boolean
index 420a48e9188c76eb774117fa9cbb24c5119bf56b..e0c2eadbd1814a8a9fa9d60de0f66045f15cf1e4 100644 (file)
@@ -5,7 +5,7 @@ namespace wcf\system\request;
  * Represents a page request.
  * 
  * @author     Marcel Werk
- * @copyright  2001-2012 WoltLab GmbH
+ * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf
  * @subpackage system.request
@@ -60,7 +60,7 @@ class Request {
        }
        
        /**
-        * Returns true, if this request has already been executed.
+        * Returns true if this request has already been executed.
         * 
         * @return      boolean
         */
@@ -105,7 +105,7 @@ class Request {
        }
        
        /**
-        * Returns true, if the requested page is avaiable during the offline mode.
+        * Returns true if the requested page is avaiable during the offline mode.
         * 
         * @return      boolean
         */
index 91847511b561d16141fdf758c3132b723b509e52..0ce594bb96f60163f608a9beceefc9891d6fef7b 100644 (file)
@@ -10,7 +10,7 @@ use wcf\system\menu\page\PageMenu;
  * the Microsoft Public License (MS-PL) http://www.opensource.org/licenses/ms-pl.html
  * 
  * @author     Alexander Ebert
- * @copyright  2001-2012 WoltLab GmbH
+ * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf
  * @subpackage system.request
@@ -120,7 +120,7 @@ class Route {
        }
        
        /**
-        * Returns true, if given request url matches this route.
+        * Returns true if given request url matches this route.
         * 
         * @param       string          $requestURL
         * @return      boolean
index 1064bb1c0fbeb922cc62ae8cbff17eb973c1f72d..c19297727d0d2400e7b16d228a6b9340bff2796b 100644 (file)
@@ -12,7 +12,7 @@ use wcf\util\FileUtil;
  * the Microsoft Public License (MS-PL) http://www.opensource.org/licenses/ms-pl.html
  * 
  * @author     Alexander Ebert
- * @copyright  2001-2012 WoltLab GmbH
+ * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf
  * @subpackage system.request
@@ -109,7 +109,7 @@ class RouteHandler extends SingletonFactory {
        }
        
        /**
-        * Returns true, if a route matches. Please bear in mind, that the
+        * Returns true if a route matches. Please bear in mind, that the
         * first route which is able to consume all path components is used,
         * even if other routes may fit better. Route order is crucial!
         * 
@@ -138,7 +138,7 @@ class RouteHandler extends SingletonFactory {
        }
        
        /**
-        * Returns true, if route uses default controller.
+        * Returns true if route uses default controller.
         * 
         * @return      boolean
         */
@@ -187,7 +187,7 @@ class RouteHandler extends SingletonFactory {
        }
        
        /**
-        * Returns true, if this is a secure connection.
+        * Returns true if this is a secure connection.
         * 
         * @return      true
         */
index f7e7a6b229b28e0b647d56d9ecc8f0add33897e1..2656c2e492cb3076b3fab2ef013b75680e9ae97a 100644 (file)
@@ -7,7 +7,7 @@ use wcf\util\ClassUtil;
  * Abstract implementation of a ACP search result provider with nested categories.
  * 
  * @author     Alexander Ebert
- * @copyright  2001-2012 WoltLab GmbH
+ * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf
  * @subpackage system.search.acp
@@ -122,7 +122,7 @@ abstract class AbstractCategorizedACPSearchResultProvider extends AbstractACPSea
        }
        
        /**
-        * Returns true, if given category is valid and accessible.
+        * Returns true if given category is valid and accessible.
         * 
         * @param       string          $categoryName
         * @return      boolean
index 6af7bc22305569d3e28980452a1217b6c304d5d8..d626f0501123dd161ce22912f14355a6be815b20 100644 (file)
@@ -6,7 +6,7 @@ use wcf\data\user\User;
  * Every user authentication has to implement this interface.
  * 
  * @author     Marcel Werk
- * @copyright  2001-2012 WoltLab GmbH
+ * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf
  * @subpackage system.user.authentication
@@ -21,7 +21,7 @@ interface IUserAuthentication {
        public static function getInstance();
        
        /**
-        * Returns true, if this authentication supports persistent logins.
+        * Returns true if this authentication supports persistent logins.
         * 
         * @return      boolean
         */
index c282a4af7809d75de9c2effae486ad995e07f43e..c1e2ceb57a4811ac31e1d90bc7c93494869aa9c9 100644 (file)
@@ -8,7 +8,7 @@ use wcf\system\io\GZipFile;
  * Contains file-related functions.
  * 
  * @author     Marcel Werk
- * @copyright  2001-2012 WoltLab GmbH
+ * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf
  * @subpackage util
@@ -276,7 +276,7 @@ final class FileUtil {
        }
        
        /**
-        * Return true, if the given filename is an url (http or ftp).
+        * Returns true if the given filename is an url (http or ftp).
         * 
         * @param       string          $filename
         * @return      boolean
@@ -539,7 +539,7 @@ final class FileUtil {
        }
        
        /**
-        * Returns true, if php is running as apache module.
+        * Returns true if php is running as apache module.
         * 
         * @return      boolean
         */
index 4efe2b6f2e61f0d3af0ccbaa8566fc2454811073..1ac0f9e1a10393716975b7dc282a397820f9ff98 100644 (file)
@@ -13,11 +13,10 @@ namespace wcf\util;
  */
 final class ImageUtil {
        /**
-        * Checks the content of an image for bad sections. 
-        * e.g. the use of javascript.
-        * Returns false, if any bad stuff was found.
+        * Checks the content of an image for bad sections, e.g. the use of javascript
+        * and returns false if any bad stuff was found.
         * 
-        * @return      boolean 
+        * @return      boolean
         */
        public static function checkImageContent($file) {
                // get file content
index 111c73e094e72a8a15053b24016998443b43dc58..3fad64929c69e23d48a8573104b8f21a65dd5f54 100644 (file)
@@ -52,7 +52,7 @@ final class PasswordUtil {
        const BCRYPT_TYPE = '2a';
        
        /**
-        * Returns true, if given encryption type is supported.
+        * Returns true if given encryption type is supported.
         * 
         * @param       string          $type
         * @return      boolean
@@ -62,7 +62,7 @@ final class PasswordUtil {
        }
        
        /**
-        * Returns true, if given hash looks like a valid bcrypt hash.
+        * Returns true if given hash looks like a valid bcrypt hash.
         * 
         * @param       string          $hash
         * @return      boolean
@@ -72,7 +72,7 @@ final class PasswordUtil {
        }
        
        /**
-        * Returns true, if given bcrypt hash uses a different cost factor and should be re-computed.
+        * Returns true if given bcrypt hash uses a different cost factor and should be re-computed.
         * 
         * @param       string          $hash
         * @return      boolean
index 3b4c0611cc4ec81b7c8197122fd7fc2b3d37449d..e4e909a5b6a008992005a2aca23d08b2dd42d57e 100644 (file)
@@ -7,7 +7,7 @@ use wcf\system\WCF;
  * Contains string-related functions.
  * 
  * @author     Oliver Kliebisch, Marcel Werk 
- * @copyright  2001-2012 WoltLab GmbH
+ * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf
  * @subpackage util
@@ -416,7 +416,7 @@ final class StringUtil {
        }
        
        /**
-        * Returns true, if the given string contains only ASCII characters.
+        * Returns true if the given string contains only ASCII characters.
         * 
         * @param       string          $string
         * @return      boolean
@@ -426,7 +426,7 @@ final class StringUtil {
        }
        
        /**
-        * Returns true, if the given string is utf-8 encoded.
+        * Returns true if the given string is utf-8 encoded.
         * @see         http://www.w3.org/International/questions/qa-forms-utf-8
         * 
         * @param       string          $string
@@ -492,7 +492,7 @@ final class StringUtil {
        }
        
        /**
-        * Returns false, if the given word is forbidden by given word filter.
+        * Returns false if the given word is forbidden by given word filter.
         * 
         * @param       string          $word
         * @param       string          $filter
index afabc2b21ea3a4c5be1873376c4d06a9d67011da..327707048bd6e5d237fc15d9a7df8194e84f195b 100644 (file)
@@ -6,7 +6,7 @@ use wcf\system\WCF;
  * Contains user-related functions.
  * 
  * @author     Marcel Werk
- * @copyright  2001-2012 WoltLab GmbH
+ * @copyright  2001-2013 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf
  * @subpackage util
@@ -14,7 +14,7 @@ use wcf\system\WCF;
  */
 final class UserUtil {
        /**
-        * Returns true, if the given name is a valid username.
+        * Returns true if the given name is a valid username.
         * 
         * @param       string          $name
         * @return      boolean
@@ -35,7 +35,7 @@ final class UserUtil {
        }
        
        /**
-        * Returns true, if the given username is available.
+        * Returns true if the given username is available.
         * 
         * @param       string          $name
         * @return      boolean
@@ -51,7 +51,7 @@ final class UserUtil {
        }
        
        /**
-        * Returns true, if the given e-mail is a valid address.
+        * Returns true if the given e-mail is a valid address.
         * @see http://www.faqs.org/rfcs/rfc821.html
         * 
         * @param       string          $email
@@ -74,7 +74,7 @@ final class UserUtil {
        }
        
        /**
-        * Returns true, if the given email address is available.
+        * Returns true if the given email address is available.
         * 
         * @param       string          $email
         * @return      boolean