Changes in 0.2.0b¶
Custom fields now use templates with
.html.erb
extension, instead of .rhtml
.- Added “Forums”, “Forum messages” and “Repositories” extended columns to the project list (closes #2010);
- Fixed inability to group by custom fields (closes #2015);
- Fixed PDF export errors related to extended columns (closes #2023);
- Changed
ExtendedColumn
API to avoid “translation missing” errors under Redmine 2.x (partially fixes #2094); - Renamed extensions of RHTML files for Redmine 2.x (partially fixes #2094);
- Added Rails 3 routes for Redmine 2.x (partially fixes #2094);
- Patched Rails 3 template files lookup code for Redmine 2.x (partially fixes #2094);
- Moved JavaScript functions to separate files;
- Added jQuery code for Redmine 2.1.x;
- Added Turkish translation (thanks Ismail SEZEN);
- Other smaller fixes.