Commit ac937611 authored by Giuseppe Terrasi's avatar Giuseppe Terrasi

update branch

parents 6c7ab9a7 08659c8c
...@@ -92,7 +92,7 @@ ...@@ -92,7 +92,7 @@
} }
</style> </style>
</noscript> </noscript>
<div id="fb-root"></div> <div id="fb-root"></div>
<script> <script>
(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; (function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return; if (d.getElementById(id)) return;
...@@ -121,7 +121,6 @@ ...@@ -121,7 +121,6 @@
<div class="question-body"> <div class="question-body">
{{ question.html|safe }} {{ question.html|safe }}
</div> </div>
<div id="question-tags" class="tags-container tags"> <div id="question-tags" class="tags-container tags">
{% for tag in question.tagname_list %} {% for tag in question.tagname_list %}
<a href="{% url tag_questions tag|urlencode %}" class="post-tag tag-link-{{ tag }}" <a href="{% url tag_questions tag|urlencode %}" class="post-tag tag-link-{{ tag }}"
...@@ -136,8 +135,7 @@ ...@@ -136,8 +135,7 @@
{% contributors_info question %} {% contributors_info question %}
</div> </div>
{% comments question request.user %} {% comments question request.user %}
<!-- start share content -->
<!-- start share content -->
<a href="https://twitter.com/share" class="twitter-share-button" data-lang="it" data-count="none" data-dnt="true">Tweet</a> <a href="https://twitter.com/share" class="twitter-share-button" data-lang="it" data-count="none" data-dnt="true">Tweet</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script> <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
<div class="g-plus" data-action="share" data-annotation="none"></div> <div class="g-plus" data-action="share" data-annotation="none"></div>
...@@ -148,11 +146,11 @@ ...@@ -148,11 +146,11 @@
po.src = 'https://apis.google.com/js/plusone.js'; po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s); var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})(); })();
</script> </script>
<div class="fb-like" data-send="true" data-layout="button_count" data-width="450" data-show-faces="false"></div> <div class="fb-like" data-send="true" data-layout="button_count" data-width="450" data-show-faces="false"></div>
<!-- end share content --> <!-- end share content -->
</div> </div>
</td> </td>
</tr> </tr>
</table> </table>
......
...@@ -32,9 +32,7 @@ ...@@ -32,9 +32,7 @@
<div id="searchtags"> <div id="searchtags">
<p> <p>
{% if stag %} {% if stag %}
{% blocktrans with query_tags=stag %} {% trans "All tags matching query" %} '<span class="darkred"><strong>{{ stag }}</strong></span>':
All tags matching query '<span class="darkred"><strong>{{ query_tags }}</strong></span>':
{% blocktrans %}
{% endif %} {% endif %}
{% if not tags.paginator.count %} {% if not tags.paginator.count %}
<span>{% trans "Nothing found" %}</span> <span>{% trans "Nothing found" %}</span>
......
...@@ -26,11 +26,11 @@ ...@@ -26,11 +26,11 @@
<div id="main-body" style="width:100%"> <div id="main-body" style="width:100%">
<p> <p>
{% if suser %} {% if suser %}
{% blocktrans %}users matching query '{{suser}}':{% endblocktrans %} {% blocktrans %}users matching query {{suser}}:{% endblocktrans %}
{% endif %} {% endif %}
{% if not users.paginator.count %} {% if not users.paginator.count %}
<span>{% trans "Nothing found" %}</span> <span>{% trans "Nothing found." %}</span>
{% endif %} {% endif %}
</p> </p>
<div class="userList"> <div class="userList">
......
...@@ -32,8 +32,8 @@ ...@@ -32,8 +32,8 @@
<br/> <br/>
<div id="navBar"><div class="tabsA"> <div id="navBar"><div class="tabsA">
<a href='{{ view_user.get_user_subscriptions_url }}?tab=settings' id="subscriptions_settings_button" {% if not manage_open %}class="on"{% endif %}>{% trans "Settings" %}</a> <a href='{{ view_user.get_user_subscriptions_url }}?tab=settings' id="subscriptions_settings_button" {% if not manage_open %}class="on"{% endif %}>Settings</a>
<a href='{{ view_user.get_user_subscriptions_url }}?tab=manage' id="subscriptions_management_button" {% if manage_open %}class="on"{% endif %}>{% trans "Manage" %}</a> <a href='{{ view_user.get_user_subscriptions_url }}?tab=manage' id="subscriptions_management_button" {% if manage_open %}class="on"{% endif %}>Manage</a>
</div></div> </div></div>
<br/> <br/>
......
...@@ -26,11 +26,11 @@ ...@@ -26,11 +26,11 @@
<div id="main-body" style="width:100%"> <div id="main-body" style="width:100%">
<p> <p>
{% if suser %} {% if suser %}
{% blocktrans %}users matching query '{{suser}}':{% endblocktrans %} {% blocktrans %}users matching query {{suser}}:{% endblocktrans %}
{% endif %} {% endif %}
{% if not users.paginator.count %} {% if not users.paginator.count %}
<span>{% trans "Nothing found" %}</span> <span>{% trans "Nothing found." %}</span>
{% endif %} {% endif %}
</p> </p>
<div class="userList"> <div class="userList">
......
...@@ -158,20 +158,20 @@ def diff_date(date, limen=2): ...@@ -158,20 +158,20 @@ def diff_date(date, limen=2):
minutes = int(diff.seconds/60) minutes = int(diff.seconds/60)
if date.year != now.year: if date.year != now.year:
return dateformat.format(date, _("d M 'y, H:i")) return dateformat.format(date, 'd M \'y, H:i')
elif days > 2: elif days > 2:
return dateformat.format(date, _("d M, H:i")) return dateformat.format(date, 'd M, H:i')
elif days == 2: elif days == 2:
return _("2 days ago") return _('2 days ago')
elif days == 1: elif days == 1:
return _("yesterday") return _('yesterday')
elif minutes >= 60: elif minutes >= 60:
return ungettext("%(hr)d hour ago", "%(hr)d hours ago", hours) % {'hr':hours} return ungettext('%(hr)d ' + _("hour ago"), '%(hr)d ' + _("hours ago"), hours) % {'hr':hours}
elif diff.seconds >= 60: elif diff.seconds >= 60:
return ungettext("%(min)d min ago", "%(min)d mins ago", minutes) % {'min':minutes} return ungettext('%(min)d ' + _("min ago"), '%(min)d ' + _("mins ago"), minutes) % {'min':minutes}
else: else:
return ungettext("%(sec)d sec ago", "%(sec)d secs ago", diff.seconds) % {'sec':diff.seconds} return ungettext('%(sec)d ' + _("sec ago"), '%(sec)d ' + _("secs ago"), diff.seconds) % {'sec':diff.seconds}
@register.simple_tag @register.simple_tag
def media(url): def media(url):
......
...@@ -60,4 +60,4 @@ DJANGO_VERSION = 1.3 ...@@ -60,4 +60,4 @@ DJANGO_VERSION = 1.3
OSQA_DEFAULT_SKIN = 'default' OSQA_DEFAULT_SKIN = 'default'
# disable mysqlfulltxt and local authentication (registrations users) # disable mysqlfulltxt and local authentication (registrations users)
DISABLED_MODULES = ['books', 'recaptcha', 'project_badges', 'mysqlfulltxt', 'localauth', 'oauthauth', 'facebookauth'] DISABLED_MODULES = ['books', 'recaptcha', 'project_badges', 'mysqlfulltext', 'localauth', 'oauthauth', 'facebookauth']
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment