summaryrefslogtreecommitdiffstats
path: root/app/models/custom_value.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed that issue details page shows default values for custom fields that are...Jean-Philippe Lang2018-09-231-1/+1
* Unable to download file if custom field is not defined as visible to any user...Jean-Philippe Lang2018-01-081-3/+9
* Merged rails-5.1 branch (#23630).Jean-Philippe Lang2017-07-231-1/+0
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Adds file custom field format (#6719).Jean-Philippe Lang2016-10-231-0/+12
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* New custom fields of existing issues are not initialized with their default v...Jean-Philippe Lang2015-10-311-1/+1
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-0/+1
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Extracts custom field values validation from CustomValue so that they can be ...Jean-Philippe Lang2012-01-281-26/+1
* Removed after_initialize methods.Jean-Philippe Lang2011-12-181-1/+2
* Custom date field accepts invalid dates (#9394).Jean-Philippe Lang2011-11-111-1/+1
* Rails3: replace deprecated 'validate' method at CustomValue model.Toshi MARUYAMA2011-08-311-1/+3
* remove trailing white-spaces from app/models/custom_value.rb.Toshi MARUYAMA2011-08-211-12/+12
* Adds a "visible" option on User and Project custom fields (#1738).Jean-Philippe Lang2010-11-071-0/+4
* Avoid useless database queries.Jean-Philippe Lang2009-11-201-1/+1
* Fixes that custom values length and attachment size validation error raises a...Jean-Philippe Lang2009-04-081-2/+2
* Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2.Jean-Philippe Lang2009-02-211-8/+8
* User custom fields can now be set as editable so that users can edit them on ...Jean-Philippe Lang2009-01-171-0/+8
* Ability to sort the issue list by text, list, date and boolean custom fields ...Jean-Philippe Lang2009-01-111-0/+4
* Fixes boolean custom fields tags (broken by r1592) (#1640).Jean-Philippe Lang2008-07-141-0/+5
* Prevent unexpected nil in custom value validation.Jean-Philippe Lang2008-01-241-13/+18
* Added default value for custom fields. Fixed javascript on custom field form ...Jean-Philippe Lang2008-01-201-0/+6
* Added per-project tracker selection. Trackers can be selected on project sett...Jean-Philippe Lang2007-11-201-2/+2
* Added "Float" as a custom field format.Jean-Philippe Lang2007-10-251-5/+6
* Fix: error when posting to projects/add or users/add with no custom_fields pa...Jean-Philippe Lang2007-08-291-1/+1
* Fixed: 10342 Creation of Schema in OracleJean-Philippe Lang2007-04-251-1/+1
* added svn:eol-style native property on /app filesJean-Philippe Lang2007-03-121-36/+36
* custom_field.possible_values is now serialized (no longer pipe separated)Jean-Philippe Lang2007-02-031-1/+1
* trunk moved from /trunk/redmine to /trunkJean-Philippe Lang2006-12-051-0/+38