summaryrefslogtreecommitdiffstats
path: root/lib/redmine/field_format.rb
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Option to render boolean custom fields as a single check box or radio buttons...Jean-Philippe Lang2014-07-051-0/+19
* Fixed: unable to clear value for list custom field with multiple values and c...Jean-Philippe Lang2014-05-241-0/+3
* Fixed that custom field referencing deleted value trigger an error on display...Jean-Philippe Lang2014-05-241-2/+3
* Fixed that integer custom fields with "Link values to URL" set are displayed ...Jean-Philippe Lang2014-03-151-1/+1
* Fixed that non-empty blank strings as custom field values are not properly va...Jean-Philippe Lang2014-02-281-13/+14
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Rails4: replace deprecated find_all_by_* at FieldFormatToshi MARUYAMA2014-01-091-1/+1
* Adds support for links on values for various custom field formats (#1358).Jean-Philippe Lang2013-12-221-16/+48
* Add project identifier substitution option to the URL-pattern property of lin...Jean-Philippe Lang2013-12-151-0/+1
* Removed default values on custom field min and max length.Jean-Philippe Lang2013-12-141-2/+2
* ruby1.8 compatibility.Jean-Philippe Lang2013-12-141-3/+3
* Removed hardcoded formats for right-click edit.Jean-Philippe Lang2013-12-141-2/+6
* Merged custom fields format refactoring.Jean-Philippe Lang2013-12-141-0/+646