From 2148998600ea14997110d909cd3abd95f7793621 Mon Sep 17 00:00:00 2001 From: Matthias Schmidt Date: Thu, 28 Jul 2011 09:43:27 +0200 Subject: [PATCH] Updated form and page documentations Updated the form and page documentations, some acp forms' documentations still need to be updated. Additionally the obsolete property wcf\acp\page\PackageListPage::$packageList has been removed and a property name typo was fixed (in wcf\acp\form\PackageUpdateAuthForm: $header instead of $eader). --- .../files/lib/acp/form/ACPForm.class.php | 3 +- .../acp/form/AbstractOptionListForm.class.php | 4 +- .../lib/acp/form/CronjobEditForm.class.php | 4 +- .../files/lib/acp/form/LoginForm.class.php | 2 +- .../lib/acp/form/MasterPasswordForm.class.php | 2 - .../acp/form/MasterPasswordInitForm.class.php | 1 - .../lib/acp/form/OptionImportForm.class.php | 8 +-- .../form/PackageStartInstallForm.class.php | 38 +++++++++- .../acp/form/PackageUpdateAuthForm.class.php | 72 ++++++++++++++++++- .../lib/acp/form/PackageUpdateForm.class.php | 30 ++++++++ .../form/PackageUpdateSearchForm.class.php | 60 ++++++++++++++++ .../acp/form/UserAssignToGroupForm.class.php | 13 +++- .../lib/acp/page/ACPSessionLogPage.class.php | 2 - .../lib/acp/page/CacheListPage.class.php | 15 +++- .../files/lib/acp/page/IndexPage.class.php | 4 +- .../page/PackageAutoUpdateListPage.class.php | 11 +++ .../lib/acp/page/PackageListPage.class.php | 29 +++++--- .../PackageUpdateSearchResultPage.class.php | 22 +++++- .../lib/acp/page/PackageViewPage.class.php | 37 +++++++++- .../acp/page/UpdateServerListPage.class.php | 19 ++++- .../lib/acp/page/UserGroupListPage.class.php | 21 +++++- .../files/lib/acp/page/UserListPage.class.php | 25 +++++-- .../files/lib/form/AbstractForm.class.php | 6 +- .../files/lib/page/AbstractPage.class.php | 12 ++-- .../files/lib/page/MultipleLinkPage.class.php | 21 ++---- .../files/lib/page/SortablePage.class.php | 12 ++-- 26 files changed, 391 insertions(+), 82 deletions(-) diff --git a/wcfsetup/install/files/lib/acp/form/ACPForm.class.php b/wcfsetup/install/files/lib/acp/form/ACPForm.class.php index 129258d54a..7562e345e8 100755 --- a/wcfsetup/install/files/lib/acp/form/ACPForm.class.php +++ b/wcfsetup/install/files/lib/acp/form/ACPForm.class.php @@ -15,8 +15,7 @@ use wcf\form\AbstractForm; */ class ACPForm extends AbstractForm { /** - * Active acp menu item. - * + * active acp menu item * @var string */ public $activeMenuItem = ''; diff --git a/wcfsetup/install/files/lib/acp/form/AbstractOptionListForm.class.php b/wcfsetup/install/files/lib/acp/form/AbstractOptionListForm.class.php index 0412674061..324f18c495 100755 --- a/wcfsetup/install/files/lib/acp/form/AbstractOptionListForm.class.php +++ b/wcfsetup/install/files/lib/acp/form/AbstractOptionListForm.class.php @@ -42,13 +42,13 @@ abstract class AbstractOptionListForm extends AbstractForm { /** * list of all option categories - * @var array + * @var array */ public $cachedCategories = array(); /** * list of all options - * @var array