Home Blog Docs Tutorials Scripts Tests About

Tags

2009

Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov

2008

Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec

2007

Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec

2006

Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec

2005

Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec

2004

Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec

2003

Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec

2002

Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec

Batter PAR parsing

I added code to grab the goal weight from the PAR and to do a better job of parsing goals into paragraphs and lists.

Posted on Wed, 30 May 2007 Tags:

More PAR Parsing

I added a new workflow state (12) to allow us to handle pars uploaded from Word differently from those whose goals are entered manually. Greg would like us to do a better job parsing, so I am looking at grabbing the weights and doing more formatting of the input text.

Posted on Tue, 29 May 2007 Tags:

Revising Upload

I realized that that we didn't need to copy the uploaded PAR to a temporary file, so I ripped that code out. I ran into some problems when testing, but I fixed them.

Posted on Fri, 25 May 2007 Tags:

Replaced antiword

Greg found a Jakarta project that reads Word documents using native Java code, so I rewrote UploadPAR to use it.

Posted on Thu, 24 May 2007 Tags:

Finishing Up

I finished up UploadPAR by cleaning up the code and committing it. I made some changes to the form as well. After that, I tested the PAR on the Mac to verify that the spell checker works in Firefox. The I turned to testing the ldap phonebook to plam problem on a mac. It looks like Macs don't recognize comma separated files, so I'm modifying the code to produce a tab delimited file instead.

Posted on Wed, 23 May 2007 Tags:

Testing UploadedPAR

I've been testing UploadedPAR and there still are problems.

Posted on Mon, 21 May 2007 Tags:

Testing UploadPAR

I got the par info to store in the database and moved onto creating the form to call the method.

Posted on Fri, 18 May 2007 Tags:

Testing UploadPar

I tested the code to uplad a par. There were two problems: file names with spaces in them and not saving goals. The second problem was with not saving the goals. This turned out to be because I was calling ParWrapper, which creates an intermediate list.

Posted on Thu, 17 May 2007 Tags:

UploadPar

I coded the changes to uploadPar that store the parsed document in the par. I started testing and ran into the usual bugs.

Posted on Wed, 16 May 2007 Tags:

New Work

I fixed a bug in thread initialization and resumed work on goal upload. We also held a review with Lisa and Sheryl.

Posted on Tue, 15 May 2007 Tags:

Next posts