Re: Exploratory branch: secmail

2016-01-04 Thread Sam Ruby
On Mon, Jan 4, 2016 at 8:39 PM, Craig L Russell wrote: > Hi Sam, > > Is this to say that the new new secmail is now ready for real life testing, > or something else. My focus has been on ICLAs (which, after all, is the bulk of the documents received). You should be able to do everything you need

Re: Exploratory branch: secmail

2016-01-04 Thread Craig L Russell
Hi Sam, Is this to say that the new new secmail is now ready for real life testing, or something else. Craig > On Jan 4, 2016, at 1:40 PM, Sam Ruby wrote: > > Just a friendly reminder, at some point in the future (possibly soon) > the infrastructure team is going to move away from minotaur, w

Re: Exploratory branch: secmail

2016-01-04 Thread Sam Ruby
Just a friendly reminder, at some point in the future (possibly soon) the infrastructure team is going to move away from minotaur, which will have an unknown impact on the secmail function. I've added some minor functions (a pre-check of userids in the background for availability even before you s

Re: Exploratory branch: secmail

2015-12-29 Thread Sam Ruby
On Thu, Dec 24, 2015 at 4:17 PM, Sam Ruby wrote: > On Mon, Dec 14, 2015 at 5:50 PM, Sam Ruby wrote: >> On Sun, Dec 13, 2015 at 11:06 AM, Sam Ruby wrote: >>> >>> I would like to explore having >>> the current 'staple' function be done via dragging and dropping of images >>> and PDFs on top of one

Re: Exploratory branch: secmail

2015-12-24 Thread Sam Ruby
On Mon, Dec 14, 2015 at 5:50 PM, Sam Ruby wrote: > On Sun, Dec 13, 2015 at 11:06 AM, Sam Ruby wrote: >> >> I would like to explore having >> the current 'staple' function be done via dragging and dropping of images >> and PDFs on top of one another. > > I've pushed out a change roughing in the UI

Re: Exploratory branch: secmail

2015-12-14 Thread Sam Ruby
On Sun, Dec 13, 2015 at 11:06 AM, Sam Ruby wrote: > > I would like to explore having > the current 'staple' function be done via dragging and dropping of images > and PDFs on top of one another. I've pushed out a change roughing in the UI for this... if a given message has two or more attachments

Re: Exploratory branch: secmail

2015-12-14 Thread Sam Ruby
On Sun, Dec 13, 2015 at 10:05 PM, Craig L Russell wrote: > >> On Dec 13, 2015, at 6:36 PM, Sam Ruby wrote: >> >> On Sun, Dec 13, 2015 at 8:48 PM, Craig L Russell >> wrote: >>> I notice that the link at bottom doesn’t actually show the previous month, >>> but shows the current month (again). >>

Re: Exploratory branch: secmail

2015-12-13 Thread Craig L Russell
> On Dec 13, 2015, at 6:36 PM, Sam Ruby wrote: > > On Sun, Dec 13, 2015 at 8:48 PM, Craig L Russell > wrote: >> I notice that the link at bottom doesn’t actually show the previous month, >> but shows the current month (again). > > Fixed in https://github.com/apache/whimsy/commit/1fc646f162. >

Re: Exploratory branch: secmail

2015-12-13 Thread Sam Ruby
On Sun, Dec 13, 2015 at 8:48 PM, Craig L Russell wrote: > I notice that the link at bottom doesn’t actually show the previous month, > but shows the current month (again). Fixed in https://github.com/apache/whimsy/commit/1fc646f162. What it was doing was looping around to the beginning of the l

Re: Exploratory branch: secmail

2015-12-13 Thread Craig L Russell
I notice that the link at bottom doesn’t actually show the previous month, but shows the current month (again). Craig > On Dec 13, 2015, at 4:37 PM, Craig L Russell wrote: > > Ok, I now see this month’s emails targeted at secretary. > > The links on the side give me options to view the text,

Re: Exploratory branch: secmail

2015-12-13 Thread Craig L Russell
Ok, I now see this month’s emails targeted at secretary. The links on the side give me options to view the text, the headers, and the attachments. Good start. Craig > On Dec 13, 2015, at 4:12 PM, Sam Ruby wrote: > > On Sun, Dec 13, 2015 at 7:08 PM, Craig L Russell > wrote: >> ! Unable to lo

Re: Exploratory branch: secmail

2015-12-13 Thread Sam Ruby
On Sun, Dec 13, 2015 at 7:08 PM, Craig L Russell wrote: > ! Unable to load application: NoMethodError: undefined method `begin_restart' > for nil:NilClass Try exiting (control-C) and running rake server again. This is the first time starting the server-and-restarting too quickly problem I menti

Re: Exploratory branch: secmail

2015-12-13 Thread Craig L Russell
Ok, so minotaur might be slow. [CraigRussell:whimsy/www/secmail] clr% rake fetch1 Note: logging in to this server with a password has been disabled. Please see : https://blogs.apache.org/infra/entry/committer_shell_access_to_people Remember to load your ssh key:- See: http://linux.die.net/man

Re: Exploratory branch: secmail

2015-12-13 Thread Craig L Russell
I tried —use-system-libraries and got a bit farther. I’ll try it again in case it’s just minotaur being ssww. Craig [CraigRussell:whimsy/www/secmail] clr% sudo gem install nokogiri -v '1.6.7' -- --use-system-libraries Building native extensions with: '--use-system-librar

Re: Exploratory branch: secmail

2015-12-13 Thread Craig L Russell
There’s a big thread on stack overflow about this error, but I’m not sure what to do about it. http://stackoverflow.com/questions/5528839/why-does-installing-nokogiri-on-mac-os-fail-with-libiconv-is-missing [CraigRussell:whimsy/www/secmail] clr% sudo gem install bundler Password: Fetching: bund

Re: Exploratory branch: secmail

2015-12-13 Thread Sam Ruby
On Sun, Dec 13, 2015 at 6:04 PM, Craig L Russell wrote: > > Command failed with status (127): [bundle update...] Looks like I skipped a step: "gem install bundler" - Sam Ruby

Re: Exploratory branch: secmail

2015-12-13 Thread Craig L Russell
> On Dec 13, 2015, at 8:06 AM, Sam Ruby wrote: > > Quickstart: > > git clone https://github.com/apache/whimsy.git --branch secmail > cd whimsy/www/secmail ok. [CraigRussell:~/apache/git/whimsy] clr% cd www/secmail/ [CraigRussell:whimsy/www/secmail] clr% ls Gemfile Rakefilecon

Exploratory branch: secmail

2015-12-13 Thread Sam Ruby
Quickstart: git clone https://github.com/apache/whimsy.git --branch secmail cd whimsy/www/secmail rake fetch1 rake server [navigate browser to http://localhost:9292/] Background: minotaur is going away, running scripts on the mail server is discouraged, and the ability to debug locall