Plugins Directory » Computed Custom Field
Author: | Yakov Annikov | |
---|---|---|
Website: | https://github.com/annikoff/redmine_plugin_computed_custom_field | |
Code repository: | https://github.com/annikoff/redmine_plugin_computed_custom_field | |
Registered on: | 2015-09-20 (about 9 years ago) | |
Current version: | 1.0.7 | |
Compatible with: | Redmine 4.0.x, 3.4.x, 3.3.x, 3.2.x, 3.1.x, 3.0.x, 2.6.x, 2.5.x | |
User ratings: |
This project is no longer maintained¶
I have dropped support for this plugin, but luckily Darko has taken responsibility to maintain the plugin for you. See here the new version
Changelog
1.0.7 (2019-01-14)
Compatible with Redmine 4.0.x, 3.4.x, 3.3.x, 3.2.x, 3.1.x, 3.0.x, 2.6.x, 2.5.x.
Added- Redmine 4.0.x support.
- README.
- Refactor code.
- Tests.
- hound.yml
1.0.6 (2017-08-07)
Compatible with Redmine 3.4.x, 3.3.x, 3.2.x, 3.1.x, 3.0.x, 2.6.x, 2.5.x.
Added- Redmine 3.4.x support.
1.0.5 (2017-03-21)
Compatible with Redmine 3.3.x, 3.2.x, 3.1.x, 3.0.x, 2.6.x, 2.5.x.
Changed- PluginGemfile.
1.0.4 (2017-02-24)
Compatible with Redmine 3.3.x, 3.2.x, 3.1.x, 3.0.x, 2.6.x, 2.5.x.
Added- pl translation from Ralph Gutkowski.
1.0.3 (2017-02-20)
Compatible with Redmine 3.3.x, 3.2.x, 3.1.x, 3.0.x, 2.6.x, 2.5.x.
Added- An additional information for available fields list.
1.0.2 (2017-02-20)
Compatible with Redmine 3.3.x, 3.2.x, 3.1.x, 3.0.x, 2.6.x, 2.5.x.
Fixed- Migration.
1.0.1 (2017-02-20)
Compatible with Redmine 3.3.x, 3.2.x, 3.1.x, 3.0.x, 2.6.x, 2.5.x.
Fixed- Migration.
1.0.0 (2017-02-15)
Compatible with Redmine 3.3.x, 3.2.x, 3.1.x, 3.0.x, 2.6.x, 2.5.x.
Added- New formula constructions cfs[cf_id]. Thanks to ecanuto for the idea.
- Tests.
- CHANGELOG.
- Redmine 2.5.x support.
- Code has been rewritten from scratch.
- No backward compatibility with older versions.
- There is no separate computed format anymore. Custom field of any built-in format can be created as computed.
- README.
- Old formula constructions %{cf_id}.
- Output formats.
0.0.8 (2016-11-27)
Compatible with Redmine 3.3.x, 3.2.x, 3.1.x, 3.0.x, 2.6.x.
Added- Error handling to prevent internal server errors. From swiehr.
- zh translation from archonwang.
- README.
- Link formatting.
0.0.7 (2016-08-29)
Compatible with Redmine 3.2.x, 3.1.x, 2.6.x.
Added- Markdown link format support.
- Grouping functionality for queries. From plotterie.
- README.
- Typo in a custom field form. From swiehr.
- Error when validating DateTime.
0.0.6 (2016-01-15)
Compatible with Redmine 3.2.x, 3.1.x, 2.6.x.
Added- Totalable support for Redmine 3.x.
- Error when trying to save iIssue from TimeEntry if Issue does not present.
0.0.5 (2015-12-21)
Compatible with Redmine 3.1.x, 2.6.x.
Added- Link output format.
- pt-br translation from Adriano Ceccarelli.
- README.
- Error message about formula computing.
- Exclude Document class from list of classes for a patch.
0.0.4 (2015-10-22)
Compatible with Redmine 3.1.x, 2.6.x.
Added- Boolean and Percentage output formats.
- TimeEntry callbacks to re-save Issue.
- fr translation from Atmis.
- Tests examples
- Bug when formula validation
0.0.3 (2015-09-23)
Compatible with Redmine 3.1.x, 2.6.x.
Added- String and Datetime output formats.
- Query filter options.
- Formula validation is evaluated in proper context.
0.0.2 (2015-09-20)
Compatible with Redmine 3.1.x, 2.6.x.
Added- Int and Float output formats.
- en translation.
- es translation from lublasco.
- Formula validation.
- List of classes for a patch.
- README.
- Excluded CF own id from available fields list.
- Groups of custom fields from creation form.
- Conversion error when formula computation
0.0.1 (2015-08-13)
Compatible with Redmine 3.1.x, 2.6.x.
Added- Base functionality.