summaryrefslogtreecommitdiffstats
path: root/app/views/projects
Commit message (Expand)AuthorAgeFilesLines
* Removed ProjectsController#feeds. This view was incomplete and inconsistent w...Jean-Philippe Lang2007-10-012-44/+1
* Added the ability to customize columns of a saved query.Jean-Philippe Lang2007-10-011-26/+1
* Fixed: Planning title displayed in the project sidebar even if there is no li...Jean-Philippe Lang2007-09-231-2/+7
* The news list now shows the full news contents.Jean-Philippe Lang2007-09-221-5/+21
* Application layout refactored.Jean-Philippe Lang2007-09-2216-148/+196
* A category with assigned issue can now be deleted. 2 options are proposed:Jean-Philippe Lang2007-09-151-1/+1
* Added 'Estimated hours' attribute on issues.Jean-Philippe Lang2007-09-151-0/+1
* Main project list now displays root projects with their subprojects.Jean-Philippe Lang2007-09-141-21/+12
* Added project module concept.Jean-Philippe Lang2007-09-1413-107/+124
* Removed @html_title assignments in controllers.Jean-Philippe Lang2007-09-071-0/+2
* Improved Redmine links:Jean-Philippe Lang2007-09-071-1/+1
* Fixed: 'Move' button always visible on issues list.Jean-Philippe Lang2007-09-071-2/+1
* 'Due in' label removed from the changelog view.Jean-Philippe Lang2007-09-021-3/+1
* Added the ability to move issues (to another project) without changing their ...Jean-Philippe Lang2007-08-311-4/+4
* Fixed: "new issue" drop-down only visible by admin users.Jean-Philippe Lang2007-08-292-3/+3
* Merged 0.6 branch into trunk.Jean-Philippe Lang2007-08-297-23/+31
* Gantt chart can now be exported to a graphic file (png).Jean-Philippe Lang2007-08-261-2/+4
* Textilized project descriptions on project list and home page.Jean-Philippe Lang2007-08-172-2/+3
* Added a 'Assignable' boolean on Role model.Jean-Philippe Lang2007-08-161-1/+1
* Added a link to add a new category when creating or editing an issue.Jean-Philippe Lang2007-08-161-1/+5
* Added feeds auto discovery links on projects/show (patch by Nicolas Chuche).Jean-Philippe Lang2007-08-161-1/+12
* Activity view improvements:Jean-Philippe Lang2007-08-161-6/+9
* Fixed: SQL error on roadmap and changelog if there is no tracker to display.Jean-Philippe Lang2007-08-152-2/+4
* Fixed: versions not sorted correctly in drop down lists.Jean-Philippe Lang2007-08-121-1/+1
* Fixed: Roadmap percentages not being calculated correctly (Nick Read).Jean-Philippe Lang2007-08-121-1/+1
* Overdue versions (date reached and open issues > 0) are now always displayed ...Jean-Philippe Lang2007-08-121-0/+2
* Added wiki diff.Jean-Philippe Lang2007-07-141-1/+2
* Fixed: trash icon not visible on files list.Jean-Philippe Lang2007-07-021-1/+1
* Removed User#display_name (replaced by User#name).Jean-Philippe Lang2007-06-292-2/+2
* Each category can now be associated to a user, so that new issues in that cat...Jean-Philippe Lang2007-06-292-22/+19
* Added per user custom queries.Jean-Philippe Lang2007-06-233-18/+5
* A wiki page can now be attached to each version.Jean-Philippe Lang2007-06-142-3/+12
* Added basic support for CVS and Mercurial SCMs.Jean-Philippe Lang2007-06-122-10/+13
* Added the ability to archive projects:Jean-Philippe Lang2007-05-274-5/+5
* Slight views refactoringJean-Philippe Lang2007-05-272-16/+2
* Versions can now be created with no date.Jean-Philippe Lang2007-05-203-13/+22
* Per project forums added.Jean-Philippe Lang2007-05-132-0/+29
* 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-074-17/+16
* Added fragment caching for calendar and gantt viewsJean-Philippe Lang2007-05-062-34/+41
* Added a "clear" link when displaying a saved query. It clears the query filte...Jean-Philippe Lang2007-05-051-2/+3
* Ajaxified issue filter reset linkJean-Philippe Lang2007-05-051-5/+8
* Issue#long_id no more used and removedJean-Philippe Lang2007-05-051-1/+1
* Slight modifications on project settings viewsJean-Philippe Lang2007-05-052-8/+10
* Members management in project settings is now AJAXifiedJean-Philippe Lang2007-05-052-41/+47
* Fixed an unicode problem on gantt (first letter of the day name)Jean-Philippe Lang2007-05-022-2/+2
* Issue subjects column width set to 330 on gantt chartJean-Philippe Lang2007-05-011-3/+3
* Subproject name added in csv and pdf exports.Jean-Philippe Lang2007-04-302-3/+3
* Added a quick search form in page header. Search functionality moved to a ded...Jean-Philippe Lang2007-04-301-50/+0
* Subproject name displayed on issue list, calendar and gantt (only for issues ...Jean-Philippe Lang2007-04-273-3/+3