mirror of
https://github.com/friendica/friendica
synced 2025-04-24 11:50:10 +00:00
@brief is removed completely
This commit is contained in:
parent
fd1f1999f0
commit
0a4119adaf
170 changed files with 901 additions and 962 deletions
|
@ -19,7 +19,7 @@ use Friendica\Model\PermissionSet;
|
|||
class PostUpdate
|
||||
{
|
||||
/**
|
||||
* @brief Calls the post update functions
|
||||
* Calls the post update functions
|
||||
*/
|
||||
public static function update()
|
||||
{
|
||||
|
@ -49,7 +49,7 @@ class PostUpdate
|
|||
}
|
||||
|
||||
/**
|
||||
* @brief Updates the "global" field in the item table
|
||||
* Updates the "global" field in the item table
|
||||
*
|
||||
* @return bool "true" when the job is done
|
||||
* @throws \Friendica\Network\HTTPException\InternalServerErrorException
|
||||
|
@ -118,7 +118,7 @@ class PostUpdate
|
|||
}
|
||||
|
||||
/**
|
||||
* @brief update the "last-item" field in the "self" contact
|
||||
* update the "last-item" field in the "self" contact
|
||||
*
|
||||
* This field avoids cost intensive calls in the admin panel and in "nodeinfo"
|
||||
*
|
||||
|
@ -153,7 +153,7 @@ class PostUpdate
|
|||
}
|
||||
|
||||
/**
|
||||
* @brief update the item related tables
|
||||
* update the item related tables
|
||||
*
|
||||
* @return bool "true" when the job is done
|
||||
* @throws \Friendica\Network\HTTPException\InternalServerErrorException
|
||||
|
@ -305,7 +305,7 @@ class PostUpdate
|
|||
}
|
||||
|
||||
/**
|
||||
* @brief update item-uri data. Prerequisite for the next item structure update.
|
||||
* update item-uri data. Prerequisite for the next item structure update.
|
||||
*
|
||||
* @return bool "true" when the job is done
|
||||
* @throws \Friendica\Network\HTTPException\InternalServerErrorException
|
||||
|
@ -459,7 +459,7 @@ class PostUpdate
|
|||
}
|
||||
|
||||
/**
|
||||
* @brief update user-item data with notifications
|
||||
* update user-item data with notifications
|
||||
*
|
||||
* @return bool "true" when the job is done
|
||||
* @throws \Friendica\Network\HTTPException\InternalServerErrorException
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue