[PATCH] 184 I18n for ProfileList.template.
by Endi Sukma Dewata
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 message.
Ticket #406
--
Endi S. Dewata
12 years
[PATCH] 192 Removed RA and TPS theme packages.
by Endi Sukma Dewata
The RA and TPS theme packages are no longer necessary due to the
reorganization of the theme files. The build and deployment
scripts have been updated accordingly.
Ticket #407
--
Endi S. Dewata
12 years
[PATCH] 191 Reorganized TPS CSS files.
by Endi Sukma Dewata
The CSS files for TPS have been moved into the server theme package.
All references have been modified accordingly.
--
Endi S. Dewata
12 years
[PATCH] 195 Replaced links of scriptlets with lists.
by Endi Sukma Dewata
Previously the deployment tools used symbolic links to determine the
scriplets to execute and their order. The code has been changed such
that now the scriplets are listed as parameters (spawn_scriplets and
destroy_scriplets) in the configuration file.
Ticket #403
--
Endi S. Dewata
12 years
[PATCH] 194 Simplified the configuration file using defaults.
by Endi Sukma Dewata
Previously to create a subsystem the admin would have to copy the
entire default deployment configuration, which contains many
parameters, and then customize it. Now the deployment code has been
changed such that the default config file will be used to provide
the default values, so the admin will only need to provide the
non-default parameters, thus reducing the size of the file.
Sample configuration files are provided in /usr/share/pki/
deployment/config.
Ticket #399
New patch attached to update IPA's configuration code.
--
Endi S. Dewata
12 years
[PATCH] 193 Reorganized sensitive parameters.
by Endi Sukma Dewata
Previously sensitive parameters are stored in the Sensitive section in
the configuration file, separate from the hierarchical structure used
by non-sensitive parameters. To allow defining multiple subsystems in
a single configuration file the sensitive and non-sensitive parameters
have been reorganized into the same hierarchical structure.
To maintain the security a new meta-parameter has been added to list
all sensitive parameter names. This way the deployment code will know
whether a parameter is sensitive, which then will mask the value before
displaying it to the screen or storing it in a log file.
Ticket #399
Also attached is a patch to update IPA's configuration code.
--
Endi S. Dewata
12 years