summaryrefslogtreecommitdiffstats
path: root/lib/redmine/field_format.rb
Commit message (Expand)AuthorAgeFilesLines
* Add "<< me >>" option to user format issue custom fields (#31444).Jean-Philippe Lang2019-06-201-1/+4
* Update copyright year.Go MAEDA2019-05-251-1/+1
* Use Regexp#match? to reduce allocations of MatchData object (#28940).Go MAEDA2019-03-271-6/+6
* Support frozen_string_literal in lib/**/*.rb (#26561).Go MAEDA2019-03-171-1/+1
* Enable frozen_string_literal for some files under app and lib directory (#265...Go MAEDA2019-03-161-1/+1
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Missing validation for custom field formats based on RecordList (#29674).Jean-Philippe Lang2018-11-281-0/+10
* Strip whitespace from integer custom field (#8317).Go MAEDA2018-11-081-1/+1
* Use find_by instead of where.first to remove unnecessary sorting (#26747).Go MAEDA2018-10-061-7/+7
* Dangerous query method deprecation warnings (#23630).Jean-Philippe Lang2018-06-231-3/+3
* Links for custom field value don't have "external" class (#27024).Go MAEDA2018-01-011-2/+6
* Merged rails-5.1 branch (#23630).Jean-Philippe Lang2017-07-231-3/+3
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Cusotom field label should not be associated to the first input (#25760).Jean-Philippe Lang2017-05-271-4/+2
* Allow to set multiple values in emails for list custom fields (#16549).Jean-Philippe Lang2017-03-081-10/+38
* Reverts unwanted change (#24769).Jean-Philippe Lang2017-01-301-2/+0
* Show all members in user custom field filter on the cross project issue list ...Jean-Philippe Lang2017-01-301-6/+4
* Raise the height of text custom fields.Jean-Philippe Lang2017-01-251-2/+2
* Option for long text custom fields to be displayed under the description fiel...Jean-Philippe Lang2017-01-251-1/+1
* Group versions by status in version custom field filter (#23265).Jean-Philippe Lang2017-01-141-5/+6
* Add "me" value for logged users only.Jean-Philippe Lang2017-01-141-1/+5
* Don't preload custom field filter values (#24787).Jean-Philippe Lang2017-01-121-1/+5
* Removed left-over code comment.Jean-Philippe Lang2016-11-181-1/+1
* Typo in class name (#24150).Jean-Philippe Lang2016-11-181-1/+1
* Don't bulk edit file custom fields (#6719).Jean-Philippe Lang2016-10-231-0/+5
* Option to specify allowed extensions for a file custom field (#6719).Jean-Philippe Lang2016-10-231-2/+13
* Adds file custom field format (#6719).Jean-Philippe Lang2016-10-231-0/+129
* Encode values, not full URL (#23841).Jean-Philippe Lang2016-10-011-6/+6
* Removes calls to #assert_template and #assigns in functional tests.Jean-Philippe Lang2016-07-181-0/+7
* Makes spent time queries savable (#14790).Jean-Philippe Lang2016-07-121-1/+1
* Custom field List Link values to URL breaks on entries with spaces (#23067).Jean-Philippe Lang2016-06-181-1/+3
* Allow global versions to be shown outside of a project for version custom fie...Jean-Philippe Lang2016-06-181-7/+14
* Limits the schemes that custom field URL patterns can use (#22925).Jean-Philippe Lang2016-06-011-2/+15
* NoMethodError: undefined method `id' error on EnumerationFormat#value_from_ke...Jean-Philippe Lang2016-05-281-1/+1
* Use HTML5 date input fields instead of text fields with jquery ui date picker...Jean-Philippe Lang2016-05-071-2/+2
* Hide custom field link values from being shown when value is empty (#21944).Jean-Philippe Lang2016-03-151-1/+1
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Moved custom fields totals logic to FieldFormat (#21413).Jean-Philippe Lang2015-12-051-0/+21
* Adds Enumeration custom field format (#21060).Jean-Philippe Lang2015-10-251-2/+27
* Truncates link custom field URL for display (#21012).Jean-Philippe Lang2015-10-211-1/+1
* Display all versions in query filter (#19271).Jean-Philippe Lang2015-09-261-9/+24
* Use same logic for finding user as a custom field (#950).Jean-Philippe Lang2015-08-151-2/+28
* Custom field (long text format) displayed even if empty (#19482).Jean-Philippe Lang2015-04-251-3/+7
* Adds custom fields to documents (#7249).Jean-Philippe Lang2015-02-141-1/+1
* Show long text custom field changes as a diff (#15236).Jean-Philippe Lang2015-01-311-0/+4
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Fixed: Redmine::FieldFormat::IntFormat does not accept "real" Integer values ...Jean-Philippe Lang2015-01-101-1/+1
* Restores commits reverted when rails-4.1 branch was merged (#18174).Jean-Philippe Lang2014-10-241-0/+4
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-6/+1
* Class mismatch when reloading in development mode (#17431).Jean-Philippe Lang2014-07-141-0/+4