comanage-dev - [comanage-dev] r663 - in registry/trunk/app: Console/Command Controller Controller/Component Model View/ApiUsers View/CoInvites View/CoNotifications
Subject: COmanage Developers List
List archive
[comanage-dev] r663 - in registry/trunk/app: Console/Command Controller Controller/Component Model View/ApiUsers View/CoInvites View/CoNotifications
Chronological Thread
- From:
- To:
- Subject: [comanage-dev] r663 - in registry/trunk/app: Console/Command Controller Controller/Component Model View/ApiUsers View/CoInvites View/CoNotifications
- Date: Sat, 1 Feb 2014 15:20:14 -0500
Author: benno
Date: 2014-02-01 15:20:14 -0500 (Sat, 01 Feb 2014)
New Revision: 663
Modified:
registry/trunk/app/Console/Command/NotificationShell.php
registry/trunk/app/Controller/ApiUsersController.php
registry/trunk/app/Controller/AppController.php
registry/trunk/app/Controller/CoInvitesController.php
registry/trunk/app/Controller/CoNotificationsController.php
registry/trunk/app/Controller/Component/RoleComponent.php
registry/trunk/app/Controller/MVPAController.php
registry/trunk/app/Controller/PagesController.php
registry/trunk/app/Model/ApiUser.php
registry/trunk/app/Model/CoNotification.php
registry/trunk/app/Model/EmailAddress.php
registry/trunk/app/View/ApiUsers/fields.inc
registry/trunk/app/View/ApiUsers/index.ctp
registry/trunk/app/View/CoInvites/verify_email_address.ctp
registry/trunk/app/View/CoNotifications/fields.inc
Log:
Correct @since tags for 0.8.4
Modified: registry/trunk/app/Console/Command/NotificationShell.php
===================================================================
--- registry/trunk/app/Console/Command/NotificationShell.php 2014-02-01
15:21:30 UTC (rev 662)
+++ registry/trunk/app/Console/Command/NotificationShell.php 2014-02-01
20:20:14 UTC (rev 663)
@@ -17,7 +17,7 @@
* @copyright Copyright (C) 2014 University Corporation for Advanced
Internet Development, Inc.
* @link http://www.internet2.edu/comanage COmanage Project
* @package registry
- * @since COmanage Registry v0.9
+ * @since COmanage Registry v0.8.4
* @license Apache License, Version 2.0
(http://www.apache.org/licenses/LICENSE-2.0)
* @version $Id$
*/
@@ -175,7 +175,7 @@
/**
* Map an identifier and type to a CO Person
*
- * @since COmanage Registry v0.9
+ * @since COmanage Registry v0.8.4
* @param String $identifier Identifier, of the form type:value
* @param Integer $coId CO ID to search within
* @return Integer CO Person ID
Modified: registry/trunk/app/Controller/ApiUsersController.php
===================================================================
--- registry/trunk/app/Controller/ApiUsersController.php 2014-02-01
15:21:30 UTC (rev 662)
+++ registry/trunk/app/Controller/ApiUsersController.php 2014-02-01
20:20:14 UTC (rev 663)
@@ -17,7 +17,7 @@
* @copyright Copyright (C) 2013 University Corporation for Advanced
Internet Development, Inc.
* @link http://www.internet2.edu/comanage COmanage Project
* @package registry
- * @since COmanage Registry v0.9
+ * @since COmanage Registry v0.8.4
* @license Apache License, Version 2.0
(http://www.apache.org/licenses/LICENSE-2.0)
* @version $Id$
*/
@@ -42,7 +42,7 @@
* Perform any dependency checks required prior to a write (add/edit)
operation.
* - postcondition: Session flash message updated (HTML) or HTTP status
returned (REST)
*
- * @since COmanage Registry v0.9
+ * @since COmanage Registry v0.8.4
* @param Array Request data
* @param Array Current data
* @return boolean true if dependency checks succeed, false otherwise.
@@ -91,7 +91,7 @@
* - precondition: Session.Auth holds data used for authz decisions
* - postcondition: $permissions set with calculated permissions
*
- * @since COmanage Registry v0.9
+ * @since COmanage Registry v0.8.4
* @return Array Permissions
*/
Modified: registry/trunk/app/Controller/AppController.php
===================================================================
--- registry/trunk/app/Controller/AppController.php 2014-02-01 15:21:30
UTC (rev 662)
+++ registry/trunk/app/Controller/AppController.php 2014-02-01 20:20:14
UTC (rev 663)
@@ -284,7 +284,7 @@
* Determine the CO ID based on some attribute of the request.
* This method is intended to be overridden by model-specific controllers.
*
- * @since COmanage Registry v0.9
+ * @since COmanage Registry v0.8.4
* @return Integer CO ID, or null if not implemented or not applicable.
* @throws InvalidArgumentException
*/
@@ -1088,7 +1088,7 @@
* - precondition: Session.Auth holds current CO Person ID
* - postcondition: $vv_my_notifications will be set
*
- * @since COmanage Registry v0.9
+ * @since COmanage Registry v0.8.4
*/
protected function getNotifications() {
Modified: registry/trunk/app/Controller/CoInvitesController.php
===================================================================
--- registry/trunk/app/Controller/CoInvitesController.php 2014-02-01
15:21:30 UTC (rev 662)
+++ registry/trunk/app/Controller/CoInvitesController.php 2014-02-01
20:20:14 UTC (rev 663)
@@ -75,7 +75,7 @@
* - postcondition: $inviteid deleted
* - postcondition: Session flash message updated (HTML)
*
- * @since COmanage Registry v0.9
+ * @since COmanage Registry v0.8.4
* @param Integer Invitation ID
*/
@@ -109,7 +109,7 @@
* Determine the CO ID based on some attribute of the request.
* This method is intended to be overridden by model-specific controllers.
*
- * @since COmanage Registry v0.9
+ * @since COmanage Registry v0.8.4
* @return Integer CO ID, or null if not implemented or not applicable.
* @throws InvalidArgumentException
*/
@@ -630,7 +630,7 @@
* - postcondition: Email invitation sent to address
* - postcondition: Session flash message updated (HTML) or HTTP status
returned (REST)
*
- * @since COmanage Registry v0.9
+ * @since COmanage Registry v0.8.4
* @todo Add rest support
*/
Modified: registry/trunk/app/Controller/CoNotificationsController.php
===================================================================
--- registry/trunk/app/Controller/CoNotificationsController.php 2014-02-01
15:21:30 UTC (rev 662)
+++ registry/trunk/app/Controller/CoNotificationsController.php 2014-02-01
20:20:14 UTC (rev 663)
@@ -17,7 +17,7 @@
* @copyright Copyright (C) 2014 University Corporation for Advanced
Internet Development, Inc.
* @link http://www.internet2.edu/comanage COmanage Project
* @package registry
- * @since COmanage Registry v0.9
+ * @since COmanage Registry v0.8.4
* @license Apache License, Version 2.0
(http://www.apache.org/licenses/LICENSE-2.0)
* @version $Id$
*/
@@ -54,7 +54,7 @@
* - postcondition: CO Invitation status set to 'Acknowledged'
* - postcondition: Session flash message updated (HTML)
*
- * @since COmanage Registry v0.9
+ * @since COmanage Registry v0.8.4
* @param Integer $id CO Notification ID
*/
@@ -76,7 +76,7 @@
* Determine the CO ID based on some attribute of the request.
* This method is intended to be overridden by model-specific controllers.
*
- * @since COmanage Registry v0.9
+ * @since COmanage Registry v0.8.4
* @return Integer CO ID, or null if not implemented or not applicable.
* @throws InvalidArgumentException
*/
@@ -112,7 +112,7 @@
* - postcondition: CO Invitation status set to 'Canceled'
* - postcondition: Session flash message updated (HTML)
*
- * @since COmanage Registry v0.9
+ * @since COmanage Registry v0.8.4
* @param Integer $id CO Notification ID
*/
@@ -135,7 +135,7 @@
* - precondition: Session.Auth holds data used for authz decisions
* - postcondition: $permissions set with calculated permissions
*
- * @since COmanage Registry v0.9
+ * @since COmanage Registry v0.8.4
* @return Array Permissions
*/
Modified: registry/trunk/app/Controller/Component/RoleComponent.php
===================================================================
--- registry/trunk/app/Controller/Component/RoleComponent.php 2014-02-01
15:21:30 UTC (rev 662)
+++ registry/trunk/app/Controller/Component/RoleComponent.php 2014-02-01
20:20:14 UTC (rev 663)
@@ -404,7 +404,7 @@
/**
* Determine if a CO Person can request email verification for another CO
Person.
*
- * @since COmanage Registry v0.9
+ * @since COmanage Registry v0.8.4
* @param Integer CO Person ID of requestor
* @param Integer Email Address ID to request email verification of
* @return Boolean True if email verification may be requested, false
otherwise
@@ -1180,7 +1180,7 @@
/**
* Determine if a CO Person is a participant (subject, recipient, or
actor) for a CO Notification.
*
- * @since COmanage Registry v0.9
+ * @since COmanage Registry v0.8.4
* @param Integer $coNotificationId CO Notification ID
* @param Integer $coPersonId CO Person ID
* @return Boolean True if the CO Person ID is a participant in the
notification, false otherwise
@@ -1195,7 +1195,7 @@
/**
* Determine if a CO Person is a recipient of a CO Notification.
*
- * @since COmanage Registry v0.9
+ * @since COmanage Registry v0.8.4
* @param Integer $coNotificationId CO Notification ID
* @param Integer $coPersonId CO Person ID
* @return Boolean True if the CO Person ID is a recipient of the
notification, false otherwise
@@ -1210,7 +1210,7 @@
/**
* Determine if a CO Person has the specified role for a CO Notification.
*
- * @since COmanage Registry v0.9
+ * @since COmanage Registry v0.8.4
* @param Integer $coNotificationId CO Notification ID
* @param Integer $coPersonId CO Person ID
* @param String $role 'actor', 'participant', 'recipient',
'subject'
@@ -1274,7 +1274,7 @@
/**
* Determine if a CO Person is the sender of a CO Notification.
*
- * @since COmanage Registry v0.9
+ * @since COmanage Registry v0.8.4
* @param Integer $coNotificationId CO Notification ID
* @param Integer $coPersonId CO Person ID
* @return Boolean True if the CO Person ID is the sender of the
notification, false otherwise
Modified: registry/trunk/app/Controller/MVPAController.php
===================================================================
--- registry/trunk/app/Controller/MVPAController.php 2014-02-01 15:21:30
UTC (rev 662)
+++ registry/trunk/app/Controller/MVPAController.php 2014-02-01 20:20:14
UTC (rev 663)
@@ -83,7 +83,7 @@
* try{} block so that HistoryRecord->record() may be called without
worrying
* about catching exceptions.
*
- * @since COmanage Registry v0.9
+ * @since COmanage Registry v0.8.4
* @param String Controller action causing the change
* @param Array Data provided as part of the action (for add/edit)
* @param Array Previous data (for delete/edit)
Modified: registry/trunk/app/Controller/PagesController.php
===================================================================
--- registry/trunk/app/Controller/PagesController.php 2014-02-01 15:21:30
UTC (rev 662)
+++ registry/trunk/app/Controller/PagesController.php 2014-02-01 20:20:14
UTC (rev 663)
@@ -55,7 +55,7 @@
/**
* Callback before other controller methods are invoked or views are
rendered.
*
- * @since COmanage Registry v0.9
+ * @since COmanage Registry v0.8.4
*/
function beforeFilter() {
Modified: registry/trunk/app/Model/ApiUser.php
===================================================================
--- registry/trunk/app/Model/ApiUser.php 2014-02-01 15:21:30 UTC (rev
662)
+++ registry/trunk/app/Model/ApiUser.php 2014-02-01 20:20:14 UTC (rev
663)
@@ -58,7 +58,7 @@
/**
* Actions to take before a save operation is executed.
*
- * @since COmanage Registry v0.9
+ * @since COmanage Registry v0.8.4
*/
public function beforeSave($options = array()) {
Modified: registry/trunk/app/Model/CoNotification.php
===================================================================
--- registry/trunk/app/Model/CoNotification.php 2014-02-01 15:21:30 UTC (rev
662)
+++ registry/trunk/app/Model/CoNotification.php 2014-02-01 20:20:14 UTC (rev
663)
@@ -17,7 +17,7 @@
* @copyright Copyright (C) 2014 University Corporation for Advanced
Internet Development, Inc.
* @link http://www.internet2.edu/comanage COmanage Project
* @package registry
- * @since COmanage Registry v0.9
+ * @since COmanage Registry v0.8.4
* @license Apache License, Version 2.0
(http://www.apache.org/licenses/LICENSE-2.0)
* @version $Id$
*/
@@ -135,7 +135,7 @@
/**
* Acknowledge an outstanding notification
*
- * @since COmanage Registry v0.9
+ * @since COmanage Registry v0.8.4
* @param Integer $id CO Notification ID
* @param Integer $coPersonId CO Person ID of person ackowledging the
notification
* @return Boolean True if notification is acknowledged
@@ -151,7 +151,7 @@
/**
* Cancel an outstanding notification
*
- * @since COmanage Registry v0.9
+ * @since COmanage Registry v0.8.4
* @param Integer $id CO Notification ID
* @param Integer $coPersonId CO Person ID of person canceling the
notification
* @return Boolean True if notification is canceled
@@ -167,7 +167,7 @@
/**
* Obtain pending notifications for a CO Person
*
- * @since COmanage Registry v0.9
+ * @since COmanage Registry v0.8.4
* @param Integer $coPersonId CO Person ID to obtain notifications for
* @return Array Set of pending notifications
*/
@@ -203,7 +203,7 @@
/**
* Process the resolution of an outstanding notification
*
- * @since COmanage Registry v0.9
+ * @since COmanage Registry v0.8.4
* @param Integer $id CO Notification ID
* @param Integer $coPersonId CO Person ID of person ackowledging the
notification
* @param String $resolution NotificationStatusEnum
@@ -301,7 +301,7 @@
/**
* Register a new notification
*
- * @since COmanage Registry v0.9
+ * @since COmanage Registry v0.8.4
* @param Integer $subjectCoPersonId CO Person ID of subject of
notification
* @param Integer $actorCoPersonId CO Person ID of actor who generated
notification (or null)
* @param String $recipientType "coperson" or "cogroup"
@@ -422,7 +422,7 @@
/**
* Resolve an outstanding notification
*
- * @since COmanage Registry v0.9
+ * @since COmanage Registry v0.8.4
* @param Integer $id CO Notification ID
* @param Integer $coPersonId CO Person ID of person resolving the
notification
* @return Boolean True if notification is resolved
Modified: registry/trunk/app/Model/EmailAddress.php
===================================================================
--- registry/trunk/app/Model/EmailAddress.php 2014-02-01 15:21:30 UTC (rev
662)
+++ registry/trunk/app/Model/EmailAddress.php 2014-02-01 20:20:14 UTC (rev
663)
@@ -123,7 +123,7 @@
/**
* Actions to take before a save operation is executed.
*
- * @since COmanage Registry v0.9
+ * @since COmanage Registry v0.8.4
*/
public function beforeSave($options = array()) {
Modified: registry/trunk/app/View/ApiUsers/fields.inc
===================================================================
--- registry/trunk/app/View/ApiUsers/fields.inc 2014-02-01 15:21:30 UTC (rev
662)
+++ registry/trunk/app/View/ApiUsers/fields.inc 2014-02-01 20:20:14 UTC (rev
663)
@@ -17,7 +17,7 @@
* @copyright Copyright (C) 201 University Corporation for Advanced
Internet Development, Inc.
* @link http://www.internet2.edu/comanage COmanage Project
* @package registry
- * @since COmanage Registry v0.9
+ * @since COmanage Registry v0.8.4
* @license Apache License, Version 2.0
(http://www.apache.org/licenses/LICENSE-2.0)
* @version $Id$
*/
Modified: registry/trunk/app/View/ApiUsers/index.ctp
===================================================================
--- registry/trunk/app/View/ApiUsers/index.ctp 2014-02-01 15:21:30 UTC (rev
662)
+++ registry/trunk/app/View/ApiUsers/index.ctp 2014-02-01 20:20:14 UTC (rev
663)
@@ -17,7 +17,7 @@
* @copyright Copyright (C) 2013 University Corporation for Advanced
Internet Development, Inc.
* @link http://www.internet2.edu/comanage COmanage Project
* @package registry
- * @since COmanage Registry v0.9
+ * @since COmanage Registry v0.8.4
* @license Apache License, Version 2.0
(http://www.apache.org/licenses/LICENSE-2.0)
* @version $Id$
*/-->
Modified: registry/trunk/app/View/CoInvites/verify_email_address.ctp
===================================================================
--- registry/trunk/app/View/CoInvites/verify_email_address.ctp 2014-02-01
15:21:30 UTC (rev 662)
+++ registry/trunk/app/View/CoInvites/verify_email_address.ctp 2014-02-01
20:20:14 UTC (rev 663)
@@ -17,7 +17,7 @@
* @copyright Copyright (C) 2013 University Corporation for Advanced
Internet Development, Inc.
* @link http://www.internet2.edu/comanage COmanage Project
* @package registry
- * @since COmanage Registry v0.9
+ * @since COmanage Registry v0.8.4
* @license Apache License, Version 2.0
(http://www.apache.org/licenses/LICENSE-2.0)
* @version $Id$
*/
Modified: registry/trunk/app/View/CoNotifications/fields.inc
===================================================================
--- registry/trunk/app/View/CoNotifications/fields.inc 2014-02-01 15:21:30
UTC (rev 662)
+++ registry/trunk/app/View/CoNotifications/fields.inc 2014-02-01 20:20:14
UTC (rev 663)
@@ -17,7 +17,7 @@
* @copyright Copyright (C) 2014 University Corporation for Advanced
Internet Development, Inc.
* @link http://www.internet2.edu/comanage COmanage Project
* @package registry
- * @since COmanage Registry v0.9
+ * @since COmanage Registry v0.8.4
* @license Apache License, Version 2.0
(http://www.apache.org/licenses/LICENSE-2.0)
* @version $Id$
*/
- [comanage-dev] r663 - in registry/trunk/app: Console/Command Controller Controller/Component Model View/ApiUsers View/CoInvites View/CoNotifications, svnlog, 02/01/2014
Archive powered by MHonArc 2.6.16.