Skip to content

Commit

Permalink
Merge pull request #6635 from eileenmcnaughton/comments
Browse files Browse the repository at this point in the history
fixes to comments
  • Loading branch information
kurund committed Aug 31, 2015
2 parents 2c855ea + 67d1929 commit 90afa3f
Show file tree
Hide file tree
Showing 225 changed files with 343 additions and 1,583 deletions.
2 changes: 0 additions & 2 deletions CRM/ACL/API.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@
*
* @package CRM
* @copyright CiviCRM LLC (c) 2004-2015
* $Id$
*
*/
class CRM_ACL_API {

Expand Down
4 changes: 2 additions & 2 deletions CRM/ACL/BAO/ACL.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@
*
* @package CRM
* @copyright CiviCRM LLC (c) 2004-2015
* $Id$
*
*/

/**
Expand All @@ -44,6 +42,8 @@ class CRM_ACL_BAO_ACL extends CRM_ACL_DAO_ACL {
static $_fieldKeys = NULL;

/**
* Get ACL entity table.
*
* @return array|null
*/
public static function entityTable() {
Expand Down
4 changes: 1 addition & 3 deletions CRM/ACL/BAO/Cache.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,10 @@
*
* @package CRM
* @copyright CiviCRM LLC (c) 2004-2015
* $Id$
*
*/

/**
* Access Control Cache
* Access Control Cache.
*/
class CRM_ACL_BAO_Cache extends CRM_ACL_DAO_Cache {

Expand Down
6 changes: 3 additions & 3 deletions CRM/ACL/BAO/EntityRole.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,17 @@
*
* @package CRM
* @copyright CiviCRM LLC (c) 2004-2015
* $Id$
*
*/

/**
* Access Control EntityRole
* Access Control EntityRole.
*/
class CRM_ACL_BAO_EntityRole extends CRM_ACL_DAO_EntityRole {
static $_entityTable = NULL;

/**
* Get entity table.
*
* @return array|null
*/
public static function entityTable() {
Expand Down
18 changes: 0 additions & 18 deletions CRM/ACL/Form/ACL.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,24 +29,11 @@
*
* @package CRM
* @copyright CiviCRM LLC (c) 2004-2015
* $Id$
*
*/

/**
*
* @package CRM
* @copyright CiviCRM LLC (c) 2004-2015
* $Id$
*
*/
class CRM_ACL_Form_ACL extends CRM_Admin_Form {

/**
* Set default values for the form.
*
*
* @return void
*/
public function setDefaultValues() {
$defaults = parent::setDefaultValues();
Expand Down Expand Up @@ -113,8 +100,6 @@ public function setDefaultValues() {

/**
* Build the form object.
*
* @return void
*/
public function buildQuickForm() {
parent::buildQuickForm();
Expand Down Expand Up @@ -266,9 +251,6 @@ public static function formRule($params) {

/**
* Process the form submission.
*
*
* @return void
*/
public function postProcess() {
// note this also resets any ACL cache
Expand Down
18 changes: 0 additions & 18 deletions CRM/ACL/Form/ACLBasic.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,24 +29,11 @@
*
* @package CRM
* @copyright CiviCRM LLC (c) 2004-2015
* $Id$
*
*/

/**
*
* @package CRM
* @copyright CiviCRM LLC (c) 2004-2015
* $Id$
*
*/
class CRM_ACL_Form_ACLBasic extends CRM_Admin_Form {

/**
* Set default values for the form.
*
*
* @return void
*/
public function setDefaultValues() {
$defaults = array();
Expand Down Expand Up @@ -75,8 +62,6 @@ public function setDefaultValues() {

/**
* Build the form object.
*
* @return void
*/
public function buildQuickForm() {
parent::buildQuickForm();
Expand Down Expand Up @@ -124,9 +109,6 @@ public static function formRule($params) {

/**
* Process the form submission.
*
*
* @return void
*/
public function postProcess() {
CRM_ACL_BAO_Cache::resetCache();
Expand Down
15 changes: 0 additions & 15 deletions CRM/ACL/Form/EntityRole.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,23 +29,11 @@
*
* @package CRM
* @copyright CiviCRM LLC (c) 2004-2015
* $Id$
*
*/

/**
*
* @package CRM
* @copyright CiviCRM LLC (c) 2004-2015
* $Id$
*
*/
class CRM_ACL_Form_EntityRole extends CRM_Admin_Form {

/**
* Build the form object.
*
* @return void
*/
public function buildQuickForm() {
parent::buildQuickForm();
Expand All @@ -70,9 +58,6 @@ public function buildQuickForm() {

/**
* Process the form submission.
*
*
* @return void
*/
public function postProcess() {
CRM_ACL_BAO_Cache::resetCache();
Expand Down
6 changes: 0 additions & 6 deletions CRM/ACL/Form/WordPress/Permissions.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@
*
* @package CRM
* @copyright CiviCRM LLC (c) 2004-2015
* $Id$
*
*/

/**
Expand All @@ -40,8 +38,6 @@ class CRM_ACL_Form_WordPress_Permissions extends CRM_Core_Form {

/**
* Build the form object.
*
* @return void
*/
public function buildQuickForm() {

Expand Down Expand Up @@ -107,8 +103,6 @@ public function buildQuickForm() {

/**
* Process the form submission.
*
* @return void
*/
public function postProcess() {
$params = $this->controller->exportValues($this->_name);
Expand Down
14 changes: 0 additions & 14 deletions CRM/ACL/Page/ACL.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,6 @@
*
* @package CRM
* @copyright CiviCRM LLC (c) 2004-2015
* $Id$
*
*/

/**
*
* @package CRM
* @copyright CiviCRM LLC (c) 2004-2015
* $Id$
*
*/
class CRM_ACL_Page_ACL extends CRM_Core_Page_Basic {

Expand Down Expand Up @@ -103,8 +93,6 @@ public function &links() {
* This method is called after the page is created. It checks for the
* type of action and executes that action.
* Finally it calls the parent's run method.
*
* @return void
*/
public function run() {
// get the requested action
Expand Down Expand Up @@ -154,8 +142,6 @@ public function run() {

/**
* Browse all acls.
*
* @return void
*/
public function browse() {
// get all acl's sorted by weight
Expand Down
14 changes: 0 additions & 14 deletions CRM/ACL/Page/ACLBasic.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,6 @@
*
* @package CRM
* @copyright CiviCRM LLC (c) 2004-2015
* $Id$
*
*/

/**
*
* @package CRM
* @copyright CiviCRM LLC (c) 2004-2015
* $Id$
*
*/
class CRM_ACL_Page_ACLBasic extends CRM_Core_Page_Basic {

Expand Down Expand Up @@ -91,8 +81,6 @@ public function &links() {
* This method is called after the page is created. It checks for the
* type of action and executes that action.
* Finally it calls the parent's run method.
*
* @return void
*/
public function run() {
// get the requested action
Expand Down Expand Up @@ -130,8 +118,6 @@ public function run() {

/**
* Browse all acls.
*
* @return void
*/
public function browse() {

Expand Down
14 changes: 0 additions & 14 deletions CRM/ACL/Page/EntityRole.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,6 @@
*
* @package CRM
* @copyright CiviCRM LLC (c) 2004-2015
* $Id$
*
*/

/**
*
* @package CRM
* @copyright CiviCRM LLC (c) 2004-2015
* $Id$
*
*/
class CRM_ACL_Page_EntityRole extends CRM_Core_Page_Basic {

Expand Down Expand Up @@ -103,8 +93,6 @@ public function &links() {
* This method is called after the page is created. It checks for the
* type of action and executes that action.
* Finally it calls the parent's run method.
*
* @return void
*/
public function run() {
// get the requested action
Expand Down Expand Up @@ -151,8 +139,6 @@ public function run() {

/**
* Browse all acls.
*
* @return void
*/
public function browse() {

Expand Down
1 change: 0 additions & 1 deletion CRM/Activity/BAO/Activity.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
*
* @package CRM
* @copyright CiviCRM LLC (c) 2004-2015
* $Id$
*/

/**
Expand Down
5 changes: 1 addition & 4 deletions CRM/Activity/BAO/ActivityAssignment.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,10 @@
*
* @package CRM
* @copyright CiviCRM LLC (c) 2004-2015
* $Id$
*
*/

/**
* This class is for activity assignment functions
*
* This class is for activity assignment functions.
*/
class CRM_Activity_BAO_ActivityAssignment extends CRM_Activity_DAO_ActivityContact {

Expand Down
5 changes: 1 addition & 4 deletions CRM/Activity/BAO/ActivityContact.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,10 @@
*
* @package CRM
* @copyright CiviCRM LLC (c) 2004-2015
* $Id$
*
*/

/**
* This class is for activity assignment functions
*
* This class is for activity assignment functions.
*/
class CRM_Activity_BAO_ActivityContact extends CRM_Activity_DAO_ActivityContact {

Expand Down
5 changes: 1 addition & 4 deletions CRM/Activity/BAO/ActivityTarget.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,10 @@
*
* @package CRM
* @copyright CiviCRM LLC (c) 2004-2015
* $Id$
*
*/

/**
* This class is for activity assignment functions
*
* This class is for activity assignment functions.
*/
class CRM_Activity_BAO_ActivityTarget extends CRM_Activity_DAO_ActivityContact {

Expand Down
5 changes: 1 addition & 4 deletions CRM/Activity/BAO/ICalendar.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,10 @@
*
* @package CRM
* @copyright CiviCRM LLC (c) 2004-2015
* $Id$
*
*/

/**
* Generate ical invites for activities
*
* Generate ical invites for activities.
*/
class CRM_Activity_BAO_ICalendar {

Expand Down
Loading

0 comments on commit 90afa3f

Please sign in to comment.