summaryrefslogtreecommitdiffstats
path: root/lib/redmine/default_data
Commit message (Expand)AuthorAgeFilesLines
* Removes unused column trackers.is_in_chlog (#31132).Marius Balteanu2021-07-281-3/+3
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* Set trackers in the default data as defaults for new projects (#33733).Go MAEDA2021-03-251-3/+10
* fix source indent of lib/redmine/default_data/loader.rbToshi MARUYAMA2020-12-041-57/+64
* shorten long line of lib/redmine/default_data/loader.rbToshi MARUYAMA2020-10-221-22/+39
* Load default custom queries when running redmine:load_default_data rake task ...Go MAEDA2020-04-281-1/+81
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* code cleanup: rubocop: fix Layout/AlignArray in lib/redmine/default_data/load...Toshi MARUYAMA2019-10-221-9/+10
* Update copyright year.Go MAEDA2019-05-251-1/+1
* Custom Exception classes should inherit StandardError instead of Exception (#...Go MAEDA2019-05-211-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
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* New permission: view news (#7068).Jean-Philippe Lang2017-06-071-0/+4
* New Permission: View Forum (#4866).Jean-Philippe Lang2017-06-071-0/+4
* Skip workflow creation in tests for each locale.Jean-Philippe Lang2016-12-311-18/+21
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Adds a role setting for controlling visibility of users: all or members of vi...Jean-Philippe Lang2014-11-111-0/+1
* Default status per tracker (#5991).Jean-Philippe Lang2014-11-021-11/+11
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Replaces find(:first) calls.Jean-Philippe Lang2012-12-031-4/+4
* Replaces find(:all) calls.Jean-Philippe Lang2012-12-021-5/+5
* Private issue notes (#1554).Jean-Philippe Lang2012-10-031-0/+2
* Changed issues css class from priority-{position} to status-{id} (#2071).Jean-Philippe Lang2012-07-261-3/+3
* Workflow enhancement: editable and required fields configurable by role, trac...Jean-Philippe Lang2012-07-151-4/+4
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* Adds a "Manage related isses" permission to add/remove commits/issues relatio...Jean-Philippe Lang2012-02-051-1/+2
* remove trailing white-spaces from lib/redmine/default_data/loader.rb.Toshi MARUYAMA2011-09-011-26/+26
* Private issues (#7414).Jean-Philippe Lang2011-04-151-2/+3
* Rename code and locale typo: Developper. #5751Eric Davis2010-06-301-2/+2
* Adds subtasking (#443) including:Jean-Philippe Lang2010-03-131-0/+1
* Removes column opt in enumerations table.Jean-Philippe Lang2009-12-251-9/+9
* Add view_issues permission (#3187).Jean-Philippe Lang2009-11-141-3/+7
* Renamed the default "Assigned" status to "In Progress". #3605Eric Davis2009-10-201-4/+4
* Fixes default data loader broken by r2777 (#3507).Jean-Philippe Lang2009-06-231-9/+9
* Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2.Jean-Philippe Lang2009-02-211-1/+1
* Adds permissions to let users edit and/or delete their messages (#854, patch ...Jean-Philippe Lang2008-11-111-0/+2
* Adds :view_wiki_edits permission to default roles.Jean-Philippe Lang2008-09-141-0/+4
* Merged nbc branch @ r1812 (commit access permission and reposman improvements).Jean-Philippe Lang2008-09-131-1/+2
* Merged IssuesController change_status and add_note actions.Jean-Philippe Lang2008-01-061-3/+0
* Default configuration data can now be loaded from the administration screen.Jean-Philippe Lang2008-01-051-107/+108
* Moved redmine:load_default_data code to a module so that it can be called fro...Jean-Philippe Lang2008-01-041-0/+171