summaryrefslogtreecommitdiffstats
path: root/app/views/projects
Commit message (Expand)AuthorAgeFilesLines
* '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
* Fixed: 10342 Creation of Schema in OracleJean-Philippe Lang2007-04-253-4/+4
* Fixed 10211 Wiki names can't have periods in them.Jean-Philippe Lang2007-04-221-1/+1
* Projects menu item now shows the list of public projects and projects for whi...Jean-Philippe Lang2007-04-211-5/+12
* News box on project/show is hidden if there is no news to display.Jean-Philippe Lang2007-04-201-0/+2
* Changesets comments truncated at 500 characters on activity view.Jean-Philippe Lang2007-04-091-1/+1
* Various changes on views. On project summary, members are now grouped by role...Jean-Philippe Lang2007-04-081-6/+4
* Added toggle_link helper.Jean-Philippe Lang2007-04-072-2/+2
* Added link_to_issue helper.Jean-Philippe Lang2007-04-076-8/+7
* Added versions due dates on calendar.Jean-Philippe Lang2007-04-071-1/+5
* Added versions due dates on gantt chart.Jean-Philippe Lang2007-04-072-39/+70
* "Author" column replaced by "Assigned to" in issue list.Jean-Philippe Lang2007-04-051-2/+2
* Feature 9784 Set status when raising issue.Jean-Philippe Lang2007-04-031-0/+1