summaryrefslogtreecommitdiffstats
path: root/app/controllers/projects_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Performance improvement on calendar and gantt (about 45% on gantt for large n...Jean-Philippe Lang2007-10-031-0/+1
* Small fix in project activity feed.Jean-Philippe Lang2007-10-011-1/+1
* Removed ProjectsController#feeds. This view was incomplete and inconsistent w...Jean-Philippe Lang2007-10-011-5/+0
* Custom query columns: checkboxes replaced by two selects that let the user sp...Jean-Philippe Lang2007-10-011-1/+1
* Project activity view now only shows what the user is allowed to view.Jean-Philippe Lang2007-09-241-6/+8
* The news list now shows the full news contents.Jean-Philippe Lang2007-09-221-2/+2
* Application layout refactored.Jean-Philippe Lang2007-09-221-0/+2
* Project modules are checked (default) when creating a project.Jean-Philippe Lang2007-09-151-0/+1
* Main project list now displays root projects with their subprojects.Jean-Philippe Lang2007-09-141-15/+7
* Mail notification options restored (default is: issue_added and issue_updated).Jean-Philippe Lang2007-09-141-3/+4
* Added project module concept.Jean-Philippe Lang2007-09-141-46/+9
* Removed @html_title assignments in controllers.Jean-Philippe Lang2007-09-071-1/+0
* Added the ability to move issues (to another project) without changing their ...Jean-Philippe Lang2007-08-311-9/+10
* Fixed: "subproject of" list should not show archived projects.Jean-Philippe Lang2007-08-291-2/+2
* Fix: error when posting to projects/add or users/add with no custom_fields pa...Jean-Philippe Lang2007-08-291-1/+1
* Merged 0.6 branch into trunk.Jean-Philippe Lang2007-08-291-62/+53
* Fixed: queries with multiple custom fields return no result.Jean-Philippe Lang2007-08-261-3/+3
* Gantt chart can now be exported to a graphic file (png).Jean-Philippe Lang2007-08-261-2/+7
* Fixed: calendar and gantt not updated when adding/editing/deleting a project ...Jean-Philippe Lang2007-08-251-0/+1
* Code improvement in ProjectsController#activity (Nicolas Chuche)Jean-Philippe Lang2007-08-161-12/+3