]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Moved oEmbed stuff out to a plugin (Oembed).
authorMikael Nordfeldth <mmn@hethane.se>
Tue, 6 May 2014 21:00:30 +0000 (23:00 +0200)
committerMikael Nordfeldth <mmn@hethane.se>
Tue, 6 May 2014 21:32:13 +0000 (23:32 +0200)
commit1776c90cb98d5ca738db143703fb998612ada31e
tree06807187c1efddaf39d735e18848e0a700bd61e5
parentb0c4e8fc3d406b6d2dc8b54b1892b39e0bb796bc
Moved oEmbed stuff out to a plugin (Oembed).
25 files changed:
CONFIGURE
actions/attachment.php
actions/oembed.php [deleted file]
actions/shownotice.php
classes/File.php
classes/File_oembed.php [deleted file]
classes/File_redirection.php
db/core.php
lib/action.php
lib/attachmentlist.php
lib/default.php
lib/oembedhelper.php [deleted file]
lib/router.php
plugins/Bookmark/README [new file with mode: 0644]
plugins/LinkPreview/README [new file with mode: 0644]
plugins/Oembed/CONFIGURE [new file with mode: 0644]
plugins/Oembed/OembedPlugin.php [new file with mode: 0644]
plugins/Oembed/README [new file with mode: 0644]
plugins/Oembed/actions/oembed.php [new file with mode: 0644]
plugins/Oembed/classes/File_oembed.php [new file with mode: 0644]
plugins/Oembed/lib/oembedhelper.php [new file with mode: 0644]
plugins/Oembed/scripts/fixup_files.php [new file with mode: 0755]
plugins/Oembed/tests/oEmbedTest.php [new file with mode: 0644]
scripts/fixup_files.php [deleted file]
tests/oEmbedTest.php [deleted file]