[wellwell-devel] [SCM] Interchange wellwell catalog branch, master, updated. 4afad5106d19f59c5fca51fa309e49b70cb9dce9

Stefan Hornburg racke at rt.icdevgroup.org
Thu May 28 08:56:49 UTC 2009


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Interchange wellwell catalog".

The branch, master has been updated
       via  4afad5106d19f59c5fca51fa309e49b70cb9dce9 (commit)
      from  a77e2edb1547bbef567cb218de34e65eb2e325d0 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 4afad5106d19f59c5fca51fa309e49b70cb9dce9
Author: Stefan Hornburg (Racke) <racke at linuxia.de>
Date:   Thu May 28 10:56:35 2009 +0200

    order by date

-----------------------------------------------------------------------

Summary of changes and diff:
 plugins/content/components/content_list |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/plugins/content/components/content_list b/plugins/content/components/content_list
index b71d646..7ec70d1 100644
--- a/plugins/content/components/content_list
+++ b/plugins/content/components/content_list
@@ -1,7 +1,7 @@
 [acl check create_content]
 <a href="[area content/edit]">[L]Add new content[/L]</a>
 [/acl]
-[query sql="select * from content" list=1]
+[query sql="select * from content order by created desc" list=1]
 [on-match]
 <table>
 <tr><th>[L]Title[/L]</th><th>[L]Author[/L]</th><th>[L]Date[/L]</th></tr>


hooks/post-receive
-- 
Interchange wellwell catalog



More information about the wellwell-devel mailing list