Browse Source
- Use GMT as a time reference in the database
- Use GMT as a time reference in the database
- Apply the timezone offset when displaying the date - Get the subscribers counter from the database - Display the attached pictures in the posts - Add some new locales - Get the group subscriptions (if owner)pull/16/head
14 changed files with 119 additions and 14 deletions
-
3app/helpers/DateHelper.php
-
9app/helpers/TimezoneHelper.php
-
1app/models/item/Item.php
-
5app/models/item/ItemDAO.php
-
4app/models/postn/Postn.php
-
4app/widgets/Chat/Chat.php
-
26app/widgets/Group/Group.php
-
17app/widgets/Group/_group_header.tpl
-
14app/widgets/Group/_group_posts.tpl
-
20app/widgets/Group/_group_subscriptions.tpl
-
4app/widgets/Group/locales.ini
-
16app/widgets/Groups/_groups_server.tpl
-
3app/widgets/Groups/locales.ini
-
3bootstrap.php
@ -0,0 +1,20 @@ |
|||||
|
<section class="scroll"> |
||||
|
<ul class="thin divided simple"> |
||||
|
<li class="subheader"> |
||||
|
{$c->__('group.subscriptions')} |
||||
|
<span class="info">{$subscriptions|count}</span> |
||||
|
</li> |
||||
|
{loop="$subscriptions"} |
||||
|
<li> |
||||
|
<a href="{$c->route('contact', $value.jid)}"> |
||||
|
{$value.jid} |
||||
|
</a> |
||||
|
</li> |
||||
|
{/loop} |
||||
|
</ul> |
||||
|
</section> |
||||
|
<div> |
||||
|
<a onclick="Dialog.clear()" class="button flat"> |
||||
|
{$c->__('button.close')} |
||||
|
</a> |
||||
|
</div> |
Write
Preview
Loading…
Cancel
Save
Reference in new issue