[geeklog-cvs] geeklog: Made the list of pages sortable by author (feature requ...

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Mon Sep 14 06:51:46 EDT 2009


details:   http://project.geeklog.net/cgi-bin/hgweb.cgi/rev/de4bd87a7021
changeset: 7311:de4bd87a7021
user:      Dirk Haun <dirk at haun-online.de>
date:      Mon Sep 14 12:51:35 2009 +0200
description:
Made the list of pages sortable by author (feature request #0000978)

diffstat:

 public_html/admin/plugins/staticpages/index.php |  2 +-
 public_html/docs/history                        |  1 +
 2 files changed, 2 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r 586c7118e03a -r de4bd87a7021 public_html/admin/plugins/staticpages/index.php
--- a/public_html/admin/plugins/staticpages/index.php	Sun Sep 13 22:03:17 2009 +0200
+++ b/public_html/admin/plugins/staticpages/index.php	Mon Sep 14 12:51:35 2009 +0200
@@ -413,7 +413,7 @@
         array('text' => $LANG_ADMIN['copy'], 'field' => 'copy', 'sort' => false),
         array('text' => $LANG_STATIC['id'], 'field' => 'sp_id', 'sort' => true),
         array('text' => $LANG_ADMIN['title'], 'field' => 'sp_title', 'sort' => true),
-        array('text' => $LANG_STATIC['writtenby'], 'field' => 'sp_uid', 'sort' => false),
+        array('text' => $LANG_STATIC['writtenby'], 'field' => 'sp_uid', 'sort' => true),
         array('text' => $LANG_STATIC['head_centerblock'], 'field' => 'sp_centerblock', 'sort' => true),
         array('text' => $LANG_STATIC['date'], 'field' => 'unixdate', 'sort' => true)
     );
diff -r 586c7118e03a -r de4bd87a7021 public_html/docs/history
--- a/public_html/docs/history	Sun Sep 13 22:03:17 2009 +0200
+++ b/public_html/docs/history	Mon Sep 14 12:51:35 2009 +0200
@@ -69,6 +69,7 @@
 
 Static Pages Plugin
 -------------------
+- Made the list of pages sortable by author (feature request #0000978) [Dirk]
 - List available autotags in the static pages editor [Dirk]
 - Added support for meta tags and meta keywords, provided by Tom Homer
 



More information about the geeklog-cvs mailing list