summaryrefslogtreecommitdiffstats
path: root/dogtag/common-ui
Commit message (Collapse)AuthorAgeFilesLines
* I18n for ProfileList.template.Endi Sukma Dewata2012-12-031-0/+4
| | | | | | | | | | | | | The messages in ProfileList.template in CA EE has been extracted into a properties file which can be translated separately. The original messages in the template have been marked as follows: <span class="message" name="...key...">...message...</span> When the page is loaded into the browser, the original message will be replaced with the translated messages. Ticket #406
* Reorganized TPS CSS files.Endi Sukma Dewata2012-12-036-0/+1325
| | | | | | | The CSS files for TPS have been moved into the server theme package. All references have been modified accordingly. Ticket #407
* Reorganized common templates.Endi Sukma Dewata2012-11-1232-3148/+0
| | | | | | | The common templates have moved from common-ui into base/common. The deployment tools have been updated to use the new location. Ticket #407
* Reorganized ESC images.Endi Sukma Dewata2012-11-1129-0/+0
| | | | | | | | | The ESC images have been moved from tps-ui into common-ui. The pkicreate has been updated to deploy the ESC images from common-ui into /pki/esc. The paths in templates and CSS file have been modified to point to the new location. Ticket #328
* Removed unused files in common-ui.Endi Sukma Dewata2012-11-1117-0/+0
|
* Combined theme images and CSS files into common-ui.Endi Sukma Dewata2012-11-1143-0/+0
| | | | | | | The theme images and CSS files have been copied from all subsystems and merged into the common-ui. Ticket #328
* Update pki-base.css paths.Endi Sukma Dewata2012-11-064-4/+4
|
* Updated rootca.gif and sub.gif paths.Endi Sukma Dewata2012-11-061-2/+2
|
* Updated icon-software.gif paths.Endi Sukma Dewata2012-11-064-4/+4
|
* Updated icon_crit_update.gif paths.Endi Sukma Dewata2012-11-0617-17/+17
|
* Updated certificate.png and no-certificate.png paths.Endi Sukma Dewata2012-11-061-4/+4
|
* Updated bigrotation2.gif paths.Endi Sukma Dewata2012-11-061-1/+1
|
* Updated logo_header.gif paths.Endi Sukma Dewata2012-11-062-2/+2
|
* Updated favicon.ico paths.Endi Sukma Dewata2012-11-064-4/+4
|
* subsequent OCSPs and DRM connector protectionAndrew Wnuk2012-08-201-1/+11
| | | | | | | | | This patch corrects process of attaching OCSP subsystem to CA. It improves handling of adding subsequent OCSP subsystems to CA. This patch also prevents DRM connector to be overwritten by subsequent DRM installations. Bug 804179.
* Removed obsolete installation servletsAde Lee2012-05-025-648/+0
|
* Removed unnecessary pki folder.Endi Sukma Dewata2012-03-2662-0/+6398
Previously the source code was located inside a pki folder. This folder was created during svn migration and is no longer needed. This folder has now been removed and the contents have been moved up one level. Ticket #131