summaryrefslogtreecommitdiffstats
path: root/vendor/plugins/acts_as_customizable
Commit message (Collapse)AuthorAgeFilesLines
* Moved Rails plugins required by the core to lib/plugins.Jean-Philippe Lang2012-04-262-163/+0
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9533 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove trailing white-spaces from ↵Toshi MARUYAMA2012-04-021-14/+14
| | | | | | vendor/plugins/acts_as_customizable/lib/acts_as_customizable.rb git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9303 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds support for multiselect custom fields (#1189).Jean-Philippe Lang2012-01-291-7/+29
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8721 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Extracts custom field values validation from CustomValue so that they can be ↵Jean-Philippe Lang2012-01-281-16/+43
| | | | | | validated globally from the customized object (#1189). git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8717 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed that custom values get saved when assigning custom values after ↵Jean-Philippe Lang2011-12-061-1/+1
| | | | | | changing to a tracker with different custom fields (#9737). git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8103 e93f8b46-1217-0410-a6f0-8f06a7374b81
* before_validation_on_create callback removed in Rails 3.1.Jean-Philippe Lang2011-11-221-1/+1
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7886 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds User and Version custom field format that can be used to reference a ↵Jean-Philippe Lang2011-04-011-3/+3
| | | | | | | | project member or version in custom fields (#2096). These new field formats are available for project, issue, version and time entry custom fields. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5272 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Do not keep illegitimate custom_values when setting custom_field_values (#7604).Jean-Philippe Lang2011-02-201-0/+1
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4891 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Support for updating custom fields using the received custom_fields array ↵Jean-Philippe Lang2010-12-101-0/+15
| | | | | | (#6345, #6403). git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4481 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds a "visible" option on User and Project custom fields (#1738).Jean-Philippe Lang2010-11-071-0/+4
| | | | | | If set to false, the custom field won't be display on user profile/project overview. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4382 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds subtasking (#443) including:Jean-Philippe Lang2010-03-131-0/+7
| | | | | | | | | | | | | | | * priority, start/due dates, progress, estimate, spent time roll-up to parent issues * descendant issues tree displayed on the issue view with context menu support * issue tree display on the gantt chart * issue tree copy on project copy * unlimited nesting Defining subtasks requires the new permission 'Manage subtasks'. Subtasks can not belong to a different project than the parent task. Implementation is based on scoped nested sets for fast reads and updates. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3573 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixes custom fields display order at several places (#1768).Jean-Philippe Lang2008-08-111-1/+4
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1731 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Custom fields refactoring: most of code moved from controllers to models ↵Jean-Philippe Lang2008-06-272-0/+84
(using new module ActsAsCustomizable). git-svn-id: http://redmine.rubyforge.org/svn/trunk@1592 e93f8b46-1217-0410-a6f0-8f06a7374b81