summaryrefslogtreecommitdiffstats
path: root/app/models/project.rb
Commit message (Expand)AuthorAgeFilesLines
* Allows multiple roles on the same project (#706). Prerequisite for user group...Jean-Philippe Lang2009-05-101-2/+4
* Added the ability to copy a project in the Project Administration panel.Eric Davis2009-05-031-0/+60
* Set minimum identifier lenght to 1 (#3073).Jean-Philippe Lang2009-04-041-1/+1
* Added some RDoc documentation for some models.Eric Davis2009-03-211-1/+15
* Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2.Jean-Philippe Lang2009-02-211-1/+1
* Do not DELETE/INSERT enabled_modules when updating project modules.Jean-Philippe Lang2009-02-151-4/+8
* Replaces the obsolete robots.txt with a cached action (#2491).Jean-Philippe Lang2009-01-271-0/+1
* Ignore archived subprojects in Project#rolled_up_trackers (#2550).Jean-Philippe Lang2009-01-251-2/+2
* Merged nested projects branch. Removes limit on subproject nesting (#594).Jean-Philippe Lang2009-01-241-11/+53
* Lower the project identifier limit to a minimum of two characters (#2003).Jean-Philippe Lang2009-01-031-1/+1
* Files module: makes version field non required (#1053).Jean-Philippe Lang2008-12-091-0/+2
* Fixed: cross-project issue list should not show issues of projects for which ...Jean-Philippe Lang2008-09-251-0/+6
* Merged nbc branch @ r1812 (commit access permission and reposman improvements).Jean-Philippe Lang2008-09-131-0/+2
* Adds an option to generate sequential project identifiers.Jean-Philippe Lang2008-08-311-0/+6
* Fixes custom fields display order at several places (#1768).Jean-Philippe Lang2008-08-111-1/+1
* Fixed: no :author method error on projects atom feed (#1623).Jean-Philippe Lang2008-07-121-1/+2
* Fixed: search engine may reveal private projects (#1613).Jean-Philippe Lang2008-07-101-8/+10
* Custom fields refactoring: most of code moved from controllers to models (usi...Jean-Philippe Lang2008-06-271-9/+4
* Fixed: can not access old projects created with a numeric identifier (#1322).Jean-Philippe Lang2008-05-291-1/+2
* Change projects homepage limit to 255 chars (#663, #1095).Jean-Philippe Lang2008-05-251-1/+1
* Ability to search all projects or the projects the user belongs to (#791).Jean-Philippe Lang2008-05-181-1/+5
* Fixed: Calendar and Gantt show private subprojects even if current user is no...Jean-Philippe Lang2008-05-141-3/+4
* Include subprojects versions on calendar and gantt (#1116).Jean-Philippe Lang2008-04-271-3/+5
* Fixed: Boards are not deleted when project is deleted (closes #963).Jean-Philippe Lang2008-04-011-1/+1
* If 'Display subprojects issues on main projects' is set to false:Jean-Philippe Lang2008-03-271-0/+6
* Activity enhancements:Jean-Philippe Lang2008-03-111-14/+13
* Fixed #759: Can not view a project without View time entries permission (brok...Jean-Philippe Lang2008-03-011-1/+1
* Propagates time tracking to the parent project (closes #433). Time report enh...Jean-Philippe Lang2008-02-271-0/+15
* Do not authorize project identifier with numbers only (would be interpreted a...Jean-Philippe Lang2008-02-021-0/+1
* Unlimited and optional project description. The project list will show trunca...Jean-Philippe Lang2008-01-201-2/+10
* On the calendar, the gantt and in the Tracker filter on the issue list, only ...Jean-Philippe Lang2008-01-161-0/+9
* Project identifier is now used in URLs (instead of project id).Jean-Philippe Lang2007-12-171-0/+14
* Fixed: calendar and gantt broken with Rails 2.0Jean-Philippe Lang2007-12-121-1/+2
* Merged Rails 2.0 compatibility changes.Jean-Philippe Lang2007-12-101-1/+8
* Project name format limitation removed (name can now contain any character).Jean-Philippe Lang2007-12-031-2/+1
* 'Assigned to' drop down list is now sorted by user's lastname.Jean-Philippe Lang2007-12-011-1/+1
* Added per-project tracker selection. Trackers can be selected on project sett...Jean-Philippe Lang2007-11-201-0/+1
* * Added time zone support: users can select their time zone on their account ...Jean-Philippe Lang2007-11-191-1/+1
* Custom fields can now be reordered.Jean-Philippe Lang2007-11-121-1/+7
* Added issues status changes on the activity view (initial patch by Cyril Moug...Jean-Philippe Lang2007-11-081-1/+11
* More flexible mail notifications settings at user level. A user has now 3 opt...Jean-Philippe Lang2007-10-201-0/+5
* Added 'Bulk edit' functionality.Jean-Philippe Lang2007-10-091-0/+5
* Search engines now supports pagination.Jean-Philippe Lang2007-09-271-1/+5
* Fixed: project homepage length validation inconsistent with database field.Jean-Philippe Lang2007-09-201-1/+1
* Added project module concept.Jean-Philippe Lang2007-09-141-1/+35
* Improved Redmine links:Jean-Philippe Lang2007-09-071-0/+1
* Subprojects are now grouped by projects in the 'Projects' top navigation drop...Jean-Philippe Lang2007-09-051-0/+4
* Added the ability to move issues (to another project) without changing their ...Jean-Philippe Lang2007-08-311-0/+1
* Added a cross-project issue list. It displays the issues of all the projects ...Jean-Philippe Lang2007-08-311-3/+3
* Activity view improvements:Jean-Philippe Lang2007-08-161-0/+1