diff options
Diffstat (limited to 'mod')
m--------- | mod/admins | 0 | ||||
m--------- | mod/audio_html5 | 0 | ||||
m--------- | mod/dokuwiki | 6 | ||||
m--------- | mod/etherpad | 0 | ||||
-rw-r--r-- | mod/file/start.php | 6 | ||||
m--------- | mod/friendrequest | 6 | ||||
m--------- | mod/group_alias | 0 | ||||
m--------- | mod/group_operators | 0 | ||||
m--------- | mod/identica | 6 | ||||
m--------- | mod/magic_topbar | 0 | ||||
m--------- | mod/minify | 0 | ||||
m--------- | mod/opensearch | 6 | ||||
m--------- | mod/powered | 0 | ||||
m--------- | mod/relatedgroups | 0 | ||||
m--------- | mod/spotlight | 0 | ||||
m--------- | mod/subgroups | 0 | ||||
m--------- | mod/suicide | 0 | ||||
m--------- | mod/videolist | 6 |
18 files changed, 35 insertions, 1 deletions
diff --git a/mod/admins b/mod/admins new file mode 160000 +Subproject 104726db4f1a89422d954bb2a1a42ea445995e1 diff --git a/mod/audio_html5 b/mod/audio_html5 new file mode 160000 +Subproject ad0149bc78bf67809d9c2636fe05987e2598b0c diff --git a/mod/dokuwiki b/mod/dokuwiki new file mode 160000 +Subproject 22580e31861a8811338e8d31af47dcf67a4ac29 diff --git a/mod/etherpad b/mod/etherpad new file mode 160000 +Subproject ea4d37cfd11f632a6568bc83cae184a35be2808 diff --git a/mod/file/start.php b/mod/file/start.php index 36142533f..ad88469c8 100644 --- a/mod/file/start.php +++ b/mod/file/start.php @@ -233,6 +233,10 @@ function file_owner_block_menu($hook, $type, $return, $params) { */ function file_get_simple_type($mimetype) { + if($type = elgg_trigger_plugin_hook('file_simple_type', 'object', $params, null)) { + return $type; + } + switch ($mimetype) { case "application/msword": return "document"; @@ -397,4 +401,4 @@ function file_icon_url_override($hook, $type, $returnvalue, $params) { $url = elgg_trigger_plugin_hook('file:icon:url', 'override', $params, $url); return $url; } -}
\ No newline at end of file +} diff --git a/mod/friendrequest b/mod/friendrequest new file mode 160000 +Subproject b19fa6f54d89137ca55b3ddd343c5f22da16839 diff --git a/mod/group_alias b/mod/group_alias new file mode 160000 +Subproject c46037db414e9a0fb1b842bc9d21c845271f67b diff --git a/mod/group_operators b/mod/group_operators new file mode 160000 +Subproject 65f5a354fa140dc7df43460905dc564d4323579 diff --git a/mod/identica b/mod/identica new file mode 160000 +Subproject 479e5b1bb819967665bb1933d268e16c16c69b7 diff --git a/mod/magic_topbar b/mod/magic_topbar new file mode 160000 +Subproject 0cbd3dde7350621858a57edf616b84202c82dde diff --git a/mod/minify b/mod/minify new file mode 160000 +Subproject 594901859d5afc1fa364322428bd7a6d5c6a3f9 diff --git a/mod/opensearch b/mod/opensearch new file mode 160000 +Subproject 9a4204b81ee84e1d23b0bc442932dc93da52bad diff --git a/mod/powered b/mod/powered new file mode 160000 +Subproject 76a03d73554d1d328d83a42d62774601d4f0795 diff --git a/mod/relatedgroups b/mod/relatedgroups new file mode 160000 +Subproject 9140a44f4d94ede22c5dcfbaeb2d6b75efe6d4c diff --git a/mod/spotlight b/mod/spotlight new file mode 160000 +Subproject 6fb54c50446101dc947cccd37e0d195dceb44f4 diff --git a/mod/subgroups b/mod/subgroups new file mode 160000 +Subproject d5bb2dc1e3f91ba094dd8d325b443206dcdfc4b diff --git a/mod/suicide b/mod/suicide new file mode 160000 +Subproject 30bc24b8f9b5addf2c2279ff4e93a2f891d168b diff --git a/mod/videolist b/mod/videolist new file mode 160000 +Subproject 77883a67f5a44483314ba63624cf0bf77953324 |