summaryrefslogtreecommitdiffstats
path: root/app/controllers/projects_controller.rb
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Added basic support for CVS and Mercurial SCMs.Jean-Philippe Lang2007-06-121-3/+5
* Fixed: error on csv/pdf export and feeds (oracle)Jean-Philippe Lang2007-05-291-2/+2
* Added the ability to archive projects:Jean-Philippe Lang2007-05-271-4/+19
* Versions can now be created with no date.Jean-Philippe Lang2007-05-201-17/+7
* "me" value is now available in queries for "assigned to" and "author" filters.Jean-Philippe Lang2007-05-081-1/+2
* Removed "Wiki edits" option in the activity view if the project has no wiki.Jean-Philippe Lang2007-05-071-1/+1
* Added an option to see all versions in the roadmap view (including completed ...Jean-Philippe Lang2007-05-071-2/+3
* Added fragment caching for calendar and gantt viewsJean-Philippe Lang2007-05-061-0/+2
* Members management in project settings is now AJAXifiedJean-Philippe Lang2007-05-051-9/+7
* Issue relations first commit (not thoroughly tested). 4 kinds of relation are...Jean-Philippe Lang2007-05-051-0/+3
* Subproject name added in csv and pdf exports.Jean-Philippe Lang2007-04-301-3/+5
* Fixed: last day of the month not included in project activityJean-Philippe Lang2007-04-301-1/+1
* Added a quick search form in page header. Search functionality moved to a ded...Jean-Philippe Lang2007-04-301-27/+1
* Subproject name displayed on issue list, calendar and gantt (only for issues ...Jean-Philippe Lang2007-04-271-2/+2
* Fixed: 10342 Creation of Schema in OracleJean-Philippe Lang2007-04-251-3/+3
* Fixed: default status not showing in new issueJean-Philippe Lang2007-04-241-1/+1
* Fixed 10337 Regression: Admin raises issue in project not assigned toJean-Philippe Lang2007-04-241-1/+1
* Projects menu item now shows the list of public projects and projects for whi...Jean-Philippe Lang2007-04-211-2/+2
* Fixed: error when exporting to PDF an issue list using a custom field filter.Jean-Philippe Lang2007-04-211-1/+1
* Custom fields for issues can now be used as filters on issue list.Jean-Philippe Lang2007-04-171-2/+2
* Various changes on views. On project summary, members are now grouped by role...Jean-Philippe Lang2007-04-081-1/+1