You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by se...@apache.org on 2019/11/25 16:16:15 UTC

[whimsy] branch master updated (1278bd4 -> ba881c5)

This is an automated email from the ASF dual-hosted git repository.

sebb pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git.


    from 1278bd4  Allow retrieval of SVN URL for name
     new 94a5a14  Intended to remove this previously
     new ba881c5  Sort by description

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 www/committers/tools.cgi     | 2 +-
 www/treasurer/statements.cgi | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)
 delete mode 120000 www/treasurer/statements.cgi


[whimsy] 01/02: Intended to remove this previously

Posted by se...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git

commit 94a5a148d12ed23efe4f14022b7b2bbfac6c8b07
Author: Sebb <se...@apache.org>
AuthorDate: Mon Nov 25 16:14:43 2019 +0000

    Intended to remove this previously
---
 www/treasurer/statements.cgi | 1 -
 1 file changed, 1 deletion(-)

diff --git a/www/treasurer/statements.cgi b/www/treasurer/statements.cgi
deleted file mode 120000
index 51f2cb8..0000000
--- a/www/treasurer/statements.cgi
+++ /dev/null
@@ -1 +0,0 @@
-expenses.cgi
\ No newline at end of file


[whimsy] 02/02: Sort by description

Posted by se...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git

commit ba881c5db8bd141fb21727312df7e9e5c5dac043
Author: Sebb <se...@apache.org>
AuthorDate: Mon Nov 25 16:16:11 2019 +0000

    Sort by description
---
 www/committers/tools.cgi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/committers/tools.cgi b/www/committers/tools.cgi
index 246e404..b4cba65 100755
--- a/www/committers/tools.cgi
+++ b/www/committers/tools.cgi
@@ -53,7 +53,7 @@ _html do
           _li.list_group_item.active do
             _span category.capitalize, id: category
           end
-          links.each do |l, desc|
+          links.sort_by{|k,v| v}.each do |l, desc|
             _li.list_group_item do
               if 2 == desc.length
                 _span.glyphicon :aria_hidden, class: "#{AUTHPUBLIC}"