You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by ru...@apache.org on 2016/08/11 13:32:51 UTC

[whimsy] branch master updated: tweak style; direct workbench to new acreq page

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

rubys pushed a commit to branch master
in repository https://git-dual.apache.org/repos/asf/whimsy.git

The following commit(s) were added to refs/heads/master by this push:
       new  59ef414   tweak style; direct workbench to new acreq page
59ef414 is described below

commit 59ef414dff8c71b7932dc30a1727eeee53cf8561
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Thu Aug 11 09:32:15 2016 -0400

    tweak style; direct workbench to new acreq page
---
 www/officers/acreq.cgi               | 3 +--
 www/secretary/workbench/worklist.cgi | 5 ++---
 2 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/www/officers/acreq.cgi b/www/officers/acreq.cgi
index eef0628..cda7843 100755
--- a/www/officers/acreq.cgi
+++ b/www/officers/acreq.cgi
@@ -103,6 +103,7 @@ _html do
   _head do
     _title 'Submit ASF Account Request'
 
+    _style :system
     _style %{
       label {width: 6em; float: left}
       legend {background: #141; color: #DFD; padding: 0.4em}
@@ -113,8 +114,6 @@ _html do
       input[type=checkbox] {margin-left: 6em; width: 1em}
       input[type=submit] {margin-top: 0.5em; margin-left: 3em; width: 8em}
       .error {margin: 1em; padding: 1em; background: red; color: white}
-      .stdout {background-color: yellow; margin: 0}
-      .stderr {background-color: red; color: white; margin: 0}
       pre.email {background-color: #BDF; padding: 1em 3em; border-radius: 1em}
     }
 
diff --git a/www/secretary/workbench/worklist.cgi b/www/secretary/workbench/worklist.cgi
index 099e3f2..626bc63 100755
--- a/www/secretary/workbench/worklist.cgi
+++ b/www/secretary/workbench/worklist.cgi
@@ -472,7 +472,7 @@ _html do
 
           if File.exist? COMPLETED_YML
             last = YAML.load(File.read COMPLETED_YML).last
-            params = {}
+            params = {iclas: 1}
             %w{email user pmc podling votelink}.each do |name|
               params[name] = last[name] if last[name]
             end
@@ -482,8 +482,7 @@ _html do
             end
           end
 
-          _a 'New Account', target: 'viewport',
-            href: 'https://id.apache.org/acreq/members/' + query
+          _a 'New Account', target: 'viewport', href: '/officers/acreq' + query
         end
         _li do
           _a 'Committers by id', target: 'viewport',

-- 
To stop receiving notification emails like this one, please contact
['"commits@whimsical.apache.org" <co...@whimsical.apache.org>'].