diff --git a/kallithea/lib/helpers.py b/kallithea/lib/helpers.py
--- a/kallithea/lib/helpers.py
+++ b/kallithea/lib/helpers.py
@@ -148,21 +148,6 @@ class _GetError(object):
get_error = _GetError()
-class _ToolTip(object):
-
- def __call__(self, tooltip_title, trim_at=50):
- """
- Special function just to wrap our text into nice formatted
- autowrapped text
-
- :param tooltip_title:
- """
- tooltip_title = escape(tooltip_title)
- tooltip_title = tooltip_title.replace('<', '<').replace('>', '>')
- return tooltip_title
-tooltip = _ToolTip()
-
-
class _FilesBreadCrumbs(object):
def __call__(self, repo_name, rev, paths):
diff --git a/kallithea/templates/admin/admin.html b/kallithea/templates/admin/admin.html
--- a/kallithea/templates/admin/admin.html
+++ b/kallithea/templates/admin/admin.html
@@ -8,7 +8,7 @@
<%def name="breadcrumbs_links()">
${h.text('paths_root_path',size=60,readonly="readonly", class_="disabled")}
+ title="${_('Click to unlock. You must restart Kallithea in order to make this setting take effect.')}">
${_('Filesystem location where repositories are stored. After changing this value, a restart and rescan of the repository folder are both required.')}
diff --git a/kallithea/templates/bookmarks/bookmarks_data.html b/kallithea/templates/bookmarks/bookmarks_data.html
--- a/kallithea/templates/bookmarks/bookmarks_data.html
+++ b/kallithea/templates/bookmarks/bookmarks_data.html
@@ -23,7 +23,7 @@
${book[1]._timestamp} |
-
${h.fmt_date(book[1].date)} |
+
${h.fmt_date(book[1].date)} |
${h.person(book[1].author)} |
${book[1].revision} |
diff --git a/kallithea/templates/branches/branches_data.html b/kallithea/templates/branches/branches_data.html
--- a/kallithea/templates/branches/branches_data.html
+++ b/kallithea/templates/branches/branches_data.html
@@ -24,7 +24,7 @@
|
${branch[1]._timestamp} |
-
${h.fmt_date(branch[1].date)} |
+
${h.fmt_date(branch[1].date)} |
${h.person(branch[1].author)} |
${branch[1].revision} |
@@ -51,7 +51,7 @@
|
${branch[1]._timestamp} |
-
${h.fmt_date(branch[1].date)} |
+
${h.fmt_date(branch[1].date)} |
${h.person(branch[1].author)} |
${branch[1].revision} |
diff --git a/kallithea/templates/changelog/changelog_details.html b/kallithea/templates/changelog/changelog_details.html
--- a/kallithea/templates/changelog/changelog_details.html
+++ b/kallithea/templates/changelog/changelog_details.html
@@ -1,11 +1,11 @@
## small box that displays changed/added/removed details fetched by AJAX
% if len(c.cs.affected_files) <= c.affected_files_cut_off:
-${len(c.cs.removed)}
-${len(c.cs.changed)}
-${len(c.cs.added)}
+${len(c.cs.removed)}
+${len(c.cs.changed)}
+${len(c.cs.added)}
% else:
- !
- !
- !
+ !
+ !
+ !
% endif
diff --git a/kallithea/templates/changelog/changelog_summary_data.html b/kallithea/templates/changelog/changelog_summary_data.html
--- a/kallithea/templates/changelog/changelog_summary_data.html
+++ b/kallithea/templates/changelog/changelog_summary_data.html
@@ -44,7 +44,7 @@
|
${h.urlify_commit(h.chop_at(cs.message,'\n'),c.repo_name, h.url('changeset_home',repo_name=c.repo_name,revision=cs.raw_id))}
|
-
+ |
${h.age(cs.date)}
|
${h.person(cs.author)} |
diff --git a/kallithea/templates/changeset/changeset.html b/kallithea/templates/changeset/changeset.html
--- a/kallithea/templates/changeset/changeset.html
+++ b/kallithea/templates/changeset/changeset.html
@@ -51,13 +51,13 @@ ${self.repo_context_bar('changelog', c.c
%endif
-
+
-
+
-
+
${c.ignorews_url(request.GET)}
diff --git a/kallithea/templates/changeset/changeset_range.html b/kallithea/templates/changeset/changeset_range.html
--- a/kallithea/templates/changeset/changeset_range.html
+++ b/kallithea/templates/changeset/changeset_range.html
@@ -45,7 +45,7 @@ ${self.repo_context_bar('changelog')}
${cs.date} |
%if c.statuses:
-
+
%endif
|
${h.urlify_commit(h.wrap_paragraphs(cs.message),c.repo_name)} |
@@ -78,7 +78,7 @@ ${self.repo_context_bar('changelog')}
##${comment.comment_inline_form(cs)}
## diff block
-
${h.show_id(cs)}
+
${h.show_id(cs)}
${h.gravatar(h.email_or_none(cs.author), size=20)}
diff --git a/kallithea/templates/changeset/diff_block.html b/kallithea/templates/changeset/diff_block.html
--- a/kallithea/templates/changeset/diff_block.html
+++ b/kallithea/templates/changeset/diff_block.html
@@ -18,16 +18,16 @@
revision=cs2,f_path=h.safe_unicode(path)))}
-
+
-
+
-
+
-
+
${c.ignorews_url(request.GET, h.FID(cs2,path))}
@@ -96,7 +96,7 @@
%endif
-
+
${c.ignorews_url(request.GET)}
diff --git a/kallithea/templates/compare/compare_cs.html b/kallithea/templates/compare/compare_cs.html
--- a/kallithea/templates/compare/compare_cs.html
+++ b/kallithea/templates/compare/compare_cs.html
@@ -51,7 +51,7 @@
${index}
-
${cs.date} |
+
${cs.date} |
${h.gravatar(h.email_or_none(cs.author), size=14)} |
${h.person(cs.author)} |
${h.link_to(h.show_id(cs),h.url('changeset_home',repo_name=c.cs_repo.repo_name,revision=cs.raw_id))} |
diff --git a/kallithea/templates/data_table/_dt_elements.html b/kallithea/templates/data_table/_dt_elements.html
--- a/kallithea/templates/data_table/_dt_elements.html
+++ b/kallithea/templates/data_table/_dt_elements.html
@@ -87,7 +87,7 @@
%def>
<%def name="last_change(last_change)">
-
${h.age(last_change)}
+
${h.age(last_change)}
%def>
<%def name="revision(name,rev,tip,author,last_msg)">
diff --git a/kallithea/templates/files/diff_2way.html b/kallithea/templates/files/diff_2way.html
--- a/kallithea/templates/files/diff_2way.html
+++ b/kallithea/templates/files/diff_2way.html
@@ -40,16 +40,16 @@ ${self.repo_context_bar('changelog')}
revision=c.cs2.raw_id,f_path=h.safe_unicode(c.node1.path)))}
-
+
-
+
-
+
-
+
${h.checkbox('ignorews', label=_('Ignore whitespace'))}
diff --git a/kallithea/templates/files/files_browser.html b/kallithea/templates/files/files_browser.html
--- a/kallithea/templates/files/files_browser.html
+++ b/kallithea/templates/files/files_browser.html
@@ -90,12 +90,12 @@
%if node.is_file():
- ${h.show_id(node.last_changeset)}
+ ${h.show_id(node.last_changeset)}
%endif
|
%if node.is_file():
-
+
${h.age(node.last_changeset.date)}
%endif
|
diff --git a/kallithea/templates/files/files_history_box.html b/kallithea/templates/files/files_history_box.html
--- a/kallithea/templates/files/files_history_box.html
+++ b/kallithea/templates/files/files_history_box.html
@@ -1,7 +1,7 @@
${h.literal(ungettext(u'%s author',u'%s authors',len(c.authors)) % ('%s' % len(c.authors))) }
%for email, user in c.authors:
-
diff --git a/kallithea/templates/pullrequests/pullrequest_data.html b/kallithea/templates/pullrequests/pullrequest_data.html
--- a/kallithea/templates/pullrequests/pullrequest_data.html
+++ b/kallithea/templates/pullrequests/pullrequest_data.html
@@ -61,7 +61,7 @@
${pr.author.full_name_and_username}
-
+
${h.age(pr.created_on)}
|
diff --git a/kallithea/templates/pullrequests/pullrequest_show.html b/kallithea/templates/pullrequests/pullrequest_show.html
--- a/kallithea/templates/pullrequests/pullrequest_show.html
+++ b/kallithea/templates/pullrequests/pullrequest_show.html
@@ -94,7 +94,7 @@ ${self.repo_context_bar('showpullrequest