<j:jelly xmlns:j="jelly:core" xmlns:f="/lib/form"> <f:invisibleEntry> <f:textbox style="display:none" field="id"/> </f:invisibleEntry> <f:entry title="${%Description}" field="description"> <f:textbox/> </f:entry> <f:entry title="${%P4Port}" field="p4port"> <f:textbox/> </f:entry> <f:optionalBlock name="ssl" value="sslSet" title="${%SSL connection}" checked="${instance.isSsl()}"> <f:entry title="${%Trust}" field="trust"> <f:textbox/> </f:entry> </f:optionalBlock> <f:entry title="${%Username}" field="username"> <f:textbox/> </f:entry> <f:entry title="${%Password}" field="password"> <f:password/> </f:entry> <f:validateButton title="${%Test Connection}" progress="${%Testing...}" method="testConnection" with="p4port,username,password" /> </j:jelly>
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#6 | 9672 | Paul Allen | Refactor name from 'p4_client' to 'p4'. | ||
#5 | 8742 | Paul Allen | Added SSL support to "Test Connection" button for Perforce Credentials. | ||
#4 | 8741 | Paul Allen |
Added "Test Connection" to Perforce Password and Ticket Credentials. Does not support SSL connections...yet |
||
#3 | 8660 | Paul Allen | Added P4TRUST for SSL connections in the Credentials plugin and ConnectionFactory. | ||
#2 | 8629 | Paul Allen |
Added p4java with connection/authorisation helper classes. Included SSL support and detection of Unicode servers. |
||
#1 | 8611 | Paul Allen | Basic implementation of Credentials Store |