summaryrefslogtreecommitdiffstats
path: root/app/controllers/projects_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Adds new projects atom feed (#1290).Jean-Philippe Lang2008-05-271-2/+10
* Moved ProjectsController#list to ProjectsController#index.Jean-Philippe Lang2008-05-261-6/+1
* Gantt chart: display issues that don't have a due date if they are assigned t...Jean-Philippe Lang2008-05-251-0/+7
* Fixed: private subprojects names are revealed on the project overview (#1152).Jean-Philippe Lang2008-05-011-1/+1
* Include subprojects versions on calendar and gantt (#1116).Jean-Philippe Lang2008-04-271-2/+4
* Fixed: Modules selection not remembered when new project creation fails (#1109).Jean-Philippe Lang2008-04-261-3/+3
* Make the project files list sortable (#997).Jean-Philippe Lang2008-04-061-1/+4
* If 'Display subprojects issues on main projects' is set to false:Jean-Philippe Lang2008-03-271-3/+5
* Adds a setting for whether new projects should be public by default (closes #...Jean-Philippe Lang2008-03-121-1/+2
* Activity enhancements:Jean-Philippe Lang2008-03-111-23/+57
* Show replies as well when choosing to display messages in the activity.Jean-Philippe Lang2008-03-091-1/+1
* Adds an application setting to choose whether or not subprojects issues shoul...Jean-Philippe Lang2008-03-061-2/+2
* Display the last 30 days on the activity view rather than the current month.Jean-Philippe Lang2008-03-051-17/+6
* Reversed versions ordering on files list (closes #763).Jean-Philippe Lang2008-03-051-1/+1
* Include subprojects on the issue list, calendar and gantt by default.Jean-Philippe Lang2008-02-281-6/+13
* Propagates time tracking to the parent project (closes #433). Time report enh...Jean-Philippe Lang2008-02-271-1/+5
* Removed fragment caching on gantt and calendar.Jean-Philippe Lang2008-02-161-3/+0
* Issue list now supports bulk edit/move/delete (#563, #607). For now, issues f...Jean-Philippe Lang2008-02-101-78/+1
* ProjectsController#add_news moved to NewsController#new.Jean-Philippe Lang2008-02-031-13/+0
* Fixed: custom field selection is not saved when unchecking them all on projec...Jean-Philippe Lang2008-01-201-1/+0
* ProjectsController#add_issue moved to IssuesController#new.Jean-Philippe Lang2008-01-201-41/+1
* Highlight the current item of the main menu.Jean-Philippe Lang2008-01-191-0/+7
* On the calendar, the gantt and in the Tracker filter on the issue list, only ...Jean-Philippe Lang2008-01-161-2/+2
* Merged IssuesController change_status and add_note actions.Jean-Philippe Lang2008-01-061-5/+3
* Ported r1009 from 0.6-stable branch.Jean-Philippe Lang2007-12-181-1/+1
* Moved ProjectsController#list_documents and add_document to DocumentsControll...Jean-Philippe Lang2007-12-181-28/+0
* Added ApplicationController#attach_files as a common method to attach files i...Jean-Philippe Lang2007-12-141-16/+4
* Changesets retrieval optimization on the activity view. Prevents additional q...Jean-Philippe Lang2007-12-031-1/+1
* Project name format limitation removed (name can now contain any character).Jean-Philippe Lang2007-12-031-2/+6
* Added per-project tracker selection. Trackers can be selected on project sett...Jean-Philippe Lang2007-11-201-10/+16
* Anonymous users can now be allowed to create, edit, comment issues, comment n...Jean-Philippe Lang2007-11-201-6/+5
* Fixed: Update of time entry fails when the issue has been moved to an other p...Jean-Philippe Lang2007-11-171-17/+10
* Fixed: admin should be able to move issues to any project.Jean-Philippe Lang2007-11-141-2/+7
* Custom fields can now be reordered.Jean-Philippe Lang2007-11-121-6/+6
* Added issues status changes on the activity view (initial patch by Cyril Moug...Jean-Philippe Lang2007-11-081-0/+1
* Added forums topics on the activity view (disabled by default).Jean-Philippe Lang2007-11-071-2/+9
* Moved ProjectsController#list_news to NewsController#index.Jean-Philippe Lang2007-11-051-11/+1
* ProjectsController#list_issues, #export_issues_csv and #export_issues_pdf mer...Jean-Philippe Lang2007-11-051-138/+4
* Added radio buttons on the documents list to sort documents by category, date...Jean-Philippe Lang2007-11-041-1/+13
* Added the hability to copy an issue.Jean-Philippe Lang2007-10-281-18/+20
* Fixed: error when bulk editing with PostgresqlJean-Philippe Lang2007-10-231-5/+5
* New document form can be accessed from the document list with no additional r...Jean-Philippe Lang2007-10-181-1/+0
* Added the ability to unassign issues with bulk edit.Jean-Philippe Lang2007-10-181-1/+1
* Removed translated email templates attachments_added and document_added (no l...Jean-Philippe Lang2007-10-121-2/+2
* Status can now be updated when bulk editing issues.Jean-Philippe Lang2007-10-121-2/+10
* Gantt chart:Jean-Philippe Lang2007-10-111-4/+12
* Bulk editing:Jean-Philippe Lang2007-10-111-2/+7
* Fixed: Bulk edit doesn't change the category or fixed version properties.Jean-Philippe Lang2007-10-101-0/+4
* Added 'Bulk edit' functionality.Jean-Philippe Lang2007-10-091-0/+30
* Calendar:Jean-Philippe Lang2007-10-071-15/+7