Log of /branches/nl.nikhef.jgridstart-htmlpane/nl.nikhef.jgridstart
Directory Listing
Revision
237 -
Directory Listing
Modified
Mon Apr 20 08:44:06 2009 UTC
(13 years, 9 months ago)
by
wvengen
Copied from:
trunk/nl.nikhef.jgridstart revision 232
move HTMLPane-based TemplatePane into a branch since it has issues: (1) opaque input controls go against theme which is notable with control background control but it only happens with an ActionListener (2) dataFromContributors() doesn't seem to work with an ActionListener (3) need stubs for proguard
Revision
230 -
Directory Listing
Modified
Fri Apr 17 07:07:38 2009 UTC
(13 years, 9 months ago)
by
wvengen
Original Path:
trunk/nl.nikhef.jgridstart
store additional properties of CertificatePairs in userinfo.properties; refresh CertificatePair also retrieves certificate when present.
Revision
223 -
Directory Listing
Modified
Thu Apr 16 10:47:21 2009 UTC
(13 years, 9 months ago)
by
wvengen
Original Path:
trunk/nl.nikhef.jgridstart
clean up readPEM/writePEM stuff (incl. some exceptions); invalidate passwords in PasswordCache when read failed(!)
Revision
220 -
Directory Listing
Modified
Thu Apr 16 09:33:23 2009 UTC
(13 years, 9 months ago)
by
wvengen
Original Path:
trunk/nl.nikhef.jgridstart
(LocalCA) longer validity of generated test certificates and make certificates conform GFD.125
Revision
215 -
Directory Listing
Modified
Wed Apr 15 13:53:02 2009 UTC
(13 years, 9 months ago)
by
wvengen
Original Path:
trunk/nl.nikhef.jgridstart
add some CA operations to CertificatePair and make ActionRequest use them as an initial step
Revision
213 -
Directory Listing
Modified
Wed Apr 15 13:31:50 2009 UTC
(13 years, 9 months ago)
by
wvengen
Original Path:
trunk/nl.nikhef.jgridstart
Create worker thread for ActionRequest and update GUI as welll; add pageChanged handler to TemplateWizard.
Revision
207 -
Directory Listing
Modified
Wed Apr 15 10:40:53 2009 UTC
(13 years, 9 months ago)
by
wvengen
Original Path:
trunk/nl.nikhef.jgridstart
beautify whitespace; add comments; don't build wizard elements when hiding dialog
Revision
206 -
Directory Listing
Modified
Wed Apr 15 10:37:31 2009 UTC
(13 years, 9 months ago)
by
wvengen
Original Path:
trunk/nl.nikhef.jgridstart
Move template components to nl.nikhef.jgridstart.gui.util; split off wizard stuff into TemplateWizard class; use external stylesheet;
Revision
204 -
Directory Listing
Modified
Tue Apr 14 15:50:31 2009 UTC
(13 years, 9 months ago)
by
wvengen
Original Path:
trunk/nl.nikhef.jgridstart
implement previous/next buttons in ActionRequest; initial accesskey additions (doesn't work yet); start on properties-htmlform integration.
Revision
203 -
Directory Listing
Modified
Tue Apr 14 12:49:04 2009 UTC
(13 years, 9 months ago)
by
wvengen
Original Path:
trunk/nl.nikhef.jgridstart
rename ComponentTemplatePane to TemplatePane; move buttons beneath TemplatePane out of JGSFrame into TempalteButtonPane and reuse that in ActionRequest; start of implementation of multi-page ActionRequest.
Revision
197 -
Directory Listing
Modified
Thu Apr 9 14:20:13 2009 UTC
(13 years, 9 months ago)
by
wvengen
Original Path:
trunk/nl.nikhef.jgridstart
use entities instead of unicode as a tentative fix for LANG other that utf-8-compatible; remove css not supported by Java anyway.
Revision
194 -
Directory Listing
Modified
Thu Apr 9 12:07:19 2009 UTC
(13 years, 9 months ago)
by
wvengen
Original Path:
trunk/nl.nikhef.jgridstart
show actual information from certificate (except VOs); create swing template component for this and make CertificatePair work as Properties.
Revision
185 -
Directory Listing
Modified
Tue Apr 7 13:55:18 2009 UTC
(13 years, 9 months ago)
by
wvengen
Original Path:
trunk/nl.nikhef.jgridstart
fallback to usercert_request.pem for CSR when usercert.pem not found to be able to read Grix's CSRs
Revision
183 -
Directory Listing
Modified
Tue Apr 7 13:10:39 2009 UTC
(13 years, 9 months ago)
by
wvengen
Original Path:
trunk/nl.nikhef.jgridstart
create self-signed keystore when not found in build so it builds out-of-the-box; comment build.xml properties
Revision
180 -
Directory Listing
Modified
Tue Apr 7 11:51:15 2009 UTC
(13 years, 9 months ago)
by
wvengen
Original Path:
trunk/nl.nikhef.jgridstart
remove system dependencies: include junit, remove absolute pathnames, make jar without tests