[geeklog-cvs] geeklog: Removed unnecessary parameters from link to "Find all p...

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sun Feb 7 06:42:30 EST 2010


changeset 7707:034eb8964d78
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/034eb8964d78
user: Dirk Haun <dirk at haun-online.de>
date: Sun Feb 07 10:40:00 2010 +0100
description:
Removed unnecessary parameters from link to "Find all postings by (user)"

diffstat:

 public_html/docs/english/theme.html                 |  3 +++
 public_html/layout/professional/users/profile.thtml |  2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)

diffs (25 lines):

diff -r bf5d451bc7aa -r 034eb8964d78 public_html/docs/english/theme.html
--- a/public_html/docs/english/theme.html	Sun Feb 07 09:19:40 2010 +0100
+++ b/public_html/docs/english/theme.html	Sun Feb 07 10:40:00 2010 +0100
@@ -204,6 +204,9 @@
 <h2><a name="changes">Theme changes in Geeklog 1.6.2</a></h2>
 
 <ul>
+<li>In the profile template, <tt>users/profile.thtml</tt>, the link to "Find
+    all postings by <i>User</i>" was shortened, as it contained a lot of
+    unnecessary parameters for the search.</li>
 <li>In <tt>loginform_openid.thtml</tt>, the input field was missing a
     <code>id="identity_url"</code> (since the <label> tag refers to an id,
     not a name).</li>
diff -r bf5d451bc7aa -r 034eb8964d78 public_html/layout/professional/users/profile.thtml
--- a/public_html/layout/professional/users/profile.thtml	Sun Feb 07 09:19:40 2010 +0100
+++ b/public_html/layout/professional/users/profile.thtml	Sun Feb 07 10:40:00 2010 +0100
@@ -66,7 +66,7 @@
                         <td>{number_comments}</td>
                     </tr>
                     <tr>
-                        <td colspan="2"><a href="{site_url}/search.php?query=&datestart=&dateend=&topic=0&type=all&author={user_id}&mode=search">{lang_all_postings_by}</a></td>
+                        <td colspan="2"><a href="{site_url}/search.php?type=all&author={user_id}&mode=search">{lang_all_postings_by}</a></td>
                     </tr>
                 </table>
             </td>



More information about the geeklog-cvs mailing list