summaryrefslogtreecommitdiffstats
path: root/app/views
Commit message (Expand)AuthorAgeFilesLines
* Buttons (edit, watch...) on issues/show are now located in the upper-right co...Jean-Philippe Lang2007-09-021-8/+10
* Added 'reported by me' and 'assigned to me' issue feeds on 'My page'.Jean-Philippe Lang2007-08-312-0/+14
* Added the ability to move issues (to another project) without changing their ...Jean-Philippe Lang2007-08-311-4/+4
* Added atom feed on the new cross-project issue list.Jean-Philippe Lang2007-08-311-0/+4
* Added a cross-project issue list. It displays the issues of all the projects ...Jean-Philippe Lang2007-08-313-4/+59
* Added Redmine::Info to store various information about the application.Jean-Philippe Lang2007-08-293-4/+4
* Fixed: "new issue" drop-down only visible by admin users.Jean-Philippe Lang2007-08-292-3/+3
* Added the ability to reset its own RSS access key on "My account".Jean-Philippe Lang2007-08-291-2/+7
* Some deprecation fixes (end_form_tag and count API).Jean-Philippe Lang2007-08-292-3/+3
* Merged 0.6 branch into trunk.Jean-Philippe Lang2007-08-2922-171/+130
* Gantt chart can now be exported to a graphic file (png).Jean-Philippe Lang2007-08-261-2/+4
* Fixed: Bad url to project forums from the wiki home page.Jean-Philippe Lang2007-08-251-2/+2
* Fixed: wiki preview doesn't work on long entries.Jean-Philippe Lang2007-08-251-17/+3
* Application welcome text is now textilized.Jean-Philippe Lang2007-08-172-2/+3
* Textilized project descriptions on project list and home page.Jean-Philippe Lang2007-08-174-4/+5
* Added a 'Assignable' boolean on Role model.Jean-Philippe Lang2007-08-164-3/+5
* Added a link to add a new category when creating or editing an issue.Jean-Philippe Lang2007-08-162-2/+10
* Added feeds auto discovery links on projects/show (patch by Nicolas Chuche).Jean-Philippe Lang2007-08-164-5/+17
* Activity view improvements:Jean-Philippe Lang2007-08-161-6/+9
* Added syntax highlightment for repository files (using CodeRay).Jean-Philippe Lang2007-08-152-9/+9
* Removed hard-coded URLs in mail templates.Jean-Philippe Lang2007-08-1541-67/+36
* Fixed: SQL error on roadmap and changelog if there is no tracker to display.Jean-Philippe Lang2007-08-152-2/+4
* Added 'email sending test' functionality.Jean-Philippe Lang2007-08-142-3/+5
* Issue history is now 'oldest first' sorted.Jean-Philippe Lang2007-08-141-2/+2
* On the issue report page, 0 issue counts are now displayed as dashes.Jean-Philippe Lang2007-08-132-7/+7
* Added an option to be able to relate issues in different projects.Jean-Philippe Lang2007-08-121-0/+3
* Project name is now displayed in news titles when not inside the project (eg....Jean-Philippe Lang2007-08-121-1/+2
* Fixed: versions not sorted correctly in drop down lists.Jean-Philippe Lang2007-08-123-3/+3
* Fixed: the link to delete issue relations is displayed even if the user is no...Jean-Philippe Lang2007-08-121-2/+2
* Removed IssuesController#history, all changes are now displayed on issues/sho...Jean-Philippe Lang2007-08-123-16/+8
* Fixed custom fields alignment on issues/show (Balazs Dan)Jean-Philippe Lang2007-08-121-1/+1
* Changed AR error messages style (same as flash errors).Jean-Philippe Lang2007-08-121-2/+4
* 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 a confirmation dialog box for project archivingJean-Philippe Lang2007-08-021-1/+1
* Changed the footer link from http://redmine.rubyforge.org to http://www.redmi...Jean-Philippe Lang2007-08-021-1/+1
* Applied the flash notices patch by Matt Jones (slightly edited).Jean-Philippe Lang2007-08-021-3/+4
* Fixed: on spent time details view, the h3 issue link now links back to the issueJean-Philippe Lang2007-08-011-1/+1
* History box on issues/show is now hidden if there's no historyJean-Philippe Lang2007-08-011-0/+2
* Removed a line break on news/showJean-Philippe Lang2007-07-181-2/+1
* Hours displayed using %.2f on time report.Jean-Philippe Lang2007-07-141-1/+1
* Added the ability to log time when changing an issue status.Jean-Philippe Lang2007-07-141-0/+13
* Added an option to choose the date format: language based (as defined in each...Jean-Philippe Lang2007-07-141-0/+3
* Added wiki diff.Jean-Philippe Lang2007-07-144-7/+35
* 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-297-7/+7
* Each category can now be associated to a user, so that new issues in that cat...Jean-Philippe Lang2007-06-294-31/+27
* Fixed: Long text custom fields displayed without line breaksJean-Philippe Lang2007-06-271-1/+2
* Added Darcs basic support.Jean-Philippe Lang2007-06-241-0/+2
* Added time report.Jean-Philippe Lang2007-06-243-5/+76