]> git.mxchange.org Git - friendica.git/commit
Move /acl module to src/
authorHypolite Petovan <hypolite@mrpetovan.com>
Fri, 4 Oct 2019 02:40:42 +0000 (22:40 -0400)
committerHypolite Petovan <hypolite@mrpetovan.com>
Fri, 4 Oct 2019 02:40:42 +0000 (22:40 -0400)
commit8f20e2054b7cfdfabc1ff7cca54f05925d4a049b
treeb1cef61efd11eb2fce71f0e01bbd315b2b57e36e
parentc5563e5e783407d229fa5281cd91aab233321d21
Move /acl module to src/

- Move Core\ACL::contactAutocomplete to Module\Search\Acl
- Rename module path to /search/acl
21 files changed:
mod/acl.php [deleted file]
src/Core/ACL.php
src/Module/Search/Acl.php [new file with mode: 0644]
static/routes.config.php
view/js/main.js
view/templates/acl_selector.tpl
view/templates/contacts-head.tpl
view/templates/display-head.tpl
view/templates/item/compose-footer.tpl
view/templates/jot-header.tpl
view/templates/message-head.tpl
view/templates/msg-header.tpl
view/templates/poke_head.tpl
view/templates/wallmsg-header.tpl
view/theme/frio/js/event_edit.js
view/theme/frio/templates/acl_selector.tpl
view/theme/frio/templates/jot-header.tpl
view/theme/frio/templates/msg-header.tpl
view/theme/frio/templates/nav_head.tpl
view/theme/smoothly/templates/jot-header.tpl
view/theme/vier/templates/nav_head.tpl