summaryrefslogtreecommitdiffstats
path: root/app/controllers/projects_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added a link to add a new category when creating or editing an issue.Jean-Philippe Lang2007-08-161-2/+12
* Added feeds auto discovery links on projects/show (patch by Nicolas Chuche).Jean-Philippe Lang2007-08-161-0/+2
* Activity view improvements:Jean-Philippe Lang2007-08-161-5/+15
* Overdue versions (date reached and open issues > 0) are now always displayed ...Jean-Philippe Lang2007-08-121-2/+2
* Applied the flash notices patch by Matt Jones (slightly edited).Jean-Philippe Lang2007-08-021-1/+1
* Each category can now be associated to a user, so that new issues in that cat...Jean-Philippe Lang2007-06-291-10/+5
* Fixed Iconv::IllegalSequence errors in csv exportsJean-Philippe Lang2007-06-231-2/+2
* Added per user custom queries.Jean-Philippe Lang2007-06-231-18/+1
* Added an error message when trying to create an issue with no default status ...Jean-Philippe Lang2007-06-121-0/+5