[geeklog-cvs] geeklog: The security token was missing from the trackback edito...

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Tue Dec 2 14:10:40 EST 2008


details:   http://project.geeklog.net/cgi-bin/hgweb.cgi/rev/99b7c9b19065
changeset: 6490:99b7c9b19065
user:      Dirk Haun <dirk at haun-online.de>
date:      Tue Dec 02 20:01:27 2008 +0100
description:
The security token was missing from the trackback editor template file (reported and patch provided by hiroron, bug #0000778)

diffstat:

3 files changed, 5 insertions(+)
public_html/docs/history                                              |    2 ++
public_html/docs/theme.html                                           |    2 ++
public_html/layout/professional/admin/trackback/trackbackeditor.thtml |    1 +

diffs (35 lines):

diff -r 86ce6afc56ba -r 99b7c9b19065 public_html/docs/history
--- a/public_html/docs/history	Mon Dec 01 11:20:01 2008 +0100
+++ b/public_html/docs/history	Tue Dec 02 20:01:27 2008 +0100
@@ -3,6 +3,8 @@
 ??? ??, 2008 (1.5.2)
 ------------
 
+- The security token was missing from the trackback editor template file
+  (reported and patch provided by hiroron, bug #0000778)
 - Removed rel="tag" from topic links in lib-story.php as that would indicate a
   Microformat with a slightly different meaning [Dirk]
 - Fixed inconsistencies and various small mistakes when displaying "Access
diff -r 86ce6afc56ba -r 99b7c9b19065 public_html/docs/theme.html
--- a/public_html/docs/theme.html	Mon Dec 01 11:20:01 2008 +0100
+++ b/public_html/docs/theme.html	Tue Dec 02 20:01:27 2008 +0100
@@ -203,6 +203,8 @@
 <li>Added a <tt>print.css</tt> stylesheet to be used by the
     <tt>printable.thtml</tt> template files for articles and the static pages
     plugin.</li>
+<li>The security token was missing from the trackback editor form,
+    <tt>admin/trackback/trackbackeditor.thtml</tt></li>
 </ul>
 
 <h3>Plugins</h3>
diff -r 86ce6afc56ba -r 99b7c9b19065 public_html/layout/professional/admin/trackback/trackbackeditor.thtml
--- a/public_html/layout/professional/admin/trackback/trackbackeditor.thtml	Mon Dec 01 11:20:01 2008 +0100
+++ b/public_html/layout/professional/admin/trackback/trackbackeditor.thtml	Tue Dec 02 20:01:27 2008 +0100
@@ -36,6 +36,7 @@
             <td colspan="2">
                 <input type="submit" value="{lang_send}" name="mode[0]"{xhtml}>
                 <input type="submit" value="{lang_preview}" name="mode[1]"{xhtml}>
+                <input type="hidden" name="{gltoken_name}" value="{gltoken}"{xhtml}>
             </td>
         </tr>
     </table>



More information about the geeklog-cvs mailing list