Implement editable notbefore/notafter dates (closes #1907102)
commitef9c97636a482ca2568b3a88e1726a8d475aedf3
authoralech <alech@95d9436f-6502-0410-902c-bd9569d1a17e>
Wed, 27 Aug 2008 17:28:30 +0000 (27 17:28 +0000)
committeralech <alech@95d9436f-6502-0410-902c-bd9569d1a17e>
Wed, 27 Aug 2008 17:28:30 +0000 (27 17:28 +0000)
tree1f4b9670e5d5700364f51963f0b435a8c2493460
parent02e2be83236abdc82d22c265c36ffe37d1a37bb1
Implement editable notbefore/notafter dates (closes #1907102)

git-svn-id: https://openxpki.svn.sourceforge.net/svnroot/openxpki@1337 95d9436f-6502-0410-902c-bd9569d1a17e
23 files changed:
trunk/clients/perl/OpenXPKI-Client-HTML-Mason/MANIFEST
trunk/clients/perl/OpenXPKI-Client-HTML-Mason/htdocs/lib/field_to_i18n.mhtml
trunk/clients/perl/OpenXPKI-Client-HTML-Mason/htdocs/service/workflow/activity/change_notafter.html [new file with mode: 0644]
trunk/clients/perl/OpenXPKI-Client-HTML-Mason/htdocs/service/workflow/activity/change_notbefore.html [new file with mode: 0644]
trunk/clients/perl/OpenXPKI-Client-HTML-Mason/htdocs/service/workflow/activity/change_validity.mhtml [new file with mode: 0644]
trunk/clients/perl/OpenXPKI-Client-HTML-Mason/htdocs/service/workflow/show_csr_brief.html
trunk/clients/perl/OpenXPKI-Client-HTML-Mason/htdocs/service/workflow/show_instance.html
trunk/clients/perl/OpenXPKI-Client-HTML-Mason/t/20_webserver/20_csr_approval.t
trunk/deployment/etc/templates/default/workflow_activity_certificate_signing_request.xml
trunk/deployment/etc/templates/default/workflow_condition.xml
trunk/deployment/etc/templates/default/workflow_def_certificate_signing_request.xml
trunk/deployment/etc/templates/default/workflow_validator_certificate_signing_request.xml
trunk/i18n/de_DE/openxpki.po
trunk/i18n/en_GB/openxpki.po
trunk/i18n/ru_RU/openxpki.po
trunk/perl-modules/core/trunk/MANIFEST
trunk/perl-modules/core/trunk/OpenXPKI/Crypto/Profile/Certificate.pm
trunk/perl-modules/core/trunk/OpenXPKI/Server/Workflow/Activity/CSR/ChangeNotBeforeOrAfter.pm [new file with mode: 0644]
trunk/perl-modules/core/trunk/OpenXPKI/Server/Workflow/Activity/CSR/PersistRequest.pm
trunk/perl-modules/core/trunk/OpenXPKI/Server/Workflow/Activity/CertIssuance/ImportCertData.pm
trunk/perl-modules/core/trunk/OpenXPKI/Server/Workflow/Activity/CertIssuance/Issue.pm
trunk/perl-modules/core/trunk/OpenXPKI/Server/Workflow/Validator/ValidityTime.pm [new file with mode: 0644]
trunk/perl-modules/core/trunk/t/60_workflow/10_certificate_signing_request.t