Browse Source
- Fix locales in Syndication
- Fix locales in Syndication
- Fix embed preview (link OR picture) during publication - Display the gateways in the config page to enable/disable them - First (working) implementation of HttpUploadComponent \o/pull/56/head
18 changed files with 152 additions and 33 deletions
-
36app/models/item/ItemDAO.php
-
1app/views/chat.tpl
-
1app/views/news.tpl
-
17app/widgets/Account/Account.php
-
5app/widgets/Account/_account_form.tpl
-
19app/widgets/Account/account.tpl
-
1app/widgets/Account/locales.ini
-
13app/widgets/Chat/_chat_header.tpl
-
7app/widgets/Chat/chat.js
-
9app/widgets/Publish/Publish.php
-
8app/widgets/Publish/_publish_create.tpl
-
7app/widgets/Publish/_publish_gallery.tpl
-
1app/widgets/Publish/locales.ini
-
6app/widgets/Publish/publish.js
-
12app/widgets/Syndication/Syndication.php
-
6app/widgets/Syndication/locales.ini
-
6app/widgets/Syndication/syndication.tpl
-
30system/User.php
@ -1,8 +1,13 @@ |
|||
<ul class="thick"> |
|||
<li> |
|||
<li class="condensed"> |
|||
<span class="icon bubble" style="background-image: url({$embed->images[0]['value']|htmlspecialchars});"> |
|||
<i class="zmdi zmdi-image"></i> |
|||
</span> |
|||
<span>{$c->__('post.gallery')}</span> |
|||
<p> |
|||
<a href="{$embed->images[0]['value']|htmlspecialchars}" target="_blank"> |
|||
{$embed->images[0]['value']|htmlspecialchars} |
|||
</a> |
|||
</p> |
|||
</li> |
|||
</ul> |
|||
@ -1,4 +1,4 @@ |
|||
[feed] |
|||
title = "%s's feed" |
|||
no = No public feed for this contact |
|||
no_contact = No contact specified |
|||
title = "%s's feed" |
|||
nope = No public feed for this contact |
|||
nope_contact = No contact specified |
|||
Write
Preview
Loading…
Cancel
Save
Reference in new issue