]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Move the functionality to a plugin
authorStephen Paul Weber <singpolyma@singpolyma.net>
Wed, 28 Oct 2015 00:11:54 +0000 (00:11 +0000)
committerStephen Paul Weber <singpolyma@singpolyma.net>
Wed, 28 Oct 2015 00:11:54 +0000 (00:11 +0000)
commitfed0895d98a595609df7c821123ec9d6a22fbbc9
tree23dff7c54ad9d2dc3d3fcb154c2e58a140546cb7
parent21979bb7d75ddbc0edfd529779a6f368bd0df7d5
Move the functionality to a plugin

Use an associated model to prevent race conditions on creating the
profile object.
classes/Profile.php
lib/util.php
plugins/MentionURL/MentionURLPlugin.php [new file with mode: 0644]
plugins/MentionURL/classes/Mention_url_profile.php [new file with mode: 0644]
plugins/MentionURL/lib/util.php [new file with mode: 0644]