This project provides Bi-directional text support for some default (English) templates of the Bugzilla bug system. It allows the correct display of right-to-left text in selected fields, like bug title, comments and description, while still using the default English user interface.
The solution provided here relies on browsers support for the HTML5 dir="auto" feature. Users with old browsers will not benefit from this new feature, but it should not affect them otherwise.
To use it as site customization, follow These Steps:
- Download the version that correspond to your Bugzilla installation (i.e. 5.0)
- Extract the downloaded archive.
- Copy the folder named custom from the extracted archive to the template/en folder of your Bugzilla installation, alongside the folder named default.
- Run checkconfig.pl
- Tested with Budzilla 5.0.
- Older version can be found on my Sourceforge site.
- If your site already have custom en templates, you will have to merge the files in custom folder mannualy.