Commit Graph

156 Commits (4a729036bf0a92b8da4481d1313512c5b885770a)

Author SHA1 Message Date
Jean-Philippe Lang 3e0acc0b7e Slight improvements to the browser views. 17 years ago
Jean-Philippe Lang 8e00f57a88 Moved ProjectsController#list_documents and add_document to DocumentsController#index and new. 17 years ago
Jean-Philippe Lang f58db70bde More detailed html title on several views. 17 years ago
Jean-Philippe Lang 3c44aac1f5 Added version details view accessible from the roadmap. 17 years ago
Jean-Philippe Lang 355289fa67 Roadmap progress bars now differentiate the progress due to closed issues from the open issues progress (2 different colors). 17 years ago
Jean-Philippe Lang 92a23c05bb Project name format limitation removed (name can now contain any character). 17 years ago
Jean-Philippe Lang 8d91afc33e Added per-project tracker selection. Trackers can be selected on project settings. 17 years ago
Jean-Philippe Lang 9ad79612fe Roadmap: more accurate completion percentage calculation (done ratio of open issues is now taken into account). 17 years ago
Jean-Philippe Lang e4ce95c3a1 Added a couple of new formats for the 'date format' setting. 17 years ago
Jean-Philippe Lang b0a8888e35 Fixed: admin should be able to move issues to any project. 17 years ago
Jean-Philippe Lang fa95501fe5 Added issues status changes on the activity view (initial patch by Cyril Mougel). 17 years ago
Jean-Philippe Lang ad68a82be1 Moved ProjectsController#list_news to NewsController#index. 17 years ago
Jean-Philippe Lang 8509cf80f0 ProjectsController#list_issues, #export_issues_csv and #export_issues_pdf merged into IssuesController#index 17 years ago
Jean-Philippe Lang d4e47d5d64 Added radio buttons on the documents list to sort documents by category, date, title or author. 17 years ago
Jean-Philippe Lang 4ded4277c5 Activity view now uses events attributes. 17 years ago
Jean-Philippe Lang 0af6f34758 Added the hability to copy an issue. 17 years ago
Jean-Philippe Lang bb4acc02d0 Added AJAX based context menu on the project issue list that provide shortcuts for editing, re-assigning, changing the status or the priority, moving or deleting an issue. 17 years ago
Jean-Philippe Lang 0006c5f3b0 New document form can be accessed from the document list with no additional request. 17 years ago
Jean-Philippe Lang 3a0cd55622 Fixed: unable to change how many months are displayed on the gantt. 17 years ago
Jean-Philippe Lang 2c4647f8c6 Added 'Bulk edit' functionality. 17 years ago
Jean-Philippe Lang ec51cdd0f9 Calendar: 17 years ago
Jean-Philippe Lang 5259dec061 Added preview on add/edit issue form. 17 years ago
Jean-Philippe Lang 75c4c4f6b3 Content of projects/add_issue.rhtml and issues/edit.rhtml moved to a shared partial. 17 years ago
Jean-Philippe Lang a32d6a49c0 Fixed: pagination broken on news list with Opera. 17 years ago
Jean-Philippe Lang cb8bee3a4e Fixed: can't select columns when creating a new query. 17 years ago
Jean-Philippe Lang 20b4e226fe Performance improvement on calendar and gantt (about 45% on gantt for large number of issues). 17 years ago
Jean-Philippe Lang 0f966dbcfd Added label tags on various checkboxes. 17 years ago
Jean-Philippe Lang 50096526bc Removed ProjectsController#feeds. This view was incomplete and inconsistent with permissions. 17 years ago
Jean-Philippe Lang e5f5671d66 Added the ability to customize columns of a saved query. 17 years ago
Jean-Philippe Lang 9a360bd574 Fixed: Planning title displayed in the project sidebar even if there is no link below. 17 years ago
Jean-Philippe Lang 2b77964468 The news list now shows the full news contents. 17 years ago
Jean-Philippe Lang 827e998afe Application layout refactored. 17 years ago
Jean-Philippe Lang fa969504d4 A category with assigned issue can now be deleted. 2 options are proposed: 17 years ago
Jean-Philippe Lang 89b349818b Added 'Estimated hours' attribute on issues. 17 years ago
Jean-Philippe Lang f2a058f8cf Main project list now displays root projects with their subprojects. 17 years ago
Jean-Philippe Lang 21c97c6a13 Added project module concept. 17 years ago
Jean-Philippe Lang 7e4611ad31 Removed @html_title assignments in controllers. 17 years ago
Jean-Philippe Lang fdf842a4c4 Improved Redmine links: 17 years ago
Jean-Philippe Lang b812705976 Fixed: 'Move' button always visible on issues list. 17 years ago
Jean-Philippe Lang 6260892949 'Due in' label removed from the changelog view. 17 years ago
Jean-Philippe Lang 1281d99f30 Added the ability to move issues (to another project) without changing their trackers. 17 years ago
Jean-Philippe Lang 088563db3e Fixed: "new issue" drop-down only visible by admin users. 17 years ago
Jean-Philippe Lang 603e11d7a5 Merged 0.6 branch into trunk. 17 years ago
Jean-Philippe Lang edba1f692b Gantt chart can now be exported to a graphic file (png). 17 years ago
Jean-Philippe Lang 7b366758fd Textilized project descriptions on project list and home page. 17 years ago
Jean-Philippe Lang 446889b3f0 Added a 'Assignable' boolean on Role model. 17 years ago
Jean-Philippe Lang 4cedecad4d Added a link to add a new category when creating or editing an issue. 17 years ago
Jean-Philippe Lang 1f991c6a79 Added feeds auto discovery links on projects/show (patch by Nicolas Chuche). 17 years ago
Jean-Philippe Lang 2f0edb0b61 Activity view improvements: 17 years ago
Jean-Philippe Lang f94be4f8ab Fixed: SQL error on roadmap and changelog if there is no tracker to display. 17 years ago