Already mentioned in #36. I found a possible enhancement with recupCommunity and recupCommunityByDomain functions. Actually, these 2 functions are object wide declared while it should be better to declare them for the whole platform. The best lace to do it is in the lib_system.php file.
Already mentioned in #36. I found a possible enhancement with recupCommunity and recupCommunityByDomain functions. Actually, these 2 functions are object wide declared while it should be better to declare them for the whole platform. The best lace to do it is in the lib_system.php file.
Calls of recupCommunity() and recupCommunityByDomain() are now done by the platform wide function, not by $this->... All old calls recupCommunauty() have been renamed to recupCommunity().
Calls of recupCommunity() and recupCommunityByDomain() are now done by the platform wide function, not by $this->... All old calls recupCommunauty() have been renamed to recupCommunity().
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Already mentioned in #36. I found a possible enhancement with recupCommunity and recupCommunityByDomain functions. Actually, these 2 functions are object wide declared while it should be better to declare them for the whole platform. The best lace to do it is in the lib_system.php file.
Calls of recupCommunity() and recupCommunityByDomain() are now done by the platform wide function, not by $this->... All old calls recupCommunauty() have been renamed to recupCommunity().
Fixed.
Pushed to master