freeipa/ipalib/plugins
Adam Young c187702bfe I18N for web
Performing I18N completely on the server, to leverage the
existing gettext architecture.
Also, the browser does not have access to the Language header.

Added the additional po files for a set of required languages

conflict with install/static/ipa.js was resolved.

Note that the addition of the .po files in this patch is necessary.
In order to get Transifex support, we need to update the LINGUAS
file with the languages for which we want support.  If we don't
add the .po files in, they get automatically generated by the rpmbuild
process.  Our implementation of gettext has a bug in it (It might
be F13 thing) where the the Plurals line is not getting correctly
transformed, which causes a build failure.  However, since the
RPM would have the .po files  anyway, we should revision control
the ones we have, even if they are empty.

Fixed the Bug reporting url to the original value.
Corrected the Chartype encoding for UK
2010-09-27 13:30:55 -04:00
..
__init__.py Renamed f_misc.py plugin module to misc.py 2009-02-03 15:29:00 -05:00
aci.py Update command documentation based on feedback from docs team. 2010-08-27 13:31:04 -04:00
automount.py Fix typo in automount doc message. 2010-03-16 17:23:06 -04:00
baseldap.py Use global time and size limit values when searching. 2010-08-19 10:51:55 -04:00
cert.py Have certmonger track the initial Apache and 389-ds server certs. 2010-09-09 16:38:45 -04:00
config.py I18N for web 2010-09-27 13:30:55 -04:00
dns.py Add command to resolve a hostname. Returns True or raises NotFound. 2010-09-23 11:50:16 -04:00
group.py Update command documentation based on feedback from docs team. 2010-08-27 13:31:04 -04:00
hbac.py Add an example for creating an HBAC service and service group. 2010-09-23 11:59:14 -04:00
hbacsvc.py Update command documentation based on feedback from docs team. 2010-08-27 13:31:04 -04:00
hbacsvcgroup.py Update command documentation based on feedback from docs team. 2010-08-27 13:31:04 -04:00
host.py Update command documentation based on feedback from docs team. 2010-08-27 13:31:04 -04:00
hostgroup.py Update command documentation based on feedback from docs team. 2010-08-27 13:31:04 -04:00
internal.py I18N for web 2010-09-27 13:30:55 -04:00
kerberos.py Giant webui patch take 2 2009-10-13 11:28:00 -06:00
krbtpolicy.py Update command documentation based on feedback from docs team. 2010-08-27 13:31:04 -04:00
migration.py Handle errors raised by plugins more gracefully in mod_wsgi. 2010-07-12 09:32:33 -04:00
misc.py Have the env plugin print all attributes by default 2010-08-06 13:12:42 -04:00
netgroup.py Update command documentation based on feedback from docs team. 2010-08-27 13:31:04 -04:00
passwd.py Update command documentation based on feedback from docs team. 2010-08-27 13:31:04 -04:00
ping.py Add support for client failover to the ipa command-line. 2010-08-16 10:35:27 -04:00
pwpolicy.py Update command documentation based on feedback from docs team. 2010-08-27 13:31:04 -04:00
rolegroup.py Update command documentation based on feedback from docs team. 2010-08-27 13:31:04 -04:00
service.py Update command documentation based on feedback from docs team. 2010-08-27 13:31:04 -04:00
taskgroup.py Update command documentation based on feedback from docs team. 2010-08-27 13:31:04 -04:00
user.py Use the principal from the context in whoami. 2010-09-24 09:55:03 -04:00
virtual.py First pass at enforcing certificates be requested from same host 2009-10-21 03:22:44 -06:00
whoami.py whoami plugin. 2010-08-05 20:36:08 -04:00
xmlclient.py Sundry work getting ready to switch to new XML-RPC client/server code 2009-02-03 15:29:00 -05:00