- QueryWizard working – lets users to pre-select columns to build a query
Monthly Archives: February 2010
Phil 2.26.2010
7:30 – 4:00 (about 2.5 hrs on FP)
- Got a markup on the documentation back from JW
- Discovered that we lost the date information on the table list. Need to put that back – done. That caused a problem with the name matching for viewing permissions, which needed to be fixed, too.
- Change “Widget Finder” To “Panel Finder” – done
- Breadboard the motor control – started
- Order two (smaller!) bipole motors – done (http://www.phidgets.com/products.php?category=23&product_id=3307)
Phil 2.25.2010
7:30 – 9:30, 1:30 – 7:00
- Pushed the VISIBILITY web domain ticket along
- Tried to get a new badge, but the system was down
- Went home and watched my granite counters come in
- Working on Jython
- Adding censor. Need to handle parsing comments. Grrr. Done, aftour a detour through regex land. No idea why this didn’t work: ^sMyStrings. Had to make two separate tests, one for the beginning of the line, one for everything else.
- Bespin (web-centric development) is coming along: https://wiki.mozilla.org/Labs/Bespin/DeveloperGuide
Dong 02.25.2010
- added Context root to the DBFormBuilder flex project and deployed to laureldemo; seems working fine at the moment
- starting to dislike drupal…. decided to use wiki for documentation
- working on Query Wizard
Dong 02.24.2010
- installed drupal and experimented;
- http://laureldemo.edge-technologies.com:8080/cms
- WYSWYG and Books plugin installed
- started documentation
- documentation link to drupal page added to FormBuilder
- deployed to FormBuilder to laureldemo; problems.
- cannot talk to remote server?
- it looks like I wiped out ContextRoot info when I built it with MvnAssist
Phil 2.24.2010
8:00 – 5:30
- Working on moving scripting framework from sandbox to development – done. Had to upgrade from Jython 2.5.0 to 2.5.1 to work with the javax.script package.
- Added junit to the ScriptRunner class. What’s happening to me?!
- Need to add some hooks for slide shows
- Wrote up a description of current Feldman Project work for Mike Fortier
- Talked to Dong about the scripting engine. We came up with the idea of a “censor” that would only allow access to specified classes, or even prevent all class access, while placing the allowed “from” clauses in before the code runs…
- Need to see how to read and publish to URLs.
Dong 02.23.2010
- added userinfo.xml to set login info; debug only
- installed and tested DBFormBuilder on laureldemo; wrong database name was specified on install yesterday….
- created Admin – edgeDemo on the server at laureldemo for demo purpose.
- mavenized server code – com.fgm.FormBuilder
Phil 2.23.2010
8:00 – 4:30
- Had a meeting with Anne G – she’d like to write an (marketing-style) article about VISIBILITY. Also, she really likes the idea of slide shows. I’m thinking that these could be stored in the user’s profile XML?
- Talked to Anita Komlodi about PhD program
- 2:00 demo at Infotek
- Breaking out some of Visibility. Utils and DBaccess? Basically the generalized stuff that can be used on other projects
- Need to add some interfaces to Jython that are set by a properties file
- Read data from somewhere (i.e. LDAT)
- Create/Delete/Modify tables – will need some user protections
- Add data to tables
- Read from tables
- Write XML to a named location
Phil 2.22.2010
8:00 – 4:00
- Terrible traffic today in the neighborhood. Scohol is open on time again
- Talked to Chris DeVito (Thom’s mom) about building a database that would indicate smuggling flows from documents in the public domain. She’s going to get us a point of contact
- Demo this morning – need to put in some real (looking) data and re-demo soon
- Back to Jython. Got some good interprocess communication going!
- Got a return call from Anita Komlodi (410-455-3206) Hall back tomorrow at 9:30 re HCI PhD
Dong 02.22.2010
- Alert interface working. Currently just update the timestamp for now. Actual email/scripting interface need to be added.
- deployed the DBFormBuilder to laureldemo, but database doesn’t want to behaving; straight select sql does not work….
- demo
- fixed a bug failing to save the form inputs
- cleaned up FormViewerCanvas to display data from FormViewerPanel (less code) instead of calling server for more data
Phil 2.19.2010
7:30 – 4:00
- Deployed again. This time everything seems to be working. Wrote up a short description of the changes and sent it out to the users. Ann called and left a message asking how you add a comments panel. Ooops. Forgot to add that part.
- More Jython. Today we’ll try to call a java class
- Dong is looking at Trac
- Ordering some KF components- spent about 4 hours doing this, in the process working out how I’d like to buildthe joystick.
- Adhesive: http://www.omega.com/ppt/pptsc.asp?ref=Strain_Gage_Adhesives&Nav=pree05
- 8mm bearings: http://www.vxb.com/Merchant2/merchant.mvc?
- Stepper motor controller: http://www.phidgets.com/products.php?product_id=1063
- Stepper motor: http://www.phidgets.com/products.php?category=23&product_id=3310
- Stepper power supply: http://www.phidgets.com/products.php?product_id=3024
- Voltage sensor: http://www.phidgets.com/products.php?category=8&product_id=1123
- Interface board: http://www.phidgets.com/products.php?category=0&product_id=1019
- Strain guage amps: http://www.industrologic.com/sga2desc.htm call back Monday
- Phidgets only had one motor. Will need to order two more later.
- More Jython. Talking to java. Quite cool.
Dong 02.19.2010
- FormAlertCanvas now works with the database
- installed trac on laptop-13 for testing/evalution
- http://trac.edgewall.org/wiki/CookBook/Installation#OnWindows
- looks like extensive mods required to work with Apache and MySQL
- added columnHeaderData to DatabaseDataGrid to support setting of individual width of DatagridColumns – {header:”someheader”, width:35}, etc…
- started on Alert Server interface
Phil 2.18.2010
7:30 – 4:00
- So I go and deply the new VISIBILITY system and the group dashboards aren’t working. I come back, run the debugger, and find that the TableListNames is null. Turns out I commented it out yesterday when I was working on fixing the AccountsManager problem yesterday. Sigh. Burn a new disk.
- Pinging Doug Yeager on his Groovy? remote object. Still looking at Jython for the time being.
- Going to stick with Jython for the time being at any rate. Doug’s code is minimal on the (Non RemoteObject) Java side and doesn’t deal with host access in the ways that we (think?) we need to.
Dong 02.18.2010
- adjusted query to return list of forms in FormViewer that the user has access to; owned and has user privileges
- installed mediaWiki on laureldemo @ http://laureldemo.edge-technologies.com:8080/wiki/ – not sure if we want to use it….
- found a project management tool; trac, it looks like what we wanted, but cannot get Python to behave with XAMPP on laureldemo. on hold.
- added alert_status, alert_frequency, alert_last_run to forms table for Alert Management
- FormAlertMgmtCanvas added to FormMgmtPanel
Phil 2.17.2010
7:00 – 4:30
- Meeting with Duncan Witte this morning
- Changed some of the S2F XML to reflect organizational changes
- Uploaded the new Visibility code, but will deploy tomorrow
- Adding role tracking to TrendWidget. If a role is not supported, auto update should be turned off
- Need to look into Jython scripting support.
- Found a bug that I had added when I had been messing with getAllUsers(). Fixed.
- Burning a new disk
You must be logged in to post a comment.